
Public Member Functions | |
| def | __init__ |
| def | add_widgets |
| def | close |
| def | display |
| def | update_group |
Public Attributes | |
| grid | |
| name | |
| state | |
| tab_bar | |
| tab_bar_shown | |
| updater | |
| widgets | |
| def reconfigure_gui.groups.Group.__init__ | ( | self, | |
| updater, | |||
| config | |||
| ) |
Reimplemented in reconfigure_gui.groups.ApplyGroup, reconfigure_gui.groups.CollapseGroup, and reconfigure_gui.groups.BoxGroup.
| def reconfigure_gui.groups.Group.add_widgets | ( | self, | |
| descr | |||
| ) |
| def reconfigure_gui.groups.Group.close | ( | self | ) |
Reimplemented in reconfigure_gui.groups.TabGroup.
| def reconfigure_gui.groups.Group.display | ( | self, | |
| grid, | |||
| row | |||
| ) |
Reimplemented in reconfigure_gui.groups.TabGroup, and reconfigure_gui.groups.BoxGroup.
| def reconfigure_gui.groups.Group.update_group | ( | self, | |
| config | |||
| ) |
Reimplemented in reconfigure_gui.groups.HideGroup.
Reimplemented in reconfigure_gui.groups.ApplyGroup.