/inkscape/src/ui/dialog/ |
H A D | tile.cpp | 38 _arrangeBox.pack_start(_notebook); 43 contents->pack_start(_arrangeBox);
|
H A D | find.cpp | 128 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 D | tracedialog.cpp | 511 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 D | new-from-template.cpp | 35 get_content_area()->pack_start(*_main_widget); 37 get_vbox()->pack_start(*_main_widget);
|
H A D | template-widget.cpp | 42 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 D | messages.cpp | 62 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 D | fill-and-stroke.cpp | 60 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 D | polar-arrange-tab.cpp | 50 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 D | pixelartdialog.cpp | 200 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 D | ocaldialogs.cpp | 111 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 D | lpe-fillet-chamfer-properties.cpp | 82 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 D | grid-arrange-tab.cpp | 620 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 D | labelled.cpp | 37 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 D | point.cpp | 36 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 D | notebook-page.cpp | 40 pack_start(*_table, expand, fill, padding);
|
H A D | filter-effect-chooser.cpp | 35 _hb_blend.pack_start(_lb_blend, false, false, 0); 36 _hb_blend.pack_start(_blend);
|
H A D | color-picker.cpp | 63 _colorSelectorDialog.get_content_area()->pack_start ( 66 _colorSelectorDialog.get_vbox()->pack_start (
|
H A D | panel.cpp | 265 _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 D | licensor.cpp | 119 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 D | panel.h | 114 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 D | error-file.cpp | 68 vbox->pack_start(*checkbutton, true, false, 5); 78 vbox->pack_start( *extens, true, true );
|
H A D | prefdialog.cpp | 68 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 D | originalpath.cpp | 54 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 D | pdf-input.cpp | 191 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 D | lpe-perspective-envelope.cpp | 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(*Gt [all...] |