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:
@@ -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`");
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user