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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIPopupCenter.cpp151 void UIPopupCenter::setPopupStackOrientation(QWidget *pParent, UIPopupStackOrientation newStackOrientation) argument
163 if (stackOrientation == newStackOrientation)
170 newStackOrientation == UIPopupStackOrientation_Top ? "top oriented" : "bottom oriented"));
171 stackOrientation = newStackOrientation;

Completed in 43 milliseconds