Devhelp.TabLabel

g Atk.ImplementorIface Atk.ImplementorIface Gtk.Widget Gtk.Widget Atk.ImplementorIface->Gtk.Widget Devhelp.TabLabel Devhelp.TabLabel GObject.GInterface GObject.GInterface GObject.GInterface->Atk.ImplementorIface Gtk.Buildable Gtk.Buildable GObject.GInterface->Gtk.Buildable Gtk.Orientable Gtk.Orientable GObject.GInterface->Gtk.Orientable GObject.InitiallyUnowned GObject.InitiallyUnowned GObject.InitiallyUnowned->Gtk.Widget GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned Gtk.Buildable->Gtk.Widget Gtk.Container Gtk.Container Gtk.Grid Gtk.Grid Gtk.Container->Gtk.Grid Gtk.Grid->Devhelp.TabLabel Gtk.Orientable->Gtk.Grid Gtk.Widget->Gtk.Container

Subclasses:

None

Methods

Inherited:

Gtk.Grid (21), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.Orientable (2)

Structs:

Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)

class

new (tab)

get_tab ()

Virtual Methods

Inherited:

Gtk.Container (10), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10)

Properties

Inherited:

Gtk.Grid (5), Gtk.Container (3), Gtk.Widget (39), Gtk.Orientable (1)

Name

Type

Flags

Short Description

tab

Devhelp.Tab

r/w/co

Child Properties

Inherited:

Gtk.Grid (4)

Style Properties

Inherited:

Gtk.Widget (17)

Signals

Inherited:

Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Fields

Inherited:

Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Name

Type

Access

Description

parent

Gtk.Grid

r

Class Details

class Devhelp.TabLabel(**kwargs)
Bases:

Gtk.Grid

Abstract:

No

Structure:

Devhelp.TabLabelClass

classmethod new(tab)
Parameters:

tab (Devhelp.Tab) – the associated Devhelp.Tab.

Returns:

a new Devhelp.TabLabel.

Return type:

Gtk.Widget

New in version 3.30.

get_tab()
Returns:

the Devhelp.TabLabel :tab.

Return type:

Devhelp.Tab or None

New in version 3.30.

Property Details

Devhelp.TabLabel.props.tab
Name:

tab

Type:

Devhelp.Tab

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

The associated Devhelp.Tab. Devhelp.TabLabel has a weak reference to the Devhelp.Tab.

New in version 3.30.