⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stdbtnsz.tex

📁 很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.
💻 TEX
字号:
\section{\class{wxStdDialogButtonSizer}}\label{wxstddialogbuttonsizer}This class creates button layouts which conform to the standard button spacing and ordering defined by the platformor toolkit's user interface guidelines (if such things exist). By using this class, you can ensure that all yourstandard dialogs look correct on all major platforms. Currently it conforms to the Windows, GTK+ and Mac OS Xhuman interface guidelines.When there aren't interface guidelines defined for a particular platform or toolkit, wxStdDialogButtonSizer revertsto the Windows implementation. To use this class, first add buttons to the sizer by calling AddButton (or SetAffirmativeButton, SetNegativeButton,or SetCancelButton) and then call Realize in order to create the actual button layout used. Other than these specialoperations, this sizer works like any other sizer. If you add a button with wxID\_SAVE, on Mac OS X the button will be renamed to "Save" andthe wxID\_NO button will be renamed to "Don't Save" in accordance with the Mac OS X Human Interface Guidelines.\wxheading{Derived from}\helpref{wxBoxSizer}{wxboxsizer}\\\helpref{wxSizer}{wxsizer}\\\helpref{wxObject}{wxobject}\wxheading{Include files}<wx/sizer.h>\wxheading{See also}\helpref{wxSizer}{wxsizer}, \helpref{Sizer overview}{sizeroverview}, \helpref{wxDialog::CreateButtonSizer}{wxdialogcreatebuttonsizer}\membersection{wxStdDialogButtonSizer::wxStdDialogButtonSizer}\label{wxstddialogbuttonsizerctor}\func{}{wxStdDialogButtonSizer}{\void}Constructor for a wxStdDialogButtonSizer.\membersection{wxStdDialogButtonSizer::AddButton}\label{wxstddialogbuttonsizeraddbutton}\func{void}{AddButton}{\param{wxButton* }{button}}Adds a button to the wxStdDialogButtonSizer. The button must have one of the following identifiers:\begin{itemize}\itemsep=0pt\item wxID\_OK\item wxID\_YES\item wxID\_SAVE\item wxID\_APPLY\item wxID\_NO\item wxID\_CANCEL\item wxID\_HELP\item wxID\_CONTEXT\_HELP\end{itemize}\membersection{wxStdDialogButtonSizer::Realize}\label{wxstddialogbuttonsizerrealize}\func{void}{Realize}{\void}Rearranges the buttons and applies proper spacing between buttons to make them match the platform or toolkit's interface guidelines.\membersection{wxStdDialogButtonSizer::SetAffirmativeButton}\label{wxstddialogbuttonsizersetaffirmativebutton}\func{void}{SetAffirmativeButton}{\param{wxButton* }{button}}Sets the affirmative button for the sizer. This allows you to use identifiers other than the standard identifiers outlined above.\membersection{wxStdDialogButtonSizer::SetCancelButton}\label{wxstddialogbuttonsizersetcancelbutton}\func{void}{SetCancelButton}{\param{wxButton* }{button}}Sets the cancel button for the sizer. This allows you to use identifiers other than the standard identifiers outlined above.\membersection{wxStdDialogButtonSizer::SetNegativeButton}\label{wxstddialogbuttonsizersetnegativebutton}\func{void}{SetNegativeButton}{\param{wxButton* }{button}}Sets the negative button for the sizer. This allows you to use identifiers other than the standard identifiers outlined above.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -