Module spin_box

Procs

proc editable(self: SpinBox): bool {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc editable=(self: SpinBox; val: bool) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc prefix(self: SpinBox): string {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc prefix=(self: SpinBox; val: string) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc suffix(self: SpinBox): string {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc suffix=(self: SpinBox; val: string) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc getLineEdit(self: SpinBox): LineEdit {.
gcsafe, locks: 0, raises: [Exception], tags: [RootEffect]
.}

Methods

method guiInput(self: SpinBox; event: InputEvent) {.
gcsafe, locks: 0, raises: [], tags: []
.}
method textEntered(self: SpinBox; arg0: string) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method lineEditFocusExit(self: SpinBox) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method lineEditInput(self: SpinBox; arg0: InputEvent) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method rangeClickTimeout(self: SpinBox) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}