#include <string.h>
#include "buf.h"
#include "drag.h"
Include dependency graph for drag.c:
Go to the source code of this file.
Functions | |
void | receive_callback (GtkWidget *widget, GdkDragContext *context, gint x, gint y, GtkSelectionData *selection, guint info, guint time) |
Called when receives dropped data. | |
void | send_callback (GtkWidget *widget, GdkDragContext *context, GtkSelectionData *selection, guint info, guint time) |
Called when dragging starts. |
Definition in file drag.c.