Tepl.PanelStack¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
r |
Class Details¶
- class Tepl.PanelStack(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(panel_simple, stack)¶
- Parameters:
panel_simple (
Tepl.PanelSimpleorNone) – aTepl.PanelSimple, orNoneto create one.stack (
Gtk.StackorNone) – aGtk.Stack, orNoneto create one.
- Returns:
a new
Tepl.PanelStackobject.- Return type:
New in version 6.11.
- get_panel_simple()¶
- Returns:
the
Tepl.PanelSimpleof self.- Return type:
Gets the
Tepl.PanelSimpleof self.It permits to alter the
Tepl.PanelStackcontent through theTepl.Panelfunctions.New in version 6.11.
- get_stack()¶
-
Gets the
Gtk.Stackof self.The
Gtk.Stackis exposed in the public API because it is useful for creating aGtk.StackSwitcher.If you need to alter the
Tepl.PanelStackcontent, you must useTepl.PanelStack.get_panel_simple() instead.New in version 6.11.