Tepl.TabLabel¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Box (14), 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.Box (3), 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 Tepl.TabLabel(*args, **kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(tab)¶
- Parameters:
- Returns:
a new
Tepl.TabLabel.- Return type:
New in version 3.0.
- get_tab()¶
- Returns:
the
Tepl.TabLabel:tab.- Return type:
New in version 3.0.
- update_tooltip()¶
Asks
Tepl.TabLabelto update its tooltip. The ::get_tooltip_markup virtual function is called and the result is set withGtk.Widget.set_tooltip_markup().New in version 3.0.
- do_get_tooltip_markup() virtual¶
- Return type:
Virtual function pointer to create the tooltip markup string.
Nonemust be returned if no tooltip is wanted. The result is intended to be used as an argument toGtk.Widget.set_tooltip_markup(). The default implementation returns the fullTepl.File:locationif non-None, orNoneotherwise. The return value must be freed withGLib.free() when no longer needed.
Property Details¶
- Tepl.TabLabel.props.tab¶
- Name:
tab- Type:
- Default Value:
- Flags:
The associated
Tepl.Tab.Tepl.TabLabelhas a weak reference to theTepl.Tab.New in version 3.0.