Home
last modified time | relevance | path

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

/dports/www/cssed/cssed-0.4.0/src/
H A Dbox-wizard.c449 GtkWidget *entry_all_height; in on_box_wizard_applybutton_clicked() local
484 entry_all_height = lookup_widget(GTK_WIDGET(button), "entry_all_height"); in on_box_wizard_applybutton_clicked()
485 write_entry_contents_if_any(doc, "height", entry_all_height); in on_box_wizard_applybutton_clicked()
678 GtkWidget *entry_all_height; in create_box_wizard() local
800 entry_all_height = gtk_entry_new (); in create_box_wizard()
801 gtk_widget_show (entry_all_height); in create_box_wizard()
802 gtk_table_attach (GTK_TABLE (table_all_border_right), entry_all_height, 1, 2, 2, 3, in create_box_wizard()
1550 GLADE_HOOKUP_OBJECT (box_wizard, entry_all_height, "entry_all_height"); in create_box_wizard()