Searched refs:hwndParent (Results 1 – 7 of 7) sorted by relevance
/external/lzma/CPP/Windows/Control/ |
D | StatusBar.h | 14 bool Create(LONG style, LPCTSTR text, HWND hwndParent, UINT id) in Create() argument 15 { return (_window = ::CreateStatusWindow(style, text, hwndParent, id)) != 0; } in Create() 24 bool Create(LONG style, LPCWSTR text, HWND hwndParent, UINT id) in Create() argument 25 { return (_window = ::CreateStatusWindowW(style, text, hwndParent, id)) != 0; } in Create()
|
D | PropertyPage.cpp | 47 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &… in MyPropertySheet() argument 116 sheet.hwndParent = hwndParent; in MyPropertySheet() 132 sheet.hwndParent = hwndParent; in MyPropertySheet()
|
D | CommandBar.h | 16 bool Create(HINSTANCE hInst, HWND hwndParent, int idCmdBar) in Create() argument 18 _window = ::CommandBar_Create(hInst, hwndParent, idCmdBar); in Create()
|
D | PropertyPage.h | 44 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &…
|
/external/lzma/CPP/7zip/UI/GUI/ |
D | ExtractGUI.cpp | 161 HWND hwndParent) in ExtractGUI() argument 207 if (dialog.Create(hwndParent) != IDOK) in ExtractGUI() 266 RINOK(extracter.Create(title, hwndParent)); in ExtractGUI()
|
D | ExtractGUI.h | 36 HWND hwndParent = NULL);
|
/external/libpng/contrib/visupng/ |
D | VisualPng.c | 45 BOOL CenterAbout (HWND hwndChild, HWND hwndParent); 459 BOOL CenterAbout (HWND hwndChild, HWND hwndParent) in CenterAbout() argument 472 GetWindowRect (hwndParent, &rParent); in CenterAbout()
|