Home
last modified time | relevance | path

Searched refs:combo_fore (Results 1 – 1 of 1) sorted by relevance

/dports/www/cssed/cssed-0.4.0/src/
H A Dcolor-wizard.c64 GtkWidget *combo_fore; in create_color_wizard_dialog() local
150 combo_fore = gtk_combo_new (); in create_color_wizard_dialog()
151 g_object_set_data (G_OBJECT (GTK_COMBO (combo_fore)->popwin), in create_color_wizard_dialog()
152 "GladeParentKey", combo_fore); in create_color_wizard_dialog()
153 gtk_widget_show (combo_fore); in create_color_wizard_dialog()
154 gtk_table_attach (GTK_TABLE (table), combo_fore, 1, 2, 0, 1, in create_color_wizard_dialog()
201 gtk_combo_set_popdown_strings (GTK_COMBO (combo_fore), combo_items); in create_color_wizard_dialog()
204 combo_entry_fore = GTK_COMBO (combo_fore)->entry; in create_color_wizard_dialog()