Searched refs:SetScrollPos (Results 1 – 10 of 10) sorted by relevance
/GUIX-v6.4.1/guix_studio/ |
D | ScrollHelper.cpp | 60 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()
|
D | ScrollHelper.h | 34 void SetScrollPos(int bar, int newpos, BOOL redraw = TRUE);
|
D | screen_flow_edit_dlg.cpp | 1165 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()
|
D | MainFrm.cpp | 1800 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()
|
D | string_scroll_wheel_edit_dlg.cpp | 677 m_scroll_helper->SetScrollPos(SB_VERT, new_cy, TRUE); in Scroll()
|
D | trigger_list_edit_dlg.cpp | 552 m_scroll_helper->SetScrollPos(SB_VERT, min_scroll_value); in SelectedVisible()
|
D | PaletteLayoutDlg.cpp | 548 ::SetScrollPos(mPalIndexScroll.GetSafeHwnd(), SB_CTL, top_index, TRUE); in Scroll()
|
D | string_table_edit_dlg.cpp | 1530 m_scroll_helper->SetScrollPos(SB_VERT, 0); in SetSearchString() 1894 m_scroll_helper->SetScrollPos(SB_VERT, min_scroll_value); in SelectedVisible()
|
D | resource_view.cpp | 675 SetScrollPos(SB_VERT, scrollpos, TRUE); in RebuildStringItems() 1966 SetScrollPos(SB_VERT, GetScrollPos(SB_VERT) + delta, redraw); in Scroll()
|
D | properties_win.cpp | 2092 m_scroll_helper->SetScrollPos(SB_VERT, scrollpos); in OnWidgetSelect()
|