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