Tepl.TabGroup¶
- Implementations:
Methods¶
|
|
|
|
|
|
|
|
|
Virtual Methods¶
|
|
|
|
|
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
|||
r/w |
|||
r |
Signals¶
None
Fields¶
None
Class Details¶
- class Tepl.TabGroup¶
- Bases:
- Structure:
- append_tab(tab, jump_to)¶
- Parameters:
Appends tab to self.
New in version 3.0.
- get_active_buffer()¶
- Returns:
the
Tepl.Buffer
of the active tab.- Return type:
Tepl.Buffer
orNone
Convenience function.
New in version 3.0.
- get_active_tab()¶
-
New in version 3.0.
- get_active_view()¶
-
Convenience function.
New in version 3.0.
- get_buffers()¶
- Returns:
like
Tepl.TabGroup.get_tabs
(), but returnsTepl.Buffer
's.- Return type:
Convenience function.
New in version 3.0.
- get_tabs()¶
-
Gets the list of
Tepl.Tab
's contained in self.If self contains non-
Tepl.Tab
children, those will not be present in the returned list. In other words, it is not guaranteed that the index of aTepl.Tab
in the returnedGLib.List
has the same child index in the self container.New in version 3.0.
- get_views()¶
- Returns:
like
Tepl.TabGroup.get_tabs
(), but returnsTepl.View
's.- Return type:
Convenience function.
New in version 3.0.
- set_active_tab(tab)¶
-
Sets the
Tepl.TabGroup
:active-tab
. tab must be part of self.New in version 3.0.
- do_get_active_tab() virtual¶
-
New in version 3.0.
- do_get_tabs() virtual¶
-
Gets the list of
Tepl.Tab
's contained in tab_group.If tab_group contains non-
Tepl.Tab
children, those will not be present in the returned list. In other words, it is not guaranteed that the index of aTepl.Tab
in the returnedGLib.List
has the same child index in the tab_group container.New in version 3.0.
- do_set_active_tab(tab) virtual¶
-
Sets the
Tepl.TabGroup
:active-tab
. tab must be part of tab_group.New in version 3.0.
Property Details¶
- Tepl.TabGroup.props.active_buffer¶
- Name:
active-buffer
- Type:
- Default Value:
- Flags:
The
Tepl.Buffer
of the active tab.New in version 3.0.