Home
last modified time | relevance | path

Searched refs:combo (Results 126 – 150 of 13506) sorted by relevance

12345678910>>...541

/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcellrenderercombo.c66 GtkWidget *combo; member
361 g_object_get (combo, in gtk_cell_renderer_combo_editing_done()
367 priv->combo = NULL; in gtk_cell_renderer_combo_editing_done()
388 priv->combo = NULL; in gtk_cell_renderer_combo_editing_done()
446 GtkWidget *combo; in gtk_cell_renderer_combo_start_editing() local
476 combo = gtk_combo_box_new (); in gtk_cell_renderer_combo_start_editing()
497 g_object_set (combo, "has-frame", FALSE, NULL); in gtk_cell_renderer_combo_start_editing()
498 g_object_set_data_full (G_OBJECT (combo), in gtk_cell_renderer_combo_start_editing()
502 gtk_widget_show (combo); in gtk_cell_renderer_combo_start_editing()
514 priv->combo = combo; in gtk_cell_renderer_combo_start_editing()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcellrenderercombo.c56 GtkWidget *combo; member
369 g_object_get (combo, in gtk_cell_renderer_combo_editing_done()
375 priv->combo = NULL; in gtk_cell_renderer_combo_editing_done()
396 priv->combo = NULL; in gtk_cell_renderer_combo_editing_done()
458 GtkWidget *combo; in gtk_cell_renderer_combo_start_editing() local
494 combo = gtk_combo_box_new (); in gtk_cell_renderer_combo_start_editing()
515 g_object_set (combo, "has-frame", FALSE, NULL); in gtk_cell_renderer_combo_start_editing()
516 g_object_set_data_full (G_OBJECT (combo), in gtk_cell_renderer_combo_start_editing()
520 gtk_widget_show (combo); in gtk_cell_renderer_combo_start_editing()
532 priv->combo = combo; in gtk_cell_renderer_combo_start_editing()
[all …]
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/qv4l2/
H A Dtpg-tab.cpp38 QComboBox *combo; in addTpgTab() local
68 combo = new QComboBox(w); in addTpgTab()
71 addWidget(grid, combo); in addTpgTab()
78 combo = new QComboBox(w); in addTpgTab()
87 addWidget(grid, combo); in addTpgTab()
93 combo->addItem("4x3"); in addTpgTab()
94 combo->addItem("14x9"); in addTpgTab()
95 combo->addItem("16x9"); in addTpgTab()
97 addWidget(grid, combo); in addTpgTab()
110 addWidget(grid, combo); in addTpgTab()
[all …]
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/qv4l2/
H A Dtpg-tab.cpp38 QComboBox *combo; in addTpgTab() local
68 combo = new QComboBox(w); in addTpgTab()
71 addWidget(grid, combo); in addTpgTab()
78 combo = new QComboBox(w); in addTpgTab()
87 addWidget(grid, combo); in addTpgTab()
93 combo->addItem("4x3"); in addTpgTab()
94 combo->addItem("14x9"); in addTpgTab()
95 combo->addItem("16x9"); in addTpgTab()
97 addWidget(grid, combo); in addTpgTab()
110 addWidget(grid, combo); in addTpgTab()
[all …]
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/qv4l2/
H A Dtpg-tab.cpp38 QComboBox *combo; in addTpgTab() local
68 combo = new QComboBox(w); in addTpgTab()
71 addWidget(grid, combo); in addTpgTab()
78 combo = new QComboBox(w); in addTpgTab()
87 addWidget(grid, combo); in addTpgTab()
93 combo->addItem("4x3"); in addTpgTab()
94 combo->addItem("14x9"); in addTpgTab()
95 combo->addItem("16x9"); in addTpgTab()
97 addWidget(grid, combo); in addTpgTab()
110 addWidget(grid, combo); in addTpgTab()
[all …]
/dports/graphics/yacreader/yacreader-9.8.2/YACReader/
H A Dtranslator.cpp247 combo->addItem("Arabic", "ar"); in populateCombos()
252 combo->addItem("Czech", "cs"); in populateCombos()
253 combo->addItem("Danish", "da"); in populateCombos()
254 combo->addItem("Dutch", "nl"); in populateCombos()
258 combo->addItem("French", "fr"); in populateCombos()
259 combo->addItem("German", "de"); in populateCombos()
260 combo->addItem("Greek", "el"); in populateCombos()
262 combo->addItem("Hebrew", "he"); in populateCombos()
263 combo->addItem("Hindi", "hi"); in populateCombos()
268 combo->addItem("Korean", "ko"); in populateCombos()
[all …]
/dports/x11-fm/thunar/thunar-4.16.10/thunar/
H A Dthunar-preferences-dialog.c265 GtkWidget *combo; in thunar_preferences_dialog_init() local
350 combo = gtk_combo_box_text_new (); in thunar_preferences_dialog_init()
361 gtk_widget_show (combo); in thunar_preferences_dialog_init()
368 combo = gtk_combo_box_text_new (); in thunar_preferences_dialog_init()
378 gtk_widget_show (combo); in thunar_preferences_dialog_init()
485 combo = gtk_combo_box_text_new (); in thunar_preferences_dialog_init()
500 gtk_widget_show (combo); in thunar_preferences_dialog_init()
566 gtk_widget_show (combo); in thunar_preferences_dialog_init()
614 gtk_widget_show (combo); in thunar_preferences_dialog_init()
786 gtk_widget_show (combo); in thunar_preferences_dialog_init()
[all …]
/dports/games/crack-attack/crack-attack-1.1.14/src/
H A DScore.h107 if (combo.multiplier > top_combo_multiplier) in reportMultiplier()
108 top_combo_multiplier = combo.multiplier; in reportMultiplier()
113 backlog += combo.base_score_this_step in reportMultiplier()
114 * (combo.multiplier - combo.n_multipliers_this_step - 1); in reportMultiplier()
117 backlog += combo.base_accumulated_score in reportMultiplier()
118 * combo.n_multipliers_this_step; in reportMultiplier()
120 combo.n_multipliers_this_step = 0; in reportMultiplier()
130 if (combo.special_magnitude > 0) in reportElimination()
134 : combo.special_magnitude); in reportElimination()
138 points += (combo.magnitude == GC_MIN_PATTERN_LENGTH in reportElimination()
[all …]
H A DComboManager.cxx57 ComboTabulator &combo = tabulatorStore[n]; in timeStep() local
61 if (combo.involvement_count == 0) { in timeStep()
64 GarbageGenerator::comboComplete(combo); in timeStep()
70 } else if (combo.time_stamp == Game::time_step) { in timeStep()
73 int score = Score::reportElimination(combo); in timeStep()
74 combo.base_accumulated_score += score; in timeStep()
75 combo.base_score_this_step += score; in timeStep()
77 if (combo.n_multipliers_this_step != 0) in timeStep()
78 Score::reportMultiplier(combo); in timeStep()
79 combo.base_score_this_step = 0; in timeStep()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/widgets/
H A Djoystickdevicewidget.c89 id_str = gtk_combo_box_get_active_id(GTK_COMBO_BOX(combo)); in on_device_changed()
110 GtkWidget *combo; in joystick_device_widget_create() local
118 combo = gtk_combo_box_text_new(); in joystick_device_widget_create()
119 g_object_set(combo, "margin-left", 16, NULL); in joystick_device_widget_create()
129 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(combo), in joystick_device_widget_create()
132 gtk_combo_box_set_active(GTK_COMBO_BOX(combo), i1); in joystick_device_widget_create()
150 gtk_combo_box_set_active(GTK_COMBO_BOX(combo), i1+i2); in joystick_device_widget_create()
156 gtk_grid_attach(GTK_GRID(grid), combo, 0, 1, 1, 1); in joystick_device_widget_create()
170 GtkWidget *combo; in joystick_device_widget_update() local
176 combo = gtk_grid_get_child_at(GTK_GRID(widget), 0, 1); in joystick_device_widget_update()
[all …]
/dports/www/bluefish/bluefish-2.2.12/src/plugin_htmlbar/
H A Dhtml_table.c127 dialog_mnemonic_label_in_table(_("Cl_ass:"), dg->combo[4], dgtable, 0, 1, 2, 3); in tabledialog_dialog()
128 gtk_table_attach_defaults(GTK_TABLE(dgtable), dg->combo[4], 1, 2, 2, 3); in tabledialog_dialog()
145 gtk_table_attach_defaults(GTK_TABLE(dgtable), dg->combo[1], 4, 5, 0, 1); in tabledialog_dialog()
148 var_but = color_but_new(gtk_bin_get_child(GTK_BIN(dg->combo[3])), dg->dialog); in tabledialog_dialog()
150 gtk_table_attach_defaults(GTK_TABLE(dgtable), dg->combo[3], 3, 4, 2, 3); in tabledialog_dialog()
184 gtk_table_attach_defaults(GTK_TABLE(dgtable), dg->combo[5], 6, 8, 3, 4); in tabledialog_dialog()
195 gtk_table_attach_defaults(GTK_TABLE(dgtable), dg->combo[6], 6, 8, 4, 5); in tabledialog_dialog()
268 dialog_mnemonic_label_in_table(_("Cl_ass:"), dg->combo[4], dgtable, 2, 3, 0, 1); in tablerowdialog_dialog()
269 gtk_table_attach_defaults(GTK_TABLE(dgtable), dg->combo[4], 3, 5, 0, 1); in tablerowdialog_dialog()
272 color_but = color_but_new(gtk_bin_get_child(GTK_BIN(dg->combo[3])), dg->dialog); in tablerowdialog_dialog()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dtestmenubutton.c41 GtkWidget *combo; in main() local
60 combo = gtk_combo_box_text_new (); in main()
61 gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (combo), "Fill"); in main()
62 gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (combo), "Start"); in main()
63 gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (combo), "End"); in main()
66 gtk_combo_box_set_active (GTK_COMBO_BOX (combo), INITIAL_HALIGN); in main()
68 g_signal_connect (G_OBJECT (combo), "changed", in main()
75 combo = gtk_combo_box_text_new (); in main()
78 gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (combo), "End"); in main()
81 gtk_combo_box_set_active (GTK_COMBO_BOX (combo), INITIAL_HALIGN); in main()
[all …]
/dports/multimedia/ogmrip/ogmrip-1.0.1/libogmrip-gtk/
H A Dogmrip-helper.h135 void ogmrip_combo_box_languages_construct (GtkComboBox *combo,
142 void ogmrip_combo_box_containers_construct (GtkComboBox *combo);
143 void ogmrip_combo_box_add_containers (GtkComboBox *combo);
144 GType ogmrip_combo_box_get_active_container (GtkComboBox *combo);
145 void ogmrip_combo_box_set_active_container (GtkComboBox *combo,
148 void ogmrip_combo_box_add_video_codecs (GtkComboBox *combo,
151 void ogmrip_combo_box_set_active_video_codec (GtkComboBox *combo,
154 void ogmrip_combo_box_add_audio_codecs (GtkComboBox *combo,
157 void ogmrip_combo_box_set_active_audio_codec (GtkComboBox *combo,
160 void ogmrip_combo_box_add_subp_codecs (GtkComboBox *combo,
[all …]
/dports/devel/goffice/goffice-0.10.50/goffice/gtk/
H A Dgo-combo-box.h52 void (*set_title) (GOComboBox *combo, char const *title);
56 gboolean (*pop_down_done) (GOComboBox *combo, GtkWidget *w);
61 void go_combo_box_set_tooltip (GOComboBox *combo, void *tips,
64 void go_combo_box_set_title (GOComboBox *combo, char const *title);
65 char const *go_combo_box_get_title (GOComboBox *combo);
69 void go_combo_box_construct (GOComboBox *combo,
73 void go_combo_box_get_pos (GOComboBox *combo, int *x, int *y);
74 void go_combo_box_popup_hide (GOComboBox *combo);
75 void go_combo_box_popup_display (GOComboBox *combo);
76 void go_combo_box_set_display (GOComboBox *combo,
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/gtk-demo/
H A Dcombobox.c215 fill_combo_entry (GtkWidget *combo) in fill_combo_entry() argument
307 GtkWidget *vbox, *frame, *box, *combo, *entry; in do_combobox() local
342 combo = gtk_combo_box_new_with_model (model); in do_combobox()
344 gtk_box_append (GTK_BOX (box), combo); in do_combobox()
386 combo = gtk_combo_box_new_with_model (model); in do_combobox()
388 gtk_box_append (GTK_BOX (box), combo); in do_combobox()
417 fill_combo_entry (combo); in do_combobox()
418 gtk_box_append (GTK_BOX (box), combo); in do_combobox()
436 combo = gtk_combo_box_text_new (); in do_combobox()
440 gtk_box_append (GTK_BOX (box), combo); in do_combobox()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dtestmenubutton.c42 GtkWidget *combo; in main() local
68 combo = gtk_combo_box_text_new (); in main()
69 gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (combo), "Fill"); in main()
71 gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (combo), "End"); in main()
74 gtk_combo_box_set_active (GTK_COMBO_BOX (combo), INITIAL_HALIGN); in main()
75 gtk_widget_show (combo); in main()
77 g_signal_connect (G_OBJECT (combo), "changed", in main()
85 combo = gtk_combo_box_text_new (); in main()
91 gtk_combo_box_set_active (GTK_COMBO_BOX (combo), INITIAL_HALIGN); in main()
92 gtk_widget_show (combo); in main()
[all …]
/dports/devel/libgnt/libgnt-2.14.3/test/
H A Dcombo.c11 button_activated(GntWidget *b, GntComboBox *combo) in button_activated() argument
33 GntWidget *box, *combo, *button; in main() local
54 combo = gnt_combo_box_new(); in main()
55 gnt_combo_box_add_data(GNT_COMBO_BOX(combo), "1", "1"); in main()
56 gnt_combo_box_add_data(GNT_COMBO_BOX(combo), "2", "2"); in main()
58 gnt_combo_box_add_data(GNT_COMBO_BOX(combo), "4", "4"); in main()
59 gnt_combo_box_add_data(GNT_COMBO_BOX(combo), "5", "5"); in main()
60 gnt_combo_box_add_data(GNT_COMBO_BOX(combo), "6", "6"); in main()
61 gnt_combo_box_add_data(GNT_COMBO_BOX(combo), "7", "7"); in main()
62 gnt_combo_box_add_data(GNT_COMBO_BOX(combo), "8", "8"); in main()
[all …]
/dports/graphics/ufraw/ufraw-f34669b/
H A Duf_gtk.cc50 GtkWidget *combo = gtk_combo_box_new_text(); in uf_combo_box_new_text() local
51 gtk_widget_set_size_request(combo, 50, -1); in uf_combo_box_new_text()
52 return combo; in uf_combo_box_new_text()
58 gtk_combo_box_append_text(combo, text); in uf_combo_box_append_text()
79 gtk_combo_box_set_active(combo, 0); in uf_combo_box_set_active()
81 gtk_combo_box_set_active(combo, value); in uf_combo_box_set_active()
105 uf_combo_box_set_active(combo, *valuep); in uf_combo_box_set_data()
324 if (GTK_IS_COMBO_BOX_ENTRY(combo)) { in _ufarray_object_event()
330 gtk_combo_box_set_active(combo, 0); in _ufarray_object_event()
550 data.gobject[0] = G_OBJECT(combo); in _ufarray_combo_box_new()
[all …]
/dports/devel/agar/agar-1.5.0/ada-gui/
H A Dagar-gui-widget-combo.adb1 package body agar.gui.widget.combo is
11 (combo : combo_access_t;
17 (combo : combo_access_t;
23 (combo : combo_access_t;
44 (combo : combo_access_t;
51 (combo => combo,
57 (combo : combo_access_t;
62 (combo => combo,
68 (combo : combo_access_t;
73 (combo => combo,
[all …]
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dhotkey_data_view_model.cpp64 , combo(combo) in HotkeyModelCombo()
65 , cmd_name(combo.CmdName()) in HotkeyModelCombo()
66 , cmd_str(combo.Str()) in HotkeyModelCombo()
76 if (combo.CmdName().size() || combo.Str().size()) in Apply()
77 hk_map->insert(make_pair(combo.CmdName(), combo)); in Apply()
86 variant = to_wx(combo.Str()); in GetValue()
113 combo = Combo(combo.Context(), combo.CmdName(), from_wx(variant.GetString())); in SetValue()
114 cmd_str = combo.Str(); in SetValue()
121 combo = Combo(combo.Context(), cmd_name, combo.Str()); in SetValue()
159 for (auto& combo : children) in Apply() local
[all …]
/dports/editors/abiword/abiword-3.0.5/src/af/xap/gtk/
H A Dxap_GtkComboBoxHelpers.h28 void XAP_makeGtkComboBoxText(GtkComboBox * combo, GType secondaryType);
29 void XAP_makeGtkComboBoxText2(GtkComboBox * combo, GType secondaryType,
31 void XAP_populateComboBoxWithIndex(GtkComboBox * combo,
34 void XAP_appendComboBoxText(GtkComboBox* combo, const char* text);
35 void XAP_appendComboBoxTextAndInt(GtkComboBox * combo, const char * text, int value);
36 void XAP_appendComboBoxTextAndString(GtkComboBox * combo, const char * text,
38 void XAP_appendComboBoxTextAndStringString(GtkComboBox * combo,
42 void XAP_appendComboBoxTextAndIntString(GtkComboBox * combo,
46 int XAP_comboBoxGetActiveInt(GtkComboBox * combo);
47 std::string XAP_comboBoxGetActiveText(GtkComboBox * combo);
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/
H A DAbstractExportTab.java40 if (curr != null && combo.indexOf(curr) == -1) { in initializeCombo()
41 combo.add(curr); in initializeCombo()
44 if (combo.getItemCount() > 0) in initializeCombo()
45 combo.setText(combo.getItem(0)); in initializeCombo()
49 if (combo.getText().trim().length() > 0) { in saveCombo()
51 String[] items = combo.getItems(); in saveCombo()
59 protected void chooseFile(Combo combo, String[] filters) { in chooseFile() argument
61 String path = combo.getText(); in chooseFile()
68 if (combo.indexOf(res) == -1) in chooseFile()
69 combo.add(res, 0); in chooseFile()
[all …]
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/gtk/doc/gtk/
H A Ddefuns-gtkcomboboxentry.xml.texi4 @deftp Class <gtk-combo-box-entry>
5 Derives from @code{<gtk-combo-box>}.
21 @code{gtk-combo-box-entry-set-text-column}.
25 A new @code{<gtk-combo-box-entry>}.
48 A new @code{<gtk-combo-box-entry>}.
61 @code{gtk-combo-box-insert-text}, @code{gtk-combo-box-prepend-text} and
62 @code{gtk-combo-box-remove-text}.
66 A new text @code{<gtk-combo-box-entry>}.
74 @deffn Function gtk-combo-box-entry-set-text-column (self@tie{}@code{<gtk-combo-box-entry>}) (text…
81 A @code{<gtk-combo-box-entry>}.
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/
H A DBundleProviderHistoryUtil.java38 public static void loadHistory(Combo combo, IDialogSettings settings) { in loadHistory() argument
39 if (null == combo || null == settings) { in loadHistory()
45 combo.add(provider); in loadHistory()
61 if (null == combo) { in saveHistory()
65 String text = combo.getText(); in saveHistory()
69 int indexOfText = combo.indexOf(text); in saveHistory()
72 combo.remove(indexOfText); in saveHistory()
76 combo.add(text, 0); in saveHistory()
77 String[] items = combo.getItems(); in saveHistory()
81 String text2 = combo.getText(); in saveHistory()
[all …]
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/gtkextra/
H A Dgtkfontcombo.c268 gtk_font_combo_select (GtkFontCombo *combo, in gtk_font_combo_select() argument
289 gtk_font_combo_select_nth(combo, n, bold, italic, height); in gtk_font_combo_select()
293 gtk_font_combo_select_nth (GtkFontCombo *combo, in gtk_font_combo_select_nth() argument
310 if(GTK_IS_TOGGLE_BUTTON(combo->bold_button)) in gtk_font_combo_select_nth()
312 if(GTK_IS_TOGGLE_BUTTON(combo->italic_button)) in gtk_font_combo_select_nth()
317 gtk_font_combo_get_font_height (GtkFontCombo *combo) in gtk_font_combo_get_font_height() argument
327 gtk_font_combo_get_psfont (GtkFontCombo *combo) in gtk_font_combo_get_psfont() argument
343 gtk_font_combo_get_font_description (GtkFontCombo *combo) in gtk_font_combo_get_font_description() argument
354 height = gtk_font_combo_get_font_height(combo); in gtk_font_combo_get_font_description()
361 gtk_font_combo_get_gdkfont (GtkFontCombo *combo) in gtk_font_combo_get_gdkfont() argument
[all …]

12345678910>>...541