Package fife :: Package extensions :: Package pychan :: Package widgets'
[hide private]
[frames] | no frames]

Package widgets'

source code

Widget wrappers.

Please look at the documentation of Widget for details.

Submodules [hide private]

Functions [hide private]
 
registerWidget(cls)
Register a new Widget class for pychan.
source code
Variables [hide private]
  WIDGETS = {"Container": Container, "Window": Window, "VBox": V...
Variables Details [hide private]

WIDGETS

Value:
{"Container": Container, "Window": Window, "VBox": VBox, "HBox": HBox,\
 "ScrollArea": ScrollArea, "Icon": Icon, "Label": Label, "PercentageBa\
r": PercentageBar, "Button": Button, "CheckBox": CheckBox, "RadioButto\
n": RadioButton, "ImageButton": ImageButton, "ToggleButton": ToggleBut\
ton, "TextField": TextField, "TextBox": TextBox, "ListBox": ListBox, "\
DropDown": DropDown, "Slider": Slider}