Home
last modified time | relevance | path

Searched refs:full_button (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/gnome-photos/gnome-photos-40.0/src/
H A Dphotos-export-dialog.c35 GtkWidget *full_button; member
95 gtk_widget_show (self->full_button); in photos_export_dialog_show_size_options()
96 context = gtk_widget_get_style_context (self->full_button); in photos_export_dialog_show_size_options()
280 gtk_widget_class_bind_template_child (widget_class, PhotosExportDialog, full_button); in photos_export_dialog_class_init()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/ifs-compose/
H A Difs-compose.c152 GtkWidget *full_button; member
674 ifsD->full_button = gtk_radio_button_new_with_label (group, _("Full")); in ifs_compose_color_page()
675 gtk_table_attach (GTK_TABLE (table), ifsD->full_button, 0, 1, 2, 3, in ifs_compose_color_page()
677 group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (ifsD->full_button)); in ifs_compose_color_page()
678 gtk_widget_show (ifsD->full_button); in ifs_compose_color_page()
1433 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (ifsD->full_button), in update_values()