Method summary
- __init__(self, panel, group, ui)
- add_groups(self, content)
- add_items(self, content)
- create_label(self, label, desc, parent, sizer, trait, suffix = ':')
Methods
- __init__(self, panel, group, ui)
Initializes the object.
- add_groups(self, content)
Adds a list of Group objects to the panel.
- add_items(self, content)
Adds a list of Item objects to the panel.
- create_label(self, label, desc, parent, sizer, trait, suffix = ':')
Creates an item label.