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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIPopupCenter.cpp160 UIPopupStackOrientation &stackOrientation = m_stackOrientations[strPopupStackID]; local
163 if (stackOrientation == newStackOrientation)
169 stackOrientation == UIPopupStackOrientation_Top ? "top oriented" : "bottom oriented",
171 stackOrientation = newStackOrientation;
175 m_stacks[strPopupStackID]->setOrientation(stackOrientation);

Completed in 79 milliseconds