Beginings of wxX11 support. Much more to do but I have no more time
for it today. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -22,7 +22,7 @@ MAKE_CONST_WXSTRING2(ToggleButtonNameStr, _T("wxToggleButton"));
|
||||
|
||||
|
||||
%{
|
||||
#ifdef __WXMAC__
|
||||
#if defined(__WXMAC__) || defined(__WXX11__)
|
||||
// implement dummy classes and such for wxMac
|
||||
|
||||
#define wxEVT_COMMAND_TOGGLEBUTTON_CLICKED 0
|
||||
@@ -66,7 +66,7 @@ public:
|
||||
const wxString& name = wxPyToggleButtonNameStr);
|
||||
%name(PreToggleButton)wxToggleButton();
|
||||
|
||||
#ifndef __WXMAC__
|
||||
#if !defined(__WXMAC__) && !defined(__WXX11__)
|
||||
bool Create(wxWindow *parent,
|
||||
wxWindowID id,
|
||||
const wxString& label,
|
||||
|
||||
Reference in New Issue
Block a user