- void , SetLabel(const wxString& label),
- "Sets the item's text.");
+ static wxString , RemoveMnemonics(const wxString& str),
+ "removes the mnemonics characters", "");
+
+
+// Link error...
+// DocDeclStr(
+// static wxString , EscapeMnemonics(const wxString& str),
+// "escapes the mnemonics characters ('&') by doubling them", "");
+
+
+ static wxVisualAttributes
+ GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+
+ %property(Alignment, GetAlignment, doc="See `GetAlignment`");
+ %property(LabelText, GetLabelText, doc="See `GetLabelText`");
+