Home
last modified time | relevance | path

Searched refs:GDK_BUTTON_MIDDLE (Results 1 – 25 of 77) sorted by relevance

1234

/dports/www/epiphany/epiphany-41.0/src/
H A Dephy-action-bar-start.c197 if (((GdkEventButton *)event)->button == GDK_BUTTON_MIDDLE) { in navigation_menu_item_pressed_cb()
322 case GDK_BUTTON_MIDDLE: in navigation_button_press_event_cb()
372 …open_in_new_tab = (((GdkEventButton *)event)->button == GDK_BUTTON_MIDDLE) || (state == GDK_CONTRO… in navigation_button_release_event_cb()
422 case GDK_BUTTON_MIDDLE: in homepage_button_release_event_cb()
445 case GDK_BUTTON_MIDDLE: in new_tab_button_release_event_cb()
H A Dephy-mouse-gesture-controller.c169 if (button_event->button == GDK_BUTTON_MIDDLE) in ephy_mouse_gesture_controller_button_press_cb()
228 if (button_event->button == GDK_BUTTON_MIDDLE) { in ephy_mouse_gesture_controller_button_release_cb()
H A Dephy-link.c106 if (button == GDK_BUTTON_MIDDLE && (type == GDK_BUTTON_PRESS || type == GDK_BUTTON_RELEASE)) { in ephy_link_flags_from_current_event()
H A Dephy-page-row.c69 if (button_event->button == GDK_BUTTON_MIDDLE) { in button_release_event()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/src/
H A Dhdy-window-handle-controller.c340 case GDK_BUTTON_MIDDLE: in titlebar_action()
437 case GDK_BUTTON_MIDDLE: in pressed_cb()
/dports/x11-toolkits/libhandy/libhandy-1.4.0/src/
H A Dhdy-window-handle-controller.c340 case GDK_BUTTON_MIDDLE: in titlebar_action()
437 case GDK_BUTTON_MIDDLE: in pressed_cb()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gdk-0.14.0/src/
H A Dlib.rs147 pub const BUTTON_MIDDLE: u32 = ffi::GDK_BUTTON_MIDDLE as u32;
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gdk-0.14.3/src/
H A Dlib.rs147 pub const BUTTON_MIDDLE: u32 = ffi::GDK_BUTTON_MIDDLE as u32;
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gdk-0.14.3/src/
H A Dlib.rs147 pub const BUTTON_MIDDLE: u32 = ffi::GDK_BUTTON_MIDDLE as u32;
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gdk-0.14.3/src/
H A Dlib.rs147 pub const BUTTON_MIDDLE: u32 = ffi::GDK_BUTTON_MIDDLE as u32;
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkwindowhandle.c339 case GDK_BUTTON_MIDDLE: in perform_titlebar_action()
405 case GDK_BUTTON_MIDDLE: in click_gesture_pressed_cb()
H A Dgtkrange.c1935 (!primary_warps && button == GDK_BUTTON_MIDDLE))) in gtk_range_click_gesture_pressed()
1961 (primary_warps && button == GDK_BUTTON_MIDDLE))) in gtk_range_click_gesture_pressed()
/dports/net-im/cawbird/cawbird-1.4.2/src/
H A DCbMediaImageWidget.c90 gtk_gesture_single_set_button (GTK_GESTURE_SINGLE (self->drag_gesture), GDK_BUTTON_MIDDLE); in cb_media_image_widget_init()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/
H A Dgdkevents.h93 #define GDK_BUTTON_MIDDLE (2) macro
/dports/x11/xfce4-docklike-plugin/xfce4-docklike-plugin-e6831250e5ca792f31ef4b493b1a92020fe1ab6b/src/
H A DGroup.cpp97 if (event->button != GDK_BUTTON_PRIMARY && event->button != GDK_BUTTON_MIDDLE) in Group()
682 if (event->button == GDK_BUTTON_MIDDLE) in onButtonRelease()
/dports/x11-fm/caja/caja-1.26.0/src/
H A Dcaja-bookmarks-sidebar.c266 if (event->button == GDK_BUTTON_MIDDLE) in button_press_event_callback()
/dports/editors/gedit/gedit-40.1/gedit/
H A Dgedit-notebook.c165 case GDK_BUTTON_MIDDLE: in gedit_notebook_button_press_event()
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-notebook.c181 else if (button == GDK_BUTTON_MIDDLE) in button_press_cb()
H A Dnautilus-list-view.c289 if ((button == GDK_BUTTON_PRIMARY || button == GDK_BUTTON_MIDDLE) in nautilus_list_view_did_not_drag()
312 else if (button == GDK_BUTTON_MIDDLE) in nautilus_list_view_did_not_drag()
587 …is_simple_click = ((button == GDK_BUTTON_PRIMARY || button == GDK_BUTTON_MIDDLE) && (n_press == 1)… in on_tree_view_multi_press_gesture_pressed()
753 if ((button == GDK_BUTTON_PRIMARY || button == GDK_BUTTON_MIDDLE) && in on_tree_view_multi_press_gesture_pressed()
839 if (button == GDK_BUTTON_MIDDLE && in on_tree_view_multi_press_gesture_pressed()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/macos/
H A Dgdkmacosdrag.c263 if ((button == GDK_BUTTON_MIDDLE || button == GDK_BUTTON_SECONDARY) && (actions & GDK_ACTION_ASK)) in gdk_drag_get_current_actions()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/
H A Dgdkevents.h110 #define GDK_BUTTON_MIDDLE (2) macro
/dports/www/epiphany/epiphany-41.0/src/bookmarks/
H A Dephy-bookmarks-popover.c474 if (event_button->button != GDK_BUTTON_MIDDLE) in ephy_bookmarks_popover_list_box_button_release_event_cb()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkrange.c2516 case GDK_BUTTON_MIDDLE: in range_get_scroll_for_grab()
2536 case GDK_BUTTON_MIDDLE: in range_get_scroll_for_grab()
2764 (!primary_warps && button == GDK_BUTTON_MIDDLE))) in gtk_range_multipress_gesture_pressed()
2795 (primary_warps && button == GDK_BUTTON_MIDDLE))) in gtk_range_multipress_gesture_pressed()
/dports/x11/xapp/xapp-2.2.6/xapp-sn-watcher/
H A Dsn-item.c1019 if (button == GDK_BUTTON_MIDDLE) in xapp_icon_button_press()
/dports/astro/siril/siril/src/gui/
H A Dimage_interactions.c620 } else if (event->button == GDK_BUTTON_MIDDLE) { // middle click in on_drawingarea_button_release_event()

1234