|
Public Member Functions |
| GdkDragContext * | gdkD () |
| | Gets the GdkDragContext structure.
|
| | this (GdkDragContext *gdkDragContext) |
| | Creates a new DND from a GdkDragContext structure.
|
| | this (Widget widget, GtkTargetList *targets, GdkDragAction actions, gint button, Event event) |
| | Creates a new DND.
|
| void | getData (Widget widget, GdkAtom target, guint32 time_) |
| | getData
|
| void | finish (bit success, bit del, guint32 time_) |
| | finish
|
| Widget | getSourceWidget () |
| | getSourceWidget
|
| GdkAtom | destFindTarget (Widget widget, GtkTargetList *target_list) |
| | destFindTarget
|
| void | setIconIwdget (Widget widget, gint hot_x, gint hot_y) |
| | setIconIwdget
|
| void | setIconPixmap (GdkColormap *colormap, Pixmap pixmap, Bitmap mask, gint hot_x, gint hot_y) |
| | setIconPixmap
|
| void | setIconPixbuf (Pixbuf pixbuf, gint hot_x, gint hot_y) |
| | setIconPixbuf
|
| void | setIconStock (Stock stockID, gint hot_x, gint hot_y) |
| | setIconStock
|
| void | setIconDefault () |
| | setIconDefault
|
Static Public Member Functions |
| DND | begin (Widget widget, GtkTargetList *targets, GdkDragAction actions, gint button, Event event) |
| | begin
|
| void | highLight (Widget widget) |
| | highLight
|
| void | unhighLight (Widget widget) |
| | unhighLight
|
| void | destSet (Widget widget, GtkDestDefaults flags, GtkTargetEntry *targets, gint n_targets, GdkDragAction actions) |
| | destSet
|
| void | destSetProxy (Widget widget, WindowG proxy_window, GdkDragProtocol protocol, gboolean use_coordinates) |
| | destSetProxy
|
| void | destUnset (Widget widget) |
| | destUnset
|
| GtkTargetList * | destGetTargetList (Widget widget) |
| | destGetTargetList
|
| void | destSetTargetList (Widget widget, GtkTargetList *target_list) |
| | destSetTargetList
|
| void | sourceSet (Widget widget, ModifierType start_button_mask, GtkTargetEntry *targets, gint n_targets, GdkDragAction actions) |
| | sourceSet
|
| void | sourceUnset (Widget widget) |
| | sourceUnset
|
| void | sourceSetIcon (Widget widget, GdkColormap *colormap, Pixmap pixmap, Bitmap mask) |
| | sourceSetIcon
|
| void | sourceSetIconPixbuf (Widget widget, Pixbuf pixbuf) |
| | sourceSetIconPixbuf
|
| void | sourceSetIconStock (Widget widget, Stock stockID) |
| | sourceSetIconStock
|
| bit | checkThreshold (Widget widget, gint start_x, gint start_y, gint current_x, gint current_y) |
| | checkThreshold
|