Procs
proc windowTitle(self: WindowDialog): string {.
gcsafe, locks: 0, raises: [], tags: [].}proc windowTitle=(self: WindowDialog; val: string) {.
gcsafe, locks: 0, raises: [], tags: [].}proc resizable(self: WindowDialog): bool {.
gcsafe, locks: 0, raises: [], tags: [].}proc resizable=(self: WindowDialog; val: bool) {.
gcsafe, locks: 0, raises: [], tags: [].}proc getCloseButton(self: WindowDialog): TextureButton {.
gcsafe, locks: 0, raises: [Exception], tags: [RootEffect].}