X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/409e6ce4dcd39c6dfe8b77cbd56d451ffe5c731c..906c935a80b10d53cecf57f71ab5f3f4f1d529ec:/docs/doxygen/overviews/dialog.h diff --git a/docs/doxygen/overviews/dialog.h b/docs/doxygen/overviews/dialog.h index eda0e55e0f..a3850f7916 100644 --- a/docs/doxygen/overviews/dialog.h +++ b/docs/doxygen/overviews/dialog.h @@ -3,7 +3,7 @@ // Purpose: topic overview // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -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.