reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-06-27 23:05:12 +00:00
parent e0c068c0e8
commit b02396e86f
24 changed files with 1962 additions and 73 deletions

View File

@@ -1691,8 +1691,6 @@ class FSFile(Object):
DateTime modif) -> FSFile
"""
_core_.FSFile_swiginit(self,_core_.new_FSFile(*args, **kwargs))
self.thisown = 0 # It will normally be deleted by the user of the wx.FileSystem
__swig_destroy__ = _core_.delete_FSFile
__del__ = lambda self : None;
def GetStream(*args, **kwargs):
@@ -1984,6 +1982,10 @@ class ImageHandler(Object):
"""CanRead(self, String name) -> bool"""
return _core_.ImageHandler_CanRead(*args, **kwargs)
def CanReadStream(*args, **kwargs):
"""CanReadStream(self, InputStream stream) -> bool"""
return _core_.ImageHandler_CanReadStream(*args, **kwargs)
def SetName(*args, **kwargs):
"""SetName(self, String name)"""
return _core_.ImageHandler_SetName(*args, **kwargs)