Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkToolPaletteDragTargets |
Enum : | ToolPaletteDragTargets |
Properties | |
---|---|
guint32 Gtk.ToolPaletteDragTargets.GROUPS : 2
|
|
guint32 Gtk.ToolPaletteDragTargets.ITEMS : 1
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.ToolPalette
Method |
add_drag_dest
(Widget widget, DestDefaults flags, ToolPaletteDragTargets targets, DragAction actions)
:
none
Sets palette as drag source (see gtk_tool_palette_set_drag_source())
and sets widget as a drag destination for drags from palette. |
Gtk.ToolPalette
Method |
set_drag_source
(ToolPaletteDragTargets targets)
:
none
Sets the tool palette as a drag source.
|