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(),
DocDeclStr(
void , SetLabel(const wxString& label),
"Sets the item's text.");
+
+
+ static wxVisualAttributes
+ GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
};