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

/inkscape/src/ui/
H A Dinterface.cpp130 GdkDragContext *drag_context,
137 GdkDragContext *drag_context,
144 GdkDragContext *drag_context,
941 GdkDragContext *drag_context,
963 bool fillnotstroke = (drag_context->action != GDK_ACTION_MOVE);
1070 bool fillnotstroke = (gdk_drag_context_get_actions (drag_context) != GDK_ACTION_MOVE);
1173 bool fillnotstroke = (gdk_drag_context_get_actions (drag_context) != GDK_ACTION_MOVE);
1312 GdkDragContext */*drag_context*/,
1327 GdkDragContext */*drag_context*/,
940 sp_ui_drag_data_received(GtkWidget *widget, GdkDragContext *drag_context, gint x, gint y, GtkSelectionData *data, guint info, guint , gpointer ) argument

Completed in 29 milliseconds