Searched refs:get_vbox (Results 1 - 25 of 30) sorted by relevance

12

/inkscape/src/ui/dialog/
H A Dnew-from-template.cpp37 get_vbox()->pack_start(*_main_widget);
46 get_vbox()->pack_end(*align, Gtk::PACK_SHRINK);
H A Ddock-behavior.h39 Gtk::VBox *get_vbox();
H A Dfloating-behavior.h39 Gtk::Box *get_vbox();
H A Ddock-behavior.cpp91 DockBehavior::get_vbox() function in class:Inkscape::UI::Dialog::Behavior::DockBehavior
93 return _dock_item.get_vbox();
124 get_vbox()->show_all_children();
178 get_vbox()->set_sensitive();
H A Dbehavior.h48 virtual Gtk::Box *get_vbox() =0;
H A Daboutbox.cpp104 get_vbox()->pack_end(*manage(tabs), true, true);
137 get_vbox()->pack_start(*manage(label), false, false);
138 get_vbox()->pack_start(*manage(link), false, false);
H A Ddialog.h81 virtual Gtk::Box *get_vbox();
H A Dcalligraphic-profile-rename.cpp47 Gtk::Box *mainVBox = get_vbox();
H A Dpanel-dialog.h148 Gtk::Box *vbox = get_vbox();
198 Gtk::Box *vbox = get_vbox();
H A Ddialog.cpp133 inline Gtk::Box *Dialog::get_vbox() { return _behavior->get_vbox(); } function in class:Inkscape::UI::Dialog::Dialog
H A Dfloating-behavior.cpp142 inline Gtk::Box* FloatingBehavior::get_vbox() { function in class:Inkscape::UI::Dialog::Behavior::FloatingBehavior
146 return _d->get_vbox();
H A Dknot-properties.cpp49 Gtk::Box *mainVBox = get_vbox();
H A Dlivepatheffect-add.cpp80 Gtk::Box *mainVBox = get_vbox();
H A Dlpe-powerstroke-properties.cpp49 Gtk::Box *mainVBox = get_vbox();
H A Ddebug.cpp75 Gtk::Box *mainVBox = get_vbox();
H A Dlpe-fillet-chamfer-properties.cpp42 Gtk::Box *mainVBox = get_vbox();
H A Dfont-substitution.cpp112 Gtk::Box * box = warning.get_vbox();
/inkscape/src/extension/
H A Derror-file.cpp62 Gtk::Box * vbox = get_vbox();
H A Dprefdialog.cpp74 this->get_vbox()->pack_start(*hbox, true, true, 6);
111 this->get_vbox()->pack_start(*sep, true, true, 4);
123 this->get_vbox()->pack_start(*hbox, true, true, 6);
/inkscape/src/ui/widget/
H A Dcolor-picker.cpp66 _colorSelectorDialog.get_vbox()->pack_start (
H A Ddock-item.cpp119 DockItem::get_vbox() function in class:Inkscape::UI::Widget::DockItem
142 width = get_vbox()->get_width();
143 height = get_vbox()->get_height();
H A Ddock-item.h70 Gtk::VBox *get_vbox();
/inkscape/src/extension/internal/
H A Dcdr-input.cpp117 this->get_vbox()->pack_start(*vbox1);
H A Dvsd-input.cpp119 this->get_vbox()->pack_start(*vbox1);
/inkscape/src/extension/internal/pdfinput/
H A Dpdf-input.cpp286 this->get_vbox()->set_homogeneous(false);
287 this->get_vbox()->set_spacing(0);
288 this->get_vbox()->pack_start(*hbox1);

Completed in 46 milliseconds

12