Home
last modified time | relevance | path

Searched refs:redraw (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.2.1/guix_studio/
DScrollHelper.cpp60 void CScrollHelper::SetScrollPos(int bar, int newpos, BOOL redraw) in SetScrollPos() argument
73 m_attachWnd->SetScrollPos(SB_HORZ, m_scrollPos.cx, redraw); in SetScrollPos()
74 if (redraw) in SetScrollPos()
84 m_attachWnd->SetScrollPos(SB_VERT, m_scrollPos.cy, redraw); in SetScrollPos()
86 if (redraw) in SetScrollPos()
DScrollHelper.h34 void SetScrollPos(int bar, int newpos, BOOL redraw = TRUE);
Dresource_view.h91 void Scroll(int delta, BOOL redraw = TRUE);
Dresource_view.cpp1964 void resource_view::Scroll(int delta, BOOL redraw) in Scroll() argument
1966 SetScrollPos(SB_VERT, GetScrollPos(SB_VERT) + delta, redraw); in Scroll()