Home
last modified time | relevance | path

Searched refs:combo_box (Results 226 – 250 of 842) sorted by relevance

12345678910>>...34

/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-proxy-combo-box.h70 void e_proxy_combo_box_refresh (EProxyComboBox *combo_box);
72 e_proxy_combo_box_get_registry (EProxyComboBox *combo_box);
H A De-charset-combo-box.h66 const gchar * e_charset_combo_box_get_charset (ECharsetComboBox *combo_box);
67 void e_charset_combo_box_set_charset (ECharsetComboBox *combo_box,
H A De-ellipsized-combo-box-text.h63 (EEllipsizedComboBoxText *combo_box);
65 (EEllipsizedComboBoxText *combo_box,
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.studio/mainwindow/project/
H A Dentityeditor.cpp415 QComboBox* combo_box = new QComboBox(m_parent); in create_enumeration_input_widgets() local
416 combo_box->setEditable(false); in create_enumeration_input_widgets()
417 new MouseWheelFocusEventFilter(combo_box); in create_enumeration_input_widgets()
421 combo_box->addItem(i->key(), i->value<QString>()); in create_enumeration_input_widgets()
424 combo_box->setCurrentIndex(combo_box->findData(QVariant::fromValue(value))); in create_enumeration_input_widgets()
427 combo_box->setFocus(); in create_enumeration_input_widgets()
430 m_form_layout->addRow(create_label(metadata), combo_box); in create_enumeration_input_widgets()
431 else combo_box->hide(); in create_enumeration_input_widgets()
433 unique_ptr<IInputWidgetProxy> widget_proxy(new ComboBoxProxy(combo_box)); in create_enumeration_input_widgets()
/dports/mail/evolution/evolution-3.42.1/src/composer/
H A De-composer-private.c752 composer_load_signature_cb (EMailSignatureComboBox *combo_box, in composer_load_signature_cb() argument
766 combo_box, result, &contents, &length, &is_html, &error); in composer_load_signature_cb()
793 gtk_combo_box_get_active_id (GTK_COMBO_BOX (combo_box)), in composer_load_signature_cb()
800 …gboolean signature_changed = g_strcmp0 (gtk_combo_box_get_active_id (GTK_COMBO_BOX (combo_box)), n… in composer_load_signature_cb()
804 if (!gtk_combo_box_set_active_id (GTK_COMBO_BOX (combo_box), new_signature_id)) { in composer_load_signature_cb()
805 …signature_changed = g_strcmp0 (gtk_combo_box_get_active_id (GTK_COMBO_BOX (combo_box)), "none") !=… in composer_load_signature_cb()
809 gtk_combo_box_set_active_id (GTK_COMBO_BOX (combo_box), "none"); in composer_load_signature_cb()
838 EMailSignatureComboBox *combo_box; in e_composer_update_signature() local
856 combo_box = e_composer_header_table_get_signature_combo_box (table); in e_composer_update_signature()
880 combo_box, G_PRIORITY_DEFAULT, composer->priv->load_signature_cancellable, in e_composer_update_signature()
/dports/www/gtkhtml4/gtkhtml-4.10.0/components/editor/
H A Dgtkhtml-spell-dialog.c67 spell_dialog_render_checker (GtkComboBox *combo_box, in spell_dialog_render_checker() argument
718 GtkComboBox *combo_box; in gtkhtml_spell_dialog_set_spell_checkers() local
724 combo_box = GTK_COMBO_BOX (dialog->priv->dictionary_combo); in gtkhtml_spell_dialog_set_spell_checkers()
753 gtk_combo_box_set_model (combo_box, GTK_TREE_MODEL (store)); in gtkhtml_spell_dialog_set_spell_checkers()
754 gtk_combo_box_set_active (combo_box, 0); in gtkhtml_spell_dialog_set_spell_checkers()
765 GtkComboBox *combo_box; in gtkhtml_spell_dialog_get_active_checker() local
771 combo_box = GTK_COMBO_BOX (dialog->priv->dictionary_combo); in gtkhtml_spell_dialog_get_active_checker()
772 model = gtk_combo_box_get_model (combo_box); in gtkhtml_spell_dialog_get_active_checker()
774 if (!gtk_combo_box_get_active_iter (combo_box, &iter)) in gtkhtml_spell_dialog_get_active_checker()
/dports/graphics/gimp-app/gimp-2.10.30/libgimpwidgets/
H A Dgimpstringcombobox.h67 gboolean gimp_string_combo_box_set_active (GimpStringComboBox *combo_box,
69 gchar * gimp_string_combo_box_get_active (GimpStringComboBox *combo_box);
H A Dgimpenumcombobox.h66 void gimp_enum_combo_box_set_stock_prefix (GimpEnumComboBox *combo_box,
69 void gimp_enum_combo_box_set_icon_prefix (GimpEnumComboBox *combo_box,
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/machine/
H A Dags_lv2_bridge_callbacks.h47 void ags_lv2_bridge_program_changed_callback(GtkComboBox *combo_box, AgsLv2Bridge *lv2_bridge);
48 void ags_lv2_bridge_preset_changed_callback(GtkComboBox *combo_box, AgsLv2Bridge *lv2_bridge);
H A Dags_live_lv2_bridge_callbacks.h47 void ags_live_lv2_bridge_program_changed_callback(GtkComboBox *combo_box, AgsLiveLv2Bridge *live_lv…
48 void ags_live_lv2_bridge_preset_changed_callback(GtkComboBox *combo_box, AgsLiveLv2Bridge *live_lv2…
/dports/multimedia/imagination/imagination-3.0/src/
H A Dsupport.c68 GtkWidget *combo_box; in _gtk_combo_box_new_text() local
84 combo_box = gtk_combo_box_new_with_model (model); in _gtk_combo_box_new_text()
88 gtk_cell_layout_set_attributes( GTK_CELL_LAYOUT (combo_box), cell, in _gtk_combo_box_new_text()
91 gtk_cell_layout_set_cell_data_func( GTK_CELL_LAYOUT( combo_box ), cell, in _gtk_combo_box_new_text()
95 gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (combo_box), cell, TRUE); in _gtk_combo_box_new_text()
96 gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (combo_box), cell, in _gtk_combo_box_new_text()
99 gtk_cell_layout_set_cell_data_func( GTK_CELL_LAYOUT( combo_box ), cell, in _gtk_combo_box_new_text()
108 combo_box = gtk_combo_box_new_with_model (model); in _gtk_combo_box_new_text()
112 gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (combo_box), cell, TRUE); in _gtk_combo_box_new_text()
113 gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (combo_box), cell, in _gtk_combo_box_new_text()
[all …]
/dports/games/gnome-nibbles/gnome-nibbles-3.38.2/src/
H A Dpreferences-dialog.vala126 foreach (var combo_box in combo_boxes)
129 combo_box.append_text (NibblesView.colorval_name_translated (i));
131 var id = combo_boxes.index_of (combo_box);
134 combo_box.set_active (color);
135 combo_box.changed.connect (combo_box_changed_cb);
234 private void combo_box_changed_cb (ComboBox combo_box)
236 var id = combo_boxes.index_of ((ComboBoxText) combo_box);
237 var color_new = combo_box.get_active ();
/dports/cad/oregano/oregano-0.84.43/src/
H A Dpart-browser.c553 GtkWidget *combo_box, *w; in part_browser_setup_libs() local
562 combo_box = gtk_combo_box_text_new (); in part_browser_setup_libs()
563 gtk_grid_attach (GTK_GRID (w), combo_box, 1, 0, 1, 1); in part_browser_setup_libs()
568 gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (combo_box), in part_browser_setup_libs()
572 gtk_combo_box_set_active (GTK_COMBO_BOX (combo_box), 0); in part_browser_setup_libs()
576 g_signal_connect (G_OBJECT (combo_box), "changed", G_CALLBACK (library_switch_cb), br); in part_browser_setup_libs()
579 static void library_switch_cb (GtkWidget *combo_box, Browser *br) in library_switch_cb() argument
585 (Library *)g_list_nth_data (libs, gtk_combo_box_get_active (GTK_COMBO_BOX (combo_box))); in library_switch_cb()
/dports/sysutils/dvdisaster/dvdisaster-0.79.5/
H A Dmedium-info.c277 { GtkWidget *dialog,*vbox,*hbox,*table,*button,*lab,*sep,*frame,*combo_box; in CreateMediumInfoWindow() local
329 combo_box = gtk_combo_box_new_text(); in CreateMediumInfoWindow()
330 gtk_box_pack_start(GTK_BOX(hbox), combo_box, FALSE, FALSE, 0); in CreateMediumInfoWindow()
332 g_signal_connect(G_OBJECT(combo_box), "changed", G_CALLBACK(drive_select_cb), NULL); in CreateMediumInfoWindow()
336 gtk_combo_box_append_text(GTK_COMBO_BOX(combo_box), in CreateMediumInfoWindow()
344 { gtk_combo_box_append_text(GTK_COMBO_BOX(combo_box), _utf("No drives found")); in CreateMediumInfoWindow()
347 gtk_combo_box_set_active(GTK_COMBO_BOX(combo_box), dev_idx); in CreateMediumInfoWindow()
499 Closure->mediumDrive = combo_box; in CreateMediumInfoWindow()
/dports/www/netsurf/netsurf-3.10/frontends/gtk/
H A Dcompat.c123 void nsgtk_combo_box_text_append_text(GtkWidget *combo_box, const gchar *text) in nsgtk_combo_box_text_append_text() argument
126 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(combo_box), text); in nsgtk_combo_box_text_append_text()
128 gtk_combo_box_append_text(GTK_COMBO_BOX(combo_box), text); in nsgtk_combo_box_text_append_text()
133 gchar *nsgtk_combo_box_text_get_active_text(GtkWidget *combo_box) in nsgtk_combo_box_text_get_active_text() argument
136 return gtk_combo_box_text_get_active_text(GTK_COMBO_BOX_TEXT(combo_box)); in nsgtk_combo_box_text_get_active_text()
138 return gtk_combo_box_get_active_text(GTK_COMBO_BOX(combo_box)); in nsgtk_combo_box_text_get_active_text()
/dports/graphics/rawstudio/rawstudio-2.0/librawstudio/
H A Drs-color-space-selector.c63 changed(GtkComboBox *combo_box) in changed() argument
67 RSColorSpaceSelector *selector = RS_COLOR_SPACE_SELECTOR(combo_box); in changed()
69 if (gtk_combo_box_get_active_iter(combo_box, &iter)) in changed()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/editor/
H A Dags_automation_toolbar_callbacks.h61 void ags_automation_toolbar_zoom_callback(GtkComboBox *combo_box, AgsAutomationToolbar *automation_…
63 void ags_automation_toolbar_port_callback(GtkComboBox *combo_box,
/dports/x11/zenity/zenity-3.32.0/src/
H A Dforms.c55 GtkWidget *combo_box; in zenity_forms_create_and_fill_combo() local
82 combo_box = gtk_combo_box_new_with_model (GTK_TREE_MODEL (list_store)); in zenity_forms_create_and_fill_combo()
86 gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (combo_box), renderer, TRUE); in zenity_forms_create_and_fill_combo()
88 GTK_CELL_LAYOUT (combo_box), renderer, "text", 0, NULL); in zenity_forms_create_and_fill_combo()
90 return combo_box; in zenity_forms_create_and_fill_combo()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/lock/
H A Dcc-lock-panel.c74 set_lock_value_for_combo (GtkComboBox *combo_box, in set_lock_value_for_combo() argument
84 model = gtk_combo_box_get_model (combo_box); in set_lock_value_for_combo()
102 gtk_combo_box_set_active_iter (combo_box, &iter); in set_lock_value_for_combo()
110 gtk_combo_box_set_active (combo_box, i - 1); in set_lock_value_for_combo()
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/doc/programGuide/ch06/combo_box/
H A DMakefile.in92 noinst_PROGRAMS = combo_box$(EXEEXT)
93 subdir = demos/doc/programGuide/ch06/combo_box
109 am_combo_box_OBJECTS = combo_box.$(OBJEXT) interface.$(OBJEXT)
337 EXTRA_DIST = README combo_box.man
338 combo_box_SOURCES = combo_box.c interface.c
356 $(AUTOMAKE) --foreign demos/doc/programGuide/ch06/combo_box/Makefile
384 combo_box$(EXEEXT): $(combo_box_OBJECTS) $(combo_box_DEPENDENCIES) $(EXTRA_combo_box_DEPENDENCIES)
385 @rm -f combo_box$(EXEEXT)
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/combo_box.Po@am__quote@
/dports/mail/balsa/balsa-2.5.1/src/
H A Dstore-address.c280 GtkWidget *combo_box; in store_address_book_frame() local
282 combo_box = gtk_combo_box_text_new(); in store_address_book_frame()
283 g_signal_connect(combo_box, "changed", in store_address_book_frame()
303 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(combo_box), in store_address_book_frame()
308 gtk_combo_box_set_active(GTK_COMBO_BOX(combo_box), in store_address_book_frame()
313 gtk_container_add(GTK_CONTAINER(frame), combo_box); in store_address_book_frame()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/printers/
H A Dpp-ipp-option-widget.c172 GtkWidget *combo_box; in combo_box_new() local
174 combo_box = gtk_combo_box_new (); in combo_box_new()
177 gtk_combo_box_set_model (GTK_COMBO_BOX (combo_box), GTK_TREE_MODEL (store)); in combo_box_new()
180 gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (combo_box), cell, TRUE); in combo_box_new()
181 gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (combo_box), cell, in combo_box_new()
185 return combo_box; in combo_box_new()
/dports/audio/picard/picard-release-2.6.2/picard/ui/options/
H A Dmetadata.py91 combo_box = self.ui.artist_locale
95 combo_box.addItem(label, locale)
97 combo_box.setCurrentIndex(i)
/dports/sysutils/mate-control-center/mate-control-center-1.26.0/capplets/default-applications/
H A Dmate-da-capplet.c303 refresh_combo_box_icons(GtkIconTheme* theme, GtkComboBox* combo_box, GList* app_list) in refresh_combo_box_icons() argument
312 model = gtk_combo_box_get_model(combo_box); in refresh_combo_box_icons()
318 scale_factor = gtk_widget_get_scale_factor (GTK_WIDGET (combo_box)); in refresh_combo_box_icons()
384 fill_combo_box(GtkIconTheme* theme, GtkComboBox* combo_box, GList* app_list, gchar* mime) in fill_combo_box() argument
486 gtk_combo_box_set_model(combo_box, model); in fill_combo_box()
492 gtk_cell_layout_pack_start(GTK_CELL_LAYOUT(combo_box), renderer, FALSE); in fill_combo_box()
493 gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (combo_box), renderer, in fill_combo_box()
499 gtk_cell_layout_pack_start(GTK_CELL_LAYOUT(combo_box), renderer, TRUE); in fill_combo_box()
500 gtk_cell_layout_set_attributes(GTK_CELL_LAYOUT(combo_box), renderer, in fill_combo_box()
504 scale_factor = gtk_widget_get_scale_factor (GTK_WIDGET (combo_box)); in fill_combo_box()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/accessibility/
H A Dbrowser_accessibility_win_unittest.cc689 ui::AXNodeData combo_box; in TEST_F() local
690 combo_box.id = 12; in TEST_F()
1134 combo_box.id = 2; in TEST_F()
1138 combo_box.SetName("Combo box:"); in TEST_F()
1846 ui::AXNodeData combo_box; in TEST_F() local
1847 combo_box.id = 2; in TEST_F()
1851 combo_box.SetValue("Test1"); in TEST_F()
2628 ui::AXNodeData combo_box; in TEST_F() local
2629 combo_box.id = 2; in TEST_F()
2741 ui::AXNodeData combo_box; in TEST_F() local
[all …]

12345678910>>...34