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

@@ -72,6 +72,10 @@ means unspecified/known", "");
// refresh frequency in Hz, 0 means unspecified/unknown
int refresh;
%property(Depth, GetDepth, doc="See `GetDepth`");
%property(Height, GetHeight, doc="See `GetHeight`");
%property(Width, GetWidth, doc="See `GetWidth`");
};