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:
Robin Dunn
2004-04-05 18:23:01 +00:00
parent 409eab506e
commit 174051f613
9 changed files with 83 additions and 15 deletions

View File

@@ -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);
};