Misc fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
|
||||
\section{\class{wxToggleButton}}\label{wxtogglebutton}
|
||||
|
||||
wxToggleButton is a button which stays pressed when clicked by the user. In
|
||||
other words, it is more similar to \helpref{wxCheckBox}{wxcheckbox} in
|
||||
wxToggleButton is a button that stays pressed when clicked by the user. In
|
||||
other words, it is similar to \helpref{wxCheckBox}{wxcheckbox} in
|
||||
functionality but looks like a \helpref{wxButton}{wxbutton}.
|
||||
|
||||
You can see wxToggleButton in action in the sixth page of the
|
||||
\helpref{controls}{samplecontrols} sample.
|
||||
|
||||
{\bf NB: } This class is only available under wxMSW and wxGTK currently.
|
||||
{\bf NB:} This class is only available under wxMSW and wxGTK currently.
|
||||
|
||||
\wxheading{Derived from}
|
||||
|
||||
@@ -115,8 +115,8 @@ Returns {\tt TRUE} if it is pressed, {\tt FALSE} otherwise.
|
||||
|
||||
\func{void}{SetValue}{\param{const bool}{ state}}
|
||||
|
||||
Sets the toggle button to the given state. This does not cause a
|
||||
{\tt EVT\_TOGGLEBUTTON} event to get emitted.
|
||||
Sets the toggle button to the given state. This does not cause a
|
||||
{\tt EVT\_TOGGLEBUTTON} event to be emitted.
|
||||
|
||||
\wxheading{Parameters}
|
||||
|
||||
|
Reference in New Issue
Block a user