Searched refs:pack_start (Results 1 - 25 of 107) sorted by relevance

12345

/inkscape/src/ui/dialog/
H A Dtile.cpp38 _arrangeBox.pack_start(_notebook);
43 contents->pack_start(_arrangeBox);
H A Dfind.cpp128 vbox_searchin.pack_start(check_searchin_text, false, false);
129 vbox_searchin.pack_start(check_searchin_property, false, false);
135 vbox_scope.pack_start(check_scope_all, true, true);
136 vbox_scope.pack_start(check_scope_layer, true, true);
137 vbox_scope.pack_start(check_scope_selection, true, true);
141 hbox_searchin.pack_start(frame_searchin, true, true);
142 hbox_searchin.pack_start(frame_scope, true, true);
144 vbox_options1.pack_start(check_case_sensitive, true, true);
145 vbox_options1.pack_start(check_include_hidden, true, true);
146 vbox_options2.pack_start(check_exact_matc
[all...]
H A Dtracedialog.cpp511 modeBrightnessBox.pack_start(modeBrightnessRadioButton, false, false, MARGIN);
527 modeBrightnessVBox.pack_start(modeBrightnessBox, false, false, MARGIN);
537 modeCannyBox.pack_start(modeCannyRadioButton, false, false, MARGIN);
542 modeCannyBox.pack_start(modeCannySeparator);
544 modeCannyBox.pack_start(modeCannyLoSpinnerLabel);
549 modeCannyBox.pack_start(modeCannyLoSpinner);
564 modeBrightnessVBox.pack_start(modeCannyBox, false, false, MARGIN);
574 modeQuantBox.pack_start(modeQuantRadioButton, false, false, MARGIN);
591 modeBrightnessVBox.pack_start(modeQuantBox, false, false, MARGIN);
597 modeInvertBox.pack_start(modeInvertButto
[all...]
H A Dnew-from-template.cpp35 get_content_area()->pack_start(*_main_widget);
37 get_vbox()->pack_start(*_main_widget);
H A Dtemplate-widget.cpp42 pack_start(_template_name_label, Gtk::PACK_SHRINK, 10);
43 pack_start(_preview_box, Gtk::PACK_SHRINK, 0);
45 _preview_box.pack_start(_preview_image, Gtk::PACK_EXPAND_PADDING, 15);
46 _preview_box.pack_start(_preview_render, Gtk::PACK_EXPAND_PADDING, 10);
108 pack_start(*_effect_prefs);
H A Dmessages.cpp62 contents->pack_start(menuBar, Gtk::PACK_SHRINK);
69 contents->pack_start(textScroll);
72 buttonBox.pack_start(checkCapture, true, true, 6);
74 contents->pack_start(buttonBox, Gtk::PACK_SHRINK);
H A Dfill-and-stroke.cpp60 contents->pack_start(_notebook, true, true);
72 contents->pack_start(_composite_settings, true, true, 0);
199 _tab_label_box->pack_start(*Glib::wrap(sp_icon_new(Inkscape::ICON_SIZE_DECORATION,
203 _tab_label_box->pack_start(*_tab_label);
H A Dpolar-arrange-tab.cpp50 pack_start(anchorPointLabel, false, false);
55 pack_start(anchorBoundingBoxRadio, false, false);
57 pack_start(anchorSelector, false, false);
62 pack_start(anchorObjectPivotRadio, false, false);
66 pack_start(arrangeOnLabel, false, false);
71 pack_start(arrangeOnFirstCircleRadio, false, false);
76 pack_start(arrangeOnLastCircleRadio, false, false);
81 pack_start(arrangeOnParametersRadio, false, false);
148 pack_start(parametersTable, false, false);
152 pack_start(rotateObjectsCheckBo
[all...]
H A Dpixelartdialog.cpp200 curvesMultiplierHBox.pack_start(curvesMultiplierLabel, false, false);
202 heuristicsVBox.pack_start(curvesMultiplierHBox, false, false);
215 islandsWeightHBox.pack_start(islandsWeightLabel, false, false);
217 heuristicsVBox.pack_start(islandsWeightHBox, false, false);
251 sparsePixelsRadiusHBox.pack_start(sparsePixelsRadiusLabel, false, false);
253 heuristicsVBox.pack_start(sparsePixelsRadiusHBox, false, false);
255 sparsePixelsMultiplierHBox.pack_start(sparsePixelsMultiplierLabel, false, false);
257 heuristicsVBox.pack_start(sparsePixelsMultiplierHBox, false, false);
261 contents->pack_start(heuristicsFrame, false, false);
271 outputVBox.pack_start(voronoiRadioButto
[all...]
H A Docaldialogs.cpp111 fileBox.pack_start(*fileLabel);
112 fileBox.pack_start(*fileNameEntry, Gtk::PACK_EXPAND_WIDGET, 3);
113 vbox->pack_start(fileBox);
224 userBox.pack_start(*userLabel);
225 userBox.pack_start(*usernameEntry, Gtk::PACK_EXPAND_WIDGET, 3);
226 vbox->pack_start(userBox);
228 passBox.pack_start(*passLabel);
229 passBox.pack_start(*passwordEntry, Gtk::PACK_EXPAND_WIDGET, 3);
230 vbox->pack_start(passBox);
413 pack_start(*box_loadin
[all...]
H A Dlpe-fillet-chamfer-properties.cpp82 mainVBox->pack_start(_layout_table, true, true, 4);
83 mainVBox->pack_start(_fillet_chamfer_type_fillet, true, true, 4);
84 mainVBox->pack_start(_fillet_chamfer_type_inverse_fillet, true, true, 4);
85 mainVBox->pack_start(_fillet_chamfer_type_chamfer, true, true, 4);
86 mainVBox->pack_start(_fillet_chamfer_type_inverse_chamfer, true, true, 4);
H A Dgrid-arrange-tab.cpp620 NoOfRowsBox.pack_start(NoOfRowsLabel, false, false, MARGIN);
628 NoOfRowsBox.pack_start(NoOfRowsSpinner, false, false, MARGIN);
640 NoOfRowsBox.pack_start(RowHeightButton, false, false, MARGIN);
645 SpinsHBox.pack_start(NoOfRowsBox, false, false, MARGIN);
650 XByYLabelVBox.pack_start(padXByYLabel, false, false, MARGIN);
652 XByYLabelVBox.pack_start(XByYLabel, false, false, MARGIN);
653 SpinsHBox.pack_start(XByYLabelVBox, false, false, MARGIN);
660 NoOfColsBox.pack_start(NoOfColsLabel, false, false, MARGIN);
668 NoOfColsBox.pack_start(NoOfColsSpinner, false, false, MARGIN);
679 NoOfColsBox.pack_start(ColumnWidthButto
[all...]
/inkscape/src/ui/widget/
H A Dlabelled.cpp37 pack_start(*Gtk::manage(_icon), Gtk::PACK_SHRINK);
39 pack_start(*Gtk::manage(_label), Gtk::PACK_EXPAND_WIDGET, 6);
40 pack_start(*Gtk::manage(_widget), Gtk::PACK_SHRINK, 6);
H A Dpoint.cpp36 static_cast<Gtk::VBox*>(_widget)->pack_start(xwidget, true, true);
37 static_cast<Gtk::VBox*>(_widget)->pack_start(ywidget, true, true);
50 static_cast<Gtk::VBox*>(_widget)->pack_start(xwidget, true, true);
51 static_cast<Gtk::VBox*>(_widget)->pack_start(ywidget, true, true);
69 static_cast<Gtk::VBox*>(_widget)->pack_start(xwidget, true, true);
70 static_cast<Gtk::VBox*>(_widget)->pack_start(ywidget, true, true);
H A Dnotebook-page.cpp40 pack_start(*_table, expand, fill, padding);
H A Dfilter-effect-chooser.cpp35 _hb_blend.pack_start(_lb_blend, false, false, 0);
36 _hb_blend.pack_start(_blend);
H A Dcolor-picker.cpp63 _colorSelectorDialog.get_content_area()->pack_start (
66 _colorSelectorDialog.get_vbox()->pack_start (
H A Dpanel.cpp265 _top_bar.pack_start(_tab_title);
284 pack_start(_top_bar, false, false);
288 boxy->pack_start(_contents, true, true);
289 boxy->pack_start(_right_bar, false, true);
291 pack_start(*boxy, true, true);
309 _top_bar.pack_start(_tab_title);
328 _right_bar.pack_start(_menu_popper, false, false);
579 Gtk::Button *Panel::addResponseButton(const Glib::ustring &button_text, int response_id, bool pack_start) argument
582 _addResponseButton(button, response_id, pack_start);
586 Gtk::Button *Panel::addResponseButton(const Gtk::StockID &stock_id, int response_id, bool pack_start) argument
593 _addResponseButton(Gtk::Button *button, int response_id, bool pack_start) argument
[all...]
H A Dlicensor.cpp119 pack_start (*box, true, true, 0);
121 box->pack_start (_eentry->_label, false, false, 5);
122 box->pack_start (*_eentry->_packable, true, true, 0);
H A Dpanel.h114 Gtk::Button* addResponseButton (const Glib::ustring &button_text, int response_id, bool pack_start=false);
115 Gtk::Button* addResponseButton (const Gtk::StockID &stock_id, int response_id, bool pack_start=false);
137 void _addResponseButton(Gtk::Button *button, int response_id, bool pack_start=false);
/inkscape/src/extension/
H A Derror-file.cpp68 vbox->pack_start(*checkbutton, true, false, 5);
78 vbox->pack_start( *extens, true, true );
H A Dprefdialog.cpp68 hbox->pack_start(*controls, true, true, 6);
72 this->get_content_area()->pack_start(*hbox, true, true, 6);
74 this->get_vbox()->pack_start(*hbox, true, true, 6);
109 this->get_content_area()->pack_start(*sep, true, true, 4);
111 this->get_vbox()->pack_start(*sep, true, true, 4);
117 hbox->pack_start(*_button_preview, true, true,6);
121 this->get_content_area()->pack_start(*hbox, true, true, 6);
123 this->get_vbox()->pack_start(*hbox, true, true, 6);
/inkscape/src/live_effects/parameter/
H A Doriginalpath.cpp54 static_cast<Gtk::HBox*>(_widget)->pack_start(*pLabel, true, true);
66 static_cast<Gtk::HBox*>(_widget)->pack_start(*pButton, true, true);
78 static_cast<Gtk::HBox*>(_widget)->pack_start(*pButton, true, true);
/inkscape/src/extension/internal/pdfinput/
H A Dpdf-input.cpp191 hbox2->pack_start(*_labelSelect, Gtk::PACK_SHRINK, 4);
192 hbox2->pack_start(*_pageNumberSpin, Gtk::PACK_SHRINK, 4);
193 hbox2->pack_start(*_labelTotalPages, Gtk::PACK_SHRINK, 4);
199 hbox3->pack_start(*_cropCheck, Gtk::PACK_SHRINK, 4);
200 hbox3->pack_start(*_cropTypeCombo, Gtk::PACK_SHRINK, 0);
201 vbox2->pack_start(*hbox2);
202 vbox2->pack_start(*hbox3);
244 hbox6->pack_start(*_fallbackPrecisionSlider, Gtk::PACK_SHRINK, 4);
245 hbox6->pack_start(*_labelPrecisionComment, Gtk::PACK_SHRINK, 0);
252 // hbox5->pack_start(*_labelTex
[all...]
/inkscape/src/live_effects/
H A Dlpe-perspective-envelope.cpp270 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(*Gt
[all...]

Completed in 51 milliseconds

12345