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.
Added in version 3.0.
- get_active_buffer()¶
- Returns:
the
Tepl.Bufferof the active tab.- Return type:
Tepl.BufferorNone
Convenience function.
Added in version 3.0.
- get_active_tab()¶
-
Added in version 3.0.
- get_active_view()¶
-
Convenience function.
Added in version 3.0.
- get_buffers()¶
- Returns:
like
Tepl.TabGroup.get_tabs(), but returnsTepl.Buffer's.- Return type:
Convenience function.
Added in version 3.0.
- get_tabs()¶
-
Gets the list of
Tepl.Tab's contained in self.If self contains non-
Tepl.Tabchildren, those will not be present in the returned list. In other words, it is not guaranteed that the index of aTepl.Tabin the returnedGLib.Listhas the same child index in the self container.Added in version 3.0.
- get_views()¶
- Returns:
like
Tepl.TabGroup.get_tabs(), but returnsTepl.View's.- Return type:
Convenience function.
Added in version 3.0.
- set_active_tab(tab)¶
-
Sets the
Tepl.TabGroup:active-tab. tab must be part of self.Added in version 3.0.
- do_append_tab_vfunc(tab) virtual¶
- Parameters:
tab (
Tepl.Tab)
Virtual function pointer for
Tepl.TabGroup.append_tab(), without the jump_to parameter. The default implementation prints a warning about the operation not being supported.
- do_get_active_tab() virtual¶
-
Virtual function pointer for
Tepl.TabGroup.get_active_tab(). By default,Noneis returned.Added 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.Tabchildren, those will not be present in the returned list. In other words, it is not guaranteed that the index of aTepl.Tabin the returnedGLib.Listhas the same child index in the tab_group container.Added in version 3.0.
- do_set_active_tab(tab) virtual¶
-
Sets the
Tepl.TabGroup:active-tab. tab must be part of tab_group.Added in version 3.0.
Property Details¶
- Tepl.TabGroup.props.active_buffer¶
- Name:
active-buffer- Type:
- Default Value:
- Flags:
The
Tepl.Bufferof the active tab.Added in version 3.0.