Module style_box_texture

Consts

AXIS_STRETCH_MODE_STRETCH = 0'i64
AXIS_STRETCH_MODE_TILE = 1'i64
AXIS_STRETCH_MODE_TILE_FIT = 2'i64

Procs

proc texture(self: StyleBoxTexture): Texture {.
gcsafe, locks: 0, raises: [Exception], tags: [RootEffect]
.}
proc texture=(self: StyleBoxTexture; val: Texture) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc normalMap(self: StyleBoxTexture): Texture {.
gcsafe, locks: 0, raises: [Exception], tags: [RootEffect]
.}
proc normalMap=(self: StyleBoxTexture; val: Texture) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc regionRect(self: StyleBoxTexture): Rect2 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc regionRect=(self: StyleBoxTexture; val: Rect2) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc marginLeft(self: StyleBoxTexture): float64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc marginLeft=(self: StyleBoxTexture; val: float64) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc marginRight(self: StyleBoxTexture): float64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc marginRight=(self: StyleBoxTexture; val: float64) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc marginTop(self: StyleBoxTexture): float64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc marginTop=(self: StyleBoxTexture; val: float64) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc marginBottom(self: StyleBoxTexture): float64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc marginBottom=(self: StyleBoxTexture; val: float64) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc expandMarginLeft(self: StyleBoxTexture): float64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc expandMarginLeft=(self: StyleBoxTexture; val: float64) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc expandMarginRight(self: StyleBoxTexture): float64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc expandMarginRight=(self: StyleBoxTexture; val: float64) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc expandMarginTop(self: StyleBoxTexture): float64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc expandMarginTop=(self: StyleBoxTexture; val: float64) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc expandMarginBottom(self: StyleBoxTexture): float64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc expandMarginBottom=(self: StyleBoxTexture; val: float64) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc axisStretchHorizontal(self: StyleBoxTexture): int64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc axisStretchHorizontal=(self: StyleBoxTexture; val: int64) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc axisStretchVertical(self: StyleBoxTexture): int64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc axisStretchVertical=(self: StyleBoxTexture; val: int64) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc modulateColor(self: StyleBoxTexture): Color {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc modulateColor=(self: StyleBoxTexture; val: Color) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc drawCenter(self: StyleBoxTexture): bool {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc drawCenter=(self: StyleBoxTexture; val: bool) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc setExpandMarginAll(self: StyleBoxTexture; size: float64) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc setExpandMarginIndividual(self: StyleBoxTexture; sizeLeft: float64;
                              sizeTop: float64; sizeRight: float64;
                              sizeBottom: float64) {.
gcsafe, locks: 0, raises: [], tags: []
.}