NOTIFICATION_SORT_CHILDREN* = 50'i64
proc queueSort*(self: Container) {.gcsafe, locks: 0.}
proc fitChildInRect*(self: Container; child: Control; rect: Rect2) {.gcsafe, locks: 0.}
method sortChildren*(self: Container) {.gcsafe, locks: 0, base.}
method childMinsizeChanged*(self: Container) {.gcsafe, locks: 0, base.}