]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/slider.h
Committing in .
[wxWidgets.git] / include / wx / palmos / slider.h
index 4b0053e234474cedcf7504b6e0f8c12ee78d41ba..d21ce89da610929742faf6b03cebcfa6bb71149c 100644 (file)
@@ -85,8 +85,12 @@ protected:
 private:
 
     void Init();
-    int m_oldPos;
-    int m_lineSize;
+
+    int PalmInvertOrNot(int value) const;
+
+    int m_oldPos;    // needed for tracing thumb position during scrolling
+    int m_oldValue;  // needed for comparing thumb position before and after scrolling
+    int m_lineSize;  // imitate line size
 
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxSlider)
 };