Gdl.DockTablabel¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Bin (1), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class |
|
|
|
|
Virtual Methods¶
|
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
Dockitem which ‘owns’ this tablabel |
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Name |
Short Description |
---|---|
This signal is emitted when the user clicks on the label. |
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
active |
r |
||
drag_handle_size |
r |
||
drag_start_event |
r |
||
event_window |
r |
||
item |
r |
||
parent |
r |
||
pre_drag |
r |
Class Details¶
- class Gdl.DockTablabel(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(item)¶
- Parameters:
item (
Gdl.DockItem
) – The dock item that associated with this label widget.- Returns:
a new
Gdl.DockTablabel
.- Return type:
Creates a new GDL tab label widget.
Deprecated since version 3.6: Use a
Gtk.Label
instead
- activate()¶
Set the widget in “activated” state.
Deprecated since version 3.6.
- deactivate()¶
Set the widget in “deactivated” state.
Deprecated since version 3.6.
- do_button_pressed_handle(event) virtual¶
- Parameters:
event (
Gdk.EventButton
) –
Signal Details¶
- Gdl.DockTablabel.signals.button_pressed_handle(dock_tablabel, event)¶
- Signal Name:
button-pressed-handle
- Flags:
- Parameters:
dock_tablabel (
Gdl.DockTablabel
) – The object which received the signal
This signal is emitted when the user clicks on the label.
Property Details¶
- Gdl.DockTablabel.props.item¶
- Name:
item
- Type:
- Default Value:
- Flags:
Dockitem which ‘owns’ this tablabel