Home
last modified time | relevance | path

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

/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DEntityDlg.cpp815 static CPreviewDlg guiDlg; in ShowGuiChooser() local
816 guiDlg.SetMode(CPreviewDlg::GUIS); in ShowGuiChooser()
817 guiDlg.SetModal(); in ShowGuiChooser()
818 if (guiDlg.GetSafeHwnd() == NULL) { in ShowGuiChooser()
819 guiDlg.Create(MAKEINTRESOURCE(IDD_DIALOG_PREVIEW)); in ShowGuiChooser()
821 guiDlg.ShowWindow(SW_SHOW); in ShowGuiChooser()
822 guiDlg.BringWindowToTop(); in ShowGuiChooser()
823 while (guiDlg.Waiting()) { in ShowGuiChooser()
825 return &guiDlg; in ShowGuiChooser()