Tepl.PanelItem¶
- Implementations:
None
Methods¶
|
|
|
|
|
|
|
Virtual Methods¶
|
|
|
|
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
- class Tepl.PanelItem¶
- Bases:
- Structure:
- compare_by_title(b)¶
- Parameters:
b (
Tepl.PanelItem
) – aTepl.PanelItem
.- Returns:
the usual return value for a
GLib.CompareFunc
.- Return type:
A
GLib.CompareFunc
for theTepl.PanelItem
's “title” attribute.New in version 6.8.
- get_icon_name()¶
-
Gets the icon name. It can be shown in the UI to choose this item, for example with the
Gtk.Image
'sGtk.Image
:icon-name
property.New in version 6.8.
- get_name()¶
-
Gets the name. It is an ID as a UTF-8 string. It is not displayed in the UI. It uniquely identifies an item within a list.
New in version 6.8.
- get_title()¶
-
Gets the title. It is a human-readable UTF-8 string that can be shown in the UI to choose this item.
New in version 6.8.
- get_widget()¶
- Returns:
the “widget” attribute. Is
None
when the widget has been destroyed.- Return type:
Gtk.Widget
orNone
Gets the
Gtk.Widget
(the main content).New in version 6.8.
- do_get_icon_name() virtual¶
-
Gets the icon name. It can be shown in the UI to choose this item, for example with the
Gtk.Image
'sGtk.Image
:icon-name
property.New in version 6.8.
- do_get_name() virtual¶
-
Gets the name. It is an ID as a UTF-8 string. It is not displayed in the UI. It uniquely identifies an item within a list.
New in version 6.8.
- do_get_title() virtual¶
-
Gets the title. It is a human-readable UTF-8 string that can be shown in the UI to choose this item.
New in version 6.8.
- do_get_widget() virtual¶
- Returns:
the “widget” attribute. Is
None
when the widget has been destroyed.- Return type:
Gtk.Widget
orNone
Gets the
Gtk.Widget
(the main content).New in version 6.8.