]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/misc2.py
undisable many warnings for VC++ in defs.h and fixed several thousands of them in...
[wxWidgets.git] / wxPython / src / gtk / misc2.py
index 376b6d6adf72deda290d025f063740b30435bd4b..7b26ea4b0f1b2c7b9f5e807846959f44888be1d6 100644 (file)
@@ -1060,11 +1060,9 @@ class wxFileHistoryPtr(wxObjectPtr):
     def GetCount(self, *_args, **_kwargs):
         val = misc2c.wxFileHistory_GetCount(self, *_args, **_kwargs)
         return val
-    def GetNoHistoryFiles(self, *_args, **_kwargs):
-        val = misc2c.wxFileHistory_GetNoHistoryFiles(self, *_args, **_kwargs)
-        return val
     def __repr__(self):
         return "<%s.%s instance; proxy of C++ wxFileHistory instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this)
+    GetNoHistoryFiles = GetCount
 class wxFileHistory(wxFileHistoryPtr):
     def __init__(self,*_args,**_kwargs):
         self.this = misc2c.new_wxFileHistory(*_args,**_kwargs)