proc bgColor(self: StyleBoxFlat): Color {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc bgColor=(self: StyleBoxFlat; val: Color) {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc drawCenter(self: StyleBoxFlat): bool {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc drawCenter=(self: StyleBoxFlat; val: bool) {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc borderWidthLeft(self: StyleBoxFlat): int64 {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc borderWidthLeft=(self: StyleBoxFlat; val: int64) {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc borderWidthTop(self: StyleBoxFlat): int64 {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc borderWidthTop=(self: StyleBoxFlat; val: int64) {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc borderWidthRight(self: StyleBoxFlat): int64 {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc borderWidthRight=(self: StyleBoxFlat; val: int64) {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc borderWidthBottom(self: StyleBoxFlat): int64 {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc borderWidthBottom=(self: StyleBoxFlat; val: int64) {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc borderColor(self: StyleBoxFlat): Color {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc borderColor=(self: StyleBoxFlat; val: Color) {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc borderBlend(self: StyleBoxFlat): bool {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc borderBlend=(self: StyleBoxFlat; val: bool) {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc cornerRadiusTopLeft(self: StyleBoxFlat): int64 {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc cornerRadiusTopLeft=(self: StyleBoxFlat; val: int64) {.gcsafe, locks: 0,
raises: [], tags: []
.}
-
proc cornerRadiusTopRight(self: StyleBoxFlat): int64 {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc cornerRadiusTopRight=(self: StyleBoxFlat; val: int64) {.gcsafe, locks: 0,
raises: [], tags: []
.}
-
proc cornerRadiusBottomRight(self: StyleBoxFlat): int64 {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc cornerRadiusBottomRight=(self: StyleBoxFlat; val: int64) {.gcsafe, locks: 0,
raises: [], tags: []
.}
-
proc cornerRadiusBottomLeft(self: StyleBoxFlat): int64 {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc cornerRadiusBottomLeft=(self: StyleBoxFlat; val: int64) {.gcsafe, locks: 0,
raises: [], tags: []
.}
-
proc cornerDetail(self: StyleBoxFlat): int64 {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc cornerDetail=(self: StyleBoxFlat; val: int64) {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc expandMarginLeft(self: StyleBoxFlat): float64 {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc expandMarginLeft=(self: StyleBoxFlat; val: float64) {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc expandMarginRight(self: StyleBoxFlat): float64 {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc expandMarginRight=(self: StyleBoxFlat; val: float64) {.gcsafe, locks: 0,
raises: [], tags: []
.}
-
proc expandMarginTop(self: StyleBoxFlat): float64 {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc expandMarginTop=(self: StyleBoxFlat; val: float64) {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc expandMarginBottom(self: StyleBoxFlat): float64 {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc expandMarginBottom=(self: StyleBoxFlat; val: float64) {.gcsafe, locks: 0,
raises: [], tags: []
.}
-
proc shadowColor(self: StyleBoxFlat): Color {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc shadowColor=(self: StyleBoxFlat; val: Color) {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc shadowSize(self: StyleBoxFlat): int64 {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc shadowSize=(self: StyleBoxFlat; val: int64) {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc antiAliasing(self: StyleBoxFlat): bool {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc antiAliasing=(self: StyleBoxFlat; val: bool) {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc antiAliasingSize(self: StyleBoxFlat): int64 {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc antiAliasingSize=(self: StyleBoxFlat; val: int64) {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc setBorderWidthAll(self: StyleBoxFlat; width: int64) {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc getBorderWidthMin(self: StyleBoxFlat): int64 {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc setCornerRadiusIndividual(self: StyleBoxFlat; radiusTopLeft: int64;
radiusTopRight: int64; radiusBottomRight: int64;
radiusBottomLeft: int64) {.gcsafe, locks: 0,
raises: [], tags: []
.}
-
proc setCornerRadiusAll(self: StyleBoxFlat; radius: int64) {.gcsafe, locks: 0,
raises: [], tags: []
.}
-
proc setExpandMarginAll(self: StyleBoxFlat; size: float64) {.gcsafe, locks: 0,
raises: [], tags: []
.}
-
proc setExpandMarginIndividual(self: StyleBoxFlat; sizeLeft: float64;
sizeTop: float64; sizeRight: float64;
sizeBottom: float64) {.gcsafe, locks: 0, raises: [],
tags: []
.}
-