Devhelp.TabLabel¶
- 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 |
|
|
Virtual Methods¶
Properties¶
- Inherited:
Gtk.Grid (5), Gtk.Container (3), Gtk.Widget (39), Gtk.Orientable (1)
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
Child Properties¶
- Inherited:
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Devhelp.TabLabel(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(tab)¶
- Parameters:
tab (
Devhelp.Tab
) – the associatedDevhelp.Tab
.- Returns:
a new
Devhelp.TabLabel
.- Return type:
New in version 3.30.
- get_tab()¶
- Returns:
the
Devhelp.TabLabel
:tab
.- Return type:
Devhelp.Tab
orNone
New in version 3.30.
Property Details¶
- Devhelp.TabLabel.props.tab¶
- Name:
tab
- Type:
- Default Value:
- Flags:
The associated
Devhelp.Tab
.Devhelp.TabLabel
has a weak reference to theDevhelp.Tab
.New in version 3.30.