]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/window.h
Added NSApplicationDelegate's openFiles for wxOSX-Cocoa.
[wxWidgets.git] / interface / wx / window.h
index 6a13cadcfd35b1038140850394d172d9f8c63f4a..2bc1c680b71da91f721315e4f80e2c93b2b2e47a 100644 (file)
@@ -495,6 +495,9 @@ public:
         current parent window (e.g. a non-standard toolbar in a wxFrame)
         and then re-inserted into another.
 
+        Notice that currently you need to explicitly call
+        wxNotebook::RemovePage() before reparenting a notebook page.
+
         @param newParent
             New parent.
     */