Implemented wxToggleButton under Motif.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -90,6 +90,10 @@ wxMotif
|
||||
does not support all the features other ports do); refer to wxFileDialog
|
||||
documentation for a detailed explanation
|
||||
- implemented wxWakeUpIdle
|
||||
- for Motif 2.0, used the native combobox widget instead of the GPL'd
|
||||
xmcombo; xmcombo is still used for Motif 1.x and Lesstif when compiled
|
||||
with Motif 1.x compatibility
|
||||
- implemented wxToggleButton
|
||||
|
||||
OLD CHANGES
|
||||
===========
|
||||
|
@@ -18,7 +18,8 @@ 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, wxGTK and wxMotif
|
||||
currently.
|
||||
|
||||
\wxheading{Derived from}
|
||||
|
||||
|
Reference in New Issue
Block a user