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
.}
proc `texture =`*(self: StyleBoxTexture; val: Texture) {.
gcsafe, locks: 0
.}
proc normalMap*(self: StyleBoxTexture): Texture {.
gcsafe, locks: 0
.}
proc `normalMap =`*(self: StyleBoxTexture; val: Texture) {.
gcsafe, locks: 0
.}
proc regionRect*(self: StyleBoxTexture): Rect2 {.
gcsafe, locks: 0
.}
proc `regionRect =`*(self: StyleBoxTexture; val: Rect2) {.
gcsafe, locks: 0
.}
proc marginLeft*(self: StyleBoxTexture): float64 {.
gcsafe, locks: 0
.}
proc `marginLeft =`*(self: StyleBoxTexture; val: float64) {.
gcsafe, locks: 0
.}
proc marginRight*(self: StyleBoxTexture): float64 {.
gcsafe, locks: 0
.}
proc `marginRight =`*(self: StyleBoxTexture; val: float64) {.
gcsafe, locks: 0
.}
proc marginTop*(self: StyleBoxTexture): float64 {.
gcsafe, locks: 0
.}
proc `marginTop =`*(self: StyleBoxTexture; val: float64) {.
gcsafe, locks: 0
.}
proc marginBottom*(self: StyleBoxTexture): float64 {.
gcsafe, locks: 0
.}
proc `marginBottom =`*(self: StyleBoxTexture; val: float64) {.
gcsafe, locks: 0
.}
proc expandMarginLeft*(self: StyleBoxTexture): float64 {.
gcsafe, locks: 0
.}
proc `expandMarginLeft =`*(self: StyleBoxTexture; val: float64) {.
gcsafe, locks: 0
.}
proc expandMarginRight*(self: StyleBoxTexture): float64 {.
gcsafe, locks: 0
.}
proc `expandMarginRight =`*(self: StyleBoxTexture; val: float64) {.
gcsafe, locks: 0
.}
proc expandMarginTop*(self: StyleBoxTexture): float64 {.
gcsafe, locks: 0
.}
proc `expandMarginTop =`*(self: StyleBoxTexture; val: float64) {.
gcsafe, locks: 0
.}
proc expandMarginBottom*(self: StyleBoxTexture): float64 {.
gcsafe, locks: 0
.}
proc `expandMarginBottom =`*(self: StyleBoxTexture; val: float64) {.
gcsafe, locks: 0
.}
proc axisStretchHorizontal*(self: StyleBoxTexture): int64 {.
gcsafe, locks: 0
.}
proc `axisStretchHorizontal =`*(self: StyleBoxTexture; val: int64) {.
gcsafe, locks: 0
.}
proc axisStretchVertical*(self: StyleBoxTexture): int64 {.
gcsafe, locks: 0
.}
proc `axisStretchVertical =`*(self: StyleBoxTexture; val: int64) {.
gcsafe, locks: 0
.}
proc modulateColor*(self: StyleBoxTexture): Color {.
gcsafe, locks: 0
.}
proc `modulateColor =`*(self: StyleBoxTexture; val: Color) {.
gcsafe, locks: 0
.}
proc drawCenter*(self: StyleBoxTexture): bool {.
gcsafe, locks: 0
.}
proc `drawCenter =`*(self: StyleBoxTexture; val: bool) {.
gcsafe, locks: 0
.}
proc setExpandMarginAll*(self: StyleBoxTexture; size: float64) {.
gcsafe, locks: 0
.}
proc setExpandMarginIndividual*(self: StyleBoxTexture; sizeLeft: float64;
                               sizeTop: float64; sizeRight: float64;
                               sizeBottom: float64) {.
gcsafe, locks: 0
.}