Fixed preprocessor warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -137,7 +137,7 @@ public:
|
|||||||
bool IsChecked(int index);
|
bool IsChecked(int index);
|
||||||
void Check(int index, int check = True);
|
void Check(int index, int check = True);
|
||||||
|
|
||||||
#if !defined(__WXMAC__) && !defined(__WXX11__)
|
#if defined(__WXMSW__) || defined(__WXGTK__)
|
||||||
int GetItemHeight();
|
int GetItemHeight();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -66,7 +66,7 @@ public:
|
|||||||
const wxString& name = wxPyToggleButtonNameStr);
|
const wxString& name = wxPyToggleButtonNameStr);
|
||||||
%name(PreToggleButton)wxToggleButton();
|
%name(PreToggleButton)wxToggleButton();
|
||||||
|
|
||||||
#if !defined(__WXMAC__) && !defined(__WXX11__)
|
#if defined(__WXMSW__) || defined(__WXGTK__)
|
||||||
bool Create(wxWindow *parent,
|
bool Create(wxWindow *parent,
|
||||||
wxWindowID id,
|
wxWindowID id,
|
||||||
const wxString& label,
|
const wxString& label,
|
||||||
|
Reference in New Issue
Block a user