/inkscape/src/ui/dialog/ |
H A D | new-from-template.cpp | 37 get_vbox()->pack_start(*_main_widget); 46 get_vbox()->pack_end(*align, Gtk::PACK_SHRINK);
|
H A D | dock-behavior.h | 39 Gtk::VBox *get_vbox();
|
H A D | floating-behavior.h | 39 Gtk::Box *get_vbox();
|
H A D | dock-behavior.cpp | 91 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 D | behavior.h | 48 virtual Gtk::Box *get_vbox() =0;
|
H A D | aboutbox.cpp | 104 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 D | dialog.h | 81 virtual Gtk::Box *get_vbox();
|
H A D | calligraphic-profile-rename.cpp | 47 Gtk::Box *mainVBox = get_vbox();
|
H A D | panel-dialog.h | 148 Gtk::Box *vbox = get_vbox(); 198 Gtk::Box *vbox = get_vbox();
|
H A D | dialog.cpp | 133 inline Gtk::Box *Dialog::get_vbox() { return _behavior->get_vbox(); } function in class:Inkscape::UI::Dialog::Dialog
|
H A D | floating-behavior.cpp | 142 inline Gtk::Box* FloatingBehavior::get_vbox() { function in class:Inkscape::UI::Dialog::Behavior::FloatingBehavior 146 return _d->get_vbox();
|
H A D | knot-properties.cpp | 49 Gtk::Box *mainVBox = get_vbox();
|
H A D | livepatheffect-add.cpp | 80 Gtk::Box *mainVBox = get_vbox();
|
H A D | lpe-powerstroke-properties.cpp | 49 Gtk::Box *mainVBox = get_vbox();
|
H A D | debug.cpp | 75 Gtk::Box *mainVBox = get_vbox();
|
H A D | lpe-fillet-chamfer-properties.cpp | 42 Gtk::Box *mainVBox = get_vbox();
|
H A D | font-substitution.cpp | 112 Gtk::Box * box = warning.get_vbox();
|
/inkscape/src/extension/ |
H A D | error-file.cpp | 62 Gtk::Box * vbox = get_vbox();
|
H A D | prefdialog.cpp | 74 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 D | color-picker.cpp | 66 _colorSelectorDialog.get_vbox()->pack_start (
|
H A D | dock-item.cpp | 119 DockItem::get_vbox() function in class:Inkscape::UI::Widget::DockItem 142 width = get_vbox()->get_width(); 143 height = get_vbox()->get_height();
|
H A D | dock-item.h | 70 Gtk::VBox *get_vbox();
|
/inkscape/src/extension/internal/ |
H A D | cdr-input.cpp | 117 this->get_vbox()->pack_start(*vbox1);
|
H A D | vsd-input.cpp | 119 this->get_vbox()->pack_start(*vbox1);
|
/inkscape/src/extension/internal/pdfinput/ |
H A D | pdf-input.cpp | 286 this->get_vbox()->set_homogeneous(false); 287 this->get_vbox()->set_spacing(0); 288 this->get_vbox()->pack_start(*hbox1);
|