Home
last modified time | relevance | path

Searched refs:GetScrollPos (Results 1 – 12 of 12) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dscreen_flow_edit_dlg.cpp393 CSize scrollpos = m_scroll_helper->GetScrollPos(); in OnPaint()
505 CSize scrollpos = m_scroll_helper->GetScrollPos(); in OnLButtonDown()
521 CSize scrollpos = m_scroll_helper->GetScrollPos(); in OnLButtonDown()
570 CSize scrollpos = m_scroll_helper->GetScrollPos(); in OnRButtonUp()
600 CSize scrollpos = m_scroll_helper->GetScrollPos(); in OnSetFocus()
617 CSize scrollpos = m_scroll_helper->GetScrollPos(); in OnKillFocus()
642 CSize scrollpos = m_scroll_helper->GetScrollPos(); in FindFirstVisibleItem()
705 CSize scrollpos = m_scroll_helper->GetScrollPos(); in SelectFlowItem()
733 CSize scrollpos = m_scroll_helper->GetScrollPos(); in ShiftLeft()
763 CSize scrollpos = m_scroll_helper->GetScrollPos(); in ShiftTop()
[all …]
DScrollHelper.cpp49 const CSize& CScrollHelper::GetScrollPos() const in GetScrollPos() function in CScrollHelper
433 deltaPos = m_attachWnd->GetScrollPos(bar) - scrollPos; in UpdateScrollBar()
440 deltaPos = m_attachWnd->GetScrollPos(bar); in UpdateScrollBar()
DScrollHelper.h29 const CSize& GetScrollPos() const;
Dresource_view.cpp199 cp.y += GetScrollPos(SB_VERT); in OnLButtonDown()
320 …new_parent = mpTree->FindItem(mpTree->GetRoot(), CPoint(point.x, point.y + GetScrollPos(SB_VERT))); in OnLButtonUp()
448 treepoint.y += GetScrollPos(SB_VERT); in OnLButtonDblClk()
516 pt.y = size.bottom - GetScrollPos(SB_VERT);; in OnContextMenu()
578 treepoint.y += GetScrollPos(SB_VERT); in OnRButtonDown()
659 int scrollpos = GetScrollPos(SB_VERT); in RebuildStringItems()
1966 SetScrollPos(SB_VERT, GetScrollPos(SB_VERT) + delta, redraw); in Scroll()
1975 int scrollpos = GetScrollPos(SB_VERT); in ScrollIntoView()
1999 int scrollpos = GetScrollPos(SB_VERT); in SetCurrentItem()
3720 int scrollpos = GetScrollPos(SB_VERT); in OnSetFocus()
[all …]
Dtrigger_list_edit_dlg.cpp548 int current_scroll_value = m_scroll_helper->GetScrollPos().cy; in SelectedVisible()
601 childsize.top -= (m_scroll_helper->GetScrollPos()).cy; in PositionChildren()
DMainFrm.cpp1613 info.proj_view_scrollpos = GetProjectView()->GetScrollPos(SB_VERT); in OnRecordmacro()
1614 info.res_view_scrollpos = GetResourceView()->GetScrollPos(SB_VERT); in OnRecordmacro()
1615 info.props_win_scrollpos = GetPropsWin()->GetScrollPos(SB_VERT); in OnRecordmacro()
Dstring_scroll_wheel_edit_dlg.cpp650 CSize pos = m_scroll_helper->GetScrollPos(); in Scroll()
Dtarget_screen.cpp210 size.left -= frame->GetScrollPos(SB_HORZ); in UpdateWindowPos()
219 size.top = -frame->GetScrollPos(SB_VERT); in UpdateWindowPos()
Dfont_path_dialog.cpp284 childsize.top -= (m_scroll_helper->GetScrollPos()).cy; in CreateExtendedRangeEntry()
Drich_text_edit_dlg.cpp747 CSize scrollpos = m_scroll_helper->GetScrollPos(); in OnPaint()
Dstring_table_edit_dlg.cpp1818 childsize.top -=(m_scroll_helper->GetScrollPos()).cy; in PositionChildren()
1890 int current_scroll_value = m_scroll_helper->GetScrollPos().cy; in SelectedVisible()
Dproperties_win.cpp1910 int scrollpos = m_scroll_helper->GetScrollPos().cy; in OnWidgetSelect()