Searched defs:on_drag_data_received (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/widgets/
H A Dsp-xmlview-tree.cpp55 void on_drag_data_received(GtkWidget *wgt, GdkDragContext *context, int x, int y, GtkSelectionData *seldata, guint info, guint time, gpointer userdata);
114 g_signal_connect(GTK_TREE_VIEW(tree), "drag_data_received", G_CALLBACK(on_drag_data_received), tree);
353 void on_drag_data_received(GtkWidget * /*wgt*/, GdkDragContext * /*context*/, int /*x*/, int /*y*/, function

Completed in 16 milliseconds