Searched refs:boxy (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/widget/
H A Dpanel.cpp286 Gtk::HBox* boxy = Gtk::manage(new Gtk::HBox()); local
288 boxy->pack_start(_contents, true, true);
289 boxy->pack_start(_right_bar, false, true);
291 pack_start(*boxy, true, true);

Completed in 15 milliseconds