Module accept_dialog

Procs

proc dialogText(self: AcceptDialog): string {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc dialogText=(self: AcceptDialog; val: string) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc dialogHideOnOk(self: AcceptDialog): bool {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc dialogHideOnOk=(self: AcceptDialog; val: bool) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc getOk(self: AcceptDialog): Button {.
gcsafe, locks: 0, raises: [Exception], tags: [RootEffect]
.}
proc getLabel(self: AcceptDialog): Label {.
gcsafe, locks: 0, raises: [Exception], tags: [RootEffect]
.}
proc addButton(self: AcceptDialog; text: string; right: bool = false; action: string = ""): Button {.
gcsafe, locks: 0, raises: [Exception], tags: [RootEffect]
.}
proc addCancel(self: AcceptDialog; name: string): Button {.
gcsafe, locks: 0, raises: [Exception], tags: [RootEffect]
.}
proc registerTextEnter(self: AcceptDialog; lineEdit: Object) {.
gcsafe, locks: 0, raises: [], tags: []
.}

Methods

method ok(self: AcceptDialog) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method builtinTextEntered(self: AcceptDialog; arg0: string) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method customAction(self: AcceptDialog; arg0: string) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}