Lines Matching defs:vbox
245 Gtk::VBox * vbox = Gtk::manage( new Gtk::VBox(Effect::newWidget()) );
247 vbox->set_border_width(5);
248 vbox->set_homogeneous(false);
249 vbox->set_spacing(6);
270 vbox->pack_start(*handles, false, false, 2);
291 vbox->pack_start(*widg, true, true, 2);
304 vbox->pack_start(*hbox_up_handles,true, true, 2);
308 vbox->pack_start(*hbox_middle, false, true, 2);
309 vbox->pack_start(*hbox_down_handles, true, true, 2);
314 vbox->pack_start(*hbox, true,true,2);
316 return dynamic_cast<Gtk::Widget *>(vbox);