Home
last modified time | relevance | path

Searched refs:tab_clicked (Results 1 – 15 of 15) sorted by relevance

/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-notebook.c153 int tab_clicked; in button_press_cb() local
161 tab_clicked = find_tab_num_at_pos (notebook, x, y); in button_press_cb()
170 if (tab_clicked == -1) in button_press_cb()
179 gtk_notebook_set_current_page (GTK_NOTEBOOK (notebook), tab_clicked); in button_press_cb()
185 slot = gtk_notebook_get_nth_page (GTK_NOTEBOOK (notebook), tab_clicked); in button_press_cb()
/dports/editors/pluma/pluma-1.26.0/pluma/
H A Dpluma-notebook.c642 gint tab_clicked; in button_press_cb() local
647 tab_clicked = find_tab_num_at_pos (notebook, in button_press_cb()
653 (tab_clicked >= 0)) in button_press_cb()
667 if (tab_clicked == -1) in button_press_cb()
685 tab_clicked); in button_press_cb()
696 newfile = (tab_clicked == -1); in button_press_cb()
703 (tab_clicked >= 0) || ((tab_clicked == -1) && (!newfile)) || (!leftdown)) in button_press_cb()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dddbtabstrip.c325 static int tab_clicked = -1; variable
942 tab_clicked = get_tab_under_cursor (ts, event->x);
965 if (tab_clicked != -1) {
966 gtkui_playlist_set_curr (tab_clicked);
982 tabstrip_scroll_to_tab (ts, tab_clicked);
991 for (idx = 0; idx < tab_clicked; idx++) {
998 ts->dragging = tab_clicked;
1003 GtkWidget *menu = gtkui_create_pltmenu (tab_clicked);
1007 if (tab_clicked == -1) {
1016 if (tab_clicked != -1) {
[all …]
/dports/editors/gedit/gedit-40.1/gedit/
H A Dgedit-notebook.c151 gint tab_clicked; in gedit_notebook_button_press_event() local
153 tab_clicked = find_tab_num_at_pos (notebook, event->x_root, event->y_root); in gedit_notebook_button_press_event()
154 if (tab_clicked >= 0) in gedit_notebook_button_press_event()
158 tab = gtk_notebook_get_nth_page (notebook, tab_clicked); in gedit_notebook_button_press_event()
/dports/x11-fm/caja/caja-1.26.0/src/
H A Dcaja-notebook.c152 int tab_clicked; in button_press_cb() local
154 tab_clicked = find_tab_num_at_pos (notebook, event->x_root, event->y_root); in button_press_cb()
160 if (tab_clicked == -1) in button_press_cb()
169 gtk_notebook_set_current_page (GTK_NOTEBOOK (notebook), tab_clicked); in button_press_cb()
/dports/editors/xed/xed-3.2.0/xed/
H A Dxed-notebook.c592 gint tab_clicked; in button_press_cb() local
599 tab_clicked = find_tab_num_at_pos (notebook, event->x_root, event->y_root); in button_press_cb()
601 if ((event->button == 1) && (event->type == GDK_BUTTON_PRESS) && (tab_clicked >= 0)) in button_press_cb()
611 if (tab_clicked == -1) in button_press_cb()
623 gtk_notebook_set_current_page (GTK_NOTEBOOK (notebook), tab_clicked); in button_press_cb()
/dports/x11-fm/nemo/nemo-4.8.3/src/
H A Dnemo-window-pane.c551 int tab_clicked; in notebook_button_press_cb() local
562 tab_clicked = nemo_notebook_find_tab_num_at_pos ( in notebook_button_press_cb()
569 if (tab_clicked != -1) { in notebook_button_press_cb()
571 GTK_NOTEBOOK (notebook), tab_clicked); in notebook_button_press_cb()
577 notebook_popup_menu_show (pane, event, tab_clicked); in notebook_button_press_cb()
580 tab_clicked); in notebook_button_press_cb()
/dports/x11/mate-terminal/mate-terminal-1.26.0/src/
H A Dterminal-window.c2931 int tab_clicked; in notebook_button_press_cb() local
2939 tab_clicked = find_tab_num_at_pos (notebook, in notebook_button_press_cb()
2942 if (tab_clicked >= 0) in notebook_button_press_cb()
2946 gtk_notebook_set_current_page (notebook, tab_clicked); in notebook_button_press_cb()
2952 gtk_notebook_remove_page(notebook, tab_clicked); in notebook_button_press_cb()
2958 if (tab_clicked > page_num) in notebook_button_press_cb()
2960 else if (tab_clicked < page_num) in notebook_button_press_cb()
2974 tab_clicked = find_tab_num_at_pos (notebook, in notebook_button_press_cb()
2977 if (tab_clicked < 0) in notebook_button_press_cb()
2981 gtk_notebook_set_current_page (notebook, tab_clicked); in notebook_button_press_cb()
[all …]
/dports/x11/gnome-terminal/gnome-terminal-3.42.2/src/
H A Dterminal-window.cc2715 int tab_clicked; in notebook_button_press_cb() local
2722 tab_clicked = find_tab_num_at_pos (notebook, event->x_root, event->y_root); in notebook_button_press_cb()
2723 if (tab_clicked < 0) in notebook_button_press_cb()
2727 gtk_notebook_set_current_page (notebook, tab_clicked); in notebook_button_press_cb()
/dports/net-im/libpurple/pidgin-2.14.8/pidgin/
H A Dgtkconv.c8668 int tab_clicked; in notebook_press_cb() local
8674 tab_clicked = pidgin_conv_get_tab_at_xy(win, e->x_root, e->y_root, NULL); in notebook_press_cb()
8676 if (tab_clicked == -1) in notebook_press_cb()
8679 gtkconv = pidgin_conv_window_get_gtkconv_at_index(win, tab_clicked); in notebook_press_cb()
8699 tab_clicked = pidgin_conv_get_tab_at_xy(win, e->x_root, e->y_root, NULL); in notebook_press_cb()
8701 if (tab_clicked == -1) in notebook_press_cb()
8717 page = gtk_notebook_get_nth_page(GTK_NOTEBOOK(win->notebook), tab_clicked); in notebook_press_cb()
8735 win->drag_tab = tab_clicked; in notebook_press_cb()
/dports/net-im/pidgin/pidgin-2.14.8/pidgin/
H A Dgtkconv.c8668 int tab_clicked; in notebook_press_cb() local
8674 tab_clicked = pidgin_conv_get_tab_at_xy(win, e->x_root, e->y_root, NULL); in notebook_press_cb()
8676 if (tab_clicked == -1) in notebook_press_cb()
8679 gtkconv = pidgin_conv_window_get_gtkconv_at_index(win, tab_clicked); in notebook_press_cb()
8699 tab_clicked = pidgin_conv_get_tab_at_xy(win, e->x_root, e->y_root, NULL); in notebook_press_cb()
8701 if (tab_clicked == -1) in notebook_press_cb()
8717 page = gtk_notebook_get_nth_page(GTK_NOTEBOOK(win->notebook), tab_clicked); in notebook_press_cb()
8735 win->drag_tab = tab_clicked; in notebook_press_cb()
/dports/net-im/finch/pidgin-2.14.8/pidgin/
H A Dgtkconv.c8668 int tab_clicked; in notebook_press_cb() local
8674 tab_clicked = pidgin_conv_get_tab_at_xy(win, e->x_root, e->y_root, NULL); in notebook_press_cb()
8676 if (tab_clicked == -1) in notebook_press_cb()
8679 gtkconv = pidgin_conv_window_get_gtkconv_at_index(win, tab_clicked); in notebook_press_cb()
8699 tab_clicked = pidgin_conv_get_tab_at_xy(win, e->x_root, e->y_root, NULL); in notebook_press_cb()
8701 if (tab_clicked == -1) in notebook_press_cb()
8717 page = gtk_notebook_get_nth_page(GTK_NOTEBOOK(win->notebook), tab_clicked); in notebook_press_cb()
8735 win->drag_tab = tab_clicked; in notebook_press_cb()
/dports/editors/textadept/textadept_11.1.linux/src/
H A Dtextadept.c1227 static bool tab_clicked(GtkWidget *label, GdkEventButton *event, void *L) { in tab_clicked() function
1361 g_signal_connect(box, "button-press-event", G_CALLBACK(tab_clicked), L); in buffer_newindex()
/dports/editors/textadept/textadept-textadept_11.1/src/
H A Dtextadept.c1227 static bool tab_clicked(GtkWidget *label, GdkEventButton *event, void *L) { in tab_clicked() function
1361 g_signal_connect(box, "button-press-event", G_CALLBACK(tab_clicked), L); in buffer_newindex()
/dports/devel/py-pyface/pyface-7.2.0/pyface/dock/
H A Ddock_sizer.py704 self.parent.tab_clicked(self)
2792 def tab_clicked(self, control): member in DockRegion