Module window_dialog

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]
.}

Methods

method guiInput(self: WindowDialog; event: InputEvent) {.
gcsafe, locks: 0, raises: [], tags: []
.}
method closed(self: WindowDialog) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}