Home
last modified time | relevance | path

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

/dports/www/cssed/cssed-0.4.0/src/
H A Dcssdialogs-functions.c2025 GtkWidget *combo_entry_length_selector; in cssdialog_outline_property_get_string() local
2065 combo_entry_length_selector = lookup_widget(parent,"combo_entry_length_selector") ; in cssdialog_outline_property_get_string()
2066 strlength = gtk_editable_get_chars(GTK_EDITABLE(combo_entry_length_selector), in cssdialog_outline_property_get_string()
H A Dcssdialogs-interface.c6641 GtkWidget *combo_entry_length_selector; in create_outline_property_dialog() local
6726 combo_entry_length_selector = in create_outline_property_dialog()
6728 gtk_widget_show (combo_entry_length_selector); in create_outline_property_dialog()
6729 gtk_editable_set_editable (GTK_EDITABLE (combo_entry_length_selector), in create_outline_property_dialog()
6731 gtk_entry_set_text (GTK_ENTRY (combo_entry_length_selector), in create_outline_property_dialog()
7026 combo_entry_length_selector, in create_outline_property_dialog()