]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/splitter.h
Added hotkeys to menus "E&xit\tAlt-X" and such.
[wxWidgets.git] / include / wx / generic / splitter.h
index d8ffcc0f3783f382d3972459806c6eba21352f38..951562b148c5ccf54eb0e740c880d02cb5d113da 100644 (file)
@@ -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); }