GetDefaultAttributes, and other tweaks needed to get up to date with CVS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user