]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/htmlhelp.py
Switched to DECLARE_NO_COPY_CLASS
[wxWidgets.git] / wxPython / src / gtk / htmlhelp.py
index b7c5e95d9cc365c5588c3e16d48453ea4c1a2106..e5b382edfd17cd3d0eca31b638eea45fda7c3dad 100644 (file)
@@ -15,6 +15,8 @@ from events import *
 
 from streams import *
 
 
 from streams import *
 
+from utils import *
+
 from mdi import *
 
 from frames import *
 from mdi import *
 
 from frames import *
@@ -38,12 +40,13 @@ from printfw import *
 from sizers import *
 
 from filesys import *
 from sizers import *
 
 from filesys import *
-
-from utils import *
-class wxHtmlBookRecordPtr :
+class wxHtmlBookRecordPtr(wxObjectPtr):
     def __init__(self,this):
         self.this = this
         self.thisown = 0
     def __init__(self,this):
         self.this = this
         self.thisown = 0
+    def GetBookFile(self, *_args, **_kwargs):
+        val = apply(htmlhelpc.wxHtmlBookRecord_GetBookFile,(self,) + _args, _kwargs)
+        return val
     def GetTitle(self, *_args, **_kwargs):
         val = apply(htmlhelpc.wxHtmlBookRecord_GetTitle,(self,) + _args, _kwargs)
         return val
     def GetTitle(self, *_args, **_kwargs):
         val = apply(htmlhelpc.wxHtmlBookRecord_GetTitle,(self,) + _args, _kwargs)
         return val
@@ -62,6 +65,18 @@ class wxHtmlBookRecordPtr :
     def GetContentsEnd(self, *_args, **_kwargs):
         val = apply(htmlhelpc.wxHtmlBookRecord_GetContentsEnd,(self,) + _args, _kwargs)
         return val
     def GetContentsEnd(self, *_args, **_kwargs):
         val = apply(htmlhelpc.wxHtmlBookRecord_GetContentsEnd,(self,) + _args, _kwargs)
         return val
+    def SetTitle(self, *_args, **_kwargs):
+        val = apply(htmlhelpc.wxHtmlBookRecord_SetTitle,(self,) + _args, _kwargs)
+        return val
+    def SetBasePath(self, *_args, **_kwargs):
+        val = apply(htmlhelpc.wxHtmlBookRecord_SetBasePath,(self,) + _args, _kwargs)
+        return val
+    def SetStart(self, *_args, **_kwargs):
+        val = apply(htmlhelpc.wxHtmlBookRecord_SetStart,(self,) + _args, _kwargs)
+        return val
+    def GetFullPath(self, *_args, **_kwargs):
+        val = apply(htmlhelpc.wxHtmlBookRecord_GetFullPath,(self,) + _args, _kwargs)
+        return val
     def __repr__(self):
         return "<C wxHtmlBookRecord instance at %s>" % (self.this,)
 class wxHtmlBookRecord(wxHtmlBookRecordPtr):
     def __repr__(self):
         return "<C wxHtmlBookRecord instance at %s>" % (self.this,)
 class wxHtmlBookRecord(wxHtmlBookRecordPtr):