Home
last modified time | relevance | path

Searched refs:_on_drag_drop (Results 1 – 4 of 4) sorted by relevance

/dports/x11/libfm-extra/libfm-1.3.2/src/gtk/
H A Dfm-dnd-dest.c833 gboolean _on_drag_drop(FmDndDest* dd, GdkDragContext *drag_context, in _on_drag_drop() function
911 return _on_drag_drop(dd, drag_context, target, x, y, time); in fm_dnd_dest_drag_drop()
920 return _on_drag_drop(dd, drag_context, target, x, y, time); in on_drag_drop()
/dports/x11/libfm/libfm-1.3.2/src/gtk/
H A Dfm-dnd-dest.c833 gboolean _on_drag_drop(FmDndDest* dd, GdkDragContext *drag_context, in _on_drag_drop() function
911 return _on_drag_drop(dd, drag_context, target, x, y, time); in fm_dnd_dest_drag_drop()
920 return _on_drag_drop(dd, drag_context, target, x, y, time); in on_drag_drop()
/dports/graphics/darktable/darktable-3.6.1/src/views/
H A Ddarkroom.c2685 static gboolean _on_drag_drop(GtkWidget *widget, GdkDragContext *dc, gint x, gint y, guint time, gp… in _on_drag_drop() function
2877 g_signal_connect(container, "drag-drop", G_CALLBACK(_on_drag_drop), NULL); in _register_modules_drag_n_drop()
2895 …container, G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, 0, 0, NULL, G_CALLBACK(_on_drag_drop), NULL); in _unregister_modules_drag_n_drop()
/dports/graphics/darktable38/darktable-3.8.0/src/views/
H A Ddarkroom.c2749 static gboolean _on_drag_drop(GtkWidget *widget, GdkDragContext *dc, gint x, gint y, guint time, gp… in _on_drag_drop() function
2932 g_signal_connect(container, "drag-drop", G_CALLBACK(_on_drag_drop), NULL); in _register_modules_drag_n_drop()
2950 …container, G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, 0, 0, NULL, G_CALLBACK(_on_drag_drop), NULL); in _unregister_modules_drag_n_drop()