Searched refs:ScrollWindowVertically (Results 1 – 7 of 7) sorted by relevance
58 void ScrollWindowVertically(float pos) override;
62 void ScrollWindowVertically(float pos) override;
70 void CPWL_EditCtrl::ScrollWindowVertically(float pos) { in ScrollWindowVertically() function in CPWL_EditCtrl
159 virtual void ScrollWindowVertically(float pos);
239 void CPWL_ListBox::ScrollWindowVertically(float pos) { in ScrollWindowVertically() function in CPWL_ListBox
394 void CPWL_Wnd::ScrollWindowVertically(float pos) {} in ScrollWindowVertically() function in CPWL_Wnd
790 pParent->ScrollWindowVertically(m_OriginInfo.fContentMax - in NotifyScrollWindow()