X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/861d483291fc24105808125c6fa442b882f3c622..78577dcb71a8d748b9f5708321c3956c8b83bbe1:/wxPython/src/_control.i diff --git a/wxPython/src/_control.i b/wxPython/src/_control.i index 460f5fda47..6e7e46de39 100644 --- a/wxPython/src/_control.i +++ b/wxPython/src/_control.i @@ -63,7 +63,7 @@ public: DocDeclStr( void , Command(wxCommandEvent& event), "Simulates the effect of the user issuing a command to the\n" - "item. See wxCommandEvent."); + "item. See wx.CommandEvent."); DocDeclStr( wxString , GetLabel(), @@ -72,6 +72,10 @@ public: DocDeclStr( void , SetLabel(const wxString& label), "Sets the item's text."); + + + static wxVisualAttributes + GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); };