Home
last modified time | relevance | path

Searched refs:combo_box (Results 76 – 100 of 842) sorted by relevance

12345678910>>...34

/dports/games/pioneers/pioneers-15.6/client/gtk/
H A Davahi-browser.c67 ab->combo_box = in avahibrowser_init()
71 gtk_cell_layout_pack_start(GTK_CELL_LAYOUT(ab->combo_box), cell, in avahibrowser_init()
73 gtk_cell_layout_set_attributes(GTK_CELL_LAYOUT(ab->combo_box), in avahibrowser_init()
76 gtk_widget_show(ab->combo_box); in avahibrowser_init()
77 gtk_widget_set_tooltip_text(ab->combo_box, in avahibrowser_init()
80 gtk_grid_attach(GTK_GRID(ab), ab->combo_box, 0, 1, 1, 1); in avahibrowser_init()
81 gtk_widget_set_hexpand(ab->combo_box, TRUE); in avahibrowser_init()
121 gtk_combo_box_set_active_iter(GTK_COMBO_BOX(ab->combo_box), in avahibrowser_add()
162 gtk_combo_box_set_active_iter(GTK_COMBO_BOX(ab->combo_box), in avahibrowser_del()
175 gtk_combo_box_get_active_iter(GTK_COMBO_BOX(ab->combo_box), &iter); in avahibrowser_get_server()
[all …]
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dgsb_payment_method.h11 gboolean gsb_payment_method_changed_callback (GtkWidget *combo_box,
13 gboolean gsb_payment_method_create_combo_list (GtkWidget *combo_box,
18 gint gsb_payment_method_get_combo_sign (GtkWidget *combo_box);
19 gint gsb_payment_method_get_selected_number (GtkWidget *combo_box);
20 gboolean gsb_payment_method_set_combobox_history (GtkWidget *combo_box,
23 void gsb_payment_method_set_payment_position (GtkWidget *combo_box,
H A Dgsb_currency.c370 GtkWidget *combo_box = NULL; in gsb_currency_make_combobox_exchange_dialog() local
431 return (combo_box); in gsb_currency_make_combobox_exchange_dialog()
494 GtkWidget *combo_box; in gsb_currency_make_combobox() local
525 gtk_combo_box_set_active (GTK_COMBO_BOX (combo_box), in gsb_currency_make_combobox()
528 return (combo_box); in gsb_currency_make_combobox()
1265 GtkWidget *combo_box; in gsb_currency_combobox_new() local
1267 combo_box = gsb_currency_make_combobox (FALSE); in gsb_currency_combobox_new()
1270 gsb_currency_set_combobox_history (combo_box, *value); in gsb_currency_combobox_new()
1272 g_signal_connect (G_OBJECT (combo_box), in gsb_currency_combobox_new()
1279 g_object_set_data (G_OBJECT (combo_box), in gsb_currency_combobox_new()
[all …]
H A Dgsb_combo_box.c238 gint gsb_combo_box_get_index (GtkWidget *combo_box) in gsb_combo_box_get_index() argument
244 if (!combo_box) in gsb_combo_box_get_index()
247 if (!gtk_combo_box_get_active_iter (GTK_COMBO_BOX (combo_box), &iter)) in gsb_combo_box_get_index()
250 model = gtk_combo_box_get_model (GTK_COMBO_BOX (combo_box)); in gsb_combo_box_get_index()
266 gint gsb_combo_box_set_index (GtkWidget *combo_box, in gsb_combo_box_set_index() argument
273 if (!combo_box) in gsb_combo_box_set_index()
276 model = gtk_combo_box_get_model (GTK_COMBO_BOX (combo_box)); in gsb_combo_box_set_index()
287 gtk_combo_box_set_active_iter (GTK_COMBO_BOX (combo_box), &iter); in gsb_combo_box_set_index()
304 gchar *gsb_combo_box_get_active_text (GtkComboBox *combo_box) in gsb_combo_box_get_active_text() argument
310 if (!combo_box) in gsb_combo_box_get_active_text()
[all …]
H A Dgsb_account.c379 gboolean gsb_account_update_combo_list ( GtkWidget *combo_box, in gsb_account_update_combo_list() argument
385 if ( !combo_box ) in gsb_account_update_combo_list()
388 g_signal_handlers_block_by_func ( G_OBJECT ( combo_box ), in gsb_account_update_combo_list()
416 g_signal_handlers_unblock_by_func ( G_OBJECT ( combo_box ), in gsb_account_update_combo_list()
431 gint gsb_account_get_combo_account_number ( GtkWidget *combo_box ) in gsb_account_get_combo_account_number() argument
436 if (!combo_box in gsb_account_get_combo_account_number()
438 !GTK_IS_COMBO_BOX (combo_box)) in gsb_account_get_combo_account_number()
468 if (!combo_box in gsb_account_set_combo_account_number()
470 !GTK_IS_COMBO_BOX (combo_box)) in gsb_account_set_combo_account_number()
473 model = gtk_combo_box_get_model (GTK_COMBO_BOX (combo_box)); in gsb_account_set_combo_account_number()
[all …]
H A Dparametres.c325 GtkWidget *combo_box; in gsb_localisation_decimal_point_changed() local
331 combo_box = g_object_get_data ( G_OBJECT ( widget ), "separator" ); in gsb_localisation_decimal_point_changed()
337 …if ( g_strcmp0 ( gtk_combo_box_text_get_active_text ( GTK_COMBO_BOX_TEXT ( combo_box ) ), "," ) ==… in gsb_localisation_decimal_point_changed()
340 gtk_combo_box_set_active ( GTK_COMBO_BOX ( combo_box ), 0 ); in gsb_localisation_decimal_point_changed()
346 …if ( g_strcmp0 ( gtk_combo_box_text_get_active_text ( GTK_COMBO_BOX_TEXT ( combo_box ) ), "." ) ==… in gsb_localisation_decimal_point_changed()
349 gtk_combo_box_set_active ( GTK_COMBO_BOX ( combo_box ), 2 ); in gsb_localisation_decimal_point_changed()
379 GtkWidget *combo_box; in gsb_localisation_thousands_sep_changed() local
385 combo_box = g_object_get_data ( G_OBJECT ( widget ), "separator" ); in gsb_localisation_thousands_sep_changed()
395 …if ( g_strcmp0 ( gtk_combo_box_text_get_active_text ( GTK_COMBO_BOX_TEXT ( combo_box ) ), "." ) ==… in gsb_localisation_thousands_sep_changed()
398 gtk_combo_box_set_active ( GTK_COMBO_BOX ( combo_box ), 1 ); in gsb_localisation_thousands_sep_changed()
[all …]
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_dssi_browser.c130 GtkComboBoxText *combo_box; in ags_dssi_browser_init() local
161 (GtkWidget *) combo_box, in ags_dssi_browser_init()
173 gtk_combo_box_text_append_text(combo_box, in ags_dssi_browser_init()
190 (GtkWidget *) combo_box, in ags_dssi_browser_init()
379 GtkComboBoxText *combo_box; in ags_dssi_browser_combo_box_controls_new() local
383 gtk_combo_box_text_append_text(combo_box, in ags_dssi_browser_combo_box_controls_new()
385 gtk_combo_box_text_append_text(combo_box, in ags_dssi_browser_combo_box_controls_new()
387 gtk_combo_box_text_append_text(combo_box, in ags_dssi_browser_combo_box_controls_new()
389 gtk_combo_box_text_append_text(combo_box, in ags_dssi_browser_combo_box_controls_new()
392 gtk_combo_box_set_active((GtkComboBox *) combo_box, in ags_dssi_browser_combo_box_controls_new()
[all …]
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A Dtest-source-combo-box.c30 source_changed_cb (ESourceComboBox *combo_box) in source_changed_cb() argument
34 source = e_source_combo_box_ref_active (combo_box); in source_changed_cb()
50 GtkWidget *combo_box; in on_idle_create_widget() local
58 combo_box = e_source_combo_box_new (registry, extension_name); in on_idle_create_widget()
60 combo_box, "changed", in on_idle_create_widget()
62 gtk_box_pack_start (GTK_BOX (box), combo_box, FALSE, FALSE, 0); in on_idle_create_widget()
68 combo_box, "show-colors", in on_idle_create_widget()
H A De-auth-combo-box.h64 CamelProvider * e_auth_combo_box_get_provider (EAuthComboBox *combo_box);
65 void e_auth_combo_box_set_provider (EAuthComboBox *combo_box,
67 void e_auth_combo_box_add_auth_type (EAuthComboBox *combo_box,
70 (EAuthComboBox *combo_box,
73 (EAuthComboBox *combo_box,
76 (EAuthComboBox *combo_box);
H A De-client-combo-box.h66 (EClientComboBox *combo_box);
68 (EClientComboBox *combo_box,
71 (EClientComboBox *combo_box,
75 void e_client_combo_box_get_client (EClientComboBox *combo_box,
81 (EClientComboBox *combo_box,
85 (EClientComboBox *combo_box,
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkcomboboxentry.c243 gtk_combo_box_entry_active_changed (GtkComboBox *combo_box, in gtk_combo_box_entry_active_changed() argument
251 if (gtk_combo_box_get_active_iter (combo_box, &iter)) in gtk_combo_box_entry_active_changed()
259 combo_box); in gtk_combo_box_entry_active_changed()
261 model = gtk_combo_box_get_model (combo_box); in gtk_combo_box_entry_active_changed()
271 combo_box); in gtk_combo_box_entry_active_changed()
295 GtkComboBox *combo_box = GTK_COMBO_BOX (user_data); in gtk_combo_box_entry_contents_changed() local
302 if (gtk_combo_box_get_active(combo_box) == -1) in gtk_combo_box_entry_contents_changed()
303 g_signal_emit_by_name (combo_box, "changed"); in gtk_combo_box_entry_contents_changed()
305 gtk_combo_box_set_active (combo_box, -1); in gtk_combo_box_entry_contents_changed()
466 gtk_combo_box_entry_get_active_text (GtkComboBox *combo_box) in gtk_combo_box_entry_get_active_text() argument
[all …]
/dports/x11-fm/caja/caja-1.26.0/src/
H A Dcaja-view-as-action.c85 view_as_menu_switch_views_callback (GtkComboBox *combo_box, CajaNavigationWindow *window) in view_as_menu_switch_views_callback() argument
89 g_assert (GTK_IS_COMBO_BOX (combo_box)); in view_as_menu_switch_views_callback()
92 active = gtk_combo_box_get_active (combo_box); in view_as_menu_switch_views_callback()
98 else if (active < GPOINTER_TO_INT (g_object_get_data (G_OBJECT (combo_box), "num viewers"))) in view_as_menu_switch_views_callback()
110 GtkComboBox *combo_box) in view_as_changed_callback() argument
124 model = gtk_combo_box_get_model (combo_box); in view_as_changed_callback()
144 g_object_set_data (G_OBJECT (combo_box), "num viewers", GINT_TO_POINTER (index)); in view_as_changed_callback()
158 gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (combo_box), in view_as_changed_callback()
162 gtk_combo_box_set_active (combo_box, selected_index); in view_as_changed_callback()
164 gtk_widget_hide(GTK_WIDGET(combo_box)); in view_as_changed_callback()
[all …]
/dports/cad/oregano/oregano-0.84.43/src/
H A Dsim-settings-gui.c860 combo_box = gtk_combo_box_text_new (); in sim_settings_show()
863 s_gui->w_ac_vout = combo_box; in sim_settings_show()
881 combo_box = gtk_combo_box_text_new (); in sim_settings_show()
883 s_gui->w_ac_type = combo_box; in sim_settings_show()
926 s_gui->w_dc_vin = combo_box; in sim_settings_show()
947 s_gui->w_dc_vout = combo_box; in sim_settings_show()
1064 s_gui->w_four_combobox = combo_box; in sim_settings_show()
1065 node_box = GTK_COMBO_BOX (combo_box); in sim_settings_show()
1099 s_gui->w_noise_vin = combo_box; in sim_settings_show()
1119 s_gui->w_noise_vout = combo_box; in sim_settings_show()
[all …]
/dports/devel/glade/glade-3.22.1/plugins/gtk+/
H A Dglade-eprop-enum-int.c29 GtkWidget *combo_box;
221 tree_model = gtk_combo_box_get_model (GTK_COMBO_BOX (combo_box));
319 g_signal_emit_by_name (priv->combo_box, "changed");
375 priv->entry = gtk_bin_get_child (GTK_BIN (priv->combo_box));
376 gtk_widget_set_halign (priv->combo_box, GTK_ALIGN_FILL);
377 gtk_widget_set_valign (priv->combo_box, GTK_ALIGN_CENTER);
378 gtk_widget_set_hexpand (priv->combo_box, TRUE);
382 g_signal_connect (G_OBJECT (priv->combo_box), "changed",
384 g_signal_connect (G_OBJECT (priv->combo_box), "format-entry-text",
391 glade_util_remove_scroll_events (priv->combo_box);
[all …]
/dports/games/pioneers/pioneers-15.6/common/gtk/
H A Dselect-game.c118 sg->combo_box = in select_game_init()
122 gtk_cell_layout_pack_start(GTK_CELL_LAYOUT(sg->combo_box), in select_game_init()
124 gtk_cell_layout_set_attributes(GTK_CELL_LAYOUT(sg->combo_box), in select_game_init()
128 gtk_cell_layout_pack_start(GTK_CELL_LAYOUT(sg->combo_box), in select_game_init()
135 gtk_widget_show(sg->combo_box); in select_game_init()
136 gtk_widget_set_tooltip_text(sg->combo_box, in select_game_init()
139 gtk_grid_attach(GTK_GRID(sg), sg->combo_box, 0, 0, 1, 1); in select_game_init()
141 g_signal_connect(G_OBJECT(sg->combo_box), "changed", in select_game_init()
174 gtk_combo_box_set_active(GTK_COMBO_BOX(sg->combo_box), in select_game_add_internal()
178 gtk_combo_box_set_active(GTK_COMBO_BOX(sg->combo_box), 0); in select_game_add_internal()
[all …]
/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-autorun.c215 GtkWidget *combo_box; member
259 caja_autorun_rebuild_combo_box (data->combo_box); in other_application_selected()
288 combo_box_changed (GtkComboBox *combo_box, in combo_box_changed() argument
306 model = gtk_combo_box_get_model (combo_box); in combo_box_changed()
398 caja_autorun_rebuild_combo_box (GtkWidget *combo_box) in caja_autorun_rebuild_combo_box() argument
411 caja_autorun_prepare_combo_box (combo_box, in caja_autorun_rebuild_combo_box()
697 gtk_widget_set_sensitive (combo_box, TRUE); in caja_autorun_prepare_combo_box()
737 data->combo_box = combo_box; in caja_autorun_prepare_combo_box()
946 GtkWidget *combo_box; in do_autorun_for_content_type() local
1136 combo_box = gtk_combo_box_new (); in do_autorun_for_content_type()
[all …]
/dports/news/pan/pan-0.145/pan/gui/
H A De-action-combo-box.h69 GtkRadioAction *e_action_combo_box_get_action (EActionComboBox *combo_box);
70 void e_action_combo_box_set_action (EActionComboBox *combo_box,
73 (EActionComboBox *combo_box);
75 (EActionComboBox *combo_box,
78 (EActionComboBox *combo_box,
81 (EActionComboBox *combo_box,
/dports/archivers/xarchiver/xarchiver-0.5.4.16/src/
H A Dsupport.h141 static inline void gtk_combo_box_text_append_text (GtkWidget *combo_box, const gchar *text) in gtk_combo_box_text_append_text() argument
143 gtk_combo_box_append_text(GTK_COMBO_BOX(combo_box), text); in gtk_combo_box_text_append_text()
145 static inline gchar *gtk_combo_box_text_get_active_text (GtkWidget *combo_box) in gtk_combo_box_text_get_active_text() argument
147 return gtk_combo_box_get_active_text(GTK_COMBO_BOX(combo_box)); in gtk_combo_box_text_get_active_text()
149 static inline void gtk_combo_box_text_insert_text (GtkWidget *combo_box, gint position, const gchar… in gtk_combo_box_text_insert_text() argument
151 gtk_combo_box_insert_text(GTK_COMBO_BOX(combo_box), position, text); in gtk_combo_box_text_insert_text()
153 static inline void gtk_combo_box_text_prepend_text (GtkWidget *combo_box, const gchar *text) in gtk_combo_box_text_prepend_text() argument
155 gtk_combo_box_prepend_text(GTK_COMBO_BOX(combo_box), text); in gtk_combo_box_text_prepend_text()
157 static inline void gtk_combo_box_text_remove (GtkWidget *combo_box, gint position) in gtk_combo_box_text_remove() argument
159 gtk_combo_box_remove_text(GTK_COMBO_BOX(combo_box), position); in gtk_combo_box_text_remove()
H A Dnew_dialog.c59 static void xa_change_archive_extension (GtkComboBox *combo_box, GtkWidget *xa_file_chooser) in xa_change_archive_extension() argument
67 ComboArchiveType = gtk_combo_box_text_get_active_text(GTK_COMBO_BOX_TEXT(GTK_WIDGET(combo_box))); in xa_change_archive_extension()
132 GtkWidget *combo_box = NULL; in xa_new_archive_dialog() local
178 combo_box = gtk_combo_box_text_new(); in xa_new_archive_dialog()
180 gtk_widget_set_tooltip_text(combo_box, _("Choose the archive type to create")); in xa_new_archive_dialog()
181 xa_combo_box_text_append_compressor_types(GTK_COMBO_BOX_TEXT(combo_box)); in xa_new_archive_dialog()
186 gtk_combo_box_set_active (GTK_COMBO_BOX (combo_box),new_combo_box); in xa_new_archive_dialog()
188 gtk_box_pack_start(GTK_BOX(hbox), combo_box, FALSE, FALSE, 0); in xa_new_archive_dialog()
192 ComboArchiveType = gtk_combo_box_text_get_active_text(GTK_COMBO_BOX_TEXT(combo_box)); in xa_new_archive_dialog()
195 …g_signal_connect(G_OBJECT(combo_box), "changed", G_CALLBACK(xa_change_archive_extension), xa_file_… in xa_new_archive_dialog()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/libgimpwidgets/
H A Dgimpcolorprofilecombobox.c136 gimp_color_profile_combo_box_init (GimpColorProfileComboBox *combo_box) in gimp_color_profile_combo_box_init() argument
146 gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (combo_box), cell, TRUE); in gimp_color_profile_combo_box_init()
147 gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (combo_box), cell, in gimp_color_profile_combo_box_init()
151 gtk_combo_box_set_row_separator_func (GTK_COMBO_BOX (combo_box), in gimp_color_profile_combo_box_init()
191 g_return_if_fail (combo_box->dialog == NULL); in gimp_color_profile_combo_box_set_property()
192 combo_box->dialog = g_value_dup_object (value); in gimp_color_profile_combo_box_set_property()
194 if (GIMP_IS_COLOR_PROFILE_CHOOSER_DIALOG (combo_box->dialog)) in gimp_color_profile_combo_box_set_property()
195 g_signal_connect (combo_box->dialog, "response", in gimp_color_profile_combo_box_set_property()
197 combo_box); in gimp_color_profile_combo_box_set_property()
201 gtk_combo_box_set_model (GTK_COMBO_BOX (combo_box), in gimp_color_profile_combo_box_set_property()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/demos/
H A Dtestpixbuf-scale.c70 GtkWidget *combo_box; in main() local
107 combo_box = gtk_combo_box_text_new (); in main()
109 gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (combo_box), "NEAREST"); in main()
110 gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (combo_box), "BILINEAR"); in main()
111 gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (combo_box), "TILES"); in main()
112 gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (combo_box), "HYPER"); in main()
114 gtk_combo_box_set_active (GTK_COMBO_BOX (combo_box), 1); in main()
116 g_signal_connect (combo_box, "changed", in main()
137 gtk_container_add (GTK_CONTAINER (alignment), combo_box); in main()
/dports/mail/evolution/evolution-3.42.1/src/mail/
H A De-mail-junk-options.c37 GtkWidget *combo_box; /* not referenced */ member
100 mail_junk_options_combo_box_changed_cb (GtkComboBox *combo_box, in mail_junk_options_combo_box_changed_cb() argument
108 active = gtk_combo_box_get_active (combo_box); in mail_junk_options_combo_box_changed_cb()
120 GtkComboBox *combo_box; in mail_junk_options_rebuild() local
128 combo_box = GTK_COMBO_BOX (options->priv->combo_box); in mail_junk_options_rebuild()
136 model = gtk_combo_box_get_model (combo_box); in mail_junk_options_rebuild()
184 combo_box, "active-id", in mail_junk_options_rebuild()
195 if (gtk_combo_box_get_active (combo_box) < 0) in mail_junk_options_rebuild()
196 gtk_combo_box_set_active (combo_box, 0); in mail_junk_options_rebuild()
300 priv->combo_box = widget; /* not referenced */ in mail_junk_options_constructed()
[all …]
/dports/math/pspp/pspp-1.4.1/src/ui/gui/
H A Dspreadsheet-test.c42 GtkWidget *combo_box; member
53 gint x = gtk_combo_box_get_active (GTK_COMBO_BOX (stuff->combo_box)); in on_clicked()
151 stuff.combo_box = gtk_combo_box_new(); in main()
155 gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (stuff.combo_box), renderer, TRUE); in main()
156 gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (stuff.combo_box), renderer, in main()
161 gtk_combo_box_set_model (GTK_COMBO_BOX (stuff.combo_box), tm); in main()
163 gtk_combo_box_set_active (GTK_COMBO_BOX (stuff.combo_box), 0); in main()
183 gtk_box_pack_start (GTK_BOX (vbox), stuff.combo_box, FALSE, FALSE, 5); in main()
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DComboBox.c516 newcb->combo_box.vsb = NULL; in Initialize()
517 newcb->combo_box.hsb = NULL; in Initialize()
524 newcb->combo_box.ideal_ebwidth = newcb->combo_box.ideal_ebheight = 0; in Initialize()
1322 if (cb->combo_box.arrow_GC) in Destroy()
1378 cb->combo_box.vsb = NULL; in ConstraintDestroy()
1379 cb->combo_box.hsb = NULL; in ConstraintDestroy()
1386 cb->combo_box.vsb = NULL; in ConstraintDestroy()
2141 (cb->combo_box.hsb && in PopupEH()
2860 *width = cb->combo_box.margin_width + cb->combo_box.highlight_thickness + in GetThickness()
3058 sb = cb->combo_box.vsb; in CreateChildren()
[all …]
/dports/benchmarks/fio/fio-3.29/
H A Dgcompat.h11 void gtk_combo_box_text_append_text(GtkComboBoxText *combo_box, const gchar *text);
12 void gtk_combo_box_text_insert_text(GtkComboBoxText *combo_box, gint position, const gchar *text);
13 void gtk_combo_box_text_prepend_text(GtkComboBoxText *combo_box, const gchar *text);
14 void gtk_combo_box_text_remove(GtkComboBoxText *combo_box, gint position);
15 gchar *gtk_combo_box_text_get_active_text(GtkComboBoxText *combo_box);

12345678910>>...34