Searched refs:AddPage (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/window/ |
| H A D | wizard.h | 54 void AddPage(const PROPSHEETPAGE &page);
55 void AddPage(const char *page, HINSTANCE instance = NULL);
56 void AddPage(DWORD id, DWORD title, DWORD subtitle, HINSTANCE instance = NULL);
|
| H A D | wizard.cc | 33 void CWizard::AddPage(const PROPSHEETPAGE &page)
function in class:CWizard 38 void CWizard::AddPage(const char *page, HINSTANCE instance)
function in class:CWizard 52 AddPage(psp);
55 void CWizard::AddPage(DWORD id, DWORD title, DWORD subtitle, HINSTANCE instance)
function in class:CWizard 82 AddPage(psp);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/ |
| H A D | main.cc | 57 AddPage(IDD_DISPLAY, IDS_DISPLAY_TITLE, IDS_DISPLAY_SUBTITLE); 58 AddPage(IDD_CLIENTS, IDS_CLIENTS_TITLE, IDS_CLIENTS_SUBTITLE); 59 AddPage(IDD_PROGRAM, IDS_PROGRAM_TITLE, IDS_PROGRAM_SUBTITLE); 60 AddPage(IDD_XDMCP, IDS_XDMCP_TITLE, IDS_XDMCP_SUBTITLE); 61 //AddPage(IDD_FONTPATH, IDS_FONTPATH_TITLE, IDS_FONTPATH_SUBTITLE); 62 AddPage(IDD_CLIPBOARD, IDS_CLIPBOARD_TITLE, IDS_CLIPBOARD_SUBTITLE); 63 AddPage(IDD_FINISH, IDS_FINISH_TITLE, IDS_FINISH_SUBTITLE);
|
Completed in 40 milliseconds