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

@@ -2164,6 +2164,10 @@ The mode may be one of the following values:
all windows, or only to those which specify that they will process the
events.", "");
%property(Checked, GetChecked, Check, doc="See `GetChecked`");
%property(Enabled, GetEnabled, Enable, doc="See `GetEnabled`");
%property(Shown, GetShown, Show, doc="See `GetShown`");
%property(Text, GetText, SetText, doc="See `GetText` and `SetText`");
};
//---------------------------------------------------------------------------
@@ -2406,6 +2410,7 @@ public:
wxWindow *, GetWindow() const,
"Returns the window that this event refers to.", "");
%property(Window, GetWindow, doc="See `GetWindow`");
};
@@ -2427,6 +2432,8 @@ public:
DocDeclStr(
wxWindow *, GetWindow() const,
"Returns the window that this event refers to.", "");
%property(Window, GetWindow, doc="See `GetWindow`");
};