Lines Matching defs:vbox
97 Gtk::VBox *vbox = Gtk::manage(new Gtk::VBox(Effect::newWidget()));
99 vbox->set_border_width(5);
100 vbox->set_homogeneous(false);
101 vbox->set_spacing(2);
105 vbox->pack_start(*advertaising, true, true, 2);
109 vbox->pack_start(*advertaising2, true, true, 2);
152 vbox->pack_start(*widg, true, true, 2);
182 vbox->pack_start(*filletContainer, true, true, 2);
183 vbox->pack_start(*chamferContainer, true, true, 2);
185 return vbox;