Module style_box_texture

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 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
.}