Home
last modified time | relevance | path

Searched defs:prevPopup (Results 1 – 2 of 2) sorted by relevance

/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dypopup.h59 YPopupWindow *prevPopup() const { return fPrevPopup; } in prevPopup() function
60 void setPrevPopup(YPopupWindow *prevPopup) { fPrevPopup = prevPopup; } in setPrevPopup()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/kernel/
H A Dqapplication_s60.cpp2243 QWidget* prevPopup = QApplicationPrivate::popupWidgets->at(popupCount-2); in openPopup() local