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);
129 bool Create(LPCTSTR templateName, HWND parentWindow);
130 …bool Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindow);… in Create()
132 bool Create(LPCWSTR templateName, HWND parentWindow);
141 INT_PTR Create(LPCTSTR templateName, HWND parentWindow);
142 …INT_PTR Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindo… in Create()
144 INT_PTR Create(LPCWSTR templateName, HWND parentWindow);