Home
last modified time | relevance | path

Searched refs:GetTopDialog (Results 1 – 3 of 3) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4Gui.cpp675 pActiveDlg = GetTopDialog(); in CloseDialog()
685 Dialog *pNewTop = GetTopDialog(); in RecheckActiveDialog()
692 Dialog *Screen::GetTopDialog() in GetTopDialog() function in C4GUI::Screen
H A DC4Gui.h2614 Dialog *GetTopDialog(); // get topmost dlg
2630 bool IsActive() { return !!GetTopDialog(); } // return whether GUI is active
2672 Dialog *pDlg = GetTopDialog();
H A DC4GuiDialogs.cpp455 if (pScreen->GetTopDialog() == this) in Draw()