Tepl.PanelNotebook¶
- 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.PanelNotebook(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(panel_simple, notebook)¶
- Parameters:
panel_simple (
Tepl.PanelSimple) – aTepl.PanelSimple.notebook (
Gtk.Notebook) – aGtk.Notebook.
- Returns:
a new
Tepl.PanelNotebookobject.- Return type:
Creates a new
Tepl.PanelNotebook.notebook needs to be empty (no pages), and should be pre-configured. Then the
Tepl.PanelNotebookwill handle notebook, so you should not modify it afterwards.New in version 6.11.