Lines Matching full:hwnd
14 CDialog(HWND wnd = NULL): CWindow(wnd){};
17 HWND GetItem(int itemID) const
63 HWND GetNextGroupItem(HWND control, bool previous)
65 HWND GetNextTabItem(HWND control, bool previous)
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); }
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), parentWindow); }
144 INT_PTR Create(LPCWSTR templateName, HWND parentWindow);