Home
last modified time | relevance | path

Searched refs:close_button_clicked (Results 1 – 25 of 27) sorted by relevance

12

/dports/math/chryzodus/chryzodus/
H A Dmain.cpp33 int close_button_clicked = 0; variable
37 close_button_clicked = 1; in close_button_callback()
78 if (close_button_clicked) done = 1; in main()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dpanner_editor.cc30 b->signal_clicked().connect (sigc::mem_fun(*this, &PannerEditor::close_button_clicked)); in PannerEditor()
34 PannerEditor::close_button_clicked () in close_button_clicked() function in PannerEditor
H A Dpanner_editor.h31 void close_button_clicked ();
/dports/textproc/xfce4-dict-plugin/xfce4-dict-0.8.4/src/
H A Dxfce4-dict.c71 static void close_button_clicked(GtkWidget *button, DictData *dd) in close_button_clicked() function
184 g_signal_connect(dd->close_button, "clicked", G_CALLBACK(close_button_clicked), dd); in main()
186 g_signal_connect(dd->close_menu_item, "activate", G_CALLBACK(close_button_clicked), dd); in main()
/dports/print/xreader/xreader-3.2.2/shell/
H A Dev-preferences-dialog.c80 close_button_clicked(GtkButton *button, in close_button_clicked() function
131 g_signal_connect(button, "clicked", G_CALLBACK(close_button_clicked), dlg); in setup_buttons()
/dports/audio/aqualung/aqualung-1.0/src/
H A Dsearch_playlist.c101 close_button_clicked(GtkWidget * widget, gpointer data) { in close_button_clicked() function
250 close_button_clicked(NULL, NULL); in search_button_clicked()
298 close_button_clicked(NULL, NULL); in search_window_key_pressed()
460 g_signal_connect(G_OBJECT(button), "clicked", G_CALLBACK(close_button_clicked), NULL); in search_playlist_dialog()
H A Dsearch.c110 close_button_clicked(GtkWidget * widget, gpointer data) { in close_button_clicked() function
406 close_button_clicked(NULL, NULL); in search_button_clicked()
442 close_button_clicked(NULL, NULL); in search_window_key_pressed()
642 g_signal_connect(G_OBJECT(button), "clicked", G_CALLBACK(close_button_clicked), NULL); in search_dialog()
/dports/x11/mate-terminal/mate-terminal-1.26.0/src/
H A Dterminal-tab-label.h53 void (* close_button_clicked) (TerminalTabLabel *tab_label); member
H A Dterminal-tab-label.c209 G_STRUCT_OFFSET (TerminalTabLabelClass, close_button_clicked), in terminal_tab_label_class_init()
/dports/x11/gnome-terminal/gnome-terminal-3.42.2/src/
H A Dterminal-tab-label.hh52 void (* close_button_clicked) (TerminalTabLabel *tab_label); member
H A Dterminal-tab-label.cc300 G_STRUCT_OFFSET (TerminalTabLabelClass, close_button_clicked), in terminal_tab_label_class_init()
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-filterbar.h55 void (* close_button_clicked) (GthFilterbar *filterbar); member
H A Dgth-filterbar.c125 G_STRUCT_OFFSET (GthFilterbarClass, close_button_clicked), in gth_filterbar_class_init()
/dports/sysutils/quicksynergy/quicksynergy-0.9.0/src/
H A Dcallbacks.h36 void close_button_clicked(GtkWidget *widget, gpointer data);
H A Dcallbacks.c276 void close_button_clicked(GtkWidget *widget, gpointer data) { in close_button_clicked() function
286 void close_button_clicked(GtkWidget *widget, gpointer data) { in close_button_clicked() function
H A Dmain.c127 G_CALLBACK(close_button_clicked), (gpointer) state); in main()
/dports/sysutils/mate-system-monitor/mate-system-monitor-1.26.0/src/
H A Dlsof.cpp211 static void close_button_clicked(GtkButton *, gpointer data) in close_button_clicked() function
410 G_CALLBACK(GUI::close_button_clicked), gui); in procman_lsof()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/dialogs/
H A Dquickview.py221 self.close_button.clicked.connect(self.close_button_clicked)
303 toggle_sc.activated.connect(lambda: self.close_button_clicked())
833 def close_button_clicked(self): member in Quickview
839 self.close_button_clicked()
/dports/sysutils/gnome-system-monitor/gnome-system-monitor-41.0/src/
H A Dlsof.cpp186 static void close_button_clicked(GtkButton *, gpointer data) in close_button_clicked() function
/dports/editors/xed/xed-3.2.0/xed/
H A Dxed-preferences-dialog.c214 close_button_clicked (GtkButton *button, in close_button_clicked() function
913 G_CALLBACK (close_button_clicked), dlg); in setup_buttons()
H A Dxed-print-preview.c547 close_button_clicked (GtkWidget *button, in close_button_clicked() function
712 G_CALLBACK (close_button_clicked), preview); in create_bar()
/dports/editors/gedit/gedit-40.1/gedit/
H A Dgedit-print-preview.c523 close_button_clicked (GtkWidget *button, in close_button_clicked() function
896 G_CALLBACK (close_button_clicked), in gedit_print_preview_init()
/dports/net/vinagre/vinagre-3.22.0/vinagre/
H A Dvinagre-tab.c327 close_button_clicked (GtkToolButton *button, in close_button_clicked() function
364 g_signal_connect (button, "clicked", G_CALLBACK (close_button_clicked), tab); in setup_layout()
/dports/editors/pluma/pluma-1.26.0/pluma/
H A Dpluma-print-preview.c532 close_button_clicked (GtkWidget *button, in close_button_clicked() function
710 G_CALLBACK (close_button_clicked), preview); in create_bar()
/dports/editors/marker/Marker-2020.04.04.2/src/
H A Dmarker-window.c485 close_button_clicked(GtkTreeView *view, GtkTreeViewColumn *col, guint x, GtkCellRenderer * cell) in close_button_clicked() function
537 if (close_button_clicked(GTK_TREE_VIEW(view), col, x, cell_renderer)) in button_pressed_cb()

12