Gdl.DockItemGrip¶
- Subclasses:
None
Methods¶
- Inherited:
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 |
---|---|---|---|
w/co |
Dockitem which ‘owns’ this grip |
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Gdl.DockItemGrip(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(item)¶
- Parameters:
item (
Gdl.DockItem
) – The dock item that will “own” this grip widget.- Returns:
The newly created dock item grip widget.
- Return type:
Creates a new GDL dock item grip object.
- has_event(event)¶
- Parameters:
- Returns:
True
if the grip has received the event- Return type:
Return
True
if the grip window has reveived the event.
- hide_handle()¶
This function hides the dock item’s grip widget handle hatching.
- set_cursor(in_drag)¶
-
Change the cursor when a drag operation is started.
New in version 3.6.
- set_label(label)¶
- Parameters:
label (
Gtk.Widget
) – The widget that will become the label.
Replaces the current label widget with another widget.
- show_handle()¶
This function shows the dock item’s grip widget handle hatching.
Property Details¶
- Gdl.DockItemGrip.props.item¶
- Name:
item
- Type:
- Default Value:
- Flags:
Dockitem which ‘owns’ this grip