compilation fix (Vadim, is this correct?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -92,8 +92,8 @@ public:
|
|||||||
// wxScrollBar actions
|
// wxScrollBar actions
|
||||||
void ScrollToStart();
|
void ScrollToStart();
|
||||||
void ScrollToEnd();
|
void ScrollToEnd();
|
||||||
void ScrollLines(int nLines);
|
bool ScrollLines(int nLines);
|
||||||
void ScrollPages(int nPages);
|
bool ScrollPages(int nPages);
|
||||||
|
|
||||||
virtual bool PerformAction(const wxControlAction& action,
|
virtual bool PerformAction(const wxControlAction& action,
|
||||||
long numArg = 0,
|
long numArg = 0,
|
||||||
|
Reference in New Issue
Block a user