c
Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

Enum Gdk.DragAction

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-3.0.gir
C documentation: GdkDragAction
Enum : DragAction
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gdk
Method
Gdk.drag_motion (DragContext context, Window dest_window, DragProtocol protocol, gint32 x_root, gint32 y_root, DragAction suggested_action, DragAction possible_actions, guint32 time_) : gboolean
Gdk
Method
Gdk.drag_status (DragContext context, DragAction action, guint32 time_) : none
Gdk.DragContext
Method
get_actions () : Gdk.DragAction
Gdk.DragContext
Method
get_selected_action () : Gdk.DragAction
Gdk.DragContext
Method
get_suggested_action () : Gdk.DragAction
Gtk.Entry
Method
set_icon_drag_source (EntryIconPosition icon_pos, TargetList target_list, DragAction actions) : none
Gtk.IconView
Method
enable_model_drag_dest (Array targets, gint32 n_targets, DragAction actions) : none
Gtk.IconView
Method
enable_model_drag_source (ModifierType start_button_mask, Array targets, gint32 n_targets, DragAction actions) : none
Gtk.ToolPalette
Method
add_drag_dest (Widget widget, DestDefaults flags, ToolPaletteDragTargets targets, DragAction actions) : none
Gtk.TreeView
Method
enable_model_drag_dest (Array targets, gint32 n_targets, DragAction actions) : none
Gtk.TreeView
Method
enable_model_drag_source (ModifierType start_button_mask, Array targets, gint32 n_targets, DragAction actions) : none
Gtk.Widget
Method
drag_begin (TargetList targets, DragAction actions, gint32 button, Event event) : Gdk.DragContext
Gtk.Widget
Method
drag_dest_set (DestDefaults flags, Array targets, gint32 n_targets, DragAction actions) : none
Gtk.Widget
Method
drag_source_set (ModifierType start_button_mask, Array targets, gint32 n_targets, DragAction actions) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:19:59 GMT+0800 (HKT)