Module style_box

Procs

proc contentMarginLeft*(self: StyleBox): float64 {.
gcsafe, locks: 0
.}
proc `contentMarginLeft =`*(self: StyleBox; val: float64) {.
gcsafe, locks: 0
.}
proc contentMarginRight*(self: StyleBox): float64 {.
gcsafe, locks: 0
.}
proc `contentMarginRight =`*(self: StyleBox; val: float64) {.
gcsafe, locks: 0
.}
proc contentMarginTop*(self: StyleBox): float64 {.
gcsafe, locks: 0
.}
proc `contentMarginTop =`*(self: StyleBox; val: float64) {.
gcsafe, locks: 0
.}
proc contentMarginBottom*(self: StyleBox): float64 {.
gcsafe, locks: 0
.}
proc `contentMarginBottom =`*(self: StyleBox; val: float64) {.
gcsafe, locks: 0
.}
proc testMask*(self: StyleBox; point: Vector2; rect: Rect2): bool {.
gcsafe, locks: 0
.}
proc getMargin*(self: StyleBox; margin: int64): float64 {.
gcsafe, locks: 0
.}
proc getMinimumSize*(self: StyleBox): Vector2 {.
gcsafe, locks: 0
.}
proc getCenterSize*(self: StyleBox): Vector2 {.
gcsafe, locks: 0
.}
proc getOffset*(self: StyleBox): Vector2 {.
gcsafe, locks: 0
.}
proc draw*(self: StyleBox; canvasItem: RID; rect: Rect2) {.
gcsafe, locks: 0
.}