projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Applied patch [ 670782 ] Combobox uses popup window width
[wxWidgets.git]
/
include
/
wx
/
msw
/
slidrmsw.h
diff --git
a/include/wx/msw/slidrmsw.h
b/include/wx/msw/slidrmsw.h
index 34dbe924515b605a572d3057e24b39bddb46efdc..5dd73da601e50b65aa5ad7fbfc8e92c5e6d9f279 100644
(file)
--- a/
include/wx/msw/slidrmsw.h
+++ b/
include/wx/msw/slidrmsw.h
@@
-62,6
+62,10
@@
public:
void SetLineSize(int lineSize);
int GetLineSize() const;
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; }
// IMPLEMENTATION
WXHWND GetStaticMin() const { return m_staticMin; }
WXHWND GetStaticMax() const { return m_staticMax; }