X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..138618acb91e2a879a735c5806f9f728220f14df:/include/wx/msw/slidrmsw.h diff --git a/include/wx/msw/slidrmsw.h b/include/wx/msw/slidrmsw.h index 34dbe92451..5dd73da601 100644 --- a/include/wx/msw/slidrmsw.h +++ b/include/wx/msw/slidrmsw.h @@ -62,6 +62,10 @@ public: void SetLineSize(int lineSize); int GetLineSize() const; + // these methods get/set the length of the slider pointer in pixels + virtual void SetThumbLength(int lenPixels); + virtual int GetThumbLength() const ; + // IMPLEMENTATION WXHWND GetStaticMin() const { return m_staticMin; } WXHWND GetStaticMax() const { return m_staticMax; }