#include "common.h"
#include "gtk/gui.h"
Go to the source code of this file.
Typedefs | |
| typedef gchar *(* | drag_get_text_cb )(GtkWidget *) |
| This callback must return either NULL or a newly-allocated string. | |
Functions | |
| void | drag_attach (GtkWidget *, drag_get_text_cb) |
| Attaches a drag context to a widget, so that user can drag data from the widget as text. | |
|
|
This callback must return either NULL or a newly-allocated string.
|
|
||||||||||||
|
Attaches a drag context to a widget, so that user can drag data from the widget as text. The context can be attached to multiple widgets. |
1.3.9.1