📄 tdialog.tex
字号:
\section{wxDialog overview}\label{wxdialogoverview}Classes: \helpref{wxDialog}{wxdialog}A dialog box is similar to a panel, in that it is a window which canbe used for placing controls, with the following exceptions:\begin{enumerate}\item A surrounding frame is implicitly created.\item Extra functionality is automatically given to the dialog box, such as tabbing between items (currently Windows only).\item If the dialog box is {\it modal}, the calling program is blocked until the dialog box is dismissed.\end{enumerate}Under Windows 3, modal dialogs have to be emulated usingmodeless dialogs and a message loop. This is because Windows 3 expectsthe contents of a modal dialog to be loaded from a resource file orcreated on receipt of a dialog initialization message. This is toorestrictive for wxWidgets, where any window may be created and displayedbefore its contents are created.For a set of dialog convenience functions, including file selection, see\rtfsp\helpref{Dialog functions}{dialogfunctions}.See also \helpref{wxPanel}{wxpanel} and \helpref{wxWindow}{wxwindow} for inheritedmember functions. Validation of data in controls is coveredin \helpref{Validator overview}{validatoroverview}.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -