Home
last modified time | relevance | path

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

/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkinfobar.c681 action_widget_activated (GtkWidget *widget, in action_widget_activated() function
727 closure = g_cclosure_new_object (G_CALLBACK (action_widget_activated), in gtk_info_bar_add_action_widget()
1146 closure = g_cclosure_new_object (G_CALLBACK (action_widget_activated), in gtk_info_bar_buildable_custom_finished()
H A Dgtkdialog.c622 action_widget_activated (GtkWidget *widget, GtkDialog *dialog) in action_widget_activated() function
668 closure = g_cclosure_new_object (G_CALLBACK (action_widget_activated), in gtk_dialog_add_action_widget()
1508 closure = g_cclosure_new_object (G_CALLBACK (action_widget_activated), in gtk_dialog_buildable_custom_finished()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkinfobar.c521 action_widget_activated (GtkWidget *widget, in action_widget_activated() function
568 closure = g_cclosure_new_object (G_CALLBACK (action_widget_activated), in gtk_info_bar_add_action_widget()
1045 closure = g_cclosure_new_object (G_CALLBACK (action_widget_activated), in gtk_info_bar_buildable_custom_finished()
H A Dgtkdialog.c312 action_widget_activated (GtkWidget *widget, GtkDialog *dialog) in action_widget_activated() function
341 closure = g_cclosure_new_object (G_CALLBACK (action_widget_activated), in add_response_data()
1327 closure = g_cclosure_new_object (G_CALLBACK (action_widget_activated), in gtk_dialog_buildable_custom_finished()
/dports/x11/libxfce4menu/libxfce4ui-4.16.1/libxfce4ui/
H A Dxfce-titled-dialog.c302 action_widget_activated (GtkWidget *widget, GtkDialog *dialog) in action_widget_activated() function
333 closure = g_cclosure_new_object (G_CALLBACK (action_widget_activated), in add_response_data()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkinfobar.c674 action_widget_activated (GtkWidget *widget, in action_widget_activated() function
720 closure = g_cclosure_new_object (G_CALLBACK (action_widget_activated), in gtk_info_bar_add_action_widget()
1240 closure = g_cclosure_new_object (G_CALLBACK (action_widget_activated), in gtk_info_bar_buildable_custom_finished()
H A Dgtkdialog.c314 action_widget_activated (GtkWidget *widget, GtkDialog *dialog) in action_widget_activated() function
348 closure = g_cclosure_new_object (G_CALLBACK (action_widget_activated), in add_response_data()
1891 closure = g_cclosure_new_object (G_CALLBACK (action_widget_activated), in gtk_dialog_buildable_custom_finished()
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpoverlaydialog.c517 action_widget_activated (GtkWidget *widget, in action_widget_activated() function
553 closure = g_cclosure_new_object (G_CALLBACK (action_widget_activated), in gimp_overlay_dialog_add_button()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.22/
H A Dgui_stuff.c660 static void action_widget_activated(GtkWidget *button, GtkWidget *vbox) in action_widget_activated() function
686 closure = g_cclosure_new_object(G_CALLBACK(action_widget_activated), in gui_dialog_pack_button()
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.0/
H A Dgui_stuff.c648 static void action_widget_activated(GtkWidget *button, GtkWidget *vbox) in action_widget_activated() function
674 closure = g_cclosure_new_object(G_CALLBACK(action_widget_activated), in gui_dialog_pack_button()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.0/
H A Dgui_stuff.c648 static void action_widget_activated(GtkWidget *button, GtkWidget *vbox) in action_widget_activated() function
674 closure = g_cclosure_new_object(G_CALLBACK(action_widget_activated), in gui_dialog_pack_button()
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.22/
H A Dgui_stuff.c660 static void action_widget_activated(GtkWidget *button, GtkWidget *vbox) in action_widget_activated() function
686 closure = g_cclosure_new_object(G_CALLBACK(action_widget_activated), in gui_dialog_pack_button()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-2.0/
H A Dgui_stuff.c664 static void action_widget_activated(GtkWidget *button, GtkWidget *vbox) in action_widget_activated() function
690 closure = g_cclosure_new_object(G_CALLBACK(action_widget_activated), in gui_dialog_pack_button()
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-2.0/
H A Dgui_stuff.c664 static void action_widget_activated(GtkWidget *button, GtkWidget *vbox) in action_widget_activated() function
690 closure = g_cclosure_new_object(G_CALLBACK(action_widget_activated), in gui_dialog_pack_button()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/
H A DChangeLog.pre-2-83445 * gtk/gtkdialog.c (action_widget_activated): Simplify,