SWIGged updates for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -30,26 +30,26 @@ class wxFSFilePtr(wxObjectPtr):
|
||||
self.this = this
|
||||
self.thisown = 0
|
||||
def GetStream(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxFSFile_GetStream,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxFSFile_GetStream(self, *_args, **_kwargs)
|
||||
return val
|
||||
def GetMimeType(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxFSFile_GetMimeType,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxFSFile_GetMimeType(self, *_args, **_kwargs)
|
||||
return val
|
||||
def GetLocation(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxFSFile_GetLocation,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxFSFile_GetLocation(self, *_args, **_kwargs)
|
||||
return val
|
||||
def GetAnchor(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxFSFile_GetAnchor,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxFSFile_GetAnchor(self, *_args, **_kwargs)
|
||||
return val
|
||||
def GetModificationTime(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxFSFile_GetModificationTime,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxFSFile_GetModificationTime(self, *_args, **_kwargs)
|
||||
if val: val = wxDateTimePtr(val) ; val.thisown = 1
|
||||
return val
|
||||
def __repr__(self):
|
||||
return "<C wxFSFile instance at %s>" % (self.this,)
|
||||
return "<%s.%s instance; proxy of C++ wxFSFile instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this)
|
||||
class wxFSFile(wxFSFilePtr):
|
||||
def __init__(self,*_args,**_kwargs):
|
||||
self.this = apply(filesysc.new_wxFSFile,_args,_kwargs)
|
||||
self.this = filesysc.new_wxFSFile(*_args,**_kwargs)
|
||||
self.thisown = 1
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ class wxCPPFileSystemHandlerPtr(wxObjectPtr):
|
||||
self.this = this
|
||||
self.thisown = 0
|
||||
def __repr__(self):
|
||||
return "<C wxCPPFileSystemHandler instance at %s>" % (self.this,)
|
||||
return "<%s.%s instance; proxy of C++ wxCPPFileSystemHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this)
|
||||
class wxCPPFileSystemHandler(wxCPPFileSystemHandlerPtr):
|
||||
def __init__(self,this):
|
||||
self.this = this
|
||||
@@ -73,40 +73,40 @@ class wxFileSystemHandlerPtr(wxCPPFileSystemHandlerPtr):
|
||||
self.this = this
|
||||
self.thisown = 0
|
||||
def _setCallbackInfo(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxFileSystemHandler__setCallbackInfo,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxFileSystemHandler__setCallbackInfo(self, *_args, **_kwargs)
|
||||
return val
|
||||
def CanOpen(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxFileSystemHandler_CanOpen,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxFileSystemHandler_CanOpen(self, *_args, **_kwargs)
|
||||
return val
|
||||
def OpenFile(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxFileSystemHandler_OpenFile,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxFileSystemHandler_OpenFile(self, *_args, **_kwargs)
|
||||
return val
|
||||
def FindFirst(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxFileSystemHandler_FindFirst,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxFileSystemHandler_FindFirst(self, *_args, **_kwargs)
|
||||
return val
|
||||
def FindNext(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxFileSystemHandler_FindNext,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxFileSystemHandler_FindNext(self, *_args, **_kwargs)
|
||||
return val
|
||||
def GetProtocol(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxFileSystemHandler_GetProtocol,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxFileSystemHandler_GetProtocol(self, *_args, **_kwargs)
|
||||
return val
|
||||
def GetLeftLocation(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxFileSystemHandler_GetLeftLocation,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxFileSystemHandler_GetLeftLocation(self, *_args, **_kwargs)
|
||||
return val
|
||||
def GetAnchor(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxFileSystemHandler_GetAnchor,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxFileSystemHandler_GetAnchor(self, *_args, **_kwargs)
|
||||
return val
|
||||
def GetRightLocation(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxFileSystemHandler_GetRightLocation,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxFileSystemHandler_GetRightLocation(self, *_args, **_kwargs)
|
||||
return val
|
||||
def GetMimeTypeFromExt(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxFileSystemHandler_GetMimeTypeFromExt,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxFileSystemHandler_GetMimeTypeFromExt(self, *_args, **_kwargs)
|
||||
return val
|
||||
def __repr__(self):
|
||||
return "<C wxFileSystemHandler instance at %s>" % (self.this,)
|
||||
return "<%s.%s instance; proxy of C++ wxFileSystemHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this)
|
||||
class wxFileSystemHandler(wxFileSystemHandlerPtr):
|
||||
def __init__(self,*_args,**_kwargs):
|
||||
self.this = apply(filesysc.new_wxFileSystemHandler,_args,_kwargs)
|
||||
self.this = filesysc.new_wxFileSystemHandler(*_args,**_kwargs)
|
||||
self.thisown = 1
|
||||
self._setCallbackInfo(self, wxFileSystemHandler)
|
||||
|
||||
@@ -118,25 +118,25 @@ class wxFileSystemPtr(wxObjectPtr):
|
||||
self.this = this
|
||||
self.thisown = 0
|
||||
def ChangePathTo(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxFileSystem_ChangePathTo,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxFileSystem_ChangePathTo(self, *_args, **_kwargs)
|
||||
return val
|
||||
def GetPath(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxFileSystem_GetPath,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxFileSystem_GetPath(self, *_args, **_kwargs)
|
||||
return val
|
||||
def OpenFile(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxFileSystem_OpenFile,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxFileSystem_OpenFile(self, *_args, **_kwargs)
|
||||
return val
|
||||
def FindFirst(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxFileSystem_FindFirst,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxFileSystem_FindFirst(self, *_args, **_kwargs)
|
||||
return val
|
||||
def FindNext(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxFileSystem_FindNext,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxFileSystem_FindNext(self, *_args, **_kwargs)
|
||||
return val
|
||||
def __repr__(self):
|
||||
return "<C wxFileSystem instance at %s>" % (self.this,)
|
||||
return "<%s.%s instance; proxy of C++ wxFileSystem instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this)
|
||||
class wxFileSystem(wxFileSystemPtr):
|
||||
def __init__(self,*_args,**_kwargs):
|
||||
self.this = apply(filesysc.new_wxFileSystem,_args,_kwargs)
|
||||
self.this = filesysc.new_wxFileSystem(*_args,**_kwargs)
|
||||
self.thisown = 1
|
||||
|
||||
|
||||
@@ -147,16 +147,16 @@ class wxInternetFSHandlerPtr(wxCPPFileSystemHandlerPtr):
|
||||
self.this = this
|
||||
self.thisown = 0
|
||||
def CanOpen(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxInternetFSHandler_CanOpen,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxInternetFSHandler_CanOpen(self, *_args, **_kwargs)
|
||||
return val
|
||||
def OpenFile(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxInternetFSHandler_OpenFile,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxInternetFSHandler_OpenFile(self, *_args, **_kwargs)
|
||||
return val
|
||||
def __repr__(self):
|
||||
return "<C wxInternetFSHandler instance at %s>" % (self.this,)
|
||||
return "<%s.%s instance; proxy of C++ wxInternetFSHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this)
|
||||
class wxInternetFSHandler(wxInternetFSHandlerPtr):
|
||||
def __init__(self,*_args,**_kwargs):
|
||||
self.this = apply(filesysc.new_wxInternetFSHandler,_args,_kwargs)
|
||||
self.this = filesysc.new_wxInternetFSHandler(*_args,**_kwargs)
|
||||
self.thisown = 1
|
||||
|
||||
|
||||
@@ -167,22 +167,22 @@ class wxZipFSHandlerPtr(wxCPPFileSystemHandlerPtr):
|
||||
self.this = this
|
||||
self.thisown = 0
|
||||
def CanOpen(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxZipFSHandler_CanOpen,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxZipFSHandler_CanOpen(self, *_args, **_kwargs)
|
||||
return val
|
||||
def OpenFile(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxZipFSHandler_OpenFile,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxZipFSHandler_OpenFile(self, *_args, **_kwargs)
|
||||
return val
|
||||
def FindFirst(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxZipFSHandler_FindFirst,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxZipFSHandler_FindFirst(self, *_args, **_kwargs)
|
||||
return val
|
||||
def FindNext(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxZipFSHandler_FindNext,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxZipFSHandler_FindNext(self, *_args, **_kwargs)
|
||||
return val
|
||||
def __repr__(self):
|
||||
return "<C wxZipFSHandler instance at %s>" % (self.this,)
|
||||
return "<%s.%s instance; proxy of C++ wxZipFSHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this)
|
||||
class wxZipFSHandler(wxZipFSHandlerPtr):
|
||||
def __init__(self,*_args,**_kwargs):
|
||||
self.this = apply(filesysc.new_wxZipFSHandler,_args,_kwargs)
|
||||
self.this = filesysc.new_wxZipFSHandler(*_args,**_kwargs)
|
||||
self.thisown = 1
|
||||
|
||||
|
||||
@@ -193,22 +193,22 @@ class wxMemoryFSHandlerPtr(wxCPPFileSystemHandlerPtr):
|
||||
self.this = this
|
||||
self.thisown = 0
|
||||
def CanOpen(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxMemoryFSHandler_CanOpen,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxMemoryFSHandler_CanOpen(self, *_args, **_kwargs)
|
||||
return val
|
||||
def OpenFile(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxMemoryFSHandler_OpenFile,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxMemoryFSHandler_OpenFile(self, *_args, **_kwargs)
|
||||
return val
|
||||
def FindFirst(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxMemoryFSHandler_FindFirst,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxMemoryFSHandler_FindFirst(self, *_args, **_kwargs)
|
||||
return val
|
||||
def FindNext(self, *_args, **_kwargs):
|
||||
val = apply(filesysc.wxMemoryFSHandler_FindNext,(self,) + _args, _kwargs)
|
||||
val = filesysc.wxMemoryFSHandler_FindNext(self, *_args, **_kwargs)
|
||||
return val
|
||||
def __repr__(self):
|
||||
return "<C wxMemoryFSHandler instance at %s>" % (self.this,)
|
||||
return "<%s.%s instance; proxy of C++ wxMemoryFSHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this)
|
||||
class wxMemoryFSHandler(wxMemoryFSHandlerPtr):
|
||||
def __init__(self,*_args,**_kwargs):
|
||||
self.this = apply(filesysc.new_wxMemoryFSHandler,_args,_kwargs)
|
||||
self.this = filesysc.new_wxMemoryFSHandler(*_args,**_kwargs)
|
||||
self.thisown = 1
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user