X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f0261a72469b57877b27a616ff790b983184df95..43b2cccb4b6578afa43b25f4dd15d3d29d89bafd:/utils/wxPython/modules/html/htmlhelp.py diff --git a/utils/wxPython/modules/html/htmlhelp.py b/utils/wxPython/modules/html/htmlhelp.py index 07f2a077ff..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 * @@ -55,12 +57,6 @@ class wxHtmlHelpFrameCfgPtr : if name == "navig_on" : htmlhelpc.wxHtmlHelpFrameCfg_navig_on_set(self,value) return - if name == "style" : - htmlhelpc.wxHtmlHelpFrameCfg_style_set(self,value) - return - if name == "titleformat" : - htmlhelpc.wxHtmlHelpFrameCfg_titleformat_set(self,value) - return self.__dict__[name] = value def __getattr__(self,name): if name == "x" : @@ -75,10 +71,6 @@ class wxHtmlHelpFrameCfgPtr : return htmlhelpc.wxHtmlHelpFrameCfg_sashpos_get(self) if name == "navig_on" : return htmlhelpc.wxHtmlHelpFrameCfg_navig_on_get(self) - if name == "style" : - return htmlhelpc.wxHtmlHelpFrameCfg_style_get(self) - if name == "titleformat" : - return htmlhelpc.wxHtmlHelpFrameCfg_titleformat_get(self) raise AttributeError,name def __repr__(self): return "" % (self.this,) @@ -209,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 @@ -271,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 @@ -346,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 "" % (self.this,) class wxHtmlHelpController(wxHtmlHelpControllerPtr): @@ -378,3 +352,5 @@ wxID_HTML_SEARCHPAGE = htmlhelpc.wxID_HTML_SEARCHPAGE wxID_HTML_SEARCHTEXT = htmlhelpc.wxID_HTML_SEARCHTEXT wxID_HTML_SEARCHLIST = htmlhelpc.wxID_HTML_SEARCHLIST wxID_HTML_SEARCHBUTTON = htmlhelpc.wxID_HTML_SEARCHBUTTON +wxID_HTML_SEARCHCHOICE = htmlhelpc.wxID_HTML_SEARCHCHOICE +wxID_HTML_HELPFRAME = htmlhelpc.wxID_HTML_HELPFRAME