X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cce4b3fe2b05e1d928d7a5930c33c624b2f3a667..ab46dc18ab5cee150a1cc7a52dae21a9bcae4043:/include/wx/generic/splitter.h diff --git a/include/wx/generic/splitter.h b/include/wx/generic/splitter.h index d8ffcc0f37..951562b148 100644 --- a/include/wx/generic/splitter.h +++ b/include/wx/generic/splitter.h @@ -94,6 +94,10 @@ public: // Doesn't actually delete the window. bool Unsplit(wxWindow *toRemove = (wxWindow *) NULL); + // Replaces one of the windows with another one (neither old nor new + // parameter should be NULL) + bool ReplaceWindow(wxWindow *winOld, wxWindow *winNew); + // Is the window split? bool IsSplit() const { return (m_windowTwo != NULL); }