Home
last modified time | relevance | path

Searched refs:resizeWidth (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/
H A DGroup.cpp124 bool resizeWidth, bool resizeHeight) const in _LayoutControl() argument
129 if (!resizeWidth) in _LayoutControl()
133 float width = resizeWidth ? frame.Width() : view->Bounds().Width(); in _LayoutControl()
135 if (resizeWidth || resizeHeight) in _LayoutControl()
H A DGroup.h35 bool resizeWidth = false,