Searched refs:hwndParent (Results 1 – 11 of 11) 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 | 20 bool Create(HINSTANCE hInst, HWND hwndParent, int idCmdBar) in Create() argument 22 _window = ::CommandBar_Create(hInst, hwndParent, idCmdBar); in Create()
|
D | PropertyPage.h | 46 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &…
|
/external/lzma/CPP/7zip/UI/GUI/ |
D | ExtractGUI.cpp | 170 HWND hwndParent) in ExtractGUI() argument 216 if (dialog.Create(hwndParent) != IDOK) in ExtractGUI() 277 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()
|
/external/python/cpython3/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 247 InvalidateRect(_theme->hwndParent, nullptr, TRUE); in ShowPage() 2051 ::ShowWindow(_theme->hwndParent, SW_SHOW); in OnShowFailure() 2068 ::ShowWindow(_theme->hwndParent, SW_SHOW); in OnShowHelp() 2093 ::ShowWindow(_theme->hwndParent, SW_SHOW); in OnDetect()
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 2159 psh.hwndParent = hwnd; in RunWizard()
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 2115 psh.hwndParent = hwnd; in RunWizard()
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 1509 DragObject(hwndParent ptr[inout, intptr], hwndFrom ptr[inout, intptr], fmt int32, data int64, hcur … 1692 TileWindows(hwndParent ptr[inout, intptr], wHow int32, lpRect ptr[inout, intptr], cKids int32, lpKi… 1693 CascadeWindows(hwndParent ptr[inout, intptr], wHow int32, lpRect ptr[inout, intptr], cKids int32, l… 1745 RealChildWindowFromPoint(hwndParent ptr[inout, intptr], ptParentClientCoords intptr)
|