Tepl.Panel

g GObject.GInterface GObject.GInterface Tepl.Panel Tepl.Panel GObject.GInterface->Tepl.Panel

Implementations:

Tepl.PanelSimple

Methods

add (item)

remove (item)

set_active (item)

Virtual Methods

do_add (item)

do_remove (item)

do_set_active (item)

Properties

None

Signals

None

Fields

None

Class Details

class Tepl.Panel
Bases:

GObject.GInterface

Structure:

Tepl.PanelInterface

add(item)
Parameters:

item (Tepl.PanelItem) – a Tepl.PanelItem.

Adds an item to the panel.

New in version 6.11.

remove(item)
Parameters:

item (Tepl.PanelItem) – the Tepl.PanelItem to remove.

Removes an item from the panel.

New in version 6.8.

set_active(item)
Parameters:

item (Tepl.PanelItem or None) – a Tepl.PanelItem.

Sets item to be the one that is currently shown in self.

Only one Tepl.PanelItem is shown at a time in a Tepl.Panel.

New in version 6.8.

do_add(item) virtual
Parameters:

item (Tepl.PanelItem) – a Tepl.PanelItem.

Adds an item to the panel.

New in version 6.11.

do_remove(item) virtual
Parameters:

item (Tepl.PanelItem) – the Tepl.PanelItem to remove.

Removes an item from the panel.

New in version 6.8.

do_set_active(item) virtual
Parameters:

item (Tepl.PanelItem or None) – a Tepl.PanelItem.

Sets item to be the one that is currently shown in panel.

Only one Tepl.PanelItem is shown at a time in a Tepl.Panel.

New in version 6.8.