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

@@ -5216,6 +5216,7 @@ class URLDataObject(DataObject):
"""
return _misc_.URLDataObject_SetURL(*args, **kwargs)
URL = property(GetURL,SetURL,doc="See `GetURL` and `SetURL`")
_misc_.URLDataObject_swigregister(URLDataObject)
class MetafileDataObject(DataObjectSimple):
@@ -5785,6 +5786,9 @@ class VideoMode(object):
h = property(_misc_.VideoMode_h_get, _misc_.VideoMode_h_set)
bpp = property(_misc_.VideoMode_bpp_get, _misc_.VideoMode_bpp_set)
refresh = property(_misc_.VideoMode_refresh_get, _misc_.VideoMode_refresh_set)
Depth = property(GetDepth,doc="See `GetDepth`")
Height = property(GetHeight,doc="See `GetHeight`")
Width = property(GetWidth,doc="See `GetWidth`")
_misc_.VideoMode_swigregister(VideoMode)
class Display(object):