X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc8bc5aa9cd14c158de637acb9e5ed8beb066d57..d67c33888f65e236adedd65ffbd978607eadc9d5:/docs/latex/wx/propdlg.tex diff --git a/docs/latex/wx/propdlg.tex b/docs/latex/wx/propdlg.tex index 83b9f421f3..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}}} @@ -147,6 +157,7 @@ normally a notebook except on Smartphone where a choice control is used.} \twocolitem{wxPROPSHEET\_TOOLBOOK}{Uses a toolbook for the controller window.} \twocolitem{wxPROPSHEET\_CHOICEBOOK}{Uses a choicebook for the controller window.} \twocolitem{wxPROPSHEET\_LISTBOOK}{Uses a listbook for the controller window.} +\twocolitem{wxPROPSHEET\_TREEBOOK}{Uses a treebook for the controller window.} \twocolitem{wxPROPSHEET\_SHRINKTOFIT}{Shrinks the dialog window to fit the currently selected page (common behaviour for property sheets on Mac OS X).} \end{twocollist}