X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d13b34d3f2be575d59747a5926000be7b28a45dc..caa1ec9545f5ac943e90f12d4a87f7a43e0eb15d:/interface/wx/window.h?ds=sidebyside diff --git a/interface/wx/window.h b/interface/wx/window.h index 6a13cadcfd..2bc1c680b7 100644 --- a/interface/wx/window.h +++ b/interface/wx/window.h @@ -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. */