Searched refs:CWizard (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/window/
H A Dwizard.cc29 CWizard::CWizard() : pages() function in class:CWizard
33 void CWizard::AddPage(const PROPSHEETPAGE &page)
38 void CWizard::AddPage(const char *page, HINSTANCE instance)
55 void CWizard::AddPage(DWORD id, DWORD title, DWORD subtitle, HINSTANCE instance)
85 HWND CWizard::CreateWindowHandle()
98 int CWizard::ShowModal()
109 void CWizard::PrepareSheetHeader(PROPSHEETHEADER &psh, BOOL modal)
147 DWORD CWizard::PageID(unsigned index)
154 unsigned CWizard
[all...]
H A Dwizard.h35 class CWizard : public CBaseDialog class in inherits:CBaseDialog
53 CWizard();
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/
H A Dmain.cc46 /// This is based on generic CWizard but handles the special dialogs
47 class CMyWizard : public CWizard
55 CMyWizard() : CWizard()
468 return CWizard::PageDispatch(hwndDlg, uMsg, wParam, lParam, psp);

Completed in 3 milliseconds