]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/sizer.h
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / interface / wx / sizer.h
index 8cc1117c74f16b59674ae301da5fd45dbc9af6fc..6eafc589464315be72249eb3d2e9d9d8b7558085 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        sizer.h
 // Purpose:     interface of wxStdDialogButtonSizer
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -327,7 +326,13 @@ public:
 
     /**
         Detaches all children from the sizer.
+
         If @a delete_windows is @true then child windows will also be deleted.
+
+        Notice that child sizers are always deleted, as a general consequence
+        of the principle that sizers own their sizer children, but don't own
+        their window children (because they are already owned by their parent
+        windows).
     */
     virtual void Clear(bool delete_windows = false);