]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/propdlg.tex
fix LaTeX error (escape underscores); don't abuse bold face
[wxWidgets.git] / docs / latex / wx / propdlg.tex
index 5c996f1b810d4e2ce893ba7db19b70f323972a6b..72a41e449a6566e0bf41f23ebd8737f338f8c141 100644 (file)
@@ -36,9 +36,15 @@ before calling Create.
 The dialogs sample shows this class being used with notebook and toolbook controllers (for
 Windows-style and Mac-style settings dialogs).
 
+To make pages of the dialog scroll when the display is too small to fit the whole dialog, you can switch
+layout adaptation on globally with \helpref{wxDialog::EnableLayoutAdaptation}{wxdialogenablelayoutadaptation} or
+per dialog with \helpref{wxDialog::SetLayoutAdaptationMode}{wxdialogsetlayoutadaptationmode}. For more
+about layout adaptation, see \helpref{Automatic scrolling dialogs}{autoscrollingdialogs}.
+
 \wxheading{Derived from}
 
 \helpref{wxDialog}{wxdialog}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}