X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc2f8a65c0675433c73500558d7792afab4b81e2..cd9da200285e3c625be91768c9ca61dc218c94d0:/utils/wxPython/modules/html/htmlhelp.py

diff --git a/utils/wxPython/modules/html/htmlhelp.py b/utils/wxPython/modules/html/htmlhelp.py
index c6f8338bf7..a3634b13aa 100644
--- a/utils/wxPython/modules/html/htmlhelp.py
+++ b/utils/wxPython/modules/html/htmlhelp.py
@@ -9,6 +9,8 @@ from windows import *
 
 from gdi import *
 
+from clip_dnd import *
+
 from events import *
 
 from mdi import *
@@ -199,9 +201,6 @@ class wxHtmlHelpDataPtr :
     def AddBook(self, *_args, **_kwargs):
         val = apply(htmlhelpc.wxHtmlHelpData_AddBook,(self,) + _args, _kwargs)
         return val
-    def AddBookParam(self, *_args, **_kwargs):
-        val = apply(htmlhelpc.wxHtmlHelpData_AddBookParam,(self,) + _args, _kwargs)
-        return val
     def FindPageByName(self, *_args, **_kwargs):
         val = apply(htmlhelpc.wxHtmlHelpData_FindPageByName,(self,) + _args, _kwargs)
         return val
@@ -261,18 +260,6 @@ class wxHtmlHelpFramePtr(wxFramePtr):
     def KeywordSearch(self, *_args, **_kwargs):
         val = apply(htmlhelpc.wxHtmlHelpFrame_KeywordSearch,(self,) + _args, _kwargs)
         return val
-    def RefreshLists(self, *_args, **_kwargs):
-        val = apply(htmlhelpc.wxHtmlHelpFrame_RefreshLists,(self,) + _args, _kwargs)
-        return val
-    def CreateContents(self, *_args, **_kwargs):
-        val = apply(htmlhelpc.wxHtmlHelpFrame_CreateContents,(self,) + _args, _kwargs)
-        return val
-    def CreateIndex(self, *_args, **_kwargs):
-        val = apply(htmlhelpc.wxHtmlHelpFrame_CreateIndex,(self,) + _args, _kwargs)
-        return val
-    def CreateSearch(self, *_args, **_kwargs):
-        val = apply(htmlhelpc.wxHtmlHelpFrame_CreateSearch,(self,) + _args, _kwargs)
-        return val
     def UseConfig(self, *_args, **_kwargs):
         val = apply(htmlhelpc.wxHtmlHelpFrame_UseConfig,(self,) + _args, _kwargs)
         return val
@@ -336,9 +323,6 @@ class wxHtmlHelpControllerPtr(wxEvtHandlerPtr):
         val = apply(htmlhelpc.wxHtmlHelpController_GetFrame,(self,) + _args, _kwargs)
         if val: val = wxHtmlHelpFramePtr(val) 
         return val
-    def CreateHelpWindow(self, *_args, **_kwargs):
-        val = apply(htmlhelpc.wxHtmlHelpController_CreateHelpWindow,(self,) + _args, _kwargs)
-        return val
     def __repr__(self):
         return "<C wxHtmlHelpController instance at %s>" % (self.this,)
 class wxHtmlHelpController(wxHtmlHelpControllerPtr):