Procs
proc windowTitle*(self: WindowDialog): string {.
gcsafe, locks: 0.}proc `windowTitle =`*(self: WindowDialog; val: string) {.
gcsafe, locks: 0.}proc resizable*(self: WindowDialog): bool {.
gcsafe, locks: 0.}proc `resizable =`*(self: WindowDialog; val: bool) {.
gcsafe, locks: 0.}proc getCloseButton*(self: WindowDialog): TextureButton {.
gcsafe, locks: 0.}