Lines Matching refs:HWND
14 CDialog(HWND wnd = NULL): CWindow(wnd){}; in CWindow()
17 HWND GetItem(int itemID) const in GetItem()
63 HWND GetNextGroupItem(HWND control, bool previous) in GetNextGroupItem()
65 HWND GetNextTabItem(HWND control, bool previous) in GetNextTabItem()
105 virtual bool OnButtonClicked(int buttonID, HWND buttonHWND);
130 bool Create(LPCTSTR templateName, HWND parentWindow);
131 …bool Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindow);… in Create()
133 bool Create(LPCWSTR templateName, HWND parentWindow);
143 INT_PTR Create(LPCTSTR templateName, HWND parentWindow);
144 …INT_PTR Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindo… in Create()
146 INT_PTR Create(LPCWSTR templateName, HWND parentWindow);