1 # This file was created automatically by SWIG.
14 from clip_dnd
import *
26 from stattool
import *
28 from controls
import *
30 from controls2
import *
32 from windows2
import *
36 from windows3
import *
45 class wxHtmlBookRecordPtr
:
46 def __init__(self
,this
):
49 def GetBookFile(self
, *_args
, **_kwargs
):
50 val
= apply(htmlhelpc
.wxHtmlBookRecord_GetBookFile
,(self
,) + _args
, _kwargs
)
52 def GetTitle(self
, *_args
, **_kwargs
):
53 val
= apply(htmlhelpc
.wxHtmlBookRecord_GetTitle
,(self
,) + _args
, _kwargs
)
55 def GetStart(self
, *_args
, **_kwargs
):
56 val
= apply(htmlhelpc
.wxHtmlBookRecord_GetStart
,(self
,) + _args
, _kwargs
)
58 def GetBasePath(self
, *_args
, **_kwargs
):
59 val
= apply(htmlhelpc
.wxHtmlBookRecord_GetBasePath
,(self
,) + _args
, _kwargs
)
61 def SetContentsRange(self
, *_args
, **_kwargs
):
62 val
= apply(htmlhelpc
.wxHtmlBookRecord_SetContentsRange
,(self
,) + _args
, _kwargs
)
64 def GetContentsStart(self
, *_args
, **_kwargs
):
65 val
= apply(htmlhelpc
.wxHtmlBookRecord_GetContentsStart
,(self
,) + _args
, _kwargs
)
67 def GetContentsEnd(self
, *_args
, **_kwargs
):
68 val
= apply(htmlhelpc
.wxHtmlBookRecord_GetContentsEnd
,(self
,) + _args
, _kwargs
)
70 def SetTitle(self
, *_args
, **_kwargs
):
71 val
= apply(htmlhelpc
.wxHtmlBookRecord_SetTitle
,(self
,) + _args
, _kwargs
)
73 def SetBasePath(self
, *_args
, **_kwargs
):
74 val
= apply(htmlhelpc
.wxHtmlBookRecord_SetBasePath
,(self
,) + _args
, _kwargs
)
76 def SetStart(self
, *_args
, **_kwargs
):
77 val
= apply(htmlhelpc
.wxHtmlBookRecord_SetStart
,(self
,) + _args
, _kwargs
)
79 def GetFullPath(self
, *_args
, **_kwargs
):
80 val
= apply(htmlhelpc
.wxHtmlBookRecord_GetFullPath
,(self
,) + _args
, _kwargs
)
83 return "<C wxHtmlBookRecord instance at %s>" % (self
.this
,)
84 class wxHtmlBookRecord(wxHtmlBookRecordPtr
):
85 def __init__(self
,*_args
,**_kwargs
):
86 self
.this
= apply(htmlhelpc
.new_wxHtmlBookRecord
,_args
,_kwargs
)
92 class wxHtmlContentsItemPtr
:
93 def __init__(self
,this
):
96 def GetLevel(self
, *_args
, **_kwargs
):
97 val
= apply(htmlhelpc
.wxHtmlContentsItem_GetLevel
,(self
,) + _args
, _kwargs
)
99 def GetID(self
, *_args
, **_kwargs
):
100 val
= apply(htmlhelpc
.wxHtmlContentsItem_GetID
,(self
,) + _args
, _kwargs
)
102 def GetName(self
, *_args
, **_kwargs
):
103 val
= apply(htmlhelpc
.wxHtmlContentsItem_GetName
,(self
,) + _args
, _kwargs
)
105 def GetPage(self
, *_args
, **_kwargs
):
106 val
= apply(htmlhelpc
.wxHtmlContentsItem_GetPage
,(self
,) + _args
, _kwargs
)
108 def GetBook(self
, *_args
, **_kwargs
):
109 val
= apply(htmlhelpc
.wxHtmlContentsItem_GetBook
,(self
,) + _args
, _kwargs
)
110 if val
: val
= wxHtmlBookRecordPtr(val
)
113 return "<C wxHtmlContentsItem instance at %s>" % (self
.this
,)
114 class wxHtmlContentsItem(wxHtmlContentsItemPtr
):
115 def __init__(self
,this
):
121 class wxHtmlSearchStatusPtr
:
122 def __init__(self
,this
):
125 def Search(self
, *_args
, **_kwargs
):
126 val
= apply(htmlhelpc
.wxHtmlSearchStatus_Search
,(self
,) + _args
, _kwargs
)
128 def IsActive(self
, *_args
, **_kwargs
):
129 val
= apply(htmlhelpc
.wxHtmlSearchStatus_IsActive
,(self
,) + _args
, _kwargs
)
131 def GetCurIndex(self
, *_args
, **_kwargs
):
132 val
= apply(htmlhelpc
.wxHtmlSearchStatus_GetCurIndex
,(self
,) + _args
, _kwargs
)
134 def GetMaxIndex(self
, *_args
, **_kwargs
):
135 val
= apply(htmlhelpc
.wxHtmlSearchStatus_GetMaxIndex
,(self
,) + _args
, _kwargs
)
137 def GetName(self
, *_args
, **_kwargs
):
138 val
= apply(htmlhelpc
.wxHtmlSearchStatus_GetName
,(self
,) + _args
, _kwargs
)
140 def GetContentsItem(self
, *_args
, **_kwargs
):
141 val
= apply(htmlhelpc
.wxHtmlSearchStatus_GetContentsItem
,(self
,) + _args
, _kwargs
)
142 if val
: val
= wxHtmlContentsItemPtr(val
)
145 return "<C wxHtmlSearchStatus instance at %s>" % (self
.this
,)
146 class wxHtmlSearchStatus(wxHtmlSearchStatusPtr
):
147 def __init__(self
,this
):
153 class wxHtmlHelpDataPtr
:
154 def __init__(self
,this
):
157 def __del__(self
, delfunc
=htmlhelpc
.delete_wxHtmlHelpData
):
158 if self
.thisown
== 1:
163 def SetTempDir(self
, *_args
, **_kwargs
):
164 val
= apply(htmlhelpc
.wxHtmlHelpData_SetTempDir
,(self
,) + _args
, _kwargs
)
166 def AddBook(self
, *_args
, **_kwargs
):
167 val
= apply(htmlhelpc
.wxHtmlHelpData_AddBook
,(self
,) + _args
, _kwargs
)
169 def FindPageByName(self
, *_args
, **_kwargs
):
170 val
= apply(htmlhelpc
.wxHtmlHelpData_FindPageByName
,(self
,) + _args
, _kwargs
)
172 def FindPageById(self
, *_args
, **_kwargs
):
173 val
= apply(htmlhelpc
.wxHtmlHelpData_FindPageById
,(self
,) + _args
, _kwargs
)
175 def GetBookRecArray(self
, *_args
, **_kwargs
):
176 val
= apply(htmlhelpc
.wxHtmlHelpData_GetBookRecArray
,(self
,) + _args
, _kwargs
)
178 def GetContents(self
, *_args
, **_kwargs
):
179 val
= apply(htmlhelpc
.wxHtmlHelpData_GetContents
,(self
,) + _args
, _kwargs
)
180 if val
: val
= wxHtmlContentsItemPtr(val
)
182 def GetContentsCnt(self
, *_args
, **_kwargs
):
183 val
= apply(htmlhelpc
.wxHtmlHelpData_GetContentsCnt
,(self
,) + _args
, _kwargs
)
185 def GetIndex(self
, *_args
, **_kwargs
):
186 val
= apply(htmlhelpc
.wxHtmlHelpData_GetIndex
,(self
,) + _args
, _kwargs
)
187 if val
: val
= wxHtmlContentsItemPtr(val
)
189 def GetIndexCnt(self
, *_args
, **_kwargs
):
190 val
= apply(htmlhelpc
.wxHtmlHelpData_GetIndexCnt
,(self
,) + _args
, _kwargs
)
193 return "<C wxHtmlHelpData instance at %s>" % (self
.this
,)
194 class wxHtmlHelpData(wxHtmlHelpDataPtr
):
195 def __init__(self
,*_args
,**_kwargs
):
196 self
.this
= apply(htmlhelpc
.new_wxHtmlHelpData
,_args
,_kwargs
)
202 class wxHtmlHelpFramePtr(wxFramePtr
):
203 def __init__(self
,this
):
206 def GetData(self
, *_args
, **_kwargs
):
207 val
= apply(htmlhelpc
.wxHtmlHelpFrame_GetData
,(self
,) + _args
, _kwargs
)
208 if val
: val
= wxHtmlHelpDataPtr(val
)
210 def SetTitleFormat(self
, *_args
, **_kwargs
):
211 val
= apply(htmlhelpc
.wxHtmlHelpFrame_SetTitleFormat
,(self
,) + _args
, _kwargs
)
213 def Display(self
, *_args
, **_kwargs
):
214 val
= apply(htmlhelpc
.wxHtmlHelpFrame_Display
,(self
,) + _args
, _kwargs
)
216 def DisplayID(self
, *_args
, **_kwargs
):
217 val
= apply(htmlhelpc
.wxHtmlHelpFrame_DisplayID
,(self
,) + _args
, _kwargs
)
219 def DisplayContents(self
, *_args
, **_kwargs
):
220 val
= apply(htmlhelpc
.wxHtmlHelpFrame_DisplayContents
,(self
,) + _args
, _kwargs
)
222 def DisplayIndex(self
, *_args
, **_kwargs
):
223 val
= apply(htmlhelpc
.wxHtmlHelpFrame_DisplayIndex
,(self
,) + _args
, _kwargs
)
225 def KeywordSearch(self
, *_args
, **_kwargs
):
226 val
= apply(htmlhelpc
.wxHtmlHelpFrame_KeywordSearch
,(self
,) + _args
, _kwargs
)
228 def UseConfig(self
, *_args
, **_kwargs
):
229 val
= apply(htmlhelpc
.wxHtmlHelpFrame_UseConfig
,(self
,) + _args
, _kwargs
)
231 def ReadCustomization(self
, *_args
, **_kwargs
):
232 val
= apply(htmlhelpc
.wxHtmlHelpFrame_ReadCustomization
,(self
,) + _args
, _kwargs
)
234 def WriteCustomization(self
, *_args
, **_kwargs
):
235 val
= apply(htmlhelpc
.wxHtmlHelpFrame_WriteCustomization
,(self
,) + _args
, _kwargs
)
238 return "<C wxHtmlHelpFrame instance at %s>" % (self
.this
,)
239 class wxHtmlHelpFrame(wxHtmlHelpFramePtr
):
240 def __init__(self
,*_args
,**_kwargs
):
241 self
.this
= apply(htmlhelpc
.new_wxHtmlHelpFrame
,_args
,_kwargs
)
243 self
._setOORInfo
(self
)
248 class wxHtmlHelpControllerPtr(wxEvtHandlerPtr
):
249 def __init__(self
,this
):
252 def __del__(self
, delfunc
=htmlhelpc
.delete_wxHtmlHelpController
):
253 if self
.thisown
== 1:
258 def SetTitleFormat(self
, *_args
, **_kwargs
):
259 val
= apply(htmlhelpc
.wxHtmlHelpController_SetTitleFormat
,(self
,) + _args
, _kwargs
)
261 def SetTempDir(self
, *_args
, **_kwargs
):
262 val
= apply(htmlhelpc
.wxHtmlHelpController_SetTempDir
,(self
,) + _args
, _kwargs
)
264 def AddBook(self
, *_args
, **_kwargs
):
265 val
= apply(htmlhelpc
.wxHtmlHelpController_AddBook
,(self
,) + _args
, _kwargs
)
267 def Display(self
, *_args
, **_kwargs
):
268 val
= apply(htmlhelpc
.wxHtmlHelpController_Display
,(self
,) + _args
, _kwargs
)
270 def DisplayID(self
, *_args
, **_kwargs
):
271 val
= apply(htmlhelpc
.wxHtmlHelpController_DisplayID
,(self
,) + _args
, _kwargs
)
273 def DisplayContents(self
, *_args
, **_kwargs
):
274 val
= apply(htmlhelpc
.wxHtmlHelpController_DisplayContents
,(self
,) + _args
, _kwargs
)
276 def DisplayIndex(self
, *_args
, **_kwargs
):
277 val
= apply(htmlhelpc
.wxHtmlHelpController_DisplayIndex
,(self
,) + _args
, _kwargs
)
279 def KeywordSearch(self
, *_args
, **_kwargs
):
280 val
= apply(htmlhelpc
.wxHtmlHelpController_KeywordSearch
,(self
,) + _args
, _kwargs
)
282 def UseConfig(self
, *_args
, **_kwargs
):
283 val
= apply(htmlhelpc
.wxHtmlHelpController_UseConfig
,(self
,) + _args
, _kwargs
)
285 def ReadCustomization(self
, *_args
, **_kwargs
):
286 val
= apply(htmlhelpc
.wxHtmlHelpController_ReadCustomization
,(self
,) + _args
, _kwargs
)
288 def WriteCustomization(self
, *_args
, **_kwargs
):
289 val
= apply(htmlhelpc
.wxHtmlHelpController_WriteCustomization
,(self
,) + _args
, _kwargs
)
291 def GetFrame(self
, *_args
, **_kwargs
):
292 val
= apply(htmlhelpc
.wxHtmlHelpController_GetFrame
,(self
,) + _args
, _kwargs
)
293 if val
: val
= wxHtmlHelpFramePtr(val
)
296 return "<C wxHtmlHelpController instance at %s>" % (self
.this
,)
297 class wxHtmlHelpController(wxHtmlHelpControllerPtr
):
298 def __init__(self
,*_args
,**_kwargs
):
299 self
.this
= apply(htmlhelpc
.new_wxHtmlHelpController
,_args
,_kwargs
)
301 self
._setOORInfo
(self
)
308 #-------------- FUNCTION WRAPPERS ------------------
312 #-------------- VARIABLE WRAPPERS ------------------
314 wxHF_TOOLBAR
= htmlhelpc
.wxHF_TOOLBAR
315 wxHF_FLATTOOLBAR
= htmlhelpc
.wxHF_FLATTOOLBAR
316 wxHF_CONTENTS
= htmlhelpc
.wxHF_CONTENTS
317 wxHF_INDEX
= htmlhelpc
.wxHF_INDEX
318 wxHF_SEARCH
= htmlhelpc
.wxHF_SEARCH
319 wxHF_BOOKMARKS
= htmlhelpc
.wxHF_BOOKMARKS
320 wxHF_OPENFILES
= htmlhelpc
.wxHF_OPENFILES
321 wxHF_PRINT
= htmlhelpc
.wxHF_PRINT
322 wxHF_DEFAULTSTYLE
= htmlhelpc
.wxHF_DEFAULTSTYLE