X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/409e6ce4dcd39c6dfe8b77cbd56d451ffe5c731c..a25a17732c2d4d34d5d35a5318053dd8c6e29722:/docs/doxygen/overviews/dialog.h diff --git a/docs/doxygen/overviews/dialog.h b/docs/doxygen/overviews/dialog.h index eda0e55e0f..31806e243a 100644 --- a/docs/doxygen/overviews/dialog.h +++ b/docs/doxygen/overviews/dialog.h @@ -67,7 +67,7 @@ within wxDialog::Show or wxDialog::ShowModal: @li If that search failed too, wxWidgets finds 'loose' standard buttons (in any kind of sizer) and adds them to a wxStdDialogButtonSizer. If no standard buttons were found, the whole dialog content will scroll. -@li All the children apart from standard buttons are reparented onto a new wxScrolledWindow +@li All the children apart from standard buttons are reparented onto a new ::wxScrolledWindow object, using the old top-level sizer for the scrolled window and creating a new top-level sizer to lay out the scrolled window and standard button sizer.