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.PanelSimple
orNone
) – aTepl.PanelSimple
, orNone
to create one.stack (
Gtk.Stack
orNone
) – aGtk.Stack
, orNone
to create one.
- Returns:
a new
Tepl.PanelStack
object.- Return type:
New in version 6.11.
- get_panel_simple()¶
- Returns:
the
Tepl.PanelSimple
of self.- Return type:
Gets the
Tepl.PanelSimple
of self.It permits to alter the
Tepl.PanelStack
content through theTepl.Panel
functions.New in version 6.11.
- get_stack()¶
-
Gets the
Gtk.Stack
of self.The
Gtk.Stack
is exposed in the public API because it is useful for creating aGtk.StackSwitcher
.If you need to alter the
Tepl.PanelStack
content, you must useTepl.PanelStack.get_panel_simple
() instead.New in version 6.11.