wxToggleButton on wxMac has these methods now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -66,7 +66,6 @@ public:
 | 
				
			|||||||
                   const wxString& name = wxPyToggleButtonNameStr);
 | 
					                   const wxString& name = wxPyToggleButtonNameStr);
 | 
				
			||||||
    %name(PreToggleButton)wxToggleButton();
 | 
					    %name(PreToggleButton)wxToggleButton();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if defined(__WXMSW__) || defined(__WXGTK__)
 | 
					 | 
				
			||||||
    bool Create(wxWindow *parent,
 | 
					    bool Create(wxWindow *parent,
 | 
				
			||||||
                   wxWindowID id,
 | 
					                   wxWindowID id,
 | 
				
			||||||
                   const wxString& label,
 | 
					                   const wxString& label,
 | 
				
			||||||
@@ -79,7 +78,6 @@ public:
 | 
				
			|||||||
    void SetValue(bool value);
 | 
					    void SetValue(bool value);
 | 
				
			||||||
    bool GetValue() const ;
 | 
					    bool GetValue() const ;
 | 
				
			||||||
    void SetLabel(const wxString& label);
 | 
					    void SetLabel(const wxString& label);
 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//---------------------------------------------------------------------------
 | 
					//---------------------------------------------------------------------------
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user