| | | |
- Form
- Grid
-
- ButtonBar
- GridForm
- RadioBar
- SnackScreen
- Widget
-
- Button
- Checkbox
- CheckboxTree
- Entry
- Label
- Listbox
- RadioGroup
- Scale
- SingleRadioButton
- Textbox
-
- TextboxReflowed
| |
class Grid |
| | | |
- __init__(self, *args)
- place(self, x, y)
- setField(self, what, col, row, padding=(0, 0, 0, 0), anchorLeft=0, anchorTop=0, anchorRight=0, anchorBottom=0, growx=0, growy=0)
|
| |
class GridForm(Grid) |
| | | |
- __init__(self, screen, title, *args)
- add(self, widget, col, row, padding=(0, 0, 0, 0), anchorLeft=0, anchorTop=0, anchorRight=0, anchorBottom=0, growx=0, growy=0)
- addHotKey(self, keyname)
- create(self)
- draw(self)
- run(self)
- runOnce(self)
- runPopup(self)
- setCurrent(self, co)
|
| |
class Listbox(Widget) |
| | | |
- __init__(self, height, scroll=0, returnExit=0, width=0)
- append(self, text, item)
- current(self)
- delete(self, item)
- insert(self, text, item, before)
- replace(self, text, item)
- setCurrent(self, item)
|
| |
class SnackScreen |
| | | |
- __init__(self)
- centeredWindow(self, width, height, title)
- drawRootText(self, left, top, text)
- finish(self)
- gridWrappedWindow(self, grid, title)
- openWindow(self, left, top, width, height, title)
- popHelpLine(self)
- popWindow(self)
- pushHelpLine(self, text)
- refresh(self)
- resume(self)
- suspend(self)
- suspendCallback(self, cb, data=None)
|
|