Home
last modified time | relevance | path

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

/dports/www/cssed/cssed-0.4.0/src/
H A Dbox-wizard.c452 GtkWidget *entry_all_border_bottom; in on_box_wizard_applybutton_clicked() local
493 entry_all_border_bottom = lookup_widget(GTK_WIDGET(button), "entry_all_border_bottom"); in on_box_wizard_applybutton_clicked()
494 write_entry_contents_if_any(doc, "border-bottom", entry_all_border_bottom); in on_box_wizard_applybutton_clicked()
681 GtkWidget *entry_all_border_bottom; in create_box_wizard() local
818 entry_all_border_bottom = gtk_entry_new (); in create_box_wizard()
819 gtk_widget_show (entry_all_border_bottom); in create_box_wizard()
820 gtk_table_attach (GTK_TABLE (table_all_border_right), entry_all_border_bottom, 1, 2, 7, 8, in create_box_wizard()
1553 GLADE_HOOKUP_OBJECT (box_wizard, entry_all_border_bottom, "entry_all_border_bottom"); in create_box_wizard()