Searched defs:how (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/dialog/
H A Dswatches.cpp701 void SwatchesPanel::setOrientation(SPAnchorType how) argument
704 Inkscape::UI::Widget::Panel::setOrientation( how );
/inkscape/src/ui/
H A Dpreviewholder.cpp239 void PreviewHolder::setOrientation(SPAnchorType how) argument
241 if ( _anchor != how )
243 _anchor = how;
/inkscape/src/ui/widget/
H A Dpanel.cpp242 //TRANSLATORS: "Wrap" indicates how colour swatches are displayed
317 void Panel::setOrientation(SPAnchorType how) argument
319 if (_anchor != how) {
320 _anchor = how;

Completed in 539 milliseconds