Home
last modified time | relevance | path

Searched refs:theme_combo (Results 1 – 10 of 10) sorted by relevance

/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/capplet/
H A Dmate-notification-properties.c43 GtkWidget* theme_combo; member
249 GtkTreeModel* model = gtk_combo_box_get_model(GTK_COMBO_BOX(dialog->theme_combo)); in notification_properties_theme_notify()
262 gtk_combo_box_set_active_iter(GTK_COMBO_BOX(dialog->theme_combo), &iter); in notification_properties_theme_notify()
278 GtkTreeModel* model = gtk_combo_box_get_model(GTK_COMBO_BOX(dialog->theme_combo)); in notification_properties_theme_changed()
280 if (!gtk_combo_box_get_active_iter(GTK_COMBO_BOX(dialog->theme_combo), &iter)) in notification_properties_theme_changed()
311 gtk_combo_box_set_model(GTK_COMBO_BOX(dialog->theme_combo), GTK_TREE_MODEL(store)); in notification_properties_dialog_setup_themes()
314 …g_signal_connect(dialog->theme_combo, "changed", G_CALLBACK(notification_properties_theme_changed)… in notification_properties_dialog_setup_themes()
370 gtk_combo_box_set_active_iter(GTK_COMBO_BOX(dialog->theme_combo), &iter); in notification_properties_dialog_setup_themes()
467 dialog->theme_combo = GTK_WIDGET(gtk_builder_get_object(builder, "theme_combo")); in notification_properties_dialog_init()
/dports/deskutils/xfce4-notifyd/xfce4-notifyd-0.6.2/xfce4-notifyd-config/
H A Dmain.c108 xfce4_notifyd_config_theme_combo_changed(GtkComboBox *theme_combo, in xfce4_notifyd_config_theme_combo_changed() argument
116 if(!gtk_combo_box_get_active_iter(theme_combo, &iter)) in xfce4_notifyd_config_theme_combo_changed()
119 model = gtk_combo_box_get_model (theme_combo); in xfce4_notifyd_config_theme_combo_changed()
132 GtkWidget *theme_combo = user_data; in xfce4_notifyd_config_theme_changed() local
149 gtk_combo_box_set_active_iter(GTK_COMBO_BOX(theme_combo), in xfce4_notifyd_config_theme_changed()
162 gtk_combo_box_set_active_iter(GTK_COMBO_BOX(theme_combo), &iter); in xfce4_notifyd_config_theme_changed()
217 xfce4_notifyd_config_setup_theme_combo(GtkWidget *theme_combo, in xfce4_notifyd_config_setup_theme_combo() argument
246 gtk_combo_box_set_active_iter(GTK_COMBO_BOX(theme_combo), in xfce4_notifyd_config_setup_theme_combo()
772 GtkWidget *theme_combo; in xfce4_notifyd_config_setup_dialog() local
845 g_signal_connect(G_OBJECT(theme_combo), "changed", in xfce4_notifyd_config_setup_dialog()
[all …]
/dports/games/gnome-mahjongg/gnome-mahjongg-3.38.3/src/
H A Dgnome-mahjongg.vala433 var theme_combo = new Gtk.ComboBox ();
435 theme_combo.model = theme_store;
437 theme_combo.pack_start (renderer, true);
438 theme_combo.add_attribute (renderer, "text", 0);
449 theme_combo.set_active_iter (iter);
451 theme_combo.changed.connect (theme_changed_cb);
452 theme_combo.set_hexpand (true);
453 grid.attach (theme_combo, 1, 0, 1, 1);
454 label.set_mnemonic_widget (theme_combo);
/dports/games/quadrapassel/quadrapassel-40.2/src/
H A Dquadrapassel.vala405 var theme_combo = new Gtk.ComboBox ();
406 vbox.pack_start (theme_combo, false, true, 0);
408 theme_combo.model = theme_store;
410 theme_combo.pack_start (renderer, true);
411 theme_combo.add_attribute (renderer, "text", 0);
416 theme_combo.set_active_iter (iter);
421 theme_combo.set_active_iter (iter);
426 theme_combo.set_active_iter (iter);
431 theme_combo.set_active_iter (iter);
433 theme_combo.changed.connect (theme_combo_changed_cb);
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/inspector/
H A Dvisual.c51 GtkWidget *theme_combo; member
418 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (vis->priv->theme_combo), theme, theme); in init_theme()
425 vis->priv->theme_combo, "active-id", in init_theme()
431 gtk_widget_set_sensitive (vis->priv->theme_combo, FALSE); in init_theme()
432 gtk_widget_set_tooltip_text (vis->priv->theme_combo , _("Theme is hardcoded by GTK_THEME")); in init_theme()
942 gtk_widget_class_bind_template_child_private (widget_class, GtkInspectorVisual, theme_combo); in gtk_inspector_visual_class_init()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/inspector/
H A Dvisual.c73 GtkWidget *theme_combo; member
589 gtk_drop_down_set_model (GTK_DROP_DOWN (vis->theme_combo), G_LIST_MODEL (names)); in init_theme()
592 vis->theme_combo, "selected", in init_theme()
601 gtk_widget_set_sensitive (vis->theme_combo, FALSE); in init_theme()
602 row = gtk_widget_get_ancestor (vis->theme_combo, GTK_TYPE_LIST_BOX_ROW); in init_theme()
621 row = gtk_widget_get_ancestor (vis->theme_combo, GTK_TYPE_LIST_BOX_ROW); in init_dark()
1146 gtk_widget_class_bind_template_child (widget_class, GtkInspectorVisual, theme_combo); in gtk_inspector_visual_class_init()
/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/qml/Cutegram/
H A DConfigure.qml290 height: theme_combo.height
493 id: theme_combo
/dports/x11-fm/librfm/librfm5-5.3.16.4/modules/
H A Dsettings-module.i2558 GtkWidget *theme_combo = make_string_combo_box(th_options, "settings_p", settings_p); in context_run_rfm_settings_dialog() local
2566 gtk_combo_box_set_active (GTK_COMBO_BOX(theme_combo), combo_index); in context_run_rfm_settings_dialog()
2577 gtk_box_pack_start (GTK_BOX(theme_box), theme_combo, FALSE, FALSE, 0); in context_run_rfm_settings_dialog()
2578 …g_signal_connect (G_OBJECT (theme_combo), "changed", G_CALLBACK (save_icon_theme), toggle_button[i… in context_run_rfm_settings_dialog()
2582 g_object_set_data(G_OBJECT(theme_combo), "image_box", image_box); in context_run_rfm_settings_dialog()
/dports/multimedia/lives/lives-3.2.0/src/
H A Dpreferences.h655 LiVESWidget *theme_combo; member
H A Dpreferences.c1346 const char *theme = lives_combo_get_active_text(LIVES_COMBO(prefsw->theme_combo)); in apply_prefs()
4873 …prefsw->theme_combo = lives_standard_combo_new(_("New theme: "), themes, LIVES_BOX(hbox)… in create_prefs_dialog()
5086 …lives_signal_sync_connect_after(LIVES_GUI_OBJECT(prefsw->theme_combo), LIVES_WIDGET_CHANGED_SIGNAL, in create_prefs_dialog()
5088 lives_combo_set_active_string(LIVES_COMBO(prefsw->theme_combo), theme); in create_prefs_dialog()
5680 ACTIVE(theme_combo, CHANGED); in create_prefs_dialog()