Home
last modified time | relevance | path

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

/dports/www/cssed/cssed-0.4.0/src/
H A Dcolor-wizard.c74 GtkWidget *combo_entry_border_right; in create_color_wizard_dialog() local
256 combo_entry_border_right = GTK_COMBO (combo_border_right)->entry; in create_color_wizard_dialog()
257 gtk_widget_show (combo_entry_border_right); in create_color_wizard_dialog()
258 gtk_entry_set_text (GTK_ENTRY (combo_entry_border_right), ""); in create_color_wizard_dialog()
598 GLADE_HOOKUP_OBJECT (color_wizard_dialog, combo_entry_border_right, "combo_entry_border_right"); in create_color_wizard_dialog()
840 GtkWidget* combo_entry_border_right; in write_results_to_document() local
923 combo_entry_border_right = lookup_widget(parent, "combo_entry_border_right"); in write_results_to_document()
924 color = gtk_editable_get_chars(GTK_EDITABLE(combo_entry_border_right), 0, -1); in write_results_to_document()