Home
last modified time | relevance | path

Searched refs:SetScrollPos (Results 1 – 10 of 10) sorted by relevance

/GUIX-v6.4.1/guix_studio/
DScrollHelper.cpp60 void CScrollHelper::SetScrollPos(int bar, int newpos, BOOL redraw) in SetScrollPos() function in CScrollHelper
73 m_attachWnd->SetScrollPos(SB_HORZ, m_scrollPos.cx, redraw); in SetScrollPos()
84 m_attachWnd->SetScrollPos(SB_VERT, m_scrollPos.cy, redraw); in SetScrollPos()
104 m_attachWnd->SetScrollPos(SB_HORZ, m_scrollPos.cx, TRUE); in ScrollToOrigin()
115 m_attachWnd->SetScrollPos(SB_VERT, m_scrollPos.cy, TRUE); in ScrollToOrigin()
186 m_attachWnd->SetScrollPos(SB_HORZ, m_scrollPos.cx, TRUE); in OnHScroll()
256 m_attachWnd->SetScrollPos(SB_VERT, m_scrollPos.cy, TRUE); in OnVScroll()
351 SetScrollPos(bar, new_pos, TRUE); in Scroll()
DScrollHelper.h34 void SetScrollPos(int bar, int newpos, BOOL redraw = TRUE);
Dscreen_flow_edit_dlg.cpp1165 m_scroll_helper->SetScrollPos(SB_HORZ, scrollpos.cx, FALSE); in SelectedVisible()
1171 m_scroll_helper->SetScrollPos(SB_HORZ, scrollpos.cx, FALSE); in SelectedVisible()
1179 m_scroll_helper->SetScrollPos(SB_VERT, scrollpos.cy, FALSE); in SelectedVisible()
1185 m_scroll_helper->SetScrollPos(SB_VERT, scrollpos.cy, FALSE); in SelectedVisible()
DMainFrm.cpp1800 GetProjectView()->SetScrollPos(SB_VERT, ini_info->proj_view_scrollpos); in OnSetLayout()
1801 GetResourceView()->SetScrollPos(SB_VERT, ini_info->res_view_scrollpos); in OnSetLayout()
1802 GetPropsWin()->SetScrollPos(SB_VERT, ini_info->props_win_scrollpos); in OnSetLayout()
Dstring_scroll_wheel_edit_dlg.cpp677 m_scroll_helper->SetScrollPos(SB_VERT, new_cy, TRUE); in Scroll()
Dtrigger_list_edit_dlg.cpp552 m_scroll_helper->SetScrollPos(SB_VERT, min_scroll_value); in SelectedVisible()
DPaletteLayoutDlg.cpp548 ::SetScrollPos(mPalIndexScroll.GetSafeHwnd(), SB_CTL, top_index, TRUE); in Scroll()
Dstring_table_edit_dlg.cpp1530 m_scroll_helper->SetScrollPos(SB_VERT, 0); in SetSearchString()
1894 m_scroll_helper->SetScrollPos(SB_VERT, min_scroll_value); in SelectedVisible()
Dresource_view.cpp675 SetScrollPos(SB_VERT, scrollpos, TRUE); in RebuildStringItems()
1966 SetScrollPos(SB_VERT, GetScrollPos(SB_VERT) + delta, redraw); in Scroll()
Dproperties_win.cpp2092 m_scroll_helper->SetScrollPos(SB_VERT, scrollpos); in OnWidgetSelect()