Home
last modified time | relevance | path

Searched refs:apply_clicked (Results 1 – 11 of 11) sorted by relevance

/dports/x11/gtkchtheme/gtk-chtheme-0.3.1/
H A Dmainwin.c31 static void apply_clicked(GtkWidget *widget, gpointer u) in apply_clicked() function
63 g_signal_connect(G_OBJECT(apply_button), "clicked", G_CALLBACK(apply_clicked), NULL); in create_mainwin()
/dports/science/gramps/gramps-5.1.4/gramps/plugins/gramplet/
H A Deval.py78 apply_button.connect('clicked', self.apply_clicked)
103 def apply_clicked(self, obj): member in PythonEvaluation
H A Dleak.py113 apply_button.connect('clicked', self.apply_clicked)
243 def apply_clicked(self, obj): member in Leak
/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-search-replace.c120 apply_clicked (G_GNUC_UNUSED GtkWidget *widget, DialogState *dd) in apply_clicked() function
193 apply_clicked (widget, dd); in ok_clicked()
326 G_CALLBACK (apply_clicked), dd); in dialog_search_replace()
/dports/x11/gtk-theme-switch2/gtk-theme-switch-2.0.0rc2/
H A Dswitch.h17 static void apply_clicked(GtkWidget *button, gpointer data);
H A Dswitch.c158 apply_clicked(GtkWidget *button, gpointer data) in apply_clicked() function
287 apply_clicked(NULL, NULL); in install_ok_clicked()
399 g_signal_connect(G_OBJECT(button),"clicked",G_CALLBACK(apply_clicked),NULL); in dock()
/dports/devel/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0/tvp-git-helper/
H A Dtgh-stash-dialog.c33 static void apply_clicked (GtkButton*, gpointer);
228 g_signal_connect (G_OBJECT (button), "clicked", G_CALLBACK (apply_clicked), dialog); in tgh_stash_dialog_init()
444 apply_clicked (GtkButton *button, gpointer user_data) in apply_clicked() function
/dports/x11/mlterm/mlterm-3.9.1/tool/mlconfig/
H A Dmain.c133 static gint apply_clicked(GtkWidget *widget, gpointer data) { in apply_clicked() function
373 addbutton(_("Apply"), apply_clicked, hbox); in apply_cancel_button()
/dports/graphics/darktable38/darktable-3.8.0/src/libs/
H A Dstyles.c251 static void apply_clicked(GtkWidget *w, gpointer user_data) in apply_clicked() function
886 g_signal_connect(d->apply_button, "clicked", G_CALLBACK(apply_clicked), d); in gui_init()
/dports/graphics/darktable/darktable-3.6.1/src/libs/
H A Dstyles.c247 static void apply_clicked(GtkWidget *w, gpointer user_data) in apply_clicked() function
892 g_signal_connect(d->apply_button, "clicked", G_CALLBACK(apply_clicked), d); in gui_init()
/dports/mail/faces/faces-1.7.7/faces/
H A Dgtk.c81 static void apply_clicked(GtkButton *, gpointer);
169 apply_clicked(GtkButton *button, gpointer user_data) in apply_clicked() function
824 GTK_SIGNAL_FUNC (apply_clicked), in create_properties()