]> git.saurik.com Git - wxWidgets.git/commitdiff
changed the usage of the member vars to be more consistent
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 20 Jan 2002 16:11:37 +0000 (16:11 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 20 Jan 2002 16:11:37 +0000 (16:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/scrolbar.h

index 9efad2dfd0ec0b649afb04e3dc720eb43c0238fd..1ae57c18d1b8a3bd86c4fa4a00faefdb3e334627 100644 (file)
@@ -46,8 +46,8 @@ public:
            const wxString& name = wxScrollBarNameStr);
 
   int GetThumbPosition() const ;
-  inline int GetThumbSize() const { return m_pageSize; }
-  inline int GetPageSize() const { return m_viewSize; }
+  inline int GetThumbSize() const { return m_viewSize; }
+  inline int GetPageSize() const { return m_pageSize; }
   inline int GetRange() const { return m_objectSize; }
 
   bool IsVertical() const { return (m_windowStyle & wxVERTICAL) != 0; }