Module window_dialog

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

Methods

method guiInput*(self: WindowDialog; event: InputEvent) {.
gcsafe, locks: 0
.}
method closed*(self: WindowDialog) {.
gcsafe, locks: 0, base
.}