Lines Matching refs:pack_start
270 vbox->pack_start(*handles, false, false, 2);
271 hbox_up_handles->pack_start(*widg, true, true, 2);
272 hbox_up_handles->pack_start(*Gtk::manage(new Gtk::VSeparator()), Gtk::PACK_EXPAND_WIDGET);
274 hbox_up_handles->pack_start(*widg, true, true, 2);
276 hbox_down_handles->pack_start(*widg, true, true, 2);
277 hbox_down_handles->pack_start(*Gtk::manage(new Gtk::VSeparator()), Gtk::PACK_EXPAND_WIDGET);
279 hbox_down_handles->pack_start(*widg, true, true, 2);
291 vbox->pack_start(*widg, true, true, 2);
304 vbox->pack_start(*hbox_up_handles,true, true, 2);
306 hbox_middle->pack_start(*Gtk::manage(new Gtk::HSeparator()), Gtk::PACK_EXPAND_WIDGET);
307 hbox_middle->pack_start(*Gtk::manage(new Gtk::HSeparator()), Gtk::PACK_EXPAND_WIDGET);
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);
315 hbox->pack_start(*reset_button, false, false,2);