added more properties

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-09-16 18:12:37 +00:00
parent 15b2504679
commit dba7934c9d
15 changed files with 96 additions and 4 deletions

View File

@@ -837,6 +837,7 @@ public:
void , SetURL(const wxString& url),
"Set the URL.", "");
%property(URL, GetURL, SetURL, doc="See `GetURL` and `SetURL`");
};
//---------------------------------------------------------------------------