Home
last modified time | relevance | path

Searched refs:on_drag_motion (Results 1 – 25 of 50) sorted by relevance

12

/dports/x11/libfm-extra/libfm-1.3.2/src/gtk/
H A Dfm-dnd-auto-scroll.c140 static gboolean on_drag_motion(GtkWidget *widget, GdkDragContext *drag_context, in on_drag_motion() function
177 g_signal_handlers_disconnect_by_func(as->widget, on_drag_motion, as); in fm_dnd_auto_scroll_free()
218 G_CALLBACK(on_drag_motion), as); in fm_dnd_set_dest_auto_scroll()
H A Dfm-dir-tree-view.c306 static gboolean on_drag_motion(GtkWidget *widget, GdkDragContext *drag_context, in on_drag_motion() function
368 widget_class->drag_motion = on_drag_motion; in fm_dir_tree_view_class_init()
/dports/x11/libfm/libfm-1.3.2/src/gtk/
H A Dfm-dnd-auto-scroll.c140 static gboolean on_drag_motion(GtkWidget *widget, GdkDragContext *drag_context, in on_drag_motion() function
177 g_signal_handlers_disconnect_by_func(as->widget, on_drag_motion, as); in fm_dnd_auto_scroll_free()
218 G_CALLBACK(on_drag_motion), as); in fm_dnd_set_dest_auto_scroll()
H A Dfm-dir-tree-view.c306 static gboolean on_drag_motion(GtkWidget *widget, GdkDragContext *drag_context, in on_drag_motion() function
368 widget_class->drag_motion = on_drag_motion; in fm_dir_tree_view_class_init()
/dports/x11-fm/rodent/rodent-5.3.16.3/apps/rodent-iconmgr/src/
H A Drodent-mime_callbacks.h67 gboolean on_drag_motion (
86 gboolean on_drag_motion (
H A Drodent-mime_gui.c101 g_signal_connect ((gpointer) treeview1, "drag_motion", G_CALLBACK (on_drag_motion), NULL); in create_xfmime_edit()
105 g_signal_connect ((gpointer) treeview2, "drag_motion", G_CALLBACK (on_drag_motion), NULL); in create_xfmime_edit()
/dports/emulators/vice/vice-3.5/src/arch/gtk3/widgets/
H A Dvsidmainwidget.c64 static gboolean on_drag_motion( in on_drag_motion() function
378 G_CALLBACK(on_drag_motion), NULL); in vsid_main_widget_create()
399 G_CALLBACK(on_drag_motion), NULL); in vsid_main_widget_create()
/dports/audio/ardour6/Ardour-6.8.0/libs/gtkmm2ext/
H A Ddndtreeview.cc146 DnDTreeViewBase::on_drag_motion(const Glib::RefPtr<Gdk::DragContext>& context, int x, int y, guint … in on_drag_motion() function in DnDTreeViewBase
148 bool rv = TreeView::on_drag_motion (context, x, y, time); in on_drag_motion()
/dports/deskutils/gnote/gnote-41.1/src/notebooks/
H A Dnotebookstreeview.hpp45 virtual bool on_drag_motion(const Glib::RefPtr<Gdk::DragContext> & context,
H A Dnotebookstreeview.cpp95 bool NotebooksTreeView::on_drag_motion(const Glib::RefPtr<Gdk::DragContext> &, in on_drag_motion() function in gnote::notebooks::NotebooksTreeView
/dports/net-im/dino/dino-0.2.2/main/src/ui/conversation_selector/
H A Dconversation_selector.vala77 row.drag_motion.connect(this.on_drag_motion);
83 public bool on_drag_motion(Widget widget, Gdk.DragContext context,
/dports/graphics/akira/Akira-0.0.16/src/Layouts/
H A DRightSideBar.vala128 search.drag_motion.connect (on_drag_motion);
134 search_grid.drag_motion.connect (on_drag_motion);
141 private bool on_drag_motion (Gdk.DragContext context, int x, int y, uint time) {
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/
H A Ddrag_dest_box.c90 on_drag_motion ( in on_drag_motion() function
629 G_CALLBACK(on_drag_motion), self); in drag_dest_box_widget_new()
H A Dfolder_channel.c264 on_drag_motion ( in on_drag_motion() function
870 G_CALLBACK (on_drag_motion), self); in folder_channel_widget_init()
H A Dchannel.c302 on_drag_motion ( in on_drag_motion() function
1101 G_CALLBACK (on_drag_motion), self); in channel_widget_init()
H A Dchannel_slot.c875 on_drag_motion (
1134 G_CALLBACK (on_drag_motion), self);
/dports/audio/exaile/exaile-4.1.1/xlgui/widgets/
H A Dcommon.py264 self.connect('drag-motion', self.on_drag_motion)
358 def on_drag_motion(self, treeview, context, x, y, timestamp): member in DragTreeView
/dports/audio/ardour6/Ardour-6.8.0/libs/gtkmm2ext/gtkmm2ext/
H A Ddndtreeview.h85 bool on_drag_motion(const Glib::RefPtr<Gdk::DragContext>& context, int x, int y, guint time);
/dports/graphics/akira/Akira-0.0.16/src/Layouts/Partials/
H A DLayersPanel.vala125 empty_area.drag_motion.connect (on_drag_motion);
130 private bool on_drag_motion (Gdk.DragContext context, int x, int y, uint time) {
/dports/databases/sequeler/sequeler-0.8.2/src/Partials/
H A DLibraryItem.vala239 drag_motion.connect (on_drag_motion);
285 public bool on_drag_motion (Gdk.DragContext context, int x, int y, uint time) {
/dports/audio/exaile/exaile-4.1.1/xlgui/
H A Dplaylist_container.py77 self.connect('drag-motion', self.on_drag_motion)
87 def on_drag_motion(self, widget, context, x, y, time): member in NewPlaylistNotebookAction
/dports/audio/exaile/exaile-4.1.1/plugins/minimode/
H A Dcontrols.py789 self.connect('drag-motion', self.on_drag_motion)
792 self.view.connect('drag-motion', self.on_drag_motion)
854 def on_drag_motion(self, widget, context, x, y, time): member in PlaylistButtonControl
/dports/x11-fm/rodent/rodent-5.3.16.3/apps/rodent-diff/src/
H A Drfm-diff-gui.i586 G_CALLBACK (on_drag_motion), NULL); in create_diff_window()
588 G_CALLBACK (on_drag_motion), NULL); in create_diff_window()
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/headers/
H A Dgx_preset_window.h68 using Gtk::TreeView::on_drag_motion;
/dports/databases/sequeler/sequeler-0.8.2/src/Layouts/
H A DLibrary.vala136 title.drag_motion.connect (on_drag_motion);
171 public bool on_drag_motion (Gdk.DragContext context, int x, int y, uint time) {

12