made wxSplitterWindow::SplitXXX() virtual
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -83,12 +83,12 @@ public:
|
|||||||
// A sashPosition of 0 means choose a default sash position,
|
// A sashPosition of 0 means choose a default sash position,
|
||||||
// negative sashPosition specifies the size of right/lower pane as it's
|
// negative sashPosition specifies the size of right/lower pane as it's
|
||||||
// absolute value rather than the size of left/upper pane.
|
// absolute value rather than the size of left/upper pane.
|
||||||
bool SplitVertically(wxWindow *window1,
|
virtual bool SplitVertically(wxWindow *window1,
|
||||||
wxWindow *window2,
|
wxWindow *window2,
|
||||||
int sashPosition = 0);
|
int sashPosition = 0);
|
||||||
bool SplitHorizontally(wxWindow *window1,
|
virtual bool SplitHorizontally(wxWindow *window1,
|
||||||
wxWindow *window2,
|
wxWindow *window2,
|
||||||
int sashPosition = 0);
|
int sashPosition = 0);
|
||||||
|
|
||||||
// Removes the specified (or second) window from the view
|
// Removes the specified (or second) window from the view
|
||||||
// Doesn't actually delete the window.
|
// Doesn't actually delete the window.
|
||||||
|
Reference in New Issue
Block a user