Lines Matching defs:vbox
270 Gtk::VBox *vbox = Gtk::manage(new Gtk::VBox(Effect::newWidget()));
272 vbox->set_border_width(5);
273 vbox->set_homogeneous(false);
274 vbox->set_spacing(6);
295 vbox->pack_start(*widg, true, true, 2);
337 vbox->pack_start(*widg, true, true, 2);
352 vbox->pack_start(*button1, true, true, 2);
353 vbox->pack_start(*button2, true, true, 2);
354 vbox->pack_start(*button3, true, true, 2);
355 vbox->pack_start(*button4, true, true, 2);
356 return dynamic_cast<Gtk::Widget *>(vbox);