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:
@@ -53,6 +53,7 @@ different API.
|
||||
|
||||
Updated the AnalogClockWindow with many enhancements from E. A. Tac<61>o.
|
||||
|
||||
wxMac now has wx.ToggleButton!
|
||||
|
||||
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user