|
Public Member Functions |
virtual | ~DragContext () |
GdkDragContext* | gobj () |
| Provides access to the underlying C GObject.
|
const GdkDragContext* | gobj () const |
| Provides access to the underlying C GObject.
|
GdkDragContext* | gobj_copy () |
void | drag_status (DragAction action, guint32 time) |
| Selects one of the actions offered by the drag source.
|
void | drop_reply (bool ok, guint32 time) |
| Accepts or rejects a drop.
|
void | drop_finish (bool success, guint32 time) |
| Ends the drag operation after a drop.
|
GdkAtom | get_selection () |
| Returns the selection atom for the current source window.
|
void | drag_finish (bool success, bool del, guint32 time) |
void | set_icon (const Glib::RefPtr<Gdk::Colormap>& colormap, const Glib::RefPtr<Gdk::Pixmap>& pixmap, const Glib::RefPtr<Gdk::Bitmap>& mask, int hot_x, int hot_y) |
void | set_icon (const Glib::RefPtr<Gdk::Pixbuf>& pixbuf, int hot_x, int hot_y) |
void | set_icon (const Glib::ustring& stock_id, int hot_x, int hot_y) |
void | set_icon () |
DragProtocol | get_protocol () const |
bool | get_is_source () const |
DragAction | get_actions () const |
DragAction | get_suggested_action () const |
DragAction | get_action () const |
guint32 | get_start_time () const |
void | find_window_for_screen (const Glib::RefPtr<Window>& drag_window, const Glib::RefPtr<Screen>& screen, int x_root, int y_root, Glib::RefPtr<Window>& dest_window, GdkDragProtocol* protocol) |
Static Public Member Functions |
Glib::RefPtr<DragContext> | create () |
Protected Member Functions |
| DragContext () |
Related Functions |
(Note that these are not member functions.)
|
Glib::RefPtr<Gdk::DragContext> | wrap (GdkDragContext* object, bool take_copy=false) |