Searched refs:ScrollWindowVertically (Results 1 – 7 of 7) sorted by relevance
57 void ScrollWindowVertically(float pos) override;
61 void ScrollWindowVertically(float pos) override;
171 virtual void ScrollWindowVertically(float pos);
84 void CPWL_EditCtrl::ScrollWindowVertically(float pos) { in ScrollWindowVertically() function in CPWL_EditCtrl
245 void CPWL_ListBox::ScrollWindowVertically(float pos) { in ScrollWindowVertically() function in CPWL_ListBox
398 void CPWL_Wnd::ScrollWindowVertically(float pos) {} in ScrollWindowVertically() function in CPWL_Wnd
822 pParent->ScrollWindowVertically(m_OriginInfo.fContentMax - in NotifyScrollWindow()