Module container

Consts

NOTIFICATION_SORT_CHILDREN* = 50'i64

Procs

proc queueSort*(self: Container) {.
gcsafe, locks: 0
.}
proc fitChildInRect*(self: Container; child: Control; rect: Rect2) {.
gcsafe, locks: 0
.}

Methods

method sortChildren*(self: Container) {.
gcsafe, locks: 0, base
.}
method childMinsizeChanged*(self: Container) {.
gcsafe, locks: 0, base
.}