Home
last modified time | relevance | path

Searched refs:m_attachWnd (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
DScrollHelper.cpp15 m_attachWnd = NULL; in CScrollHelper()
28 m_attachWnd = pWnd; in AttachWnd()
33 m_attachWnd = NULL; in DetachWnd()
40 if ( m_attachWnd != NULL && ::IsWindow(m_attachWnd->m_hWnd) ) in SetDisplaySize()
62 if (m_attachWnd == NULL) in SetScrollPos()
66 GetClientRectSB(m_attachWnd, rect); in SetScrollPos()
73 m_attachWnd->SetScrollPos(SB_HORZ, m_scrollPos.cx, redraw); in SetScrollPos()
76 m_attachWnd->ScrollWindow(0, -deltaPos); in SetScrollPos()
84 m_attachWnd->SetScrollPos(SB_VERT, m_scrollPos.cy, redraw); in SetScrollPos()
88 m_attachWnd->ScrollWindow(0, -deltaPos); in SetScrollPos()
[all …]
DScrollHelper.h53 CWnd* m_attachWnd; variable