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

@@ -63,6 +63,7 @@ public:
static bool IsSilent();
static void SetBellOnError(int doIt = true);
%property(Window, GetWindow, SetWindow, doc="See `GetWindow` and `SetWindow`");
};