Home
last modified time | relevance | path

Searched refs:hwndParent (Results 1 – 7 of 7) 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.h16 bool Create(HINSTANCE hInst, HWND hwndParent, int idCmdBar) in Create() argument
18 _window = ::CommandBar_Create(hInst, hwndParent, idCmdBar); in Create()
DPropertyPage.h44 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &…
/external/lzma/CPP/7zip/UI/GUI/
DExtractGUI.cpp161 HWND hwndParent) in ExtractGUI() argument
207 if (dialog.Create(hwndParent) != IDOK) in ExtractGUI()
266 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()