c
Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gdk.DragContext

Class Gdk.DragContext

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-2.0.gir
C documentation: GdkDragContext
Class : DragContext
Extends: GObject.Object
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gdk
Method
Gdk.drag_abort (DragContext context, guint32 time_) : none
Gdk
Method
Gdk.drag_drop (DragContext context, guint32 time_) : none
Gdk
Method
Gdk.drag_drop_succeeded (DragContext context) : gboolean
Gdk
Method
Gdk.drag_find_window (DragContext context, Window drag_window, gint32 x_root, gint32 y_root) : Object
Gdk
Method
Gdk.drag_find_window_for_screen (DragContext context, Window drag_window, Screen screen, gint32 x_root, gint32 y_root) : Object
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
Method
Gdk.drop_finish (DragContext context, gboolean success, guint32 time_) : none
Gdk
Method
Gdk.drop_reply (DragContext context, gboolean ok, guint32 time_) : none
Gtk
Method
Gtk.drag_finish (DragContext context, gboolean success, gboolean del, guint32 time_) : none
Gtk
Method
Gtk.drag_get_data (Widget widget, DragContext context, Atom target, guint32 time_) : none
Gtk
Method
Gtk.drag_get_source_widget (DragContext context) : Gtk.Widget
Gtk
Method
Gtk.drag_set_icon_default (DragContext context) : none
Gtk
Method
Gtk.drag_set_icon_name (DragContext context, String icon_name, gint32 hot_x, gint32 hot_y) : none
Gtk
Method
Gtk.drag_set_icon_pixbuf (DragContext context, Pixbuf pixbuf, gint32 hot_x, gint32 hot_y) : none
Gtk
Method
Gtk.drag_set_icon_pixmap (DragContext context, Colormap colormap, Pixmap pixmap, Bitmap mask, gint32 hot_x, gint32 hot_y) : none
Gtk
Method
Gtk.drag_set_icon_stock (DragContext context, String stock_id, gint32 hot_x, gint32 hot_y) : none
Gtk
Method
Gtk.drag_set_icon_widget (DragContext context, Widget widget, gint32 hot_x, gint32 hot_y) : none
Gtk.Widget
Signal
drag_begin (Widget self, DragContext drag_context) : none
Gtk.Widget
Signal
drag_data_delete (Widget self, DragContext drag_context) : none
Gtk.Widget
Signal
drag_data_get (Widget self, DragContext drag_context, SelectionData data, guint32 info, guint32 time) : none
Gtk.Widget
Signal
drag_data_received (Widget self, DragContext drag_context, gint32 x, gint32 y, SelectionData data, guint32 info, guint32 time) : none
Gtk.Widget
Signal
drag_drop (Widget self, DragContext drag_context, gint32 x, gint32 y, guint32 time) : gboolean
Gtk.Widget
Signal
drag_end (Widget self, DragContext drag_context) : none
Gtk.Widget
Signal
drag_failed (Widget self, DragContext drag_context, DragResult result) : gboolean
Gtk.Widget
Signal
drag_leave (Widget self, DragContext drag_context, guint32 time) : none
Gtk.Widget
Signal
drag_motion (Widget self, DragContext drag_context, gint32 x, gint32 y, guint32 time) : gboolean
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Thu Mar 31 2011 03:02:54 GMT+0800 (HKT)