Tepl.Panel¶
- Implementations:
Methods¶
|
|
|
|
|
Virtual Methods¶
|
|
|
|
|
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
- class Tepl.Panel¶
- Bases:
- Structure:
- add(item)¶
- Parameters:
item (
Tepl.PanelItem
) – aTepl.PanelItem
.
Adds an item to the panel.
New in version 6.11.
- remove(item)¶
- Parameters:
item (
Tepl.PanelItem
) – theTepl.PanelItem
to remove.
Removes an item from the panel.
New in version 6.8.
- set_active(item)¶
- Parameters:
item (
Tepl.PanelItem
orNone
) – aTepl.PanelItem
.
Sets item to be the one that is currently shown in self.
Only one
Tepl.PanelItem
is shown at a time in aTepl.Panel
.New in version 6.8.
- do_add(item) virtual¶
- Parameters:
item (
Tepl.PanelItem
) – aTepl.PanelItem
.
Adds an item to the panel.
New in version 6.11.
- do_remove(item) virtual¶
- Parameters:
item (
Tepl.PanelItem
) – theTepl.PanelItem
to remove.
Removes an item from the panel.
New in version 6.8.
- do_set_active(item) virtual¶
- Parameters:
item (
Tepl.PanelItem
orNone
) – aTepl.PanelItem
.
Sets item to be the one that is currently shown in panel.
Only one
Tepl.PanelItem
is shown at a time in aTepl.Panel
.New in version 6.8.