Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/Control/
DStatusBar.h14 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()
DPropertyPage.cpp47 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()
DCommandBar.h20 bool Create(HINSTANCE hInst, HWND hwndParent, int idCmdBar) in Create() argument
22 _window = ::CommandBar_Create(hInst, hwndParent, idCmdBar); in Create()
DPropertyPage.h46 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &…
/external/lzma/CPP/7zip/UI/GUI/
DExtractGUI.cpp170 HWND hwndParent) in ExtractGUI() argument
216 if (dialog.Create(hwndParent) != IDOK) in ExtractGUI()
277 RINOK(extracter.Create(title, hwndParent)); in ExtractGUI()
DExtractGUI.h36 HWND hwndParent = NULL);
/external/libpng/contrib/visupng/
DVisualPng.c45 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/
DPythonBootstrapperApplication.cpp247 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/
Dinstall.c2159 psh.hwndParent = hwnd; in RunWizard()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c2115 psh.hwndParent = hwnd; in RunWizard()
/external/syzkaller/sys/windows/
Dwindows.txt1509 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)