git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12032
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
bool SetPage(const wxString& source);
bool LoadPage(const wxString& location);
bool SetPage(const wxString& source);
bool LoadPage(const wxString& location);
+ bool AppendToPage(const wxString& source);
wxString GetOpenedPage();
wxString GetOpenedAnchor();
wxString GetOpenedPageTitle();
wxString GetOpenedPage();
wxString GetOpenedAnchor();
wxString GetOpenedPageTitle();
def LoadPage(self, *_args, **_kwargs):
val = apply(htmlc.wxHtmlWindow_LoadPage,(self,) + _args, _kwargs)
return val
def LoadPage(self, *_args, **_kwargs):
val = apply(htmlc.wxHtmlWindow_LoadPage,(self,) + _args, _kwargs)
return val
+ def AppendToPage(self, *_args, **_kwargs):
+ val = apply(htmlc.wxHtmlWindow_AppendToPage,(self,) + _args, _kwargs)
+ return val
def GetOpenedPage(self, *_args, **_kwargs):
val = apply(htmlc.wxHtmlWindow_GetOpenedPage,(self,) + _args, _kwargs)
return val
def GetOpenedPage(self, *_args, **_kwargs):
val = apply(htmlc.wxHtmlWindow_GetOpenedPage,(self,) + _args, _kwargs)
return val