X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6334d90353c18963d4fd7c2cafd782fb61dd6e71..3b96ea1ac54b735c3a018980cd2ac652c30aa129:/docs/latex/wx/propdlg.tex diff --git a/docs/latex/wx/propdlg.tex b/docs/latex/wx/propdlg.tex index 4682ed89b4..72a41e449a 100644 --- a/docs/latex/wx/propdlg.tex +++ b/docs/latex/wx/propdlg.tex @@ -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} @@ -47,6 +53,10 @@ Windows-style and Mac-style settings dialogs). +\wxheading{Library} + +\helpref{wxAdv}{librarieslist} + \latexignore{\rtfignore{\wxheading{Members}}}