Home
last modified time | relevance | path

Searched refs:GtkComboBox (Results 1 – 25 of 2888) sorted by relevance

12345678910>>...116

/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkcombobox.h40 typedef struct _GtkComboBox GtkComboBox; typedef
57 void (* changed) (GtkComboBox *combo_box);
60 gchar * (* get_active_text) (GtkComboBox *combo_box);
95 gboolean gtk_combo_box_get_focus_on_click (GtkComboBox *combo);
96 void gtk_combo_box_set_focus_on_click (GtkComboBox *combo,
101 void gtk_combo_box_set_active (GtkComboBox *combo_box,
103 gboolean gtk_combo_box_get_active_iter (GtkComboBox *combo_box,
105 void gtk_combo_box_set_active_iter (GtkComboBox *combo_box,
109 void gtk_combo_box_set_model (GtkComboBox *combo_box,
132 void gtk_combo_box_append_text (GtkComboBox *combo_box,
[all …]
H A Dgtkcombobox.c488 GtkComboBox *combo_box);
1696 GtkComboBox *combo_box; in gtk_combo_box_menu_position_over()
2709 GtkComboBox *combo;
2759 tree_next (GtkComboBox *combo, in tree_next()
2810 tree_prev (GtkComboBox *combo, in tree_prev()
2857 tree_last (GtkComboBox *combo, in tree_last()
2898 tree_first (GtkComboBox *combo, in tree_first()
4821 GtkComboBox *combo_box; in gtk_combo_box_new_with_model()
5752 GtkComboBox *combo_box; in gtk_combo_box_constructor()
5871 GtkComboBox *combo_box; in popdown_idle()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcombobox.h38 typedef struct _GtkComboBox GtkComboBox; typedef
64 void (* changed) (GtkComboBox *combo_box);
65 gchar *(* format_entry_text) (GtkComboBox *combo_box,
97 void gtk_combo_box_set_wrap_width (GtkComboBox *combo_box,
123 gboolean gtk_combo_box_get_focus_on_click (GtkComboBox *combo);
125 void gtk_combo_box_set_focus_on_click (GtkComboBox *combo,
132 void gtk_combo_box_set_active (GtkComboBox *combo_box,
135 gboolean gtk_combo_box_get_active_iter (GtkComboBox *combo_box,
138 void gtk_combo_box_set_active_iter (GtkComboBox *combo_box,
143 void gtk_combo_box_set_model (GtkComboBox *combo_box,
[all …]
H A Dgtkcombobox.c1285 gtk_combo_box_init (GtkComboBox *combo_box) in gtk_combo_box_init()
2265 gtk_combo_box_popup (GtkComboBox *combo_box) in gtk_combo_box_popup()
2417 gtk_combo_box_popdown (GtkComboBox *combo_box) in gtk_combo_box_popdown()
2532 GtkComboBox *combo;
2565 tree_next (GtkComboBox *combo, in tree_next()
2610 tree_prev (GtkComboBox *combo, in tree_prev()
2649 tree_last (GtkComboBox *combo, in tree_last()
2684 tree_first (GtkComboBox *combo, in tree_first()
3515 GtkComboBox *combo_box; in gtk_combo_box_new_with_model()
4376 GtkComboBox *combo_box; in popdown_idle()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcombobox.h38 typedef struct _GtkComboBox GtkComboBox; typedef
60 void (* changed) (GtkComboBox *combo_box);
61 char *(* format_entry_text) (GtkComboBox *combo_box,
84 int gtk_combo_box_get_active (GtkComboBox *combo_box);
86 void gtk_combo_box_set_active (GtkComboBox *combo_box,
89 gboolean gtk_combo_box_get_active_iter (GtkComboBox *combo_box,
92 void gtk_combo_box_set_active_iter (GtkComboBox *combo_box,
97 void gtk_combo_box_set_model (GtkComboBox *combo_box,
100 GtkTreeModel *gtk_combo_box_get_model (GtkComboBox *combo_box);
134 void gtk_combo_box_popup_for_device (GtkComboBox *combo_box,
[all …]
H A Dgtkcombobox.c848 gtk_combo_box_init (GtkComboBox *combo_box) in gtk_combo_box_init()
1097 gtk_combo_box_add (GtkComboBox *combo_box, in gtk_combo_box_add()
1134 gtk_combo_box_remove (GtkComboBox *combo_box, in gtk_combo_box_remove()
1372 gtk_combo_box_popup (GtkComboBox *combo_box) in gtk_combo_box_popup()
1442 gtk_combo_box_popdown (GtkComboBox *combo_box) in gtk_combo_box_popdown()
1506 GtkComboBox *combo;
1539 tree_next (GtkComboBox *combo, in tree_next()
1584 tree_prev (GtkComboBox *combo, in tree_prev()
1623 tree_last (GtkComboBox *combo, in tree_last()
1658 tree_first (GtkComboBox *combo, in tree_first()
[all …]
/dports/x11-toolkits/rep-gtk2/rep-gtk_0.90.8.3/widgets/
H A Dcombobox1 ;; GtkComboBox
23 ((GtkComboBox box)
28 ((GtkComboBox box)))
32 ((GtkComboBox box)
37 ((GtkComboBox box)))
41 ((GtkComboBox box)
50 ((GtkComboBox box)
59 ((GtkComboBox box)
68 ((GtkComboBox box)
77 ((GtkComboBox box)
[all …]
/dports/x11-themes/ant-dracula-theme/gtk-2.0/gtk-3.0/widgets/
H A Dcombobox.css4 GtkComboBox*:hover {
8 GtkComboBox .button {
12 GtkComboBox.combobox-entry .button {
16 GtkComboBox.combobox-entry .button:hover {
26 GtkComboBox.combobox-entry .entry,
27 GtkComboBox.combobox-entry .entry:active,
28 GtkComboBox.combobox-entry .entry:focus,
29 GtkComboBox.combobox-entry .entry:insensitive {
38 GtkComboBox.combobox-entry .button,
39 GtkComboBox.combobox-entry .button:hover,
[all …]
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkComboBox.xs108 gint gtk_combo_box_get_active (GtkComboBox *combo_box);
110 void gtk_combo_box_set_active (GtkComboBox *combo_box, gint index);
114 gtk_combo_box_get_active_iter (GtkComboBox * combo_box)
134 GtkTreeModel *gtk_combo_box_get_model (GtkComboBox *combo_box);
150 void gtk_combo_box_popup (GtkComboBox *combo_box);
152 void gtk_combo_box_popdown (GtkComboBox *combo_box);
156 gint gtk_combo_box_get_wrap_width (GtkComboBox *combo_box);
158 gint gtk_combo_box_get_row_span_column (GtkComboBox *combo_box);
160 gint gtk_combo_box_get_column_span_column (GtkComboBox *combo_box);
168 gboolean gtk_combo_box_get_add_tearoffs (GtkComboBox *combo_box);
[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/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 …]
H A Dxap_GtkComboBoxHelpers.cpp22 void XAP_makeGtkComboBoxText(GtkComboBox * combo, GType secondary) in XAP_makeGtkComboBoxText()
40 void XAP_makeGtkComboBoxText2(GtkComboBox * combo, GType secondary, in XAP_makeGtkComboBoxText2()
54 void XAP_populateComboBoxWithIndex(GtkComboBox * combo, in XAP_populateComboBoxWithIndex()
66 void XAP_appendComboBoxText(GtkComboBox* combo, const char* text) in XAP_appendComboBoxText()
74 void XAP_appendComboBoxTextAndInt(GtkComboBox * combo, const char * text, in XAP_appendComboBoxTextAndInt()
83 void XAP_appendComboBoxTextAndString(GtkComboBox * combo, const char * text, in XAP_appendComboBoxTextAndString()
92 void XAP_appendComboBoxTextAndStringString(GtkComboBox * combo, in XAP_appendComboBoxTextAndStringString()
103 void XAP_appendComboBoxTextAndIntString(GtkComboBox * combo, in XAP_appendComboBoxTextAndIntString()
114 int XAP_comboBoxGetActiveInt(GtkComboBox * combo) in XAP_comboBoxGetActiveInt()
124 std::string XAP_comboBoxGetActiveText(GtkComboBox * combo) in XAP_comboBoxGetActiveText()
[all …]
/dports/misc/xiphos/xiphos-4.2.1/src/gui/
H A Dpreferences_dialog.h55 void on_combobox1_changed(GtkComboBox *combobox,
57 void on_combobox2_changed(GtkComboBox *combobox,
59 void on_combobox4_changed(GtkComboBox *combobox,
61 void on_combobox5_changed(GtkComboBox *combobox,
63 void on_combobox6_changed(GtkComboBox *combobox,
65 void on_combobox7_changed(GtkComboBox *combobox,
67 void on_combobox8_changed(GtkComboBox *combobox,
69 void on_combobox9_changed(GtkComboBox *combobox,
71 void on_combobox10_changed(GtkComboBox *combobox,
73 void on_combobox11_changed(GtkComboBox *combobox,
[all …]
/dports/finance/homebank/homebank-5.5.1/src/
H A Dui-group.h34 guint32 ui_grp_comboboxentry_get_key(GtkComboBox *entry_box);
35 guint32 ui_grp_comboboxentry_get_key_add_new(GtkComboBox *entry_box);
36 Group *ui_grp_comboboxentry_get(GtkComboBox *entry_box);
37 gboolean ui_grp_comboboxentry_set_active(GtkComboBox *entry_box, guint32 key);
38 void ui_grp_comboboxentry_add(GtkComboBox *entry_box, Group *pay);
39 void ui_grp_comboboxentry_populate(GtkComboBox *entry_box, GHashTable *hash);
40 void ui_grp_comboboxentry_populate_except(GtkComboBox *entry_box, GHashTable *hash, guint except_ke…
H A Dui-category.h63 gchar *ui_cat_comboboxentry_get_name(GtkComboBox *entry_box);
64 guint32 ui_cat_comboboxentry_get_key(GtkComboBox *entry_box);
65 guint32 ui_cat_comboboxentry_get_key_add_new(GtkComboBox *entry_box);
66 Category *ui_cat_comboboxentry_get(GtkComboBox *entry_box);
79 gboolean ui_cat_comboboxentry_set_active(GtkComboBox *entry_box, guint32 key);
80 void ui_cat_comboboxentry_add(GtkComboBox *entry_box, Category *pay);
81 void ui_cat_comboboxentry_populate(GtkComboBox *entry_box, GHashTable *hash);
82 void ui_cat_comboboxentry_populate_except(GtkComboBox *entry_box, GHashTable *hash, guint except_ke…
83 void ui_cat_combobox_entry_clear(GtkComboBox *entry_box);
H A Dui-currency.h112 gchar *ui_cur_combobox_get_name(GtkComboBox *entry_box);
113 guint32 ui_cur_combobox_get_key(GtkComboBox *entry_box);
114 guint32 ui_cur_combobox_get_key_add_new(GtkComboBox *entry_box);
115 gboolean ui_cur_combobox_set_active(GtkComboBox *entry_box, guint32 key);
116 void ui_cur_combobox_add(GtkComboBox *entry_box, Currency *cur);
117 void ui_cur_combobox_populate(GtkComboBox *entry_box, GHashTable *hash);
118 void ui_cur_combobox_populate_except(GtkComboBox *entry_box, GHashTable *hash, guint except_key);
H A Dui-assign.h30 gchar *ui_asg_comboboxentry_get_name(GtkComboBox *entry_box);
31 guint32 ui_asg_comboboxentry_get_key(GtkComboBox *entry_box);
32 gboolean ui_asg_comboboxentry_set_active(GtkComboBox *entry_box, guint32 key);
33 void ui_asg_comboboxentry_add(GtkComboBox *entry_box, Assign *asg);
34 void ui_asg_comboboxentry_populate(GtkComboBox *entry_box, GHashTable *hash);
35 void ui_asg_comboboxentry_populate_except(GtkComboBox *entry_box, GHashTable *hash, guint except_ke…
/dports/emulators/kcemu/KCemu-0.5.1/include/ui/gtk/
H A Doptions.h97 GtkComboBox *combobox_system_type;
98 GtkComboBox *combobox_system_variant;
111 GtkComboBox *combobox_d004;
112 GtkComboBox *combobox_f8_rom;
116 GtkComboBox *combobox_display_effects;
117 GtkComboBox *combobox_display_mem_access;
118 GtkComboBox *combobox_display_debug;
119 GtkComboBox *combobox_module[NR_OF_MODULES];
226 static void on_system_type_changed(GtkComboBox *combobox, gpointer user_data);
230 static void on_module_changed(GtkComboBox *combobox, gpointer user_data);
[all …]
/dports/audio/mp3splt-gtk/mp3splt-gtk-0.9.2/src/
H A Dcombo_helper.h36 GtkComboBox *ch_new_combo();
37 void ch_append_to_combo(GtkComboBox *combo, const gchar *text, gint value);
38 gint ch_get_active_value(GtkComboBox *combo);
39 gchar *ch_get_active_str_value(GtkComboBox *combo);
40 void ch_set_active_value(GtkComboBox *combo, gint value);
41 void ch_set_active_str_value(GtkComboBox *combo, gchar *new_value);
H A Dcombo_helper.c42 GtkComboBox *ch_new_combo() in ch_new_combo()
45 GtkComboBox *combo = GTK_COMBO_BOX( in ch_new_combo()
55 void ch_append_to_combo(GtkComboBox *combo, const gchar *text, gint value) in ch_append_to_combo()
63 gchar *ch_get_active_str_value(GtkComboBox *combo) in ch_get_active_str_value()
79 gint ch_get_active_value(GtkComboBox *combo) in ch_get_active_value()
95 void ch_set_active_str_value(GtkComboBox *combo, gchar *new_value) in ch_set_active_str_value()
118 void ch_set_active_value(GtkComboBox *combo, gint new_value) in ch_set_active_value()
/dports/security/libcryptui/libcryptui-3.12.2/libcryptui/
H A Dcryptui-key-combo.h34 GtkComboBox* cryptui_key_combo_new (CryptUIKeyStore *ckstore);
36 void cryptui_key_combo_setup (GtkComboBox *combo,
39 CryptUIKeyStore* cryptui_key_combo_get_key_store (GtkComboBox *ckcombo);
41 CryptUIKeyset* cryptui_key_combo_get_keyset (GtkComboBox *ckcombo);
43 void cryptui_key_combo_set_key (GtkComboBox *ckcombo,
46 const gchar* cryptui_key_combo_get_key (GtkComboBox *ckcombo);
H A Dcryptui-key-combo.c49 GtkComboBox*
52 GtkComboBox *ckcombo = g_object_new (GTK_TYPE_COMBO_BOX, "model", ckstore, NULL); in cryptui_key_combo_new()
65 cryptui_key_combo_setup (GtkComboBox *combo, CryptUIKeyStore *ckstore) in cryptui_key_combo_setup()
89 cryptui_key_combo_get_key_store (GtkComboBox *ckcombo) in cryptui_key_combo_get_key_store()
105 cryptui_key_combo_get_keyset (GtkComboBox *ckcombo) in cryptui_key_combo_get_keyset()
119 cryptui_key_combo_set_key (GtkComboBox *ckcombo, const gchar *key) in cryptui_key_combo_set_key()
141 cryptui_key_combo_get_key (GtkComboBox *ckcombo) in cryptui_key_combo_get_key()
/dports/security/seahorse/seahorse-41.0/pgp/
H A Dseahorse-combo-keys.h34 void seahorse_combo_keys_attach (GtkComboBox *combo,
38 void seahorse_combo_keys_set_active_id (GtkComboBox *combo,
41 void seahorse_combo_keys_set_active (GtkComboBox *combo,
44 SeahorsePgpKey * seahorse_combo_keys_get_active (GtkComboBox *combo);
46 const gchar * seahorse_combo_keys_get_active_id (GtkComboBox *combo);
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dcombobox.cc230 Gtk::ComboBox* wrap(GtkComboBox* object, bool take_copy) in wrap()
277 void ComboBox_Class::changed_callback(GtkComboBox* self) in changed_callback()
317 return manage(new ComboBox((GtkComboBox*)(o))); in wrap_new()
330 ComboBox::ComboBox(GtkComboBox* castitem) in ComboBox()
377 return gtk_combo_box_get_wrap_width(const_cast<GtkComboBox*>(gobj())); in get_wrap_width()
387 return gtk_combo_box_get_row_span_column(const_cast<GtkComboBox*>(gobj())); in get_row_span_column()
404 return gtk_combo_box_get_add_tearoffs(const_cast<GtkComboBox*>(gobj())); in get_add_tearoffs()
440 return gtk_combo_box_get_focus_on_click(const_cast<GtkComboBox*>(gobj())); in get_focus_on_click()
456 return gtk_combo_box_get_active(const_cast<GtkComboBox*>(gobj())); in get_active_row_number()
499 return gtk_combo_box_get_has_entry(const_cast<GtkComboBox*>(gobj())); in get_has_entry()
[all …]
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dcombobox.cc82 gtk_combo_box_get_active_iter(const_cast<GtkComboBox*>(gobj()), iter.gobj()); in get_active()
156 Gtk::ComboBox* wrap(GtkComboBox* object, bool take_copy) in wrap()
202 void ComboBox_Class::changed_callback(GtkComboBox* self) in changed_callback()
242 return manage(new ComboBox((GtkComboBox*)(o))); in wrap_new()
255 ComboBox::ComboBox(GtkComboBox* castitem) in ComboBox()
307 return gtk_combo_box_get_wrap_width(const_cast<GtkComboBox*>(gobj())); in get_wrap_width()
317 return gtk_combo_box_get_row_span_column(const_cast<GtkComboBox*>(gobj())); in get_row_span_column()
332 return gtk_combo_box_get_add_tearoffs(const_cast<GtkComboBox*>(gobj())); in get_add_tearoffs()
352 return gtk_combo_box_get_focus_on_click(const_cast<GtkComboBox*>(gobj())); in get_focus_on_click()
362 return gtk_combo_box_get_active(const_cast<GtkComboBox*>(gobj())); in get_active_row_number()
[all …]

12345678910>>...116