Can do wx.ToggleButton on wxMac now

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-02-23 21:22:09 +00:00
parent 10c7746bcc
commit b3badadcfc
2 changed files with 3 additions and 2 deletions

View File

@@ -53,6 +53,7 @@ different API.
Updated the AnalogClockWindow with many enhancements from E. A. Tac<61>o.
wxMac now has wx.ToggleButton!

View File

@@ -22,8 +22,8 @@ MAKE_CONST_WXSTRING2(ToggleButtonNameStr, _T("wxToggleButton"));
%{
#if defined(__WXMAC__) || defined(__WXX11__)
// implement dummy classes and such for wxMac
#if !wxUSE_TOGGLEBTN
// implement dummy items for platforms that don't have this class
#define wxEVT_COMMAND_TOGGLEBUTTON_CLICKED 0