Home
last modified time | relevance | path

Searched refs:gtk_combo_box_text_append (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/sysutils/brut/brut-1.55/
H A DeditorGridEntries.c5 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (combo_geom), NULL, "create"); in create_combo_geom()
6 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (combo_geom), NULL, "destroy"); in create_combo_geom()
7 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (combo_geom), NULL, "add"); in create_combo_geom()
8 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (combo_geom), NULL, "delete"); in create_combo_geom()
9 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (combo_geom), NULL, "modify"); in create_combo_geom()
10 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (combo_geom), NULL, "resize"); in create_combo_geom()
11 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (combo_geom), NULL, "set"); in create_combo_geom()
12 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (combo_geom), NULL, "unset"); in create_combo_geom()
13 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (combo_geom), NULL, "bootcode"); in create_combo_geom()
37 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (combo_schemes), NULL, "APM"); in create_combo_schemes()
[all …]
H A Dconfig.c67 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (fc), NULL, "/boot/loader.conf"); in fc_entries()
68 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (fc), NULL, "/etc/devd.conf"); in fc_entries()
69 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (fc), NULL, "/etc/fstab"); in fc_entries()
70 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (fc), NULL, "/etc/rc.conf"); in fc_entries()
71 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (fc), NULL, "/etc/sysctl.conf"); in fc_entries()
72 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (fc), NULL, "/etc/wpa_supplicant.conf"); in fc_entries()
H A Dwireless.c128 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (c), NULL, "adhoc"); in ComboModes()
135 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (c), NULL, "Create"); in ComboCommands()
136 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (c), NULL, "Destroy"); in ComboCommands()
137 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (c), NULL, "Scan"); in ComboCommands()
138 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (c), NULL, "Modify"); in ComboCommands()
139 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (c), NULL, "Connect"); in ComboCommands()
140 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (c), NULL, "Up"); in ComboCommands()
141 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (c), NULL, "Down"); in ComboCommands()
166 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (wdev), NULL, dev); in ComboWlanDevices()
186 gtk_combo_box_text_append( GTK_COMBO_BOX_TEXT (winterface), NULL, line); in ComboWlanInterfaces()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dtestpopover.c121 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "up", "Up"); in main()
122 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "down", "Down"); in main()
123 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "left", "Left"); in main()
124 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "right", "Right"); in main()
133 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "fill", "Fill"); in main()
134 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "start", "Start"); in main()
135 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "end", "End"); in main()
136 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "center", "Center"); in main()
144 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "fill", "Fill"); in main()
145 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "start", "Start"); in main()
[all …]
H A Dtestinfobar.c63 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (widget), in on_activate()
65 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (widget), in on_activate()
67 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (widget), in on_activate()
69 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (widget), in on_activate()
71 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (widget), in on_activate()
H A Dtestmodelbutton.c60 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (widget), in on_application_activate()
62 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (widget), in on_application_activate()
64 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (widget), in on_application_activate()
/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dtestpopover.c159 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "up", "Up"); in main()
160 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "down", "Down"); in main()
161 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "left", "Left"); in main()
162 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "right", "Right"); in main()
172 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "fill", "Fill"); in main()
173 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "start", "Start"); in main()
174 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "end", "End"); in main()
175 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "center", "Center"); in main()
183 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "fill", "Fill"); in main()
184 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "start", "Start"); in main()
[all …]
H A Dtestinfobar.c63 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (widget), in on_activate()
65 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (widget), in on_activate()
67 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (widget), in on_activate()
69 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (widget), in on_activate()
71 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (widget), in on_activate()
H A Dtestmodelbutton.c60 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (widget), in on_application_activate()
62 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (widget), in on_application_activate()
64 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (widget), in on_application_activate()
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/constraint-editor/
H A Dconstraint-editor.c83 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "super", "Super"); in constraint_target_combo()
108 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "none", "None"); in constraint_attribute_combo()
109 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "left", "Left"); in constraint_attribute_combo()
110 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "right", "Right"); in constraint_attribute_combo()
111 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "top", "Top"); in constraint_attribute_combo()
113 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "start", "Start"); in constraint_attribute_combo()
114 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "end", "End"); in constraint_attribute_combo()
125 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "le", "≤"); in constraint_relation_combo()
126 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "eq", "="); in constraint_relation_combo()
127 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo), "ge", "≥"); in constraint_relation_combo()
[all …]
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A Dtest-tree-view-frame.c264 gtk_combo_box_text_append ( in build_test_window()
267 gtk_combo_box_text_append ( in build_test_window()
270 gtk_combo_box_text_append ( in build_test_window()
273 gtk_combo_box_text_append ( in build_test_window()
295 gtk_combo_box_text_append ( in build_test_window()
298 gtk_combo_box_text_append ( in build_test_window()
301 gtk_combo_box_text_append ( in build_test_window()
323 gtk_combo_box_text_append ( in build_test_window()
326 gtk_combo_box_text_append ( in build_test_window()
329 gtk_combo_box_text_append ( in build_test_window()
H A De-html-editor-text-dialog.c255 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (widget), "minus-two", "-2"); in e_html_editor_text_dialog_init()
256 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (widget), "minus-one", "-1"); in e_html_editor_text_dialog_init()
257 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (widget), "minus-zero", "0"); in e_html_editor_text_dialog_init()
258 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (widget), "plus-one", "+1"); in e_html_editor_text_dialog_init()
259 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (widget), "plus-two", "+2"); in e_html_editor_text_dialog_init()
260 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (widget), "plus-three", "+3"); in e_html_editor_text_dialog_init()
261 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (widget), "plus-four", "+4"); in e_html_editor_text_dialog_init()
H A De-html-editor-hrule-dialog.c267 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (widget), "units-px", "px"); in e_html_editor_hrule_dialog_init()
268 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (widget), "units-percent", "%"); in e_html_editor_hrule_dialog_init()
305 gtk_combo_box_text_append ( in e_html_editor_hrule_dialog_init()
307 gtk_combo_box_text_append ( in e_html_editor_hrule_dialog_init()
309 gtk_combo_box_text_append ( in e_html_editor_hrule_dialog_init()
/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dnotes_preferences_gui.c132 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combobox), NULL, "AES"); in create_encryption_section()
133 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combobox), NULL, "Serpent"); in create_encryption_section()
134 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combobox), NULL, "Twofish"); in create_encryption_section()
135 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combobox), NULL, "CAST 256"); in create_encryption_section()
136 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combobox), NULL, "Safer+"); in create_encryption_section()
137 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combobox), NULL, "Loki 97"); in create_encryption_section()
147 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combobox), NULL, "SHA-1"); in create_encryption_section()
166 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combobox), NULL, "ZLib"); in create_encryption_section()
167 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combobox), NULL, "BZip2"); in create_encryption_section()
175 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combobox), NULL, _("Fast")); in create_encryption_section()
[all …]
H A Dpreferences_gui.c164 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combobox), NULL, _("Vertical")); in create_appearance_section()
165 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combobox), NULL, _("Horizontal")); in create_appearance_section()
174 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combobox), NULL, _("Left")); in create_appearance_section()
175 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combobox), NULL, _("Right")); in create_appearance_section()
176 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combobox), NULL, _("Top")); in create_appearance_section()
177 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combobox), NULL, _("Bottom")); in create_appearance_section()
447 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combobox), NULL, _("DD-MM-YYYY")); in create_general_section()
448 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combobox), NULL, _("MM-DD-YYYY")); in create_general_section()
449 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combobox), NULL, _("YYYY-MM-DD")); in create_general_section()
463 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combobox), NULL, str); in create_general_section()
[all …]
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/
H A Dtrack_input_expander.c292 gtk_combo_box_text_append ( in setup_ext_ins_cb()
296 gtk_combo_box_text_append ( in setup_ext_ins_cb()
299 gtk_combo_box_text_append ( in setup_ext_ins_cb()
332 gtk_combo_box_text_append ( in setup_ext_ins_cb()
338 gtk_combo_box_text_append ( in setup_ext_ins_cb()
343 gtk_combo_box_text_append ( in setup_ext_ins_cb()
352 gtk_combo_box_text_append ( in setup_ext_ins_cb()
438 gtk_combo_box_text_append ( in setup_midi_channels_cb()
441 gtk_combo_box_text_append ( in setup_midi_channels_cb()
459 gtk_combo_box_text_append ( in setup_midi_channels_cb()
[all …]
/dports/devel/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0/tvp-svn-helper/
H A Dtsh-properties-dialog.c153 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo_box), NULL, SVN_PROP_EOL_STYLE); in tsh_properties_dialog_init()
154 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo_box), NULL, SVN_PROP_EXECUTABLE); in tsh_properties_dialog_init()
155 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo_box), NULL, SVN_PROP_EXTERNALS); in tsh_properties_dialog_init()
156 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo_box), NULL, SVN_PROP_IGNORE); in tsh_properties_dialog_init()
157 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo_box), NULL, SVN_PROP_KEYWORDS); in tsh_properties_dialog_init()
158 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo_box), NULL, SVN_PROP_MERGEINFO); in tsh_properties_dialog_init()
159 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo_box), NULL, SVN_PROP_MIME_TYPE); in tsh_properties_dialog_init()
160 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo_box), NULL, SVN_PROP_NEEDS_LOCK); in tsh_properties_dialog_init()
161 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (combo_box), NULL, SVN_PROP_SPECIAL); in tsh_properties_dialog_init()
329 gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (dialog->combo_box), NULL, name); in tsh_properties_dialog_add()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/widgets/
H A Ddigimaxwidget.c117 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(combo), id_str, text); in digimax_widget_create()
127 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(combo), id_str, text); in digimax_widget_create()
136 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(combo), id_str, text); in digimax_widget_create()
H A Dethernetcartwidget.c122 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(combo), id, text); in create_cartridge_base_widget()
137 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(combo), id, text); in create_cartridge_base_widget()
147 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(combo), id, text); in create_cartridge_base_widget()
/dports/emulators/vice/vice-3.5/src/arch/gtk3/widgets/
H A Ddigimaxwidget.c117 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(combo), id_str, text); in digimax_widget_create()
127 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(combo), id_str, text); in digimax_widget_create()
136 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(combo), id_str, text); in digimax_widget_create()
H A Dethernetcartwidget.c120 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(combo), id, text); in create_cartridge_base_widget()
135 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(combo), id, text); in create_cartridge_base_widget()
145 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(combo), id, text); in create_cartridge_base_widget()
/dports/mail/evolution/evolution-3.42.1/src/mail/
H A De-mail-config-security-page.c538 gtk_combo_box_text_append ( in mail_config_security_page_constructed()
541 gtk_combo_box_text_append ( in mail_config_security_page_constructed()
544 gtk_combo_box_text_append ( in mail_config_security_page_constructed()
547 gtk_combo_box_text_append ( in mail_config_security_page_constructed()
550 gtk_combo_box_text_append ( in mail_config_security_page_constructed()
702 gtk_combo_box_text_append ( in mail_config_security_page_constructed()
705 gtk_combo_box_text_append ( in mail_config_security_page_constructed()
708 gtk_combo_box_text_append ( in mail_config_security_page_constructed()
711 gtk_combo_box_text_append ( in mail_config_security_page_constructed()
714 gtk_combo_box_text_append ( in mail_config_security_page_constructed()
/dports/comms/deforaos-phone/Phone-0.5.1/src/modems/
H A Ddebug.c214 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(debug->ca_direction), NULL, in _debug_init()
216 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(debug->ca_direction), NULL, in _debug_init()
218 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(debug->ca_direction), NULL, in _debug_init()
280 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(debug->me_folder), NULL, in _debug_init()
282 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(debug->me_folder), NULL, in _debug_init()
284 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(debug->me_folder), NULL, in _debug_init()
286 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(debug->me_folder), NULL, in _debug_init()
288 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(debug->me_folder), NULL, in _debug_init()
356 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(debug->no_type), NULL, in _debug_init()
358 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(debug->no_type), NULL, in _debug_init()
[all …]
/dports/sysutils/gigolo/gigolo-0.5.2/src/
H A Dpreferencesdialog.c146 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(widget), NULL, _("Icons")); in add_toolbar_style_combo()
147 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(widget), NULL, _("Text")); in add_toolbar_style_combo()
148 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(widget), NULL, _("Both")); in add_toolbar_style_combo()
149 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(widget), NULL, _("Both horizontal")); in add_toolbar_style_combo()
168 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(widget), NULL, _("Horizontal")); in add_toolbar_orientation_combo()
169 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(widget), NULL, _("Vertical")); in add_toolbar_orientation_combo()
188 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(widget), NULL, _("Symbols")); in add_view_mode_combo()
189 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(widget), NULL, _("Detailed List")); in add_view_mode_combo()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/ManualNativeCTests/BugSnippets/
H A DBug_464228_ComboBox.c37 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(combobox), NULL, "ITEM 1"); in main()
38 gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(combobox), NULL, "ITEM 2"); in main()

12345678