Home
last modified time | relevance | path

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

/dports/www/cssed/cssed-0.4.0/src/
H A Dcssdialogs-interface.c841 GtkWidget *hbox_border_length; in create_border_properties_dialog() local
898 hbox_border_length = gtk_hbox_new (FALSE, 0); in create_border_properties_dialog()
899 gtk_widget_show (hbox_border_length); in create_border_properties_dialog()
900 gtk_box_pack_start (GTK_BOX (vbox_main), hbox_border_length, FALSE, in create_border_properties_dialog()
906 gtk_box_pack_start (GTK_BOX (hbox_border_length), in create_border_properties_dialog()
914 gtk_box_pack_start (GTK_BOX (hbox_border_length), in create_border_properties_dialog()
947 gtk_box_pack_start (GTK_BOX (hbox_border_length), spinbutton_len, in create_border_properties_dialog()
954 gtk_box_pack_start (GTK_BOX (hbox_border_length), combo_len, FALSE, in create_border_properties_dialog()
1246 GLADE_HOOKUP_OBJECT (border_properties_dialog, hbox_border_length, in create_border_properties_dialog()