Home
last modified time | relevance | path

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

/dports/www/cssed/cssed-0.4.0/src/
H A Dcssdialogs-functions.c2127 GtkWidget *combo_entry_after; in cssdialog_pause_property_get_string() local
2158 combo_entry_after = lookup_widget(parent,"combo_entry_after"); in cssdialog_pause_property_get_string()
2159 strafter_unit = gtk_editable_get_chars(GTK_EDITABLE(combo_entry_after),0,-1); in cssdialog_pause_property_get_string()
H A Dcssdialogs-interface.c7082 GtkWidget *combo_entry_after; in create_pause_property_dialog() local
7158 combo_entry_after = GTK_COMBO (combo_after)->entry; in create_pause_property_dialog()
7159 gtk_widget_show (combo_entry_after); in create_pause_property_dialog()
7160 gtk_widget_set_size_request (combo_entry_after, 40, -1); in create_pause_property_dialog()
7161 gtk_entry_set_text (GTK_ENTRY (combo_entry_after), "%"); in create_pause_property_dialog()
7268 GLADE_HOOKUP_OBJECT (pause_property_dialog, combo_entry_after, in create_pause_property_dialog()