Tepl.TabGroupInterface

Fields

Name

Type

Access

Description

append_tab_vfunc

object

r

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.

get_active_tab

object

r

Virtual function pointer for Tepl.TabGroup.get_active_tab(). By default, None is returned.

get_tabs

object

r

Virtual function pointer for Tepl.TabGroup.get_tabs(). By default, None is returned. When implementing this vfunc, GLib.List nodes must be created only for Tepl.Tab children; if the Tepl.TabGroup contains a non-Tepl.Tab child, it must be skipped. See the documentation of Tepl.TabGroup.get_tabs().

parent_interface

GObject.TypeInterface

r

The parent interface.

set_active_tab

object

r

Virtual function pointer for Tepl.TabGroup.set_active_tab(). Does nothing by default.

Methods

None

Details

class Tepl.TabGroupInterface

The virtual function table for Tepl.TabGroup. When implementing one of the vfunc, you can assume that the pre-conditions are already checked (the parameters are valid).

New in version 3.0.