projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
stub for wxOS2 region ctor from points.
[wxWidgets.git]
/
include
/
wx
/
vscroll.h
diff --git
a/include/wx/vscroll.h
b/include/wx/vscroll.h
index 1d29f56405f55492674aaa098e5aa2a466b008f3..33fc7aa1f89eb31760e4bc0a2ce2a27f2e31fa6a 100644
(file)
--- a/
include/wx/vscroll.h
+++ b/
include/wx/vscroll.h
@@
-188,6
+188,9
@@
protected:
// update the thumb size shown by the scrollbar
void UpdateScrollbar();
+ // remove the scrollbar completely because we don't need it
+ void RemoveScrollbar();
+
private:
// common part of all ctors
void Init();