Home
last modified time | relevance | path

Searched refs:combo (Results 151 – 175 of 14018) sorted by relevance

12345678910>>...561

/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/widgets/
H A Ddigimaxwidget.c56 GtkWidget *combo = GTK_WIDGET(user_data); in on_digimax_toggled() local
58 gtk_widget_set_sensitive(combo, in on_digimax_toggled()
94 GtkWidget *combo; in digimax_widget_create() local
111 combo = gtk_combo_box_text_new(); in digimax_widget_create()
119 gtk_combo_box_set_active(GTK_COMBO_BOX(combo), index); in digimax_widget_create()
129 gtk_combo_box_set_active(GTK_COMBO_BOX(combo), index); in digimax_widget_create()
138 gtk_combo_box_set_active(GTK_COMBO_BOX(combo), index); in digimax_widget_create()
144 g_signal_connect(combo, "changed", G_CALLBACK(on_combo_changed), NULL); in digimax_widget_create()
146 (gpointer)combo); in digimax_widget_create()
150 gtk_grid_attach(GTK_GRID(grid), combo, 1, 1, 1, 1); in digimax_widget_create()
[all …]
/dports/emulators/vice/vice-3.5/src/arch/gtk3/widgets/
H A Ddigimaxwidget.c57 GtkWidget *combo = GTK_WIDGET(user_data); in on_digimax_toggled() local
59 gtk_widget_set_sensitive(combo, in on_digimax_toggled()
94 GtkWidget *combo; in digimax_widget_create() local
111 combo = gtk_combo_box_text_new(); in digimax_widget_create()
119 gtk_combo_box_set_active(GTK_COMBO_BOX(combo), index); in digimax_widget_create()
129 gtk_combo_box_set_active(GTK_COMBO_BOX(combo), index); in digimax_widget_create()
138 gtk_combo_box_set_active(GTK_COMBO_BOX(combo), index); in digimax_widget_create()
144 g_signal_connect(combo, "changed", G_CALLBACK(on_combo_changed), NULL); in digimax_widget_create()
146 (gpointer)combo); in digimax_widget_create()
150 gtk_grid_attach(GTK_GRID(grid), combo, 1, 1, 1, 1); in digimax_widget_create()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/widgets/combo/
H A Ddcombobox.cpp50 combo (nullptr) in Private()
57 QComboBox* combo; member in Digikam::DComboBox::Private
72 hlay->addWidget(d->combo); in DComboBox()
74 hlay->setStretchFactor(d->combo, 10); in DComboBox()
95 QComboBox* DComboBox::combo() const in combo() function in Digikam::DComboBox
97 return d->combo; in combo()
102 d->combo->addItem(t, data); in addItem()
107 d->combo->insertItem(index, t, data); in insertItem()
112 return d->combo->currentIndex(); in currentIndex()
117 d->combo->setCurrentIndex(v); in setCurrentIndex()
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/impex/raw/3rdparty/libkdcraw/src/
H A Drcombobox.cpp55 combo = 0; in Private()
62 QComboBox* combo; member in KDcrawIface::RComboBox::Private
76 hlay->addWidget(d->combo); in RComboBox()
78 hlay->setStretchFactor(d->combo, 10); in RComboBox()
99 QComboBox* RComboBox::combo() const in combo() function in KDcrawIface::RComboBox
101 return d->combo; in combo()
106 d->combo->addItem(t, index); in addItem()
111 d->combo->insertItem(index, t); in insertItem()
116 return d->combo->currentIndex(); in currentIndex()
121 d->combo->setCurrentIndex(v); in setCurrentIndex()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/swt/
H A DComboObservableValueSelectionTest.java46 private Combo combo; field in ComboObservableValueSelectionTest
52 combo = delegate.combo; in setUp()
67 combo.select(0); in testSelection_NotifiesObservable()
81 /* package */Combo combo; field in ComboObservableValueSelectionTest.Delegate
86 combo = new Combo(shell, SWT.NONE); in setUp()
87 combo.add("a"); in setUp()
88 combo.add("b"); in setUp()
103 int index = combo in change()
117 switch (combo.getSelectionIndex()) { in createValue()
121 return combo.getItem(0); in createValue()
[all …]
H A DCComboObservableValueTest.java40 CCombo combo = new CCombo(getShell(), SWT.NONE); in testDispose() local
46 assertEquals("", combo.getText()); in testDispose()
50 combo.setText(expected1); in testDispose()
53 assertEquals(expected1, combo.getText()); in testDispose()
59 combo.setText(expected2); in testDispose()
62 assertEquals(expected2, combo.getText()); in testDispose()
75 combo); in testSetValueWithNull()
78 assertEquals("two", combo.getText()); in testSetValueWithNull()
79 assertEquals(1, combo.getSelectionIndex()); in testSetValueWithNull()
82 assertEquals("", combo.getText()); in testSetValueWithNull()
[all …]
/dports/devel/libfortuna/libfortuna-11cbd88/doc/latex/
H A Dpx_8c.tex49 \index{combo\-\_\-decrypt@{combo\-\_\-decrypt}!px.c@{px.\-c}}
50 \subsubsection[{combo\-\_\-decrypt}]{\setlength{\rightskip}{0pt plus 5cm}int combo\-\_\-decrypt (
60 \index{combo\-\_\-decrypt\-\_\-len@{combo\-\_\-decrypt\-\_\-len}!px.c@{px.\-c}}
68 \index{combo\-\_\-encrypt@{combo\-\_\-encrypt}!px.c@{px.\-c}}
69 \subsubsection[{combo\-\_\-encrypt}]{\setlength{\rightskip}{0pt plus 5cm}int combo\-\_\-encrypt (
79 \index{combo\-\_\-encrypt\-\_\-len@{combo\-\_\-encrypt\-\_\-len}!px.c@{px.\-c}}
87 \index{combo\-\_\-free@{combo\-\_\-free}!px.c@{px.\-c}}
88 \subsubsection[{combo\-\_\-free}]{\setlength{\rightskip}{0pt plus 5cm}void combo\-\_\-free (
94 \index{combo\-\_\-init@{combo\-\_\-init}!px.c@{px.\-c}}
95 \subsubsection[{combo\-\_\-init}]{\setlength{\rightskip}{0pt plus 5cm}int combo\-\_\-init (
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk1/
H A Dcombobox.cpp50 if (combo->m_ignoreNextUpdate) in gtk_text_changed_callback()
56 if (!combo->m_hasVMT) return; in gtk_text_changed_callback()
60 event.SetEventObject( combo ); in gtk_text_changed_callback()
61 combo->HandleWindowEvent( event ); in gtk_text_changed_callback()
92 event.SetEventObject( combo ); in gtk_popup_hide_callback()
123 if (!combo->m_hasVMT) return; in gtk_combo_select_child_callback()
141 combo->SetValue( combo->GetStringSelection() ); in gtk_combo_select_child_callback()
228 gtk_signal_disconnect( GTK_OBJECT(combo->entry), combo->entry_change_id ); in Create()
230 combo->entry_change_id = gtk_signal_connect (GTK_OBJECT (combo->entry), "changed", in Create()
257 m_focusWidget = combo->entry; in Create()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk1/
H A Dcombobox.cpp50 if (combo->m_ignoreNextUpdate) in gtk_text_changed_callback()
56 if (!combo->m_hasVMT) return; in gtk_text_changed_callback()
60 event.SetEventObject( combo ); in gtk_text_changed_callback()
61 combo->HandleWindowEvent( event ); in gtk_text_changed_callback()
92 event.SetEventObject( combo ); in gtk_popup_hide_callback()
123 if (!combo->m_hasVMT) return; in gtk_combo_select_child_callback()
141 combo->SetValue( combo->GetStringSelection() ); in gtk_combo_select_child_callback()
228 gtk_signal_disconnect( GTK_OBJECT(combo->entry), combo->entry_change_id ); in Create()
230 combo->entry_change_id = gtk_signal_connect (GTK_OBJECT (combo->entry), "changed", in Create()
257 m_focusWidget = combo->entry; in Create()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk1/
H A Dcombobox.cpp50 if (combo->m_ignoreNextUpdate) in gtk_text_changed_callback()
56 if (!combo->m_hasVMT) return; in gtk_text_changed_callback()
60 event.SetEventObject( combo ); in gtk_text_changed_callback()
61 combo->HandleWindowEvent( event ); in gtk_text_changed_callback()
92 event.SetEventObject( combo ); in gtk_popup_hide_callback()
123 if (!combo->m_hasVMT) return; in gtk_combo_select_child_callback()
141 combo->SetValue( combo->GetStringSelection() ); in gtk_combo_select_child_callback()
228 gtk_signal_disconnect( GTK_OBJECT(combo->entry), combo->entry_change_id ); in Create()
230 combo->entry_change_id = gtk_signal_connect (GTK_OBJECT (combo->entry), "changed", in Create()
257 m_focusWidget = combo->entry; in Create()
[all …]
/dports/devel/kdesvn/kdesvn-2.1.0/src/
H A Durldlg.cpp40 KHistoryComboBox *combo = new KHistoryComboBox(this); in UrlDlg() local
41 combo->setDuplicatesEnabled(false); in UrlDlg()
44 combo->setMaxCount(max); in UrlDlg()
46 combo->setHistoryItems(list); in UrlDlg()
47 combo->setMinimumWidth(100); in UrlDlg()
48 combo->adjustSize(); in UrlDlg()
49 if (combo->width() > 300) { in UrlDlg()
50 combo->resize(300, combo->height()); in UrlDlg()
53 m_urlRequester = new KUrlRequester(combo, this); in UrlDlg()
74 if (combo) { in accept()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/dev/utilities/testconstructors/
H A DTestConstructors.cs145 foreach (var combo in versions) in WritePYFile()
148 … builder.AppendLine(string.Format("\ta = {0}({1}, {2})", item.Name, combo.Item1, combo.Item2)); in WritePYFile()
150 …ine(string.Format("\tprint ' Failed to create L{0}V{1} for {2}'", combo.Item1, combo.Item2, item.… in WritePYFile()
176 foreach (var combo in versions) in WritePLFile()
179 …pendLine(string.Format("\t$a = new LibSBML::{0}({1}, {2});", item.Name, combo.Item1, combo.Item2)); in WritePLFile()
209 foreach (var combo in versions) in WriteRBFile()
212 …AppendLine(string.Format("\ta = LibSBML::{0}.new({1}, {2})", item.Name, combo.Item1, combo.Item2)); in WriteRBFile()
245 foreach (var combo in versions) in WriteJavaFile()
248 … builder.AppendLine(string.Format(" new {0}({1}, {2});", item.Name, combo.Item1, combo.Item2)); in WriteJavaFile()
282 foreach (var combo in versions) in WriteCSFile()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimpgradientoptions.c257 GtkWidget *combo; in gimp_gradient_options_gui() local
281 gimp_int_combo_box_set_label (GIMP_INT_COMBO_BOX (combo), in gimp_gradient_options_gui()
284 gtk_box_pack_start (GTK_BOX (vbox), combo, TRUE, TRUE, 0); in gimp_gradient_options_gui()
285 gtk_widget_show (combo); in gimp_gradient_options_gui()
293 gtk_box_pack_start (GTK_BOX (vbox), combo, FALSE, FALSE, 0); in gimp_gradient_options_gui()
294 gtk_widget_show (combo); in gimp_gradient_options_gui()
300 gtk_box_pack_start (GTK_BOX (vbox), combo, FALSE, FALSE, 0); in gimp_gradient_options_gui()
301 gtk_widget_show (combo); in gimp_gradient_options_gui()
305 combo); in gimp_gradient_options_gui()
313 gtk_widget_show (combo); in gimp_gradient_options_gui()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/demos/gtk-demo/
H A Dcombobox.c241 fill_combo_entry (GtkWidget *combo) in fill_combo_entry() argument
329 GtkWidget *vbox, *frame, *box, *combo, *entry; in do_combobox() local
362 combo = gtk_combo_box_new_with_model (model); in do_combobox()
364 gtk_container_add (GTK_CONTAINER (box), combo); in do_combobox()
403 combo = gtk_combo_box_new_with_model (model); in do_combobox()
405 gtk_container_add (GTK_CONTAINER (box), combo); in do_combobox()
431 combo = gtk_combo_box_text_new_with_entry (); in do_combobox()
432 fill_combo_entry (combo); in do_combobox()
433 gtk_container_add (GTK_CONTAINER (box), combo); in do_combobox()
438 gtk_container_remove (GTK_CONTAINER (combo), gtk_bin_get_child (GTK_BIN (combo))); in do_combobox()
[all …]
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/examples/
H A Dcombo_box.pl29 $combo = Gtk2::ComboBoxEntry->new ($model, 0);
30 $vbox->add ($combo);
32 $combo = Gtk2::ComboBox->new_text;
34 $combo->append_text ($_);
36 $vbox->add ($combo);
46 $combo = Gtk2::ComboBox->new ($model);
50 $combo->pack_start ($renderer, FALSE);
51 $combo->set_attributes ($renderer, 'stock-id' => 0);
53 $combo->pack_start ($renderer, FALSE);
54 $combo->set_attributes ($renderer, text => 0);
[all …]
/dports/editors/abiword/abiword-3.0.5/goffice-bits/goffice/gtk/
H A Dgo-combo-box.h58 void go_combo_box_set_tooltip (GOComboBox *combo, void *tips,
60 void go_combo_box_set_relief (GOComboBox *combo, GtkReliefStyle relief);
61 void go_combo_box_set_title (GOComboBox *combo, char const *title);
62 char const *go_combo_box_get_title (GOComboBox *combo);
63 void go_combo_box_set_tearable (GOComboBox *combo, gboolean tearable);
66 void go_combo_box_construct (GOComboBox *combo,
70 void go_combo_box_get_pos (GOComboBox *combo, int *x, int *y);
71 void go_combo_box_popup_hide (GOComboBox *combo);
72 void go_combo_box_popup_display (GOComboBox *combo);
73 void go_combo_box_set_display (GOComboBox *combo,
[all …]
/dports/editors/abiword/abiword-3.0.5/goffice-bits2/goffice/gtk/
H A Dgo-combo-box.h59 void go_combo_box_set_tooltip_text (GOComboBox *combo, char const *text);
60 void go_combo_box_set_relief (GOComboBox *combo, GtkReliefStyle relief);
61 void go_combo_box_set_title (GOComboBox *combo, char const *title);
62 char const *go_combo_box_get_title (GOComboBox *combo);
63 void go_combo_box_set_tearable (GOComboBox *combo, gboolean tearable);
66 void go_combo_box_construct (GOComboBox *combo,
70 void go_combo_box_get_pos (GOComboBox *combo, int *x, int *y);
71 void go_combo_box_popup_hide (GOComboBox *combo);
72 void go_combo_box_popup_display (GOComboBox *combo);
73 void go_combo_box_set_display (GOComboBox *combo,
[all …]
/dports/x11-fm/librfm/librfm5-5.3.16.4/include/
H A Dprimary-environment.h.in92 RFM_LS_format, // combo type
93 RFM_LS_istyle, // combo type
94 RFM_LS_qstyle, // combo type
95 RFM_LS_sort, // combo type
96 RFM_LS_time, // combo type
97 RFM_LS_tstyle, // combo type
100 RFM_CP_backup, // combo type
101 RFM_CP_suffix, // combo type
102 RFM_CP_preserve, // combo type
104 RFM_CP_reflink, // combo type
[all …]
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dhotkey.cpp57 if (hotkey::inst->HasHotkey(combo.Context(), combo.Str())) in migrate_hotkeys()
98 hk_map.insert({combo.CmdName(), combo}); in init()
102 hk_map.insert({combo.CmdName(), combo}); in init()
211 std::string combo; in keypress_to_str() local
213 if ((modifier & wxMOD_CMD) != 0) combo.append("Ctrl-"); in keypress_to_str()
214 if ((modifier & wxMOD_ALT) != 0) combo.append("Alt-"); in keypress_to_str()
219 combo += (char)key_code; in keypress_to_str()
221 combo += keycode_name(key_code); in keypress_to_str()
223 return combo; in keypress_to_str()
227 std::string combo = keypress_to_str(key_code, modifier); in check() local
[all …]
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/modeler/
H A DMultilineTextPanel.py36 self.combo = QComboBox()
37 self.combo.addItem(self.tr('[Use text below]'))
39 self.combo.addItem(option[0], option[1])
40 self.combo.setSizePolicy(QSizePolicy.Expanding,
42 self.verticalLayout.addWidget(self.combo)
51 return self.combo.currentIndex()
54 if self.combo.currentIndex() == 0:
57 return self.combo.currentData()
60 items = [self.combo.itemData(i) for i in range(1, self.combo.count())]
63 self.combo.setCurrentIndex(idx)
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/modeler/
H A DMultilineTextPanel.py36 self.combo = QComboBox()
37 self.combo.addItem(self.tr('[Use text below]'))
39 self.combo.addItem(option[0], option[1])
40 self.combo.setSizePolicy(QSizePolicy.Expanding,
42 self.verticalLayout.addWidget(self.combo)
51 return self.combo.currentIndex()
54 if self.combo.currentIndex() == 0:
57 return self.combo.currentData()
60 items = [self.combo.itemData(i) for i in range(1, self.combo.count())]
63 self.combo.setCurrentIndex(idx)
[all …]
/dports/net/incidenceeditor/incidenceeditor-21.12.3/autotests/
H A Dktimezonecomboboxtest.cpp15 IncidenceEditorNG::KTimeZoneComboBox combo; in QTEST_MAIN() local
16 combo.selectLocalTimeZone(); in QTEST_MAIN()
17 if (combo.selectedTimeZone().id() != "UTC") { in QTEST_MAIN()
18 QCOMPARE(combo.selectedTimeZone(), QTimeZone::systemTimeZone()); in QTEST_MAIN()
20 QCOMPARE(combo.selectedTimeZone(), QTimeZone::utc()); in QTEST_MAIN()
23 combo.selectTimeZone(QTimeZone()); in QTEST_MAIN()
24 QCOMPARE(combo.selectedTimeZone(), QTimeZone::systemTimeZone()); in QTEST_MAIN()
26 combo.setFloating(true); in QTEST_MAIN()
27 QCOMPARE(combo.selectedTimeZone(), QTimeZone::systemTimeZone()); in QTEST_MAIN()
/dports/x11-toolkits/mowitz/Mowitz-0.2.1/Mowitz/
H A DMwCombo.c242 if (cw->combo.shell == None) { in combo_list_popup()
255 XtVaSetValues(cw->combo.shell, in combo_list_popup()
262 XawListChange(cw->combo.list, cw->combo.data, cw->combo.ndata, 0, True); in combo_list_popup()
278 XtPopdown(cw->combo.shell); in combo_list_popup()
295 if (cw->combo.topLevel != None) { in combo_text_edit()
323 if (cw->combo.topLevel) { in combo_text_edit()
368 XtAddEventHandler(cw->combo.text, in Initialize()
394 XtAddCallback(cw->combo.list, in Initialize()
401 XtDestroyWidget(cw->combo.list); in Destroy()
404 XtDestroyWidget(cw->combo.cmd); in Destroy()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk1/
H A Dcombobox.cpp51 if (combo->m_ignoreNextUpdate) in gtk_text_changed_callback()
57 if (!combo->m_hasVMT) return; in gtk_text_changed_callback()
61 event.SetEventObject( combo ); in gtk_text_changed_callback()
93 event.SetEventObject( combo ); in gtk_popup_hide_callback()
99 event2.SetEventObject( combo ); in gtk_popup_hide_callback()
124 if (!combo->m_hasVMT) return; in gtk_combo_select_child_callback()
142 combo->SetValue( combo->GetStringSelection() ); in gtk_combo_select_child_callback()
231 gtk_signal_disconnect( GTK_OBJECT(combo->entry), combo->entry_change_id ); in Create()
233 combo->entry_change_id = gtk_signal_connect (GTK_OBJECT (combo->entry), "changed", in Create()
260 m_focusWidget = combo->entry; in Create()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk1/
H A Dcombobox.cpp51 if (combo->m_ignoreNextUpdate) in gtk_text_changed_callback()
57 if (!combo->m_hasVMT) return; in gtk_text_changed_callback()
61 event.SetEventObject( combo ); in gtk_text_changed_callback()
93 event.SetEventObject( combo ); in gtk_popup_hide_callback()
99 event2.SetEventObject( combo ); in gtk_popup_hide_callback()
124 if (!combo->m_hasVMT) return; in gtk_combo_select_child_callback()
142 combo->SetValue( combo->GetStringSelection() ); in gtk_combo_select_child_callback()
231 gtk_signal_disconnect( GTK_OBJECT(combo->entry), combo->entry_change_id ); in Create()
233 combo->entry_change_id = gtk_signal_connect (GTK_OBJECT (combo->entry), "changed", in Create()
260 m_focusWidget = combo->entry; in Create()
[all …]

12345678910>>...561