Lines Matching refs:m_hWnd
63 m_hWnd=NULL; in CWindow()
69 if (IsWindow(m_hWnd)) in ~CWindow()
70 DestroyWindow(m_hWnd); in ~CWindow()
89 return m_hWnd; in Window()
167 m_hWnd=NULL; in CHatchWin()
191 if (NULL!=m_hWnd && IsWindow(m_hWnd)) in ~CHatchWin()
192 DestroyWindow(m_hWnd); in ~CHatchWin()
219 m_hWnd=CreateWindowEx( in Init()
228 return (NULL!=m_hWnd); in Init()
235 SetWindowRgn(m_hWnd,hrgn,true); in SetTrans()
302 SetWindowPos(m_hWnd, NULL, rc.left, rc.top, rc.right-rc.left in RectsSet()
315 GetClientRect(m_hWnd,&newRC); in RectsSet()
347 SetParent(hWndKid, m_hWnd); in ChildSet()