1 /* ---------------------------------------------------------------------------- 
   2  * This file was automatically generated by SWIG (http://www.swig.org). 
   5  * This file is not intended to be easily readable and contains a number of  
   6  * coding conventions designed to improve portability and efficiency. Do not make 
   7  * changes to this file unless you know what you are doing--modify the SWIG  
   8  * interface file instead.  
   9  * ----------------------------------------------------------------------------- */ 
  12 #define SWIG_NOINCLUDE 
  15 template<class T
> class SwigValueWrapper 
{ 
  18     SwigValueWrapper() : tt(0) { } 
  19     SwigValueWrapper(const SwigValueWrapper
<T
>& rhs
) : tt(new T(*rhs
.tt
)) { } 
  20     SwigValueWrapper(const T
& t
) : tt(new T(t
)) { } 
  21     ~SwigValueWrapper() { delete tt
; }  
  22     SwigValueWrapper
& operator=(const T
& t
) { delete tt
; tt 
= new T(t
); return *this; } 
  23     operator T
&() const { return *tt
; } 
  24     T 
*operator&() { return tt
; } 
  26     SwigValueWrapper
& operator=(const SwigValueWrapper
<T
>& rhs
); 
  33 /*************************************************************** -*- c -*- 
  34  * python/precommon.swg 
  36  * Rename all exported symbols from common.swg, to avoid symbol 
  37  * clashes if multiple interpreters are included 
  39  ************************************************************************/ 
  41 #define SWIG_TypeRegister    SWIG_Python_TypeRegister 
  42 #define SWIG_TypeCheck       SWIG_Python_TypeCheck 
  43 #define SWIG_TypeCast        SWIG_Python_TypeCast 
  44 #define SWIG_TypeDynamicCast SWIG_Python_TypeDynamicCast 
  45 #define SWIG_TypeName        SWIG_Python_TypeName 
  46 #define SWIG_TypeQuery       SWIG_Python_TypeQuery 
  47 #define SWIG_TypeClientData  SWIG_Python_TypeClientData 
  50 /*********************************************************************** 
  51  * common.swg for wxPython 
  53  * Include only the function prototypes and such from SWIG's common.swg, 
  54  * but not the runtime functions themselves.  This helps keep the 
  55  * wrapper files clean of unnecessary stuff that is in the libpy.c file 
  58  ************************************************************************/ 
  62 #if defined(_WIN32) || defined(__WIN32__) 
  63 #       if defined(_MSC_VER) 
  64 #               if defined(STATIC_LINKED) 
  65 #                       define SWIGEXPORT(a) a 
  66 #                       define SWIGIMPORT(a) extern a 
  68 #                       define SWIGEXPORT(a) __declspec(dllexport) a 
  69 #                       define SWIGIMPORT(a) extern a 
  72 #               if defined(__BORLANDC__) 
  73 #                       define SWIGEXPORT(a) a _export 
  74 #                       define SWIGIMPORT(a) a _export 
  76 #                       define SWIGEXPORT(a) a 
  77 #                       define SWIGIMPORT(a) a 
  81 #       define SWIGEXPORT(a) a 
  82 #       define SWIGIMPORT(a) a 
  86 #define SWIGRUNTIME(a) SWIGEXPORT(a) 
  88 #define SWIGRUNTIME(a) static a 
  96 typedef void *(*swig_converter_func
)(void *); 
  97 typedef struct swig_type_info 
*(*swig_dycast_func
)(void **); 
  99 typedef struct swig_type_info 
{ 
 101   swig_converter_func     converter
; 
 104   swig_dycast_func        dcast
; 
 105   struct swig_type_info  
*next
; 
 106   struct swig_type_info  
*prev
; 
 110 SWIGIMPORT(swig_type_info 
*) SWIG_TypeRegister(swig_type_info 
*); 
 111 SWIGIMPORT(swig_type_info 
*) SWIG_TypeCheck(char *c
, swig_type_info 
*); 
 112 SWIGIMPORT(void *)           SWIG_TypeCast(swig_type_info 
*, void *); 
 113 SWIGIMPORT(swig_type_info 
*) SWIG_TypeDynamicCast(swig_type_info 
*, void **); 
 114 SWIGIMPORT(const char *)     SWIG_TypeName(const swig_type_info 
*); 
 115 SWIGIMPORT(swig_type_info 
*) SWIG_TypeQuery(const char *); 
 116 SWIGIMPORT(void)             SWIG_TypeClientData(swig_type_info 
*, void *); 
 124 /*********************************************************************** 
 125  * pyrun.swg for wxPython 
 127  * Include only the function prototypes and such from SWIG's pyrun.swg, 
 128  * but not the runtime functions themselves.  This helps keep the 
 129  * wrapper files clean of unnecessary stuff that is in the libpy.c file 
 132  ************************************************************************/ 
 141 #define SWIG_PY_INT     1 
 142 #define SWIG_PY_FLOAT   2 
 143 #define SWIG_PY_STRING  3 
 144 #define SWIG_PY_POINTER 4 
 145 #define SWIG_PY_BINARY  5 
 147 /* Flags for pointer conversion */ 
 149 #define SWIG_POINTER_EXCEPTION     0x1 
 150 #define SWIG_POINTER_DISOWN        0x2 
 152 /* Exception handling in wrappers */ 
 153 #define SWIG_fail   goto fail 
 155 /* Constant information structure */ 
 156 typedef struct swig_const_info 
{ 
 162     swig_type_info 
**ptype
; 
 167 /* Common SWIG API */ 
 168 #define SWIG_ConvertPtr(obj, pp, type, flags) \ 
 169   SWIG_Python_ConvertPtr(obj, pp, type, flags) 
 170 #define SWIG_NewPointerObj(p, type, flags) \ 
 171   SWIG_Python_NewPointerObj(p, type, flags) 
 172 #define SWIG_MustGetPtr(p, type, argnum, flags) \ 
 173   SWIG_Python_MustGetPtr(p, type, argnum, flags) 
 175 /* Python-specific SWIG API */ 
 176 #define SWIG_newvarlink() \ 
 177   SWIG_Python_newvarlink() 
 178 #define SWIG_addvarlink(p, name, get_attr, set_attr) \ 
 179   SWIG_Python_addvarlink(p, name, get_attr, set_attr) 
 180 #define SWIG_ConvertPacked(obj, ptr, sz, ty, flags) \ 
 181   SWIG_Python_ConvertPacked(obj, ptr, sz, ty, flags) 
 182 #define SWIG_PackData(c, ptr, sz) \ 
 183   SWIG_Python_PackData(c, ptr, sz) 
 184 #define SWIG_UnpackData(c, ptr, sz) \ 
 185   SWIG_Python_UnpackData(c, ptr, sz) 
 186 #define SWIG_NewPackedObj(ptr, sz, type) \ 
 187   SWIG_Python_NewPackedObj(ptr, sz, type) 
 188 #define SWIG_InstallConstants(d, constants) \ 
 189   SWIG_Python_InstallConstants(d, constants) 
 192 SWIGEXPORT(int)               SWIG_Python_ConvertPtr(PyObject 
*, void **, swig_type_info 
*, int); 
 193 SWIGEXPORT(PyObject 
*)        SWIG_Python_NewPointerObj(void *, swig_type_info 
*,int own
); 
 194 SWIGEXPORT(void *)            SWIG_Python_MustGetPtr(PyObject 
*, swig_type_info 
*, int, int); 
 196 SWIGEXPORT(PyObject 
*)        SWIG_Python_newvarlink(void); 
 197 SWIGEXPORT(void)              SWIG_Python_addvarlink(PyObject 
*, char *, PyObject 
*(*)(void), int (*)(PyObject 
*)); 
 198 SWIGEXPORT(int)               SWIG_Python_ConvertPacked(PyObject 
*, void *, int sz
, swig_type_info 
*, int); 
 199 SWIGEXPORT(char *)            SWIG_Python_PackData(char *c
, void *, int); 
 200 SWIGEXPORT(char *)            SWIG_Python_UnpackData(char *c
, void *, int); 
 201 SWIGEXPORT(PyObject 
*)        SWIG_Python_NewPackedObj(void *, int sz
, swig_type_info 
*); 
 202 SWIGEXPORT(void)              SWIG_Python_InstallConstants(PyObject 
*d
, swig_const_info constants
[]); 
 205 /* Contract support */ 
 207 #define SWIG_contract_assert(expr, msg) if (!(expr)) { PyErr_SetString(PyExc_RuntimeError, (char *) msg ); goto fail; } else 
 216 /* -------- TYPES TABLE (BEGIN) -------- */ 
 218 #define  SWIGTYPE_p_wxHtmlDCRenderer swig_types[0]  
 219 #define  SWIGTYPE_p_wxColour swig_types[1]  
 220 #define  SWIGTYPE_p_wxPageSetupDialogData swig_types[2]  
 221 #define  SWIGTYPE_p_wxDC swig_types[3]  
 222 #define  SWIGTYPE_p_wxDefaultHtmlRenderingStyle swig_types[4]  
 223 #define  SWIGTYPE_p_wxHtmlRenderingStyle swig_types[5]  
 224 #define  SWIGTYPE_p_wxMouseEvent swig_types[6]  
 225 #define  SWIGTYPE_p_wxHtmlWordCell swig_types[7]  
 226 #define  SWIGTYPE_p_wxHtmlHelpData swig_types[8]  
 227 #define  SWIGTYPE_p_wxHtmlWinParser swig_types[9]  
 228 #define  SWIGTYPE_p_wxHtmlParser swig_types[10]  
 229 #define  SWIGTYPE_p_wxPanel swig_types[11]  
 230 #define  SWIGTYPE_p_wxHtmlFontCell swig_types[12]  
 231 #define  SWIGTYPE_p_wxFont swig_types[13]  
 232 #define  SWIGTYPE_p_wxHtmlColourCell swig_types[14]  
 233 #define  SWIGTYPE_p_wxPyHtmlWindow swig_types[15]  
 234 #define  SWIGTYPE_p_wxScrolledWindow swig_types[16]  
 235 #define  SWIGTYPE_p_wxWindow swig_types[17]  
 236 #define  SWIGTYPE_p_wxTopLevelWindow swig_types[18]  
 237 #define  SWIGTYPE_p_wxHtmlEasyPrinting swig_types[19]  
 238 #define  SWIGTYPE_p_wxHtmlSelection swig_types[20]  
 239 #define  SWIGTYPE_p_wxHtmlRenderingInfo swig_types[21]  
 240 #define  SWIGTYPE_p_wxHtmlWidgetCell swig_types[22]  
 241 #define  SWIGTYPE_p_wxObject swig_types[23]  
 242 #define  SWIGTYPE_p_wxString swig_types[24]  
 243 #define  SWIGTYPE_p_wxPyHtmlWinTagHandler swig_types[25]  
 244 #define  SWIGTYPE_p_wxHtmlTagHandler swig_types[26]  
 245 #define  SWIGTYPE_p_wxPyHtmlTagHandler swig_types[27]  
 246 #define  SWIGTYPE_p_wxEvtHandler swig_types[28]  
 247 #define  SWIGTYPE_p_wxPoint swig_types[29]  
 248 #define  SWIGTYPE_p_wxHtmlHelpController swig_types[30]  
 249 #define  SWIGTYPE_p_wxCursor swig_types[31]  
 250 #define  SWIGTYPE_p_wxFileSystem swig_types[32]  
 251 #define  SWIGTYPE_p_wxHtmlBookRecArray swig_types[33]  
 252 #define  SWIGTYPE_p_wxPyPrintout swig_types[34]  
 253 #define  SWIGTYPE_p_wxHtmlPrintout swig_types[35]  
 254 #define  SWIGTYPE_p_wxHtmlSearchStatus swig_types[36]  
 255 #define  SWIGTYPE_p_wxHtmlContentsItem swig_types[37]  
 256 #define  SWIGTYPE_p_wxConfigBase swig_types[38]  
 257 #define  SWIGTYPE_p_wxPrintData swig_types[39]  
 258 #define  SWIGTYPE_p_wxHtmlHelpFrame swig_types[40]  
 259 #define  SWIGTYPE_p_wxHtmlRenderingState swig_types[41]  
 260 #define  SWIGTYPE_p_wxFrame swig_types[42]  
 261 #define  SWIGTYPE_p_wxPyHtmlFilter swig_types[43]  
 262 #define  SWIGTYPE_p_wxHtmlFilter swig_types[44]  
 263 #define  SWIGTYPE_p_wxHtmlCell swig_types[45]  
 264 #define  SWIGTYPE_p_wxHtmlContainerCell swig_types[46]  
 265 #define  SWIGTYPE_p_wxHtmlTag swig_types[47]  
 266 #define  SWIGTYPE_p_wxHtmlLinkInfo swig_types[48]  
 267 #define  SWIGTYPE_p_int swig_types[49]  
 268 #define  SWIGTYPE_p_wxHtmlBookRecord swig_types[50]  
 269 static swig_type_info 
*swig_types
[52]; 
 271 /* -------- TYPES TABLE (END) -------- */ 
 274 /*----------------------------------------------- 
 276   ------------------------------------------------*/ 
 277 #define SWIG_init    init_html 
 279 #define SWIG_name    "_html" 
 281 #include "wx/wxPython/wxPython.h" 
 282 #include "wx/wxPython/pyclasses.h" 
 283 #include "wx/wxPython/pyistream.h" 
 284 #include "wx/wxPython/printfw.h" 
 286 #include <wx/html/htmlwin.h> 
 287 #include <wx/html/htmprint.h> 
 288 #include <wx/html/helpctrl.h> 
 291     DECLARE_DEF_STRING(EmptyString
); 
 292     static const wxChar
* wxHtmlWindowNameStr 
= wxT("htmlWindow"); 
 293     DECLARE_DEF_STRING(HtmlWindowNameStr
); 
 294     static const wxChar
* wxHtmlPrintoutTitleStr 
= wxT("Printout"); 
 295     DECLARE_DEF_STRING(HtmlPrintoutTitleStr
); 
 296     static const wxChar
* wxHtmlPrintingTitleStr 
= wxT("Printing"); 
 297     DECLARE_DEF_STRING(HtmlPrintingTitleStr
); 
 300 void wxHtmlWinParser_SetFonts(wxHtmlWinParser 
*self
,wxString normal_face
,wxString fixed_face
,PyObject 
*sizes
){ 
 302             if (sizes
) temp 
= int_LIST_helper(sizes
); 
 303             self
->SetFonts(normal_face
, fixed_face
, temp
); 
 308 class wxPyHtmlTagHandler 
: public wxHtmlTagHandler 
{ 
 309     DECLARE_DYNAMIC_CLASS(wxPyHtmlTagHandler
); 
 311     wxPyHtmlTagHandler() : wxHtmlTagHandler() {}; 
 313     wxHtmlParser
* GetParser() { return m_Parser
; } 
 314     void ParseInner(const wxHtmlTag
& tag
) { wxHtmlTagHandler::ParseInner(tag
); } 
 316     DEC_PYCALLBACK_STRING__pure(GetSupportedTags
); 
 317     DEC_PYCALLBACK_BOOL_TAG_pure(HandleTag
); 
 322 IMPLEMENT_DYNAMIC_CLASS(wxPyHtmlTagHandler
, wxHtmlTagHandler
); 
 324 IMP_PYCALLBACK_STRING__pure(wxPyHtmlTagHandler
, wxHtmlTagHandler
, GetSupportedTags
); 
 325 IMP_PYCALLBACK_BOOL_TAG_pure(wxPyHtmlTagHandler
, wxHtmlTagHandler
, HandleTag
); 
 328 class wxPyHtmlWinTagHandler 
: public wxHtmlWinTagHandler 
{ 
 329     DECLARE_DYNAMIC_CLASS(wxPyHtmlWinTagHandler
); 
 331     wxPyHtmlWinTagHandler() : wxHtmlWinTagHandler() {}; 
 333     wxHtmlWinParser
* GetParser() { return m_WParser
; } 
 334     void ParseInner(const wxHtmlTag
& tag
) 
 335         { wxHtmlWinTagHandler::ParseInner(tag
); } 
 337     DEC_PYCALLBACK_STRING__pure(GetSupportedTags
); 
 338     DEC_PYCALLBACK_BOOL_TAG_pure(HandleTag
); 
 343 IMPLEMENT_DYNAMIC_CLASS( wxPyHtmlWinTagHandler
, wxHtmlWinTagHandler
); 
 345 IMP_PYCALLBACK_STRING__pure(wxPyHtmlWinTagHandler
, wxHtmlWinTagHandler
, GetSupportedTags
); 
 346 IMP_PYCALLBACK_BOOL_TAG_pure(wxPyHtmlWinTagHandler
, wxHtmlWinTagHandler
, HandleTag
); 
 350 class wxPyHtmlTagsModule 
: public wxHtmlTagsModule 
{ 
 352     wxPyHtmlTagsModule(PyObject
* thc
) : wxHtmlTagsModule() { 
 353         m_tagHandlerClass 
= thc
; 
 354         Py_INCREF(m_tagHandlerClass
); 
 355         RegisterModule(this); 
 356         wxHtmlWinParser::AddModule(this); 
 360         wxPyBeginBlockThreads(); 
 361         Py_DECREF(m_tagHandlerClass
); 
 362         m_tagHandlerClass 
= NULL
; 
 363         for (size_t x
=0; x 
< m_objArray
.GetCount(); x
++) { 
 364             PyObject
* obj 
= (PyObject
*)m_objArray
.Item(x
); 
 367         wxPyEndBlockThreads(); 
 370     void FillHandlersTable(wxHtmlWinParser 
*parser
) { 
 371         // Wave our magic wand...  (if it works it's a miracle!  ;-) 
 373         // First, make a new instance of the tag handler 
 374         wxPyBeginBlockThreads(); 
 375         PyObject
* arg 
= Py_BuildValue("()"); 
 376         PyObject
* obj 
= PyInstance_New(m_tagHandlerClass
, arg
, NULL
); 
 378         wxPyEndBlockThreads(); 
 380         // now figure out where it's C++ object is... 
 381         wxPyHtmlWinTagHandler
* thPtr
; 
 382         if (! wxPyConvertSwigPtr(obj
, (void **)&thPtr
, wxT("wxPyHtmlWinTagHandler"))) 
 386         parser
->AddTagHandler(thPtr
); 
 393     PyObject
*           m_tagHandlerClass
; 
 394     wxArrayPtrVoid      m_objArray
; 
 399     void wxHtmlWinParser_AddTagHandler(PyObject
* tagHandlerClass
) { 
 400         // Dynamically create a new wxModule.  Refcounts tagHandlerClass 
 401         // and adds itself to the wxModules list and to the wxHtmlWinParser. 
 402         new wxPyHtmlTagsModule(tagHandlerClass
); 
 406 static PyObject
* t_output_helper(PyObject
* target
, PyObject
* o
) { 
 412     } else if (target 
== Py_None
) {   
 416         if (!PyTuple_Check(target
)) { 
 418             target 
= PyTuple_New(1); 
 419             PyTuple_SetItem(target
, 0, o2
); 
 422         PyTuple_SetItem(o3
, 0, o
);       
 425         target 
= PySequence_Concat(o2
, o3
);  
 432  // here's the C++ version 
 433 class wxPyHtmlFilter 
: public wxHtmlFilter 
{ 
 434     DECLARE_ABSTRACT_CLASS(wxPyHtmlFilter
); 
 436     wxPyHtmlFilter() : wxHtmlFilter() {} 
 438     // returns True if this filter is able to open&read given file 
 439     virtual bool CanRead(const wxFSFile
& file
) const { 
 442         wxPyBeginBlockThreads(); 
 443         if ((found 
= wxPyCBH_findCallback(m_myInst
, "CanRead"))) { 
 444             PyObject
* obj 
= wxPyMake_wxObject((wxFSFile
*)&file
);  // cast away const 
 445             rval 
= wxPyCBH_callCallback(m_myInst
, Py_BuildValue("(O)", obj
)); 
 448         wxPyEndBlockThreads(); 
 453     // Reads given file and returns HTML document. 
 454     // Returns empty string if opening failed 
 455     virtual wxString 
ReadFile(const wxFSFile
& file
) const { 
 458         wxPyBeginBlockThreads(); 
 459         if ((found 
= wxPyCBH_findCallback(m_myInst
, "ReadFile"))) { 
 460             PyObject
* obj 
= wxPyMake_wxObject((wxFSFile
*)&file
);  // cast away const 
 462             ro 
= wxPyCBH_callCallbackObj(m_myInst
, Py_BuildValue("(O)", obj
)); 
 465                 rval 
= Py2wxString(ro
); 
 469         wxPyEndBlockThreads(); 
 476 IMPLEMENT_ABSTRACT_CLASS(wxPyHtmlFilter
, wxHtmlFilter
); 
 479 class wxPyHtmlWindow 
: public wxHtmlWindow 
{ 
 480     DECLARE_ABSTRACT_CLASS(wxPyHtmlWindow
); 
 482     wxPyHtmlWindow(wxWindow 
*parent
, wxWindowID id 
= -1, 
 483                    const wxPoint
& pos 
= wxDefaultPosition
, 
 484                    const wxSize
& size 
= wxDefaultSize
, 
 485                    long style 
= wxHW_DEFAULT_STYLE
, 
 486                    const wxString
& name 
= wxPyHtmlWindowNameStr
) 
 487         : wxHtmlWindow(parent
, id
, pos
, size
, style
, name
)  {}; 
 488     wxPyHtmlWindow() : wxHtmlWindow() {}; 
 490     bool ScrollToAnchor(const wxString
& anchor
) { 
 491         return wxHtmlWindow::ScrollToAnchor(anchor
); 
 494     bool HasAnchor(const wxString
& anchor
) { 
 495         const wxHtmlCell 
*c 
= m_Cell
->Find(wxHTML_COND_ISANCHOR
, &anchor
); 
 499     void OnLinkClicked(const wxHtmlLinkInfo
& link
); 
 500     void base_OnLinkClicked(const wxHtmlLinkInfo
& link
); 
 502     wxHtmlOpeningStatus 
OnOpeningURL(wxHtmlURLType type
, 
 504                                       wxString 
*redirect
) const; 
 506     DEC_PYCALLBACK__STRING(OnSetTitle
); 
 507     DEC_PYCALLBACK__CELLINTINT(OnCellMouseHover
); 
 508     DEC_PYCALLBACK__CELLINTINTME(OnCellClicked
); 
 512 IMPLEMENT_ABSTRACT_CLASS( wxPyHtmlWindow
, wxHtmlWindow 
); 
 513 IMP_PYCALLBACK__STRING(wxPyHtmlWindow
, wxHtmlWindow
, OnSetTitle
); 
 514 IMP_PYCALLBACK__CELLINTINT(wxPyHtmlWindow
, wxHtmlWindow
, OnCellMouseHover
); 
 515 IMP_PYCALLBACK__CELLINTINTME(wxPyHtmlWindow
, wxHtmlWindow
, OnCellClicked
); 
 518 void wxPyHtmlWindow::OnLinkClicked(const wxHtmlLinkInfo
& link
) { 
 520     wxPyBeginBlockThreads(); 
 521     if ((found 
= wxPyCBH_findCallback(m_myInst
, "OnLinkClicked"))) { 
 522         PyObject
* obj 
= wxPyConstructObject((void*)&link
, wxT("wxHtmlLinkInfo"), 0); 
 523         wxPyCBH_callCallback(m_myInst
, Py_BuildValue("(O)", obj
)); 
 526     wxPyEndBlockThreads(); 
 528         wxHtmlWindow::OnLinkClicked(link
); 
 530 void wxPyHtmlWindow::base_OnLinkClicked(const wxHtmlLinkInfo
& link
) { 
 531     wxHtmlWindow::OnLinkClicked(link
); 
 535 wxHtmlOpeningStatus 
wxPyHtmlWindow::OnOpeningURL(wxHtmlURLType type
, 
 537                                                  wxString 
*redirect
) const { 
 539     wxHtmlOpeningStatus rval
; 
 540     wxPyBeginBlockThreads(); 
 541     if ((found 
= wxPyCBH_findCallback(m_myInst
, "OnOpeningURL"))) { 
 543         PyObject
* s 
= wx2PyString(url
); 
 544         ro 
= wxPyCBH_callCallbackObj(m_myInst
, Py_BuildValue("(iO)", type
, s
)); 
 546         if (PyString_Check(ro
) 
 547 #if PYTHON_API_VERSION >= 1009 
 548             || PyUnicode_Check(ro
) 
 551             *redirect 
= Py2wxString(ro
); 
 552             rval 
= wxHTML_REDIRECT
; 
 555             PyObject
* num 
= PyNumber_Int(ro
); 
 556             rval 
= (wxHtmlOpeningStatus
)PyInt_AsLong(num
); 
 561     wxPyEndBlockThreads(); 
 563         rval 
= wxHtmlWindow::OnOpeningURL(type
, url
, redirect
); 
 569 void wxPyHtmlWindow_SetFonts(wxPyHtmlWindow 
*self
,wxString normal_face
,wxString fixed_face
,PyObject 
*sizes
){ 
 571             if (sizes
) temp 
= int_LIST_helper(sizes
); 
 572             self
->SetFonts(normal_face
, fixed_face
, temp
); 
 576 void wxHtmlDCRenderer_SetFonts(wxHtmlDCRenderer 
*self
,wxString normal_face
,wxString fixed_face
,PyObject 
*sizes
){ 
 578             if (sizes
) temp 
= int_LIST_helper(sizes
); 
 579             self
->SetFonts(normal_face
, fixed_face
, temp
); 
 583 void wxHtmlPrintout_SetFonts(wxHtmlPrintout 
*self
,wxString normal_face
,wxString fixed_face
,PyObject 
*sizes
){ 
 585             if (sizes
) temp 
= int_LIST_helper(sizes
); 
 586             self
->SetFonts(normal_face
, fixed_face
, temp
); 
 590 void wxHtmlEasyPrinting_SetFonts(wxHtmlEasyPrinting 
*self
,wxString normal_face
,wxString fixed_face
,PyObject 
*sizes
){ 
 592             if (sizes
) temp 
= int_LIST_helper(sizes
); 
 593             self
->SetFonts(normal_face
, fixed_face
, temp
); 
 597 int wxHtmlContentsItem_GetLevel(wxHtmlContentsItem 
*self
){ return self
->m_Level
; } 
 598 int wxHtmlContentsItem_GetID(wxHtmlContentsItem 
*self
){ return self
->m_ID
; } 
 599 wxString 
wxHtmlContentsItem_GetName(wxHtmlContentsItem 
*self
){ return self
->m_Name
; } 
 600 wxString 
wxHtmlContentsItem_GetPage(wxHtmlContentsItem 
*self
){ return self
->m_Page
; } 
 601 wxHtmlBookRecord 
*wxHtmlContentsItem_GetBook(wxHtmlContentsItem 
*self
){ return self
->m_Book
; } 
 605 static PyObject 
*_wrap_new_HtmlLinkInfo(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 608     wxString 
const &arg2_defvalue 
= wxPyEmptyString 
; 
 609     wxString 
*arg2 
= (wxString 
*) &arg2_defvalue 
; 
 610     wxHtmlLinkInfo 
*result
; 
 613     PyObject 
* obj0 
= 0 ; 
 614     PyObject 
* obj1 
= 0 ; 
 616         (char *) "href",(char *) "target", NULL 
 
 619     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|O:new_HtmlLinkInfo",kwnames
,&obj0
,&obj1
)) goto fail
; 
 621         arg1 
= wxString_in_helper(obj0
); 
 622         if (arg1 
== NULL
) SWIG_fail
; 
 627             arg2 
= wxString_in_helper(obj1
); 
 628             if (arg2 
== NULL
) SWIG_fail
; 
 633         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 634         result 
= (wxHtmlLinkInfo 
*)new wxHtmlLinkInfo((wxString 
const &)*arg1
,(wxString 
const &)*arg2
); 
 636         wxPyEndAllowThreads(__tstate
); 
 637         if (PyErr_Occurred()) SWIG_fail
; 
 639     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlLinkInfo
, 1); 
 662 static PyObject 
*_wrap_HtmlLinkInfo_GetHref(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 664     wxHtmlLinkInfo 
*arg1 
= (wxHtmlLinkInfo 
*) 0 ; 
 666     PyObject 
* obj0 
= 0 ; 
 668         (char *) "self", NULL 
 
 671     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlLinkInfo_GetHref",kwnames
,&obj0
)) goto fail
; 
 672     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlLinkInfo
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
 674         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 675         result 
= (arg1
)->GetHref(); 
 677         wxPyEndAllowThreads(__tstate
); 
 678         if (PyErr_Occurred()) SWIG_fail
; 
 682         resultobj 
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len()); 
 684         resultobj 
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len()); 
 693 static PyObject 
*_wrap_HtmlLinkInfo_GetTarget(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 695     wxHtmlLinkInfo 
*arg1 
= (wxHtmlLinkInfo 
*) 0 ; 
 697     PyObject 
* obj0 
= 0 ; 
 699         (char *) "self", NULL 
 
 702     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlLinkInfo_GetTarget",kwnames
,&obj0
)) goto fail
; 
 703     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlLinkInfo
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
 705         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 706         result 
= (arg1
)->GetTarget(); 
 708         wxPyEndAllowThreads(__tstate
); 
 709         if (PyErr_Occurred()) SWIG_fail
; 
 713         resultobj 
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len()); 
 715         resultobj 
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len()); 
 724 static PyObject 
*_wrap_HtmlLinkInfo_GetEvent(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 726     wxHtmlLinkInfo 
*arg1 
= (wxHtmlLinkInfo 
*) 0 ; 
 727     wxMouseEvent 
*result
; 
 728     PyObject 
* obj0 
= 0 ; 
 730         (char *) "self", NULL 
 
 733     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlLinkInfo_GetEvent",kwnames
,&obj0
)) goto fail
; 
 734     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlLinkInfo
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
 736         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 737         result 
= (wxMouseEvent 
*)(arg1
)->GetEvent(); 
 739         wxPyEndAllowThreads(__tstate
); 
 740         if (PyErr_Occurred()) SWIG_fail
; 
 743         resultobj 
= wxPyMake_wxObject(result
);  
 751 static PyObject 
*_wrap_HtmlLinkInfo_GetHtmlCell(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 753     wxHtmlLinkInfo 
*arg1 
= (wxHtmlLinkInfo 
*) 0 ; 
 755     PyObject 
* obj0 
= 0 ; 
 757         (char *) "self", NULL 
 
 760     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlLinkInfo_GetHtmlCell",kwnames
,&obj0
)) goto fail
; 
 761     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlLinkInfo
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
 763         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 764         result 
= (wxHtmlCell 
*)(arg1
)->GetHtmlCell(); 
 766         wxPyEndAllowThreads(__tstate
); 
 767         if (PyErr_Occurred()) SWIG_fail
; 
 769     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlCell
, 0); 
 776 static PyObject 
*_wrap_HtmlLinkInfo_SetEvent(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 778     wxHtmlLinkInfo 
*arg1 
= (wxHtmlLinkInfo 
*) 0 ; 
 779     wxMouseEvent 
*arg2 
= (wxMouseEvent 
*) 0 ; 
 780     PyObject 
* obj0 
= 0 ; 
 781     PyObject 
* obj1 
= 0 ; 
 783         (char *) "self",(char *) "e", NULL 
 
 786     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlLinkInfo_SetEvent",kwnames
,&obj0
,&obj1
)) goto fail
; 
 787     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlLinkInfo
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
 788     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxMouseEvent
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
 790         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 791         (arg1
)->SetEvent((wxMouseEvent 
const *)arg2
); 
 793         wxPyEndAllowThreads(__tstate
); 
 794         if (PyErr_Occurred()) SWIG_fail
; 
 796     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
 803 static PyObject 
*_wrap_HtmlLinkInfo_SetHtmlCell(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 805     wxHtmlLinkInfo 
*arg1 
= (wxHtmlLinkInfo 
*) 0 ; 
 806     wxHtmlCell 
*arg2 
= (wxHtmlCell 
*) 0 ; 
 807     PyObject 
* obj0 
= 0 ; 
 808     PyObject 
* obj1 
= 0 ; 
 810         (char *) "self",(char *) "e", NULL 
 
 813     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlLinkInfo_SetHtmlCell",kwnames
,&obj0
,&obj1
)) goto fail
; 
 814     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlLinkInfo
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
 815     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
 817         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 818         (arg1
)->SetHtmlCell((wxHtmlCell 
const *)arg2
); 
 820         wxPyEndAllowThreads(__tstate
); 
 821         if (PyErr_Occurred()) SWIG_fail
; 
 823     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
 830 static PyObject 
* HtmlLinkInfo_swigregister(PyObject 
*self
, PyObject 
*args
) { 
 832     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
 833     SWIG_TypeClientData(SWIGTYPE_p_wxHtmlLinkInfo
, obj
); 
 835     return Py_BuildValue((char *)""); 
 837 static PyObject 
*_wrap_HtmlTag_GetName(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 839     wxHtmlTag 
*arg1 
= (wxHtmlTag 
*) 0 ; 
 841     PyObject 
* obj0 
= 0 ; 
 843         (char *) "self", NULL 
 
 846     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlTag_GetName",kwnames
,&obj0
)) goto fail
; 
 847     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlTag
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
 849         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 850         result 
= (arg1
)->GetName(); 
 852         wxPyEndAllowThreads(__tstate
); 
 853         if (PyErr_Occurred()) SWIG_fail
; 
 857         resultobj 
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len()); 
 859         resultobj 
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len()); 
 868 static PyObject 
*_wrap_HtmlTag_HasParam(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 870     wxHtmlTag 
*arg1 
= (wxHtmlTag 
*) 0 ; 
 874     PyObject 
* obj0 
= 0 ; 
 875     PyObject 
* obj1 
= 0 ; 
 877         (char *) "self",(char *) "par", NULL 
 
 880     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlTag_HasParam",kwnames
,&obj0
,&obj1
)) goto fail
; 
 881     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlTag
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
 883         arg2 
= wxString_in_helper(obj1
); 
 884         if (arg2 
== NULL
) SWIG_fail
; 
 888         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 889         result 
= (bool)(arg1
)->HasParam((wxString 
const &)*arg2
); 
 891         wxPyEndAllowThreads(__tstate
); 
 892         if (PyErr_Occurred()) SWIG_fail
; 
 894     resultobj 
= PyInt_FromLong((long)result
); 
 909 static PyObject 
*_wrap_HtmlTag_GetParam(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 911     wxHtmlTag 
*arg1 
= (wxHtmlTag 
*) 0 ; 
 913     int arg3 
= (int) False 
; 
 916     PyObject 
* obj0 
= 0 ; 
 917     PyObject 
* obj1 
= 0 ; 
 919         (char *) "self",(char *) "par",(char *) "with_commas", NULL 
 
 922     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|i:HtmlTag_GetParam",kwnames
,&obj0
,&obj1
,&arg3
)) goto fail
; 
 923     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlTag
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
 925         arg2 
= wxString_in_helper(obj1
); 
 926         if (arg2 
== NULL
) SWIG_fail
; 
 930         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 931         result 
= (arg1
)->GetParam((wxString 
const &)*arg2
,arg3
); 
 933         wxPyEndAllowThreads(__tstate
); 
 934         if (PyErr_Occurred()) SWIG_fail
; 
 938         resultobj 
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len()); 
 940         resultobj 
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len()); 
 957 static PyObject 
*_wrap_HtmlTag_GetAllParams(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 959     wxHtmlTag 
*arg1 
= (wxHtmlTag 
*) 0 ; 
 961     PyObject 
* obj0 
= 0 ; 
 963         (char *) "self", NULL 
 
 966     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlTag_GetAllParams",kwnames
,&obj0
)) goto fail
; 
 967     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlTag
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
 969         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 970         result 
= (arg1
)->GetAllParams(); 
 972         wxPyEndAllowThreads(__tstate
); 
 973         if (PyErr_Occurred()) SWIG_fail
; 
 977         resultobj 
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len()); 
 979         resultobj 
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len()); 
 988 static PyObject 
*_wrap_HtmlTag_HasEnding(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 990     wxHtmlTag 
*arg1 
= (wxHtmlTag 
*) 0 ; 
 992     PyObject 
* obj0 
= 0 ; 
 994         (char *) "self", NULL 
 
 997     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlTag_HasEnding",kwnames
,&obj0
)) goto fail
; 
 998     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlTag
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1000         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1001         result 
= (bool)(arg1
)->HasEnding(); 
1003         wxPyEndAllowThreads(__tstate
); 
1004         if (PyErr_Occurred()) SWIG_fail
; 
1006     resultobj 
= PyInt_FromLong((long)result
); 
1013 static PyObject 
*_wrap_HtmlTag_GetBeginPos(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1014     PyObject 
*resultobj
; 
1015     wxHtmlTag 
*arg1 
= (wxHtmlTag 
*) 0 ; 
1017     PyObject 
* obj0 
= 0 ; 
1019         (char *) "self", NULL 
 
1022     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlTag_GetBeginPos",kwnames
,&obj0
)) goto fail
; 
1023     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlTag
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1025         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1026         result 
= (int)(arg1
)->GetBeginPos(); 
1028         wxPyEndAllowThreads(__tstate
); 
1029         if (PyErr_Occurred()) SWIG_fail
; 
1031     resultobj 
= PyInt_FromLong((long)result
); 
1038 static PyObject 
*_wrap_HtmlTag_GetEndPos1(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1039     PyObject 
*resultobj
; 
1040     wxHtmlTag 
*arg1 
= (wxHtmlTag 
*) 0 ; 
1042     PyObject 
* obj0 
= 0 ; 
1044         (char *) "self", NULL 
 
1047     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlTag_GetEndPos1",kwnames
,&obj0
)) goto fail
; 
1048     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlTag
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1050         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1051         result 
= (int)(arg1
)->GetEndPos1(); 
1053         wxPyEndAllowThreads(__tstate
); 
1054         if (PyErr_Occurred()) SWIG_fail
; 
1056     resultobj 
= PyInt_FromLong((long)result
); 
1063 static PyObject 
*_wrap_HtmlTag_GetEndPos2(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1064     PyObject 
*resultobj
; 
1065     wxHtmlTag 
*arg1 
= (wxHtmlTag 
*) 0 ; 
1067     PyObject 
* obj0 
= 0 ; 
1069         (char *) "self", NULL 
 
1072     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlTag_GetEndPos2",kwnames
,&obj0
)) goto fail
; 
1073     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlTag
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1075         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1076         result 
= (int)(arg1
)->GetEndPos2(); 
1078         wxPyEndAllowThreads(__tstate
); 
1079         if (PyErr_Occurred()) SWIG_fail
; 
1081     resultobj 
= PyInt_FromLong((long)result
); 
1088 static PyObject 
* HtmlTag_swigregister(PyObject 
*self
, PyObject 
*args
) { 
1090     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
1091     SWIG_TypeClientData(SWIGTYPE_p_wxHtmlTag
, obj
); 
1093     return Py_BuildValue((char *)""); 
1095 static PyObject 
*_wrap_HtmlParser_SetFS(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1096     PyObject 
*resultobj
; 
1097     wxHtmlParser 
*arg1 
= (wxHtmlParser 
*) 0 ; 
1098     wxFileSystem 
*arg2 
= (wxFileSystem 
*) 0 ; 
1099     PyObject 
* obj0 
= 0 ; 
1100     PyObject 
* obj1 
= 0 ; 
1102         (char *) "self",(char *) "fs", NULL 
 
1105     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlParser_SetFS",kwnames
,&obj0
,&obj1
)) goto fail
; 
1106     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1107     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxFileSystem
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1109         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1110         (arg1
)->SetFS(arg2
); 
1112         wxPyEndAllowThreads(__tstate
); 
1113         if (PyErr_Occurred()) SWIG_fail
; 
1115     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1122 static PyObject 
*_wrap_HtmlParser_GetFS(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1123     PyObject 
*resultobj
; 
1124     wxHtmlParser 
*arg1 
= (wxHtmlParser 
*) 0 ; 
1125     wxFileSystem 
*result
; 
1126     PyObject 
* obj0 
= 0 ; 
1128         (char *) "self", NULL 
 
1131     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlParser_GetFS",kwnames
,&obj0
)) goto fail
; 
1132     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1134         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1135         result 
= (wxFileSystem 
*)(arg1
)->GetFS(); 
1137         wxPyEndAllowThreads(__tstate
); 
1138         if (PyErr_Occurred()) SWIG_fail
; 
1141         resultobj 
= wxPyMake_wxObject(result
);  
1149 static PyObject 
*_wrap_HtmlParser_Parse(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1150     PyObject 
*resultobj
; 
1151     wxHtmlParser 
*arg1 
= (wxHtmlParser 
*) 0 ; 
1152     wxString 
*arg2 
= 0 ; 
1154     bool temp2 
= False 
; 
1155     PyObject 
* obj0 
= 0 ; 
1156     PyObject 
* obj1 
= 0 ; 
1158         (char *) "self",(char *) "source", NULL 
 
1161     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlParser_Parse",kwnames
,&obj0
,&obj1
)) goto fail
; 
1162     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1164         arg2 
= wxString_in_helper(obj1
); 
1165         if (arg2 
== NULL
) SWIG_fail
; 
1169         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1170         result 
= (wxObject 
*)(arg1
)->Parse((wxString 
const &)*arg2
); 
1172         wxPyEndAllowThreads(__tstate
); 
1173         if (PyErr_Occurred()) SWIG_fail
; 
1176         resultobj 
= wxPyMake_wxObject(result
);  
1192 static PyObject 
*_wrap_HtmlParser_InitParser(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1193     PyObject 
*resultobj
; 
1194     wxHtmlParser 
*arg1 
= (wxHtmlParser 
*) 0 ; 
1195     wxString 
*arg2 
= 0 ; 
1196     bool temp2 
= False 
; 
1197     PyObject 
* obj0 
= 0 ; 
1198     PyObject 
* obj1 
= 0 ; 
1200         (char *) "self",(char *) "source", NULL 
 
1203     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlParser_InitParser",kwnames
,&obj0
,&obj1
)) goto fail
; 
1204     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1206         arg2 
= wxString_in_helper(obj1
); 
1207         if (arg2 
== NULL
) SWIG_fail
; 
1211         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1212         (arg1
)->InitParser((wxString 
const &)*arg2
); 
1214         wxPyEndAllowThreads(__tstate
); 
1215         if (PyErr_Occurred()) SWIG_fail
; 
1217     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1232 static PyObject 
*_wrap_HtmlParser_DoneParser(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1233     PyObject 
*resultobj
; 
1234     wxHtmlParser 
*arg1 
= (wxHtmlParser 
*) 0 ; 
1235     PyObject 
* obj0 
= 0 ; 
1237         (char *) "self", NULL 
 
1240     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlParser_DoneParser",kwnames
,&obj0
)) goto fail
; 
1241     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1243         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1244         (arg1
)->DoneParser(); 
1246         wxPyEndAllowThreads(__tstate
); 
1247         if (PyErr_Occurred()) SWIG_fail
; 
1249     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1256 static PyObject 
*_wrap_HtmlParser_DoParsing(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1257     PyObject 
*resultobj
; 
1258     wxHtmlParser 
*arg1 
= (wxHtmlParser 
*) 0 ; 
1261     PyObject 
* obj0 
= 0 ; 
1263         (char *) "self",(char *) "begin_pos",(char *) "end_pos", NULL 
 
1266     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oii:HtmlParser_DoParsing",kwnames
,&obj0
,&arg2
,&arg3
)) goto fail
; 
1267     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1269         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1270         (arg1
)->DoParsing(arg2
,arg3
); 
1272         wxPyEndAllowThreads(__tstate
); 
1273         if (PyErr_Occurred()) SWIG_fail
; 
1275     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1282 static PyObject 
*_wrap_HtmlParser_StopParsing(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1283     PyObject 
*resultobj
; 
1284     wxHtmlParser 
*arg1 
= (wxHtmlParser 
*) 0 ; 
1285     PyObject 
* obj0 
= 0 ; 
1287         (char *) "self", NULL 
 
1290     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlParser_StopParsing",kwnames
,&obj0
)) goto fail
; 
1291     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1293         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1294         (arg1
)->StopParsing(); 
1296         wxPyEndAllowThreads(__tstate
); 
1297         if (PyErr_Occurred()) SWIG_fail
; 
1299     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1306 static PyObject 
*_wrap_HtmlParser_AddTagHandler(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1307     PyObject 
*resultobj
; 
1308     wxHtmlParser 
*arg1 
= (wxHtmlParser 
*) 0 ; 
1309     wxHtmlTagHandler 
*arg2 
= (wxHtmlTagHandler 
*) 0 ; 
1310     PyObject 
* obj0 
= 0 ; 
1311     PyObject 
* obj1 
= 0 ; 
1313         (char *) "self",(char *) "handler", NULL 
 
1316     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlParser_AddTagHandler",kwnames
,&obj0
,&obj1
)) goto fail
; 
1317     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1318     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxHtmlTagHandler
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1320         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1321         (arg1
)->AddTagHandler(arg2
); 
1323         wxPyEndAllowThreads(__tstate
); 
1324         if (PyErr_Occurred()) SWIG_fail
; 
1326     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1333 static PyObject 
*_wrap_HtmlParser_GetSource(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1334     PyObject 
*resultobj
; 
1335     wxHtmlParser 
*arg1 
= (wxHtmlParser 
*) 0 ; 
1337     PyObject 
* obj0 
= 0 ; 
1339         (char *) "self", NULL 
 
1342     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlParser_GetSource",kwnames
,&obj0
)) goto fail
; 
1343     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1345         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1346         result 
= (wxString 
*)(arg1
)->GetSource(); 
1348         wxPyEndAllowThreads(__tstate
); 
1349         if (PyErr_Occurred()) SWIG_fail
; 
1353         resultobj 
= PyUnicode_FromWideChar(result
->c_str(), result
->Len()); 
1355         resultobj 
= PyString_FromStringAndSize(result
->c_str(), result
->Len()); 
1364 static PyObject 
*_wrap_HtmlParser_PushTagHandler(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1365     PyObject 
*resultobj
; 
1366     wxHtmlParser 
*arg1 
= (wxHtmlParser 
*) 0 ; 
1367     wxHtmlTagHandler 
*arg2 
= (wxHtmlTagHandler 
*) 0 ; 
1369     PyObject 
* obj0 
= 0 ; 
1370     PyObject 
* obj1 
= 0 ; 
1371     PyObject 
* obj2 
= 0 ; 
1373         (char *) "self",(char *) "handler",(char *) "tags", NULL 
 
1376     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:HtmlParser_PushTagHandler",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
; 
1377     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1378     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxHtmlTagHandler
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1380         wxString
* sptr 
= wxString_in_helper(obj2
); 
1381         if (sptr 
== NULL
) SWIG_fail
; 
1386         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1387         (arg1
)->PushTagHandler(arg2
,arg3
); 
1389         wxPyEndAllowThreads(__tstate
); 
1390         if (PyErr_Occurred()) SWIG_fail
; 
1392     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1399 static PyObject 
*_wrap_HtmlParser_PopTagHandler(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1400     PyObject 
*resultobj
; 
1401     wxHtmlParser 
*arg1 
= (wxHtmlParser 
*) 0 ; 
1402     PyObject 
* obj0 
= 0 ; 
1404         (char *) "self", NULL 
 
1407     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlParser_PopTagHandler",kwnames
,&obj0
)) goto fail
; 
1408     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1410         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1411         (arg1
)->PopTagHandler(); 
1413         wxPyEndAllowThreads(__tstate
); 
1414         if (PyErr_Occurred()) SWIG_fail
; 
1416     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1423 static PyObject 
* HtmlParser_swigregister(PyObject 
*self
, PyObject 
*args
) { 
1425     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
1426     SWIG_TypeClientData(SWIGTYPE_p_wxHtmlParser
, obj
); 
1428     return Py_BuildValue((char *)""); 
1430 static PyObject 
*_wrap_new_HtmlWinParser(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1431     PyObject 
*resultobj
; 
1432     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) NULL 
; 
1433     wxHtmlWinParser 
*result
; 
1434     PyObject 
* obj0 
= 0 ; 
1436         (char *) "wnd", NULL 
 
1439     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:new_HtmlWinParser",kwnames
,&obj0
)) goto fail
; 
1441         if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1444         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1445         result 
= (wxHtmlWinParser 
*)new wxHtmlWinParser(arg1
); 
1447         wxPyEndAllowThreads(__tstate
); 
1448         if (PyErr_Occurred()) SWIG_fail
; 
1450     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlWinParser
, 1); 
1457 static PyObject 
*_wrap_HtmlWinParser_SetDC(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1458     PyObject 
*resultobj
; 
1459     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
1460     wxDC 
*arg2 
= (wxDC 
*) 0 ; 
1461     PyObject 
* obj0 
= 0 ; 
1462     PyObject 
* obj1 
= 0 ; 
1464         (char *) "self",(char *) "dc", NULL 
 
1467     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlWinParser_SetDC",kwnames
,&obj0
,&obj1
)) goto fail
; 
1468     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1469     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxDC
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1471         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1472         (arg1
)->SetDC(arg2
); 
1474         wxPyEndAllowThreads(__tstate
); 
1475         if (PyErr_Occurred()) SWIG_fail
; 
1477     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1484 static PyObject 
*_wrap_HtmlWinParser_GetDC(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1485     PyObject 
*resultobj
; 
1486     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
1488     PyObject 
* obj0 
= 0 ; 
1490         (char *) "self", NULL 
 
1493     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWinParser_GetDC",kwnames
,&obj0
)) goto fail
; 
1494     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1496         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1497         result 
= (wxDC 
*)(arg1
)->GetDC(); 
1499         wxPyEndAllowThreads(__tstate
); 
1500         if (PyErr_Occurred()) SWIG_fail
; 
1503         resultobj 
= wxPyMake_wxObject(result
);  
1511 static PyObject 
*_wrap_HtmlWinParser_GetCharHeight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1512     PyObject 
*resultobj
; 
1513     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
1515     PyObject 
* obj0 
= 0 ; 
1517         (char *) "self", NULL 
 
1520     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWinParser_GetCharHeight",kwnames
,&obj0
)) goto fail
; 
1521     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1523         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1524         result 
= (int)(arg1
)->GetCharHeight(); 
1526         wxPyEndAllowThreads(__tstate
); 
1527         if (PyErr_Occurred()) SWIG_fail
; 
1529     resultobj 
= PyInt_FromLong((long)result
); 
1536 static PyObject 
*_wrap_HtmlWinParser_GetCharWidth(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1537     PyObject 
*resultobj
; 
1538     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
1540     PyObject 
* obj0 
= 0 ; 
1542         (char *) "self", NULL 
 
1545     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWinParser_GetCharWidth",kwnames
,&obj0
)) goto fail
; 
1546     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1548         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1549         result 
= (int)(arg1
)->GetCharWidth(); 
1551         wxPyEndAllowThreads(__tstate
); 
1552         if (PyErr_Occurred()) SWIG_fail
; 
1554     resultobj 
= PyInt_FromLong((long)result
); 
1561 static PyObject 
*_wrap_HtmlWinParser_GetWindow(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1562     PyObject 
*resultobj
; 
1563     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
1564     wxPyHtmlWindow 
*result
; 
1565     PyObject 
* obj0 
= 0 ; 
1567         (char *) "self", NULL 
 
1570     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWinParser_GetWindow",kwnames
,&obj0
)) goto fail
; 
1571     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1573         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1574         result 
= (wxPyHtmlWindow 
*)(arg1
)->GetWindow(); 
1576         wxPyEndAllowThreads(__tstate
); 
1577         if (PyErr_Occurred()) SWIG_fail
; 
1580         resultobj 
= wxPyMake_wxObject(result
);  
1588 static PyObject 
*_wrap_HtmlWinParser_SetFonts(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1589     PyObject 
*resultobj
; 
1590     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
1593     PyObject 
*arg4 
= (PyObject 
*) NULL 
; 
1594     PyObject 
* obj0 
= 0 ; 
1595     PyObject 
* obj1 
= 0 ; 
1596     PyObject 
* obj2 
= 0 ; 
1597     PyObject 
* obj3 
= 0 ; 
1599         (char *) "self",(char *) "normal_face",(char *) "fixed_face",(char *) "sizes", NULL 
 
1602     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO|O:HtmlWinParser_SetFonts",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
; 
1603     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1605         wxString
* sptr 
= wxString_in_helper(obj1
); 
1606         if (sptr 
== NULL
) SWIG_fail
; 
1611         wxString
* sptr 
= wxString_in_helper(obj2
); 
1612         if (sptr 
== NULL
) SWIG_fail
; 
1620         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1621         wxHtmlWinParser_SetFonts(arg1
,arg2
,arg3
,arg4
); 
1623         wxPyEndAllowThreads(__tstate
); 
1624         if (PyErr_Occurred()) SWIG_fail
; 
1626     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1633 static PyObject 
*_wrap_HtmlWinParser_GetContainer(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1634     PyObject 
*resultobj
; 
1635     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
1636     wxHtmlContainerCell 
*result
; 
1637     PyObject 
* obj0 
= 0 ; 
1639         (char *) "self", NULL 
 
1642     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWinParser_GetContainer",kwnames
,&obj0
)) goto fail
; 
1643     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1645         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1646         result 
= (wxHtmlContainerCell 
*)(arg1
)->GetContainer(); 
1648         wxPyEndAllowThreads(__tstate
); 
1649         if (PyErr_Occurred()) SWIG_fail
; 
1651     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlContainerCell
, 0); 
1658 static PyObject 
*_wrap_HtmlWinParser_OpenContainer(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1659     PyObject 
*resultobj
; 
1660     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
1661     wxHtmlContainerCell 
*result
; 
1662     PyObject 
* obj0 
= 0 ; 
1664         (char *) "self", NULL 
 
1667     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWinParser_OpenContainer",kwnames
,&obj0
)) goto fail
; 
1668     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1670         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1671         result 
= (wxHtmlContainerCell 
*)(arg1
)->OpenContainer(); 
1673         wxPyEndAllowThreads(__tstate
); 
1674         if (PyErr_Occurred()) SWIG_fail
; 
1676     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlContainerCell
, 0); 
1683 static PyObject 
*_wrap_HtmlWinParser_SetContainer(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1684     PyObject 
*resultobj
; 
1685     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
1686     wxHtmlContainerCell 
*arg2 
= (wxHtmlContainerCell 
*) 0 ; 
1687     wxHtmlContainerCell 
*result
; 
1688     PyObject 
* obj0 
= 0 ; 
1689     PyObject 
* obj1 
= 0 ; 
1691         (char *) "self",(char *) "c", NULL 
 
1694     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlWinParser_SetContainer",kwnames
,&obj0
,&obj1
)) goto fail
; 
1695     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1696     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxHtmlContainerCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1698         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1699         result 
= (wxHtmlContainerCell 
*)(arg1
)->SetContainer(arg2
); 
1701         wxPyEndAllowThreads(__tstate
); 
1702         if (PyErr_Occurred()) SWIG_fail
; 
1704     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlContainerCell
, 0); 
1711 static PyObject 
*_wrap_HtmlWinParser_CloseContainer(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1712     PyObject 
*resultobj
; 
1713     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
1714     wxHtmlContainerCell 
*result
; 
1715     PyObject 
* obj0 
= 0 ; 
1717         (char *) "self", NULL 
 
1720     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWinParser_CloseContainer",kwnames
,&obj0
)) goto fail
; 
1721     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1723         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1724         result 
= (wxHtmlContainerCell 
*)(arg1
)->CloseContainer(); 
1726         wxPyEndAllowThreads(__tstate
); 
1727         if (PyErr_Occurred()) SWIG_fail
; 
1729     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlContainerCell
, 0); 
1736 static PyObject 
*_wrap_HtmlWinParser_GetFontSize(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1737     PyObject 
*resultobj
; 
1738     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
1740     PyObject 
* obj0 
= 0 ; 
1742         (char *) "self", NULL 
 
1745     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWinParser_GetFontSize",kwnames
,&obj0
)) goto fail
; 
1746     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1748         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1749         result 
= (int)(arg1
)->GetFontSize(); 
1751         wxPyEndAllowThreads(__tstate
); 
1752         if (PyErr_Occurred()) SWIG_fail
; 
1754     resultobj 
= PyInt_FromLong((long)result
); 
1761 static PyObject 
*_wrap_HtmlWinParser_SetFontSize(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1762     PyObject 
*resultobj
; 
1763     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
1765     PyObject 
* obj0 
= 0 ; 
1767         (char *) "self",(char *) "s", NULL 
 
1770     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oi:HtmlWinParser_SetFontSize",kwnames
,&obj0
,&arg2
)) goto fail
; 
1771     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1773         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1774         (arg1
)->SetFontSize(arg2
); 
1776         wxPyEndAllowThreads(__tstate
); 
1777         if (PyErr_Occurred()) SWIG_fail
; 
1779     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1786 static PyObject 
*_wrap_HtmlWinParser_GetFontBold(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1787     PyObject 
*resultobj
; 
1788     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
1790     PyObject 
* obj0 
= 0 ; 
1792         (char *) "self", NULL 
 
1795     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWinParser_GetFontBold",kwnames
,&obj0
)) goto fail
; 
1796     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1798         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1799         result 
= (int)(arg1
)->GetFontBold(); 
1801         wxPyEndAllowThreads(__tstate
); 
1802         if (PyErr_Occurred()) SWIG_fail
; 
1804     resultobj 
= PyInt_FromLong((long)result
); 
1811 static PyObject 
*_wrap_HtmlWinParser_SetFontBold(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1812     PyObject 
*resultobj
; 
1813     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
1815     PyObject 
* obj0 
= 0 ; 
1817         (char *) "self",(char *) "x", NULL 
 
1820     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oi:HtmlWinParser_SetFontBold",kwnames
,&obj0
,&arg2
)) goto fail
; 
1821     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1823         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1824         (arg1
)->SetFontBold(arg2
); 
1826         wxPyEndAllowThreads(__tstate
); 
1827         if (PyErr_Occurred()) SWIG_fail
; 
1829     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1836 static PyObject 
*_wrap_HtmlWinParser_GetFontItalic(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1837     PyObject 
*resultobj
; 
1838     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
1840     PyObject 
* obj0 
= 0 ; 
1842         (char *) "self", NULL 
 
1845     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWinParser_GetFontItalic",kwnames
,&obj0
)) goto fail
; 
1846     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1848         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1849         result 
= (int)(arg1
)->GetFontItalic(); 
1851         wxPyEndAllowThreads(__tstate
); 
1852         if (PyErr_Occurred()) SWIG_fail
; 
1854     resultobj 
= PyInt_FromLong((long)result
); 
1861 static PyObject 
*_wrap_HtmlWinParser_SetFontItalic(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1862     PyObject 
*resultobj
; 
1863     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
1865     PyObject 
* obj0 
= 0 ; 
1867         (char *) "self",(char *) "x", NULL 
 
1870     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oi:HtmlWinParser_SetFontItalic",kwnames
,&obj0
,&arg2
)) goto fail
; 
1871     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1873         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1874         (arg1
)->SetFontItalic(arg2
); 
1876         wxPyEndAllowThreads(__tstate
); 
1877         if (PyErr_Occurred()) SWIG_fail
; 
1879     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1886 static PyObject 
*_wrap_HtmlWinParser_GetFontUnderlined(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1887     PyObject 
*resultobj
; 
1888     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
1890     PyObject 
* obj0 
= 0 ; 
1892         (char *) "self", NULL 
 
1895     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWinParser_GetFontUnderlined",kwnames
,&obj0
)) goto fail
; 
1896     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1898         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1899         result 
= (int)(arg1
)->GetFontUnderlined(); 
1901         wxPyEndAllowThreads(__tstate
); 
1902         if (PyErr_Occurred()) SWIG_fail
; 
1904     resultobj 
= PyInt_FromLong((long)result
); 
1911 static PyObject 
*_wrap_HtmlWinParser_SetFontUnderlined(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1912     PyObject 
*resultobj
; 
1913     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
1915     PyObject 
* obj0 
= 0 ; 
1917         (char *) "self",(char *) "x", NULL 
 
1920     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oi:HtmlWinParser_SetFontUnderlined",kwnames
,&obj0
,&arg2
)) goto fail
; 
1921     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1923         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1924         (arg1
)->SetFontUnderlined(arg2
); 
1926         wxPyEndAllowThreads(__tstate
); 
1927         if (PyErr_Occurred()) SWIG_fail
; 
1929     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1936 static PyObject 
*_wrap_HtmlWinParser_GetFontFixed(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1937     PyObject 
*resultobj
; 
1938     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
1940     PyObject 
* obj0 
= 0 ; 
1942         (char *) "self", NULL 
 
1945     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWinParser_GetFontFixed",kwnames
,&obj0
)) goto fail
; 
1946     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1948         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1949         result 
= (int)(arg1
)->GetFontFixed(); 
1951         wxPyEndAllowThreads(__tstate
); 
1952         if (PyErr_Occurred()) SWIG_fail
; 
1954     resultobj 
= PyInt_FromLong((long)result
); 
1961 static PyObject 
*_wrap_HtmlWinParser_SetFontFixed(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1962     PyObject 
*resultobj
; 
1963     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
1965     PyObject 
* obj0 
= 0 ; 
1967         (char *) "self",(char *) "x", NULL 
 
1970     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oi:HtmlWinParser_SetFontFixed",kwnames
,&obj0
,&arg2
)) goto fail
; 
1971     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1973         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1974         (arg1
)->SetFontFixed(arg2
); 
1976         wxPyEndAllowThreads(__tstate
); 
1977         if (PyErr_Occurred()) SWIG_fail
; 
1979     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1986 static PyObject 
*_wrap_HtmlWinParser_GetAlign(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1987     PyObject 
*resultobj
; 
1988     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
1990     PyObject 
* obj0 
= 0 ; 
1992         (char *) "self", NULL 
 
1995     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWinParser_GetAlign",kwnames
,&obj0
)) goto fail
; 
1996     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
1998         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1999         result 
= (int)(arg1
)->GetAlign(); 
2001         wxPyEndAllowThreads(__tstate
); 
2002         if (PyErr_Occurred()) SWIG_fail
; 
2004     resultobj 
= PyInt_FromLong((long)result
); 
2011 static PyObject 
*_wrap_HtmlWinParser_SetAlign(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2012     PyObject 
*resultobj
; 
2013     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
2015     PyObject 
* obj0 
= 0 ; 
2017         (char *) "self",(char *) "a", NULL 
 
2020     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oi:HtmlWinParser_SetAlign",kwnames
,&obj0
,&arg2
)) goto fail
; 
2021     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2023         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2024         (arg1
)->SetAlign(arg2
); 
2026         wxPyEndAllowThreads(__tstate
); 
2027         if (PyErr_Occurred()) SWIG_fail
; 
2029     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
2036 static PyObject 
*_wrap_HtmlWinParser_GetLinkColor(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2037     PyObject 
*resultobj
; 
2038     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
2040     PyObject 
* obj0 
= 0 ; 
2042         (char *) "self", NULL 
 
2045     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWinParser_GetLinkColor",kwnames
,&obj0
)) goto fail
; 
2046     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2048         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2049         result 
= (arg1
)->GetLinkColor(); 
2051         wxPyEndAllowThreads(__tstate
); 
2052         if (PyErr_Occurred()) SWIG_fail
; 
2055         wxColour 
* resultptr
; 
2056         resultptr 
= new wxColour((wxColour 
&) result
); 
2057         resultobj 
= SWIG_NewPointerObj((void *) resultptr
, SWIGTYPE_p_wxColour
, 1); 
2065 static PyObject 
*_wrap_HtmlWinParser_SetLinkColor(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2066     PyObject 
*resultobj
; 
2067     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
2068     wxColour 
*arg2 
= 0 ; 
2070     PyObject 
* obj0 
= 0 ; 
2071     PyObject 
* obj1 
= 0 ; 
2073         (char *) "self",(char *) "clr", NULL 
 
2076     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlWinParser_SetLinkColor",kwnames
,&obj0
,&obj1
)) goto fail
; 
2077     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2080         if ( ! wxColour_helper(obj1
, &arg2
)) SWIG_fail
; 
2083         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2084         (arg1
)->SetLinkColor((wxColour 
const &)*arg2
); 
2086         wxPyEndAllowThreads(__tstate
); 
2087         if (PyErr_Occurred()) SWIG_fail
; 
2089     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
2096 static PyObject 
*_wrap_HtmlWinParser_GetActualColor(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2097     PyObject 
*resultobj
; 
2098     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
2100     PyObject 
* obj0 
= 0 ; 
2102         (char *) "self", NULL 
 
2105     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWinParser_GetActualColor",kwnames
,&obj0
)) goto fail
; 
2106     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2108         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2109         result 
= (arg1
)->GetActualColor(); 
2111         wxPyEndAllowThreads(__tstate
); 
2112         if (PyErr_Occurred()) SWIG_fail
; 
2115         wxColour 
* resultptr
; 
2116         resultptr 
= new wxColour((wxColour 
&) result
); 
2117         resultobj 
= SWIG_NewPointerObj((void *) resultptr
, SWIGTYPE_p_wxColour
, 1); 
2125 static PyObject 
*_wrap_HtmlWinParser_SetActualColor(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2126     PyObject 
*resultobj
; 
2127     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
2128     wxColour 
*arg2 
= 0 ; 
2130     PyObject 
* obj0 
= 0 ; 
2131     PyObject 
* obj1 
= 0 ; 
2133         (char *) "self",(char *) "clr", NULL 
 
2136     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlWinParser_SetActualColor",kwnames
,&obj0
,&obj1
)) goto fail
; 
2137     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2140         if ( ! wxColour_helper(obj1
, &arg2
)) SWIG_fail
; 
2143         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2144         (arg1
)->SetActualColor((wxColour 
const &)*arg2
); 
2146         wxPyEndAllowThreads(__tstate
); 
2147         if (PyErr_Occurred()) SWIG_fail
; 
2149     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
2156 static PyObject 
*_wrap_HtmlWinParser_SetLink(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2157     PyObject 
*resultobj
; 
2158     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
2159     wxString 
*arg2 
= 0 ; 
2160     bool temp2 
= False 
; 
2161     PyObject 
* obj0 
= 0 ; 
2162     PyObject 
* obj1 
= 0 ; 
2164         (char *) "self",(char *) "link", NULL 
 
2167     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlWinParser_SetLink",kwnames
,&obj0
,&obj1
)) goto fail
; 
2168     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2170         arg2 
= wxString_in_helper(obj1
); 
2171         if (arg2 
== NULL
) SWIG_fail
; 
2175         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2176         (arg1
)->SetLink((wxString 
const &)*arg2
); 
2178         wxPyEndAllowThreads(__tstate
); 
2179         if (PyErr_Occurred()) SWIG_fail
; 
2181     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
2196 static PyObject 
*_wrap_HtmlWinParser_CreateCurrentFont(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2197     PyObject 
*resultobj
; 
2198     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
2200     PyObject 
* obj0 
= 0 ; 
2202         (char *) "self", NULL 
 
2205     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWinParser_CreateCurrentFont",kwnames
,&obj0
)) goto fail
; 
2206     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2208         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2209         result 
= (wxFont 
*)(arg1
)->CreateCurrentFont(); 
2211         wxPyEndAllowThreads(__tstate
); 
2212         if (PyErr_Occurred()) SWIG_fail
; 
2214     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxFont
, 0); 
2221 static PyObject 
*_wrap_HtmlWinParser_GetLink(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2222     PyObject 
*resultobj
; 
2223     wxHtmlWinParser 
*arg1 
= (wxHtmlWinParser 
*) 0 ; 
2224     SwigValueWrapper
< wxHtmlLinkInfo 
> result
; 
2225     PyObject 
* obj0 
= 0 ; 
2227         (char *) "self", NULL 
 
2230     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWinParser_GetLink",kwnames
,&obj0
)) goto fail
; 
2231     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlWinParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2233         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2234         result 
= (arg1
)->GetLink(); 
2236         wxPyEndAllowThreads(__tstate
); 
2237         if (PyErr_Occurred()) SWIG_fail
; 
2240         wxHtmlLinkInfo 
* resultptr
; 
2241         resultptr 
= new wxHtmlLinkInfo((wxHtmlLinkInfo 
&) result
); 
2242         resultobj 
= SWIG_NewPointerObj((void *) resultptr
, SWIGTYPE_p_wxHtmlLinkInfo
, 1); 
2250 static PyObject 
* HtmlWinParser_swigregister(PyObject 
*self
, PyObject 
*args
) { 
2252     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
2253     SWIG_TypeClientData(SWIGTYPE_p_wxHtmlWinParser
, obj
); 
2255     return Py_BuildValue((char *)""); 
2257 static PyObject 
*_wrap_new_HtmlTagHandler(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2258     PyObject 
*resultobj
; 
2259     wxPyHtmlTagHandler 
*result
; 
2264     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_HtmlTagHandler",kwnames
)) goto fail
; 
2266         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2267         result 
= (wxPyHtmlTagHandler 
*)new wxPyHtmlTagHandler(); 
2269         wxPyEndAllowThreads(__tstate
); 
2270         if (PyErr_Occurred()) SWIG_fail
; 
2272     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxPyHtmlTagHandler
, 1); 
2279 static PyObject 
*_wrap_HtmlTagHandler__setCallbackInfo(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2280     PyObject 
*resultobj
; 
2281     wxPyHtmlTagHandler 
*arg1 
= (wxPyHtmlTagHandler 
*) 0 ; 
2282     PyObject 
*arg2 
= (PyObject 
*) 0 ; 
2283     PyObject 
*arg3 
= (PyObject 
*) 0 ; 
2284     PyObject 
* obj0 
= 0 ; 
2285     PyObject 
* obj1 
= 0 ; 
2286     PyObject 
* obj2 
= 0 ; 
2288         (char *) "self",(char *) "self",(char *) "_class", NULL 
 
2291     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:HtmlTagHandler__setCallbackInfo",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
; 
2292     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlTagHandler
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2296         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2297         (arg1
)->_setCallbackInfo(arg2
,arg3
); 
2299         wxPyEndAllowThreads(__tstate
); 
2300         if (PyErr_Occurred()) SWIG_fail
; 
2302     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
2309 static PyObject 
*_wrap_HtmlTagHandler_SetParser(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2310     PyObject 
*resultobj
; 
2311     wxPyHtmlTagHandler 
*arg1 
= (wxPyHtmlTagHandler 
*) 0 ; 
2312     wxHtmlParser 
*arg2 
= (wxHtmlParser 
*) 0 ; 
2313     PyObject 
* obj0 
= 0 ; 
2314     PyObject 
* obj1 
= 0 ; 
2316         (char *) "self",(char *) "parser", NULL 
 
2319     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlTagHandler_SetParser",kwnames
,&obj0
,&obj1
)) goto fail
; 
2320     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlTagHandler
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2321     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxHtmlParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2323         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2324         (arg1
)->SetParser(arg2
); 
2326         wxPyEndAllowThreads(__tstate
); 
2327         if (PyErr_Occurred()) SWIG_fail
; 
2329     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
2336 static PyObject 
*_wrap_HtmlTagHandler_GetParser(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2337     PyObject 
*resultobj
; 
2338     wxPyHtmlTagHandler 
*arg1 
= (wxPyHtmlTagHandler 
*) 0 ; 
2339     wxHtmlParser 
*result
; 
2340     PyObject 
* obj0 
= 0 ; 
2342         (char *) "self", NULL 
 
2345     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlTagHandler_GetParser",kwnames
,&obj0
)) goto fail
; 
2346     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlTagHandler
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2348         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2349         result 
= (wxHtmlParser 
*)(arg1
)->GetParser(); 
2351         wxPyEndAllowThreads(__tstate
); 
2352         if (PyErr_Occurred()) SWIG_fail
; 
2354     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlParser
, 0); 
2361 static PyObject 
*_wrap_HtmlTagHandler_ParseInner(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2362     PyObject 
*resultobj
; 
2363     wxPyHtmlTagHandler 
*arg1 
= (wxPyHtmlTagHandler 
*) 0 ; 
2364     wxHtmlTag 
*arg2 
= 0 ; 
2365     PyObject 
* obj0 
= 0 ; 
2366     PyObject 
* obj1 
= 0 ; 
2368         (char *) "self",(char *) "tag", NULL 
 
2371     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlTagHandler_ParseInner",kwnames
,&obj0
,&obj1
)) goto fail
; 
2372     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlTagHandler
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2373     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxHtmlTag
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2375         PyErr_SetString(PyExc_TypeError
,"null reference"); SWIG_fail
;  
2378         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2379         (arg1
)->ParseInner((wxHtmlTag 
const &)*arg2
); 
2381         wxPyEndAllowThreads(__tstate
); 
2382         if (PyErr_Occurred()) SWIG_fail
; 
2384     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
2391 static PyObject 
* HtmlTagHandler_swigregister(PyObject 
*self
, PyObject 
*args
) { 
2393     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
2394     SWIG_TypeClientData(SWIGTYPE_p_wxPyHtmlTagHandler
, obj
); 
2396     return Py_BuildValue((char *)""); 
2398 static PyObject 
*_wrap_new_HtmlWinTagHandler(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2399     PyObject 
*resultobj
; 
2400     wxPyHtmlWinTagHandler 
*result
; 
2405     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_HtmlWinTagHandler",kwnames
)) goto fail
; 
2407         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2408         result 
= (wxPyHtmlWinTagHandler 
*)new wxPyHtmlWinTagHandler(); 
2410         wxPyEndAllowThreads(__tstate
); 
2411         if (PyErr_Occurred()) SWIG_fail
; 
2413     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxPyHtmlWinTagHandler
, 1); 
2420 static PyObject 
*_wrap_HtmlWinTagHandler__setCallbackInfo(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2421     PyObject 
*resultobj
; 
2422     wxPyHtmlWinTagHandler 
*arg1 
= (wxPyHtmlWinTagHandler 
*) 0 ; 
2423     PyObject 
*arg2 
= (PyObject 
*) 0 ; 
2424     PyObject 
*arg3 
= (PyObject 
*) 0 ; 
2425     PyObject 
* obj0 
= 0 ; 
2426     PyObject 
* obj1 
= 0 ; 
2427     PyObject 
* obj2 
= 0 ; 
2429         (char *) "self",(char *) "self",(char *) "_class", NULL 
 
2432     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:HtmlWinTagHandler__setCallbackInfo",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
; 
2433     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWinTagHandler
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2437         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2438         (arg1
)->_setCallbackInfo(arg2
,arg3
); 
2440         wxPyEndAllowThreads(__tstate
); 
2441         if (PyErr_Occurred()) SWIG_fail
; 
2443     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
2450 static PyObject 
*_wrap_HtmlWinTagHandler_SetParser(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2451     PyObject 
*resultobj
; 
2452     wxPyHtmlWinTagHandler 
*arg1 
= (wxPyHtmlWinTagHandler 
*) 0 ; 
2453     wxHtmlParser 
*arg2 
= (wxHtmlParser 
*) 0 ; 
2454     PyObject 
* obj0 
= 0 ; 
2455     PyObject 
* obj1 
= 0 ; 
2457         (char *) "self",(char *) "parser", NULL 
 
2460     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlWinTagHandler_SetParser",kwnames
,&obj0
,&obj1
)) goto fail
; 
2461     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWinTagHandler
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2462     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxHtmlParser
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2464         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2465         (arg1
)->SetParser(arg2
); 
2467         wxPyEndAllowThreads(__tstate
); 
2468         if (PyErr_Occurred()) SWIG_fail
; 
2470     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
2477 static PyObject 
*_wrap_HtmlWinTagHandler_GetParser(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2478     PyObject 
*resultobj
; 
2479     wxPyHtmlWinTagHandler 
*arg1 
= (wxPyHtmlWinTagHandler 
*) 0 ; 
2480     wxHtmlWinParser 
*result
; 
2481     PyObject 
* obj0 
= 0 ; 
2483         (char *) "self", NULL 
 
2486     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWinTagHandler_GetParser",kwnames
,&obj0
)) goto fail
; 
2487     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWinTagHandler
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2489         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2490         result 
= (wxHtmlWinParser 
*)(arg1
)->GetParser(); 
2492         wxPyEndAllowThreads(__tstate
); 
2493         if (PyErr_Occurred()) SWIG_fail
; 
2495     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlWinParser
, 0); 
2502 static PyObject 
*_wrap_HtmlWinTagHandler_ParseInner(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2503     PyObject 
*resultobj
; 
2504     wxPyHtmlWinTagHandler 
*arg1 
= (wxPyHtmlWinTagHandler 
*) 0 ; 
2505     wxHtmlTag 
*arg2 
= 0 ; 
2506     PyObject 
* obj0 
= 0 ; 
2507     PyObject 
* obj1 
= 0 ; 
2509         (char *) "self",(char *) "tag", NULL 
 
2512     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlWinTagHandler_ParseInner",kwnames
,&obj0
,&obj1
)) goto fail
; 
2513     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWinTagHandler
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2514     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxHtmlTag
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2516         PyErr_SetString(PyExc_TypeError
,"null reference"); SWIG_fail
;  
2519         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2520         (arg1
)->ParseInner((wxHtmlTag 
const &)*arg2
); 
2522         wxPyEndAllowThreads(__tstate
); 
2523         if (PyErr_Occurred()) SWIG_fail
; 
2525     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
2532 static PyObject 
* HtmlWinTagHandler_swigregister(PyObject 
*self
, PyObject 
*args
) { 
2534     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
2535     SWIG_TypeClientData(SWIGTYPE_p_wxPyHtmlWinTagHandler
, obj
); 
2537     return Py_BuildValue((char *)""); 
2539 static PyObject 
*_wrap_HtmlWinParser_AddTagHandler(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2540     PyObject 
*resultobj
; 
2541     PyObject 
*arg1 
= (PyObject 
*) 0 ; 
2542     PyObject 
* obj0 
= 0 ; 
2544         (char *) "tagHandlerClass", NULL 
 
2547     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWinParser_AddTagHandler",kwnames
,&obj0
)) goto fail
; 
2550         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2551         wxHtmlWinParser_AddTagHandler(arg1
); 
2553         wxPyEndAllowThreads(__tstate
); 
2554         if (PyErr_Occurred()) SWIG_fail
; 
2556     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
2563 static PyObject 
*_wrap_new_HtmlSelection(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2564     PyObject 
*resultobj
; 
2565     wxHtmlSelection 
*result
; 
2570     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_HtmlSelection",kwnames
)) goto fail
; 
2572         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2573         result 
= (wxHtmlSelection 
*)new wxHtmlSelection(); 
2575         wxPyEndAllowThreads(__tstate
); 
2576         if (PyErr_Occurred()) SWIG_fail
; 
2578     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlSelection
, 1); 
2585 static PyObject 
*_wrap_delete_HtmlSelection(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2586     PyObject 
*resultobj
; 
2587     wxHtmlSelection 
*arg1 
= (wxHtmlSelection 
*) 0 ; 
2588     PyObject 
* obj0 
= 0 ; 
2590         (char *) "self", NULL 
 
2593     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:delete_HtmlSelection",kwnames
,&obj0
)) goto fail
; 
2594     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlSelection
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2596         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2599         wxPyEndAllowThreads(__tstate
); 
2600         if (PyErr_Occurred()) SWIG_fail
; 
2602     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
2609 static PyObject 
*_wrap_HtmlSelection_Set(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2610     PyObject 
*resultobj
; 
2611     wxHtmlSelection 
*arg1 
= (wxHtmlSelection 
*) 0 ; 
2613     wxHtmlCell 
*arg3 
= (wxHtmlCell 
*) 0 ; 
2615     wxHtmlCell 
*arg5 
= (wxHtmlCell 
*) 0 ; 
2618     PyObject 
* obj0 
= 0 ; 
2619     PyObject 
* obj1 
= 0 ; 
2620     PyObject 
* obj2 
= 0 ; 
2621     PyObject 
* obj3 
= 0 ; 
2622     PyObject 
* obj4 
= 0 ; 
2624         (char *) "self",(char *) "fromPos",(char *) "fromCell",(char *) "toPos",(char *) "toCell", NULL 
 
2627     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOOO:HtmlSelection_Set",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
)) goto fail
; 
2628     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlSelection
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2631         if ( ! wxPoint_helper(obj1
, &arg2
)) SWIG_fail
; 
2633     if ((SWIG_ConvertPtr(obj2
,(void **) &arg3
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2636         if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
; 
2638     if ((SWIG_ConvertPtr(obj4
,(void **) &arg5
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2640         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2641         (arg1
)->Set((wxPoint 
const &)*arg2
,(wxHtmlCell 
const *)arg3
,(wxPoint 
const &)*arg4
,(wxHtmlCell 
const *)arg5
); 
2643         wxPyEndAllowThreads(__tstate
); 
2644         if (PyErr_Occurred()) SWIG_fail
; 
2646     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
2653 static PyObject 
*_wrap_HtmlSelection_SetCells(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2654     PyObject 
*resultobj
; 
2655     wxHtmlSelection 
*arg1 
= (wxHtmlSelection 
*) 0 ; 
2656     wxHtmlCell 
*arg2 
= (wxHtmlCell 
*) 0 ; 
2657     wxHtmlCell 
*arg3 
= (wxHtmlCell 
*) 0 ; 
2658     PyObject 
* obj0 
= 0 ; 
2659     PyObject 
* obj1 
= 0 ; 
2660     PyObject 
* obj2 
= 0 ; 
2662         (char *) "self",(char *) "fromCell",(char *) "toCell", NULL 
 
2665     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:HtmlSelection_SetCells",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
; 
2666     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlSelection
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2667     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2668     if ((SWIG_ConvertPtr(obj2
,(void **) &arg3
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2670         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2671         (arg1
)->Set((wxHtmlCell 
const *)arg2
,(wxHtmlCell 
const *)arg3
); 
2673         wxPyEndAllowThreads(__tstate
); 
2674         if (PyErr_Occurred()) SWIG_fail
; 
2676     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
2683 static PyObject 
*_wrap_HtmlSelection_GetFromCell(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2684     PyObject 
*resultobj
; 
2685     wxHtmlSelection 
*arg1 
= (wxHtmlSelection 
*) 0 ; 
2687     PyObject 
* obj0 
= 0 ; 
2689         (char *) "self", NULL 
 
2692     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlSelection_GetFromCell",kwnames
,&obj0
)) goto fail
; 
2693     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlSelection
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2695         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2696         result 
= (wxHtmlCell 
*)((wxHtmlSelection 
const *)arg1
)->GetFromCell(); 
2698         wxPyEndAllowThreads(__tstate
); 
2699         if (PyErr_Occurred()) SWIG_fail
; 
2701     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlCell
, 0); 
2708 static PyObject 
*_wrap_HtmlSelection_GetToCell(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2709     PyObject 
*resultobj
; 
2710     wxHtmlSelection 
*arg1 
= (wxHtmlSelection 
*) 0 ; 
2712     PyObject 
* obj0 
= 0 ; 
2714         (char *) "self", NULL 
 
2717     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlSelection_GetToCell",kwnames
,&obj0
)) goto fail
; 
2718     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlSelection
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2720         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2721         result 
= (wxHtmlCell 
*)((wxHtmlSelection 
const *)arg1
)->GetToCell(); 
2723         wxPyEndAllowThreads(__tstate
); 
2724         if (PyErr_Occurred()) SWIG_fail
; 
2726     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlCell
, 0); 
2733 static PyObject 
*_wrap_HtmlSelection_GetFromPos(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2734     PyObject 
*resultobj
; 
2735     wxHtmlSelection 
*arg1 
= (wxHtmlSelection 
*) 0 ; 
2737     PyObject 
* obj0 
= 0 ; 
2739         (char *) "self", NULL 
 
2742     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlSelection_GetFromPos",kwnames
,&obj0
)) goto fail
; 
2743     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlSelection
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2745         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2747             wxPoint 
const &_result_ref 
= ((wxHtmlSelection 
const *)arg1
)->GetFromPos(); 
2748             result 
= (wxPoint 
*) &_result_ref
; 
2751         wxPyEndAllowThreads(__tstate
); 
2752         if (PyErr_Occurred()) SWIG_fail
; 
2754     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxPoint
, 0); 
2761 static PyObject 
*_wrap_HtmlSelection_GetToPos(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2762     PyObject 
*resultobj
; 
2763     wxHtmlSelection 
*arg1 
= (wxHtmlSelection 
*) 0 ; 
2765     PyObject 
* obj0 
= 0 ; 
2767         (char *) "self", NULL 
 
2770     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlSelection_GetToPos",kwnames
,&obj0
)) goto fail
; 
2771     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlSelection
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2773         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2775             wxPoint 
const &_result_ref 
= ((wxHtmlSelection 
const *)arg1
)->GetToPos(); 
2776             result 
= (wxPoint 
*) &_result_ref
; 
2779         wxPyEndAllowThreads(__tstate
); 
2780         if (PyErr_Occurred()) SWIG_fail
; 
2782     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxPoint
, 0); 
2789 static PyObject 
*_wrap_HtmlSelection_GetFromPrivPos(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2790     PyObject 
*resultobj
; 
2791     wxHtmlSelection 
*arg1 
= (wxHtmlSelection 
*) 0 ; 
2793     PyObject 
* obj0 
= 0 ; 
2795         (char *) "self", NULL 
 
2798     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlSelection_GetFromPrivPos",kwnames
,&obj0
)) goto fail
; 
2799     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlSelection
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2801         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2803             wxPoint 
const &_result_ref 
= ((wxHtmlSelection 
const *)arg1
)->GetFromPrivPos(); 
2804             result 
= (wxPoint 
*) &_result_ref
; 
2807         wxPyEndAllowThreads(__tstate
); 
2808         if (PyErr_Occurred()) SWIG_fail
; 
2810     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxPoint
, 0); 
2817 static PyObject 
*_wrap_HtmlSelection_GetToPrivPos(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2818     PyObject 
*resultobj
; 
2819     wxHtmlSelection 
*arg1 
= (wxHtmlSelection 
*) 0 ; 
2821     PyObject 
* obj0 
= 0 ; 
2823         (char *) "self", NULL 
 
2826     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlSelection_GetToPrivPos",kwnames
,&obj0
)) goto fail
; 
2827     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlSelection
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2829         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2831             wxPoint 
const &_result_ref 
= ((wxHtmlSelection 
const *)arg1
)->GetToPrivPos(); 
2832             result 
= (wxPoint 
*) &_result_ref
; 
2835         wxPyEndAllowThreads(__tstate
); 
2836         if (PyErr_Occurred()) SWIG_fail
; 
2838     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxPoint
, 0); 
2845 static PyObject 
*_wrap_HtmlSelection_SetFromPrivPos(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2846     PyObject 
*resultobj
; 
2847     wxHtmlSelection 
*arg1 
= (wxHtmlSelection 
*) 0 ; 
2850     PyObject 
* obj0 
= 0 ; 
2851     PyObject 
* obj1 
= 0 ; 
2853         (char *) "self",(char *) "pos", NULL 
 
2856     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlSelection_SetFromPrivPos",kwnames
,&obj0
,&obj1
)) goto fail
; 
2857     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlSelection
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2860         if ( ! wxPoint_helper(obj1
, &arg2
)) SWIG_fail
; 
2863         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2864         (arg1
)->SetFromPrivPos((wxPoint 
const &)*arg2
); 
2866         wxPyEndAllowThreads(__tstate
); 
2867         if (PyErr_Occurred()) SWIG_fail
; 
2869     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
2876 static PyObject 
*_wrap_HtmlSelection_SetToPrivPos(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2877     PyObject 
*resultobj
; 
2878     wxHtmlSelection 
*arg1 
= (wxHtmlSelection 
*) 0 ; 
2881     PyObject 
* obj0 
= 0 ; 
2882     PyObject 
* obj1 
= 0 ; 
2884         (char *) "self",(char *) "pos", NULL 
 
2887     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlSelection_SetToPrivPos",kwnames
,&obj0
,&obj1
)) goto fail
; 
2888     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlSelection
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2891         if ( ! wxPoint_helper(obj1
, &arg2
)) SWIG_fail
; 
2894         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2895         (arg1
)->SetToPrivPos((wxPoint 
const &)*arg2
); 
2897         wxPyEndAllowThreads(__tstate
); 
2898         if (PyErr_Occurred()) SWIG_fail
; 
2900     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
2907 static PyObject 
*_wrap_HtmlSelection_ClearPrivPos(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2908     PyObject 
*resultobj
; 
2909     wxHtmlSelection 
*arg1 
= (wxHtmlSelection 
*) 0 ; 
2910     PyObject 
* obj0 
= 0 ; 
2912         (char *) "self", NULL 
 
2915     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlSelection_ClearPrivPos",kwnames
,&obj0
)) goto fail
; 
2916     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlSelection
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2918         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2919         (arg1
)->ClearPrivPos(); 
2921         wxPyEndAllowThreads(__tstate
); 
2922         if (PyErr_Occurred()) SWIG_fail
; 
2924     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
2931 static PyObject 
*_wrap_HtmlSelection_IsEmpty(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2932     PyObject 
*resultobj
; 
2933     wxHtmlSelection 
*arg1 
= (wxHtmlSelection 
*) 0 ; 
2935     PyObject 
* obj0 
= 0 ; 
2937         (char *) "self", NULL 
 
2940     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlSelection_IsEmpty",kwnames
,&obj0
)) goto fail
; 
2941     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlSelection
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2943         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2944         result 
= (bool)((wxHtmlSelection 
const *)arg1
)->IsEmpty(); 
2946         wxPyEndAllowThreads(__tstate
); 
2947         if (PyErr_Occurred()) SWIG_fail
; 
2949     resultobj 
= PyInt_FromLong((long)result
); 
2956 static PyObject 
* HtmlSelection_swigregister(PyObject 
*self
, PyObject 
*args
) { 
2958     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
2959     SWIG_TypeClientData(SWIGTYPE_p_wxHtmlSelection
, obj
); 
2961     return Py_BuildValue((char *)""); 
2963 static PyObject 
*_wrap_new_HtmlRenderingState(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2964     PyObject 
*resultobj
; 
2965     wxHtmlRenderingState 
*result
; 
2970     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_HtmlRenderingState",kwnames
)) goto fail
; 
2972         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2973         result 
= (wxHtmlRenderingState 
*)new wxHtmlRenderingState(); 
2975         wxPyEndAllowThreads(__tstate
); 
2976         if (PyErr_Occurred()) SWIG_fail
; 
2978     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlRenderingState
, 1); 
2985 static PyObject 
*_wrap_delete_HtmlRenderingState(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2986     PyObject 
*resultobj
; 
2987     wxHtmlRenderingState 
*arg1 
= (wxHtmlRenderingState 
*) 0 ; 
2988     PyObject 
* obj0 
= 0 ; 
2990         (char *) "self", NULL 
 
2993     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:delete_HtmlRenderingState",kwnames
,&obj0
)) goto fail
; 
2994     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlRenderingState
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
2996         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2999         wxPyEndAllowThreads(__tstate
); 
3000         if (PyErr_Occurred()) SWIG_fail
; 
3002     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
3009 static PyObject 
*_wrap_HtmlRenderingState_SetSelectionState(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3010     PyObject 
*resultobj
; 
3011     wxHtmlRenderingState 
*arg1 
= (wxHtmlRenderingState 
*) 0 ; 
3013     PyObject 
* obj0 
= 0 ; 
3015         (char *) "self",(char *) "s", NULL 
 
3018     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oi:HtmlRenderingState_SetSelectionState",kwnames
,&obj0
,&arg2
)) goto fail
; 
3019     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlRenderingState
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3021         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3022         (arg1
)->SetSelectionState((wxHtmlSelectionState 
)arg2
); 
3024         wxPyEndAllowThreads(__tstate
); 
3025         if (PyErr_Occurred()) SWIG_fail
; 
3027     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
3034 static PyObject 
*_wrap_HtmlRenderingState_GetSelectionState(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3035     PyObject 
*resultobj
; 
3036     wxHtmlRenderingState 
*arg1 
= (wxHtmlRenderingState 
*) 0 ; 
3038     PyObject 
* obj0 
= 0 ; 
3040         (char *) "self", NULL 
 
3043     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlRenderingState_GetSelectionState",kwnames
,&obj0
)) goto fail
; 
3044     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlRenderingState
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3046         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3047         result 
= (int)((wxHtmlRenderingState 
const *)arg1
)->GetSelectionState(); 
3049         wxPyEndAllowThreads(__tstate
); 
3050         if (PyErr_Occurred()) SWIG_fail
; 
3052     resultobj 
= PyInt_FromLong((long)result
); 
3059 static PyObject 
*_wrap_HtmlRenderingState_SetFgColour(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3060     PyObject 
*resultobj
; 
3061     wxHtmlRenderingState 
*arg1 
= (wxHtmlRenderingState 
*) 0 ; 
3062     wxColour 
*arg2 
= 0 ; 
3064     PyObject 
* obj0 
= 0 ; 
3065     PyObject 
* obj1 
= 0 ; 
3067         (char *) "self",(char *) "c", NULL 
 
3070     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlRenderingState_SetFgColour",kwnames
,&obj0
,&obj1
)) goto fail
; 
3071     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlRenderingState
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3074         if ( ! wxColour_helper(obj1
, &arg2
)) SWIG_fail
; 
3077         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3078         (arg1
)->SetFgColour((wxColour 
const &)*arg2
); 
3080         wxPyEndAllowThreads(__tstate
); 
3081         if (PyErr_Occurred()) SWIG_fail
; 
3083     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
3090 static PyObject 
*_wrap_HtmlRenderingState_GetFgColour(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3091     PyObject 
*resultobj
; 
3092     wxHtmlRenderingState 
*arg1 
= (wxHtmlRenderingState 
*) 0 ; 
3094     PyObject 
* obj0 
= 0 ; 
3096         (char *) "self", NULL 
 
3099     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlRenderingState_GetFgColour",kwnames
,&obj0
)) goto fail
; 
3100     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlRenderingState
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3102         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3104             wxColour 
const &_result_ref 
= ((wxHtmlRenderingState 
const *)arg1
)->GetFgColour(); 
3105             result 
= (wxColour 
*) &_result_ref
; 
3108         wxPyEndAllowThreads(__tstate
); 
3109         if (PyErr_Occurred()) SWIG_fail
; 
3111     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxColour
, 0); 
3118 static PyObject 
*_wrap_HtmlRenderingState_SetBgColour(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3119     PyObject 
*resultobj
; 
3120     wxHtmlRenderingState 
*arg1 
= (wxHtmlRenderingState 
*) 0 ; 
3121     wxColour 
*arg2 
= 0 ; 
3123     PyObject 
* obj0 
= 0 ; 
3124     PyObject 
* obj1 
= 0 ; 
3126         (char *) "self",(char *) "c", NULL 
 
3129     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlRenderingState_SetBgColour",kwnames
,&obj0
,&obj1
)) goto fail
; 
3130     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlRenderingState
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3133         if ( ! wxColour_helper(obj1
, &arg2
)) SWIG_fail
; 
3136         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3137         (arg1
)->SetBgColour((wxColour 
const &)*arg2
); 
3139         wxPyEndAllowThreads(__tstate
); 
3140         if (PyErr_Occurred()) SWIG_fail
; 
3142     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
3149 static PyObject 
*_wrap_HtmlRenderingState_GetBgColour(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3150     PyObject 
*resultobj
; 
3151     wxHtmlRenderingState 
*arg1 
= (wxHtmlRenderingState 
*) 0 ; 
3153     PyObject 
* obj0 
= 0 ; 
3155         (char *) "self", NULL 
 
3158     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlRenderingState_GetBgColour",kwnames
,&obj0
)) goto fail
; 
3159     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlRenderingState
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3161         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3163             wxColour 
const &_result_ref 
= ((wxHtmlRenderingState 
const *)arg1
)->GetBgColour(); 
3164             result 
= (wxColour 
*) &_result_ref
; 
3167         wxPyEndAllowThreads(__tstate
); 
3168         if (PyErr_Occurred()) SWIG_fail
; 
3170     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxColour
, 0); 
3177 static PyObject 
* HtmlRenderingState_swigregister(PyObject 
*self
, PyObject 
*args
) { 
3179     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
3180     SWIG_TypeClientData(SWIGTYPE_p_wxHtmlRenderingState
, obj
); 
3182     return Py_BuildValue((char *)""); 
3184 static PyObject 
*_wrap_HtmlRenderingStyle_GetSelectedTextColour(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3185     PyObject 
*resultobj
; 
3186     wxHtmlRenderingStyle 
*arg1 
= (wxHtmlRenderingStyle 
*) 0 ; 
3187     wxColour 
*arg2 
= 0 ; 
3190     PyObject 
* obj0 
= 0 ; 
3191     PyObject 
* obj1 
= 0 ; 
3193         (char *) "self",(char *) "clr", NULL 
 
3196     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlRenderingStyle_GetSelectedTextColour",kwnames
,&obj0
,&obj1
)) goto fail
; 
3197     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlRenderingStyle
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3200         if ( ! wxColour_helper(obj1
, &arg2
)) SWIG_fail
; 
3203         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3204         result 
= (arg1
)->GetSelectedTextColour((wxColour 
const &)*arg2
); 
3206         wxPyEndAllowThreads(__tstate
); 
3207         if (PyErr_Occurred()) SWIG_fail
; 
3210         wxColour 
* resultptr
; 
3211         resultptr 
= new wxColour((wxColour 
&) result
); 
3212         resultobj 
= SWIG_NewPointerObj((void *) resultptr
, SWIGTYPE_p_wxColour
, 1); 
3220 static PyObject 
*_wrap_HtmlRenderingStyle_GetSelectedTextBgColour(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3221     PyObject 
*resultobj
; 
3222     wxHtmlRenderingStyle 
*arg1 
= (wxHtmlRenderingStyle 
*) 0 ; 
3223     wxColour 
*arg2 
= 0 ; 
3226     PyObject 
* obj0 
= 0 ; 
3227     PyObject 
* obj1 
= 0 ; 
3229         (char *) "self",(char *) "clr", NULL 
 
3232     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlRenderingStyle_GetSelectedTextBgColour",kwnames
,&obj0
,&obj1
)) goto fail
; 
3233     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlRenderingStyle
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3236         if ( ! wxColour_helper(obj1
, &arg2
)) SWIG_fail
; 
3239         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3240         result 
= (arg1
)->GetSelectedTextBgColour((wxColour 
const &)*arg2
); 
3242         wxPyEndAllowThreads(__tstate
); 
3243         if (PyErr_Occurred()) SWIG_fail
; 
3246         wxColour 
* resultptr
; 
3247         resultptr 
= new wxColour((wxColour 
&) result
); 
3248         resultobj 
= SWIG_NewPointerObj((void *) resultptr
, SWIGTYPE_p_wxColour
, 1); 
3256 static PyObject 
* HtmlRenderingStyle_swigregister(PyObject 
*self
, PyObject 
*args
) { 
3258     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
3259     SWIG_TypeClientData(SWIGTYPE_p_wxHtmlRenderingStyle
, obj
); 
3261     return Py_BuildValue((char *)""); 
3263 static PyObject 
*_wrap_DefaultHtmlRenderingStyle_GetSelectedTextColour(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3264     PyObject 
*resultobj
; 
3265     wxDefaultHtmlRenderingStyle 
*arg1 
= (wxDefaultHtmlRenderingStyle 
*) 0 ; 
3266     wxColour 
*arg2 
= 0 ; 
3269     PyObject 
* obj0 
= 0 ; 
3270     PyObject 
* obj1 
= 0 ; 
3272         (char *) "self",(char *) "clr", NULL 
 
3275     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:DefaultHtmlRenderingStyle_GetSelectedTextColour",kwnames
,&obj0
,&obj1
)) goto fail
; 
3276     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxDefaultHtmlRenderingStyle
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3279         if ( ! wxColour_helper(obj1
, &arg2
)) SWIG_fail
; 
3282         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3283         result 
= (arg1
)->GetSelectedTextColour((wxColour 
const &)*arg2
); 
3285         wxPyEndAllowThreads(__tstate
); 
3286         if (PyErr_Occurred()) SWIG_fail
; 
3289         wxColour 
* resultptr
; 
3290         resultptr 
= new wxColour((wxColour 
&) result
); 
3291         resultobj 
= SWIG_NewPointerObj((void *) resultptr
, SWIGTYPE_p_wxColour
, 1); 
3299 static PyObject 
*_wrap_DefaultHtmlRenderingStyle_GetSelectedTextBgColour(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3300     PyObject 
*resultobj
; 
3301     wxDefaultHtmlRenderingStyle 
*arg1 
= (wxDefaultHtmlRenderingStyle 
*) 0 ; 
3302     wxColour 
*arg2 
= 0 ; 
3305     PyObject 
* obj0 
= 0 ; 
3306     PyObject 
* obj1 
= 0 ; 
3308         (char *) "self",(char *) "clr", NULL 
 
3311     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:DefaultHtmlRenderingStyle_GetSelectedTextBgColour",kwnames
,&obj0
,&obj1
)) goto fail
; 
3312     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxDefaultHtmlRenderingStyle
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3315         if ( ! wxColour_helper(obj1
, &arg2
)) SWIG_fail
; 
3318         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3319         result 
= (arg1
)->GetSelectedTextBgColour((wxColour 
const &)*arg2
); 
3321         wxPyEndAllowThreads(__tstate
); 
3322         if (PyErr_Occurred()) SWIG_fail
; 
3325         wxColour 
* resultptr
; 
3326         resultptr 
= new wxColour((wxColour 
&) result
); 
3327         resultobj 
= SWIG_NewPointerObj((void *) resultptr
, SWIGTYPE_p_wxColour
, 1); 
3335 static PyObject 
* DefaultHtmlRenderingStyle_swigregister(PyObject 
*self
, PyObject 
*args
) { 
3337     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
3338     SWIG_TypeClientData(SWIGTYPE_p_wxDefaultHtmlRenderingStyle
, obj
); 
3340     return Py_BuildValue((char *)""); 
3342 static PyObject 
*_wrap_new_HtmlRenderingInfo(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3343     PyObject 
*resultobj
; 
3344     wxHtmlRenderingInfo 
*result
; 
3349     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_HtmlRenderingInfo",kwnames
)) goto fail
; 
3351         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3352         result 
= (wxHtmlRenderingInfo 
*)new wxHtmlRenderingInfo(); 
3354         wxPyEndAllowThreads(__tstate
); 
3355         if (PyErr_Occurred()) SWIG_fail
; 
3357     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlRenderingInfo
, 1); 
3364 static PyObject 
*_wrap_delete_HtmlRenderingInfo(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3365     PyObject 
*resultobj
; 
3366     wxHtmlRenderingInfo 
*arg1 
= (wxHtmlRenderingInfo 
*) 0 ; 
3367     PyObject 
* obj0 
= 0 ; 
3369         (char *) "self", NULL 
 
3372     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:delete_HtmlRenderingInfo",kwnames
,&obj0
)) goto fail
; 
3373     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlRenderingInfo
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3375         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3378         wxPyEndAllowThreads(__tstate
); 
3379         if (PyErr_Occurred()) SWIG_fail
; 
3381     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
3388 static PyObject 
*_wrap_HtmlRenderingInfo_SetSelection(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3389     PyObject 
*resultobj
; 
3390     wxHtmlRenderingInfo 
*arg1 
= (wxHtmlRenderingInfo 
*) 0 ; 
3391     wxHtmlSelection 
*arg2 
= (wxHtmlSelection 
*) 0 ; 
3392     PyObject 
* obj0 
= 0 ; 
3393     PyObject 
* obj1 
= 0 ; 
3395         (char *) "self",(char *) "s", NULL 
 
3398     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlRenderingInfo_SetSelection",kwnames
,&obj0
,&obj1
)) goto fail
; 
3399     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlRenderingInfo
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3400     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxHtmlSelection
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3402         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3403         (arg1
)->SetSelection(arg2
); 
3405         wxPyEndAllowThreads(__tstate
); 
3406         if (PyErr_Occurred()) SWIG_fail
; 
3408     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
3415 static PyObject 
*_wrap_HtmlRenderingInfo_GetSelection(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3416     PyObject 
*resultobj
; 
3417     wxHtmlRenderingInfo 
*arg1 
= (wxHtmlRenderingInfo 
*) 0 ; 
3418     wxHtmlSelection 
*result
; 
3419     PyObject 
* obj0 
= 0 ; 
3421         (char *) "self", NULL 
 
3424     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlRenderingInfo_GetSelection",kwnames
,&obj0
)) goto fail
; 
3425     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlRenderingInfo
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3427         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3428         result 
= (wxHtmlSelection 
*)((wxHtmlRenderingInfo 
const *)arg1
)->GetSelection(); 
3430         wxPyEndAllowThreads(__tstate
); 
3431         if (PyErr_Occurred()) SWIG_fail
; 
3433     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlSelection
, 0); 
3440 static PyObject 
*_wrap_HtmlRenderingInfo_SetStyle(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3441     PyObject 
*resultobj
; 
3442     wxHtmlRenderingInfo 
*arg1 
= (wxHtmlRenderingInfo 
*) 0 ; 
3443     wxHtmlRenderingStyle 
*arg2 
= (wxHtmlRenderingStyle 
*) 0 ; 
3444     PyObject 
* obj0 
= 0 ; 
3445     PyObject 
* obj1 
= 0 ; 
3447         (char *) "self",(char *) "style", NULL 
 
3450     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlRenderingInfo_SetStyle",kwnames
,&obj0
,&obj1
)) goto fail
; 
3451     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlRenderingInfo
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3452     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxHtmlRenderingStyle
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3454         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3455         (arg1
)->SetStyle(arg2
); 
3457         wxPyEndAllowThreads(__tstate
); 
3458         if (PyErr_Occurred()) SWIG_fail
; 
3460     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
3467 static PyObject 
*_wrap_HtmlRenderingInfo_GetStyle(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3468     PyObject 
*resultobj
; 
3469     wxHtmlRenderingInfo 
*arg1 
= (wxHtmlRenderingInfo 
*) 0 ; 
3470     wxHtmlRenderingStyle 
*result
; 
3471     PyObject 
* obj0 
= 0 ; 
3473         (char *) "self", NULL 
 
3476     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlRenderingInfo_GetStyle",kwnames
,&obj0
)) goto fail
; 
3477     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlRenderingInfo
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3479         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3481             wxHtmlRenderingStyle 
&_result_ref 
= (arg1
)->GetStyle(); 
3482             result 
= (wxHtmlRenderingStyle 
*) &_result_ref
; 
3485         wxPyEndAllowThreads(__tstate
); 
3486         if (PyErr_Occurred()) SWIG_fail
; 
3488     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlRenderingStyle
, 0); 
3495 static PyObject 
*_wrap_HtmlRenderingInfo_GetState(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3496     PyObject 
*resultobj
; 
3497     wxHtmlRenderingInfo 
*arg1 
= (wxHtmlRenderingInfo 
*) 0 ; 
3498     wxHtmlRenderingState 
*result
; 
3499     PyObject 
* obj0 
= 0 ; 
3501         (char *) "self", NULL 
 
3504     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlRenderingInfo_GetState",kwnames
,&obj0
)) goto fail
; 
3505     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlRenderingInfo
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3507         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3509             wxHtmlRenderingState 
&_result_ref 
= (arg1
)->GetState(); 
3510             result 
= (wxHtmlRenderingState 
*) &_result_ref
; 
3513         wxPyEndAllowThreads(__tstate
); 
3514         if (PyErr_Occurred()) SWIG_fail
; 
3516     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlRenderingState
, 0); 
3523 static PyObject 
* HtmlRenderingInfo_swigregister(PyObject 
*self
, PyObject 
*args
) { 
3525     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
3526     SWIG_TypeClientData(SWIGTYPE_p_wxHtmlRenderingInfo
, obj
); 
3528     return Py_BuildValue((char *)""); 
3530 static PyObject 
*_wrap_new_HtmlCell(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3531     PyObject 
*resultobj
; 
3537     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_HtmlCell",kwnames
)) goto fail
; 
3539         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3540         result 
= (wxHtmlCell 
*)new wxHtmlCell(); 
3542         wxPyEndAllowThreads(__tstate
); 
3543         if (PyErr_Occurred()) SWIG_fail
; 
3545     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlCell
, 1); 
3552 static PyObject 
*_wrap_HtmlCell_GetPosX(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3553     PyObject 
*resultobj
; 
3554     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
3556     PyObject 
* obj0 
= 0 ; 
3558         (char *) "self", NULL 
 
3561     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlCell_GetPosX",kwnames
,&obj0
)) goto fail
; 
3562     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3564         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3565         result 
= (int)(arg1
)->GetPosX(); 
3567         wxPyEndAllowThreads(__tstate
); 
3568         if (PyErr_Occurred()) SWIG_fail
; 
3570     resultobj 
= PyInt_FromLong((long)result
); 
3577 static PyObject 
*_wrap_HtmlCell_GetPosY(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3578     PyObject 
*resultobj
; 
3579     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
3581     PyObject 
* obj0 
= 0 ; 
3583         (char *) "self", NULL 
 
3586     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlCell_GetPosY",kwnames
,&obj0
)) goto fail
; 
3587     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3589         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3590         result 
= (int)(arg1
)->GetPosY(); 
3592         wxPyEndAllowThreads(__tstate
); 
3593         if (PyErr_Occurred()) SWIG_fail
; 
3595     resultobj 
= PyInt_FromLong((long)result
); 
3602 static PyObject 
*_wrap_HtmlCell_GetWidth(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3603     PyObject 
*resultobj
; 
3604     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
3606     PyObject 
* obj0 
= 0 ; 
3608         (char *) "self", NULL 
 
3611     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlCell_GetWidth",kwnames
,&obj0
)) goto fail
; 
3612     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3614         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3615         result 
= (int)(arg1
)->GetWidth(); 
3617         wxPyEndAllowThreads(__tstate
); 
3618         if (PyErr_Occurred()) SWIG_fail
; 
3620     resultobj 
= PyInt_FromLong((long)result
); 
3627 static PyObject 
*_wrap_HtmlCell_GetHeight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3628     PyObject 
*resultobj
; 
3629     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
3631     PyObject 
* obj0 
= 0 ; 
3633         (char *) "self", NULL 
 
3636     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlCell_GetHeight",kwnames
,&obj0
)) goto fail
; 
3637     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3639         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3640         result 
= (int)(arg1
)->GetHeight(); 
3642         wxPyEndAllowThreads(__tstate
); 
3643         if (PyErr_Occurred()) SWIG_fail
; 
3645     resultobj 
= PyInt_FromLong((long)result
); 
3652 static PyObject 
*_wrap_HtmlCell_GetDescent(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3653     PyObject 
*resultobj
; 
3654     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
3656     PyObject 
* obj0 
= 0 ; 
3658         (char *) "self", NULL 
 
3661     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlCell_GetDescent",kwnames
,&obj0
)) goto fail
; 
3662     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3664         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3665         result 
= (int)(arg1
)->GetDescent(); 
3667         wxPyEndAllowThreads(__tstate
); 
3668         if (PyErr_Occurred()) SWIG_fail
; 
3670     resultobj 
= PyInt_FromLong((long)result
); 
3677 static PyObject 
*_wrap_HtmlCell_GetLink(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3678     PyObject 
*resultobj
; 
3679     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
3680     int arg2 
= (int) 0 ; 
3681     int arg3 
= (int) 0 ; 
3682     wxHtmlLinkInfo 
*result
; 
3683     PyObject 
* obj0 
= 0 ; 
3685         (char *) "self",(char *) "x",(char *) "y", NULL 
 
3688     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|ii:HtmlCell_GetLink",kwnames
,&obj0
,&arg2
,&arg3
)) goto fail
; 
3689     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3691         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3692         result 
= (wxHtmlLinkInfo 
*)(arg1
)->GetLink(arg2
,arg3
); 
3694         wxPyEndAllowThreads(__tstate
); 
3695         if (PyErr_Occurred()) SWIG_fail
; 
3697     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlLinkInfo
, 0); 
3704 static PyObject 
*_wrap_HtmlCell_GetNext(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3705     PyObject 
*resultobj
; 
3706     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
3708     PyObject 
* obj0 
= 0 ; 
3710         (char *) "self", NULL 
 
3713     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlCell_GetNext",kwnames
,&obj0
)) goto fail
; 
3714     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3716         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3717         result 
= (wxHtmlCell 
*)(arg1
)->GetNext(); 
3719         wxPyEndAllowThreads(__tstate
); 
3720         if (PyErr_Occurred()) SWIG_fail
; 
3722     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlCell
, 0); 
3729 static PyObject 
*_wrap_HtmlCell_GetParent(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3730     PyObject 
*resultobj
; 
3731     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
3732     wxHtmlContainerCell 
*result
; 
3733     PyObject 
* obj0 
= 0 ; 
3735         (char *) "self", NULL 
 
3738     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlCell_GetParent",kwnames
,&obj0
)) goto fail
; 
3739     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3741         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3742         result 
= (wxHtmlContainerCell 
*)(arg1
)->GetParent(); 
3744         wxPyEndAllowThreads(__tstate
); 
3745         if (PyErr_Occurred()) SWIG_fail
; 
3747     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlContainerCell
, 0); 
3754 static PyObject 
*_wrap_HtmlCell_GetFirstChild(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3755     PyObject 
*resultobj
; 
3756     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
3758     PyObject 
* obj0 
= 0 ; 
3760         (char *) "self", NULL 
 
3763     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlCell_GetFirstChild",kwnames
,&obj0
)) goto fail
; 
3764     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3766         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3767         result 
= (wxHtmlCell 
*)((wxHtmlCell 
const *)arg1
)->GetFirstChild(); 
3769         wxPyEndAllowThreads(__tstate
); 
3770         if (PyErr_Occurred()) SWIG_fail
; 
3772     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlCell
, 0); 
3779 static PyObject 
*_wrap_HtmlCell_GetCursor(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3780     PyObject 
*resultobj
; 
3781     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
3783     PyObject 
* obj0 
= 0 ; 
3785         (char *) "self", NULL 
 
3788     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlCell_GetCursor",kwnames
,&obj0
)) goto fail
; 
3789     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3791         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3792         result 
= ((wxHtmlCell 
const *)arg1
)->GetCursor(); 
3794         wxPyEndAllowThreads(__tstate
); 
3795         if (PyErr_Occurred()) SWIG_fail
; 
3798         wxCursor 
* resultptr
; 
3799         resultptr 
= new wxCursor((wxCursor 
&) result
); 
3800         resultobj 
= SWIG_NewPointerObj((void *) resultptr
, SWIGTYPE_p_wxCursor
, 1); 
3808 static PyObject 
*_wrap_HtmlCell_IsFormattingCell(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3809     PyObject 
*resultobj
; 
3810     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
3812     PyObject 
* obj0 
= 0 ; 
3814         (char *) "self", NULL 
 
3817     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlCell_IsFormattingCell",kwnames
,&obj0
)) goto fail
; 
3818     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3820         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3821         result 
= (bool)((wxHtmlCell 
const *)arg1
)->IsFormattingCell(); 
3823         wxPyEndAllowThreads(__tstate
); 
3824         if (PyErr_Occurred()) SWIG_fail
; 
3826     resultobj 
= PyInt_FromLong((long)result
); 
3833 static PyObject 
*_wrap_HtmlCell_SetLink(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3834     PyObject 
*resultobj
; 
3835     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
3836     wxHtmlLinkInfo 
*arg2 
= 0 ; 
3837     PyObject 
* obj0 
= 0 ; 
3838     PyObject 
* obj1 
= 0 ; 
3840         (char *) "self",(char *) "link", NULL 
 
3843     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlCell_SetLink",kwnames
,&obj0
,&obj1
)) goto fail
; 
3844     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3845     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxHtmlLinkInfo
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3847         PyErr_SetString(PyExc_TypeError
,"null reference"); SWIG_fail
;  
3850         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3851         (arg1
)->SetLink((wxHtmlLinkInfo 
const &)*arg2
); 
3853         wxPyEndAllowThreads(__tstate
); 
3854         if (PyErr_Occurred()) SWIG_fail
; 
3856     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
3863 static PyObject 
*_wrap_HtmlCell_SetNext(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3864     PyObject 
*resultobj
; 
3865     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
3866     wxHtmlCell 
*arg2 
= (wxHtmlCell 
*) 0 ; 
3867     PyObject 
* obj0 
= 0 ; 
3868     PyObject 
* obj1 
= 0 ; 
3870         (char *) "self",(char *) "cell", NULL 
 
3873     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlCell_SetNext",kwnames
,&obj0
,&obj1
)) goto fail
; 
3874     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3875     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3877         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3878         (arg1
)->SetNext(arg2
); 
3880         wxPyEndAllowThreads(__tstate
); 
3881         if (PyErr_Occurred()) SWIG_fail
; 
3883     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
3890 static PyObject 
*_wrap_HtmlCell_SetParent(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3891     PyObject 
*resultobj
; 
3892     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
3893     wxHtmlContainerCell 
*arg2 
= (wxHtmlContainerCell 
*) 0 ; 
3894     PyObject 
* obj0 
= 0 ; 
3895     PyObject 
* obj1 
= 0 ; 
3897         (char *) "self",(char *) "p", NULL 
 
3900     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlCell_SetParent",kwnames
,&obj0
,&obj1
)) goto fail
; 
3901     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3902     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxHtmlContainerCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3904         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3905         (arg1
)->SetParent(arg2
); 
3907         wxPyEndAllowThreads(__tstate
); 
3908         if (PyErr_Occurred()) SWIG_fail
; 
3910     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
3917 static PyObject 
*_wrap_HtmlCell_SetPos(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3918     PyObject 
*resultobj
; 
3919     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
3922     PyObject 
* obj0 
= 0 ; 
3924         (char *) "self",(char *) "x",(char *) "y", NULL 
 
3927     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oii:HtmlCell_SetPos",kwnames
,&obj0
,&arg2
,&arg3
)) goto fail
; 
3928     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3930         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3931         (arg1
)->SetPos(arg2
,arg3
); 
3933         wxPyEndAllowThreads(__tstate
); 
3934         if (PyErr_Occurred()) SWIG_fail
; 
3936     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
3943 static PyObject 
*_wrap_HtmlCell_Layout(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3944     PyObject 
*resultobj
; 
3945     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
3947     PyObject 
* obj0 
= 0 ; 
3949         (char *) "self",(char *) "w", NULL 
 
3952     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oi:HtmlCell_Layout",kwnames
,&obj0
,&arg2
)) goto fail
; 
3953     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3955         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3956         (arg1
)->Layout(arg2
); 
3958         wxPyEndAllowThreads(__tstate
); 
3959         if (PyErr_Occurred()) SWIG_fail
; 
3961     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
3968 static PyObject 
*_wrap_HtmlCell_Draw(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3969     PyObject 
*resultobj
; 
3970     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
3976     wxHtmlRenderingInfo 
*arg7 
= 0 ; 
3977     PyObject 
* obj0 
= 0 ; 
3978     PyObject 
* obj1 
= 0 ; 
3979     PyObject 
* obj6 
= 0 ; 
3981         (char *) "self",(char *) "dc",(char *) "x",(char *) "y",(char *) "view_y1",(char *) "view_y2",(char *) "info", NULL 
 
3984     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOiiiiO:HtmlCell_Draw",kwnames
,&obj0
,&obj1
,&arg3
,&arg4
,&arg5
,&arg6
,&obj6
)) goto fail
; 
3985     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3986     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxDC
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3988         PyErr_SetString(PyExc_TypeError
,"null reference"); SWIG_fail
;  
3990     if ((SWIG_ConvertPtr(obj6
,(void **) &arg7
, SWIGTYPE_p_wxHtmlRenderingInfo
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
3992         PyErr_SetString(PyExc_TypeError
,"null reference"); SWIG_fail
;  
3995         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3996         (arg1
)->Draw(*arg2
,arg3
,arg4
,arg5
,arg6
,*arg7
); 
3998         wxPyEndAllowThreads(__tstate
); 
3999         if (PyErr_Occurred()) SWIG_fail
; 
4001     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
4008 static PyObject 
*_wrap_HtmlCell_DrawInvisible(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4009     PyObject 
*resultobj
; 
4010     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
4014     wxHtmlRenderingInfo 
*arg5 
= 0 ; 
4015     PyObject 
* obj0 
= 0 ; 
4016     PyObject 
* obj1 
= 0 ; 
4017     PyObject 
* obj4 
= 0 ; 
4019         (char *) "self",(char *) "dc",(char *) "x",(char *) "y",(char *) "info", NULL 
 
4022     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOiiO:HtmlCell_DrawInvisible",kwnames
,&obj0
,&obj1
,&arg3
,&arg4
,&obj4
)) goto fail
; 
4023     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4024     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxDC
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4026         PyErr_SetString(PyExc_TypeError
,"null reference"); SWIG_fail
;  
4028     if ((SWIG_ConvertPtr(obj4
,(void **) &arg5
, SWIGTYPE_p_wxHtmlRenderingInfo
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4030         PyErr_SetString(PyExc_TypeError
,"null reference"); SWIG_fail
;  
4033         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4034         (arg1
)->DrawInvisible(*arg2
,arg3
,arg4
,*arg5
); 
4036         wxPyEndAllowThreads(__tstate
); 
4037         if (PyErr_Occurred()) SWIG_fail
; 
4039     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
4046 static PyObject 
*_wrap_HtmlCell_Find(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4047     PyObject 
*resultobj
; 
4048     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
4050     void *arg3 
= (void *) 0 ; 
4052     PyObject 
* obj0 
= 0 ; 
4053     PyObject 
* obj2 
= 0 ; 
4055         (char *) "self",(char *) "condition",(char *) "param", NULL 
 
4058     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OiO:HtmlCell_Find",kwnames
,&obj0
,&arg2
,&obj2
)) goto fail
; 
4059     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4060     if ((SWIG_ConvertPtr(obj2
,(void **) &arg3
, 0, SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4062         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4063         result 
= (wxHtmlCell 
*)(arg1
)->Find(arg2
,(void const *)arg3
); 
4065         wxPyEndAllowThreads(__tstate
); 
4066         if (PyErr_Occurred()) SWIG_fail
; 
4068     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlCell
, 0); 
4075 static PyObject 
*_wrap_HtmlCell_AdjustPagebreak(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4076     PyObject 
*resultobj
; 
4077     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
4078     int *arg2 
= (int *) 0 ; 
4081     PyObject 
* obj0 
= 0 ; 
4082     PyObject 
* obj1 
= 0 ; 
4084         (char *) "self",(char *) "INOUT", NULL 
 
4087     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlCell_AdjustPagebreak",kwnames
,&obj0
,&obj1
)) goto fail
; 
4088     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4090         temp2 
= PyInt_AsLong(obj1
); 
4091         if (PyErr_Occurred()) SWIG_fail
; 
4095         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4096         result 
= (bool)(arg1
)->AdjustPagebreak(arg2
); 
4098         wxPyEndAllowThreads(__tstate
); 
4099         if (PyErr_Occurred()) SWIG_fail
; 
4101     resultobj 
= PyInt_FromLong((long)result
); 
4103         PyObject 
*o 
= PyInt_FromLong((long) (*arg2
)); 
4104         resultobj 
= t_output_helper(resultobj
,o
); 
4112 static PyObject 
*_wrap_HtmlCell_SetCanLiveOnPagebreak(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4113     PyObject 
*resultobj
; 
4114     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
4116     PyObject 
* obj0 
= 0 ; 
4117     PyObject 
* obj1 
= 0 ; 
4119         (char *) "self",(char *) "can", NULL 
 
4122     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlCell_SetCanLiveOnPagebreak",kwnames
,&obj0
,&obj1
)) goto fail
; 
4123     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4124     arg2 
= PyInt_AsLong(obj1
) ? true : false; 
4125     if (PyErr_Occurred()) SWIG_fail
; 
4127         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4128         (arg1
)->SetCanLiveOnPagebreak(arg2
); 
4130         wxPyEndAllowThreads(__tstate
); 
4131         if (PyErr_Occurred()) SWIG_fail
; 
4133     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
4140 static PyObject 
*_wrap_HtmlCell_IsLinebreakAllowed(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4141     PyObject 
*resultobj
; 
4142     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
4144     PyObject 
* obj0 
= 0 ; 
4146         (char *) "self", NULL 
 
4149     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlCell_IsLinebreakAllowed",kwnames
,&obj0
)) goto fail
; 
4150     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4152         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4153         result 
= (bool)((wxHtmlCell 
const *)arg1
)->IsLinebreakAllowed(); 
4155         wxPyEndAllowThreads(__tstate
); 
4156         if (PyErr_Occurred()) SWIG_fail
; 
4158     resultobj 
= PyInt_FromLong((long)result
); 
4165 static PyObject 
*_wrap_HtmlCell_IsTerminalCell(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4166     PyObject 
*resultobj
; 
4167     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
4169     PyObject 
* obj0 
= 0 ; 
4171         (char *) "self", NULL 
 
4174     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlCell_IsTerminalCell",kwnames
,&obj0
)) goto fail
; 
4175     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4177         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4178         result 
= (bool)((wxHtmlCell 
const *)arg1
)->IsTerminalCell(); 
4180         wxPyEndAllowThreads(__tstate
); 
4181         if (PyErr_Occurred()) SWIG_fail
; 
4183     resultobj 
= PyInt_FromLong((long)result
); 
4190 static PyObject 
*_wrap_HtmlCell_FindCellByPos(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4191     PyObject 
*resultobj
; 
4192     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
4195     unsigned int arg4 
= (unsigned int) wxHTML_FIND_EXACT 
; 
4197     PyObject 
* obj0 
= 0 ; 
4198     PyObject 
* obj3 
= 0 ; 
4200         (char *) "self",(char *) "x",(char *) "y",(char *) "flags", NULL 
 
4203     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oii|O:HtmlCell_FindCellByPos",kwnames
,&obj0
,&arg2
,&arg3
,&obj3
)) goto fail
; 
4204     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4206         arg4 
= (unsigned int) PyInt_AsLong(obj3
); 
4207         if (PyErr_Occurred()) SWIG_fail
; 
4210         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4211         result 
= (wxHtmlCell 
*)((wxHtmlCell 
const *)arg1
)->FindCellByPos(arg2
,arg3
,arg4
); 
4213         wxPyEndAllowThreads(__tstate
); 
4214         if (PyErr_Occurred()) SWIG_fail
; 
4216     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlCell
, 0); 
4223 static PyObject 
*_wrap_HtmlCell_GetAbsPos(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4224     PyObject 
*resultobj
; 
4225     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
4227     PyObject 
* obj0 
= 0 ; 
4229         (char *) "self", NULL 
 
4232     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlCell_GetAbsPos",kwnames
,&obj0
)) goto fail
; 
4233     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4235         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4236         result 
= ((wxHtmlCell 
const *)arg1
)->GetAbsPos(); 
4238         wxPyEndAllowThreads(__tstate
); 
4239         if (PyErr_Occurred()) SWIG_fail
; 
4242         wxPoint 
* resultptr
; 
4243         resultptr 
= new wxPoint((wxPoint 
&) result
); 
4244         resultobj 
= SWIG_NewPointerObj((void *) resultptr
, SWIGTYPE_p_wxPoint
, 1); 
4252 static PyObject 
*_wrap_HtmlCell_GetFirstTerminal(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4253     PyObject 
*resultobj
; 
4254     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
4256     PyObject 
* obj0 
= 0 ; 
4258         (char *) "self", NULL 
 
4261     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlCell_GetFirstTerminal",kwnames
,&obj0
)) goto fail
; 
4262     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4264         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4265         result 
= (wxHtmlCell 
*)((wxHtmlCell 
const *)arg1
)->GetFirstTerminal(); 
4267         wxPyEndAllowThreads(__tstate
); 
4268         if (PyErr_Occurred()) SWIG_fail
; 
4270     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlCell
, 0); 
4277 static PyObject 
*_wrap_HtmlCell_GetLastTerminal(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4278     PyObject 
*resultobj
; 
4279     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
4281     PyObject 
* obj0 
= 0 ; 
4283         (char *) "self", NULL 
 
4286     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlCell_GetLastTerminal",kwnames
,&obj0
)) goto fail
; 
4287     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4289         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4290         result 
= (wxHtmlCell 
*)((wxHtmlCell 
const *)arg1
)->GetLastTerminal(); 
4292         wxPyEndAllowThreads(__tstate
); 
4293         if (PyErr_Occurred()) SWIG_fail
; 
4295     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlCell
, 0); 
4302 static PyObject 
*_wrap_HtmlCell_GetDepth(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4303     PyObject 
*resultobj
; 
4304     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
4305     unsigned int result
; 
4306     PyObject 
* obj0 
= 0 ; 
4308         (char *) "self", NULL 
 
4311     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlCell_GetDepth",kwnames
,&obj0
)) goto fail
; 
4312     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4314         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4315         result 
= (unsigned int)((wxHtmlCell 
const *)arg1
)->GetDepth(); 
4317         wxPyEndAllowThreads(__tstate
); 
4318         if (PyErr_Occurred()) SWIG_fail
; 
4320     resultobj 
= PyInt_FromLong((long)result
); 
4327 static PyObject 
*_wrap_HtmlCell_IsBefore(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4328     PyObject 
*resultobj
; 
4329     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
4330     wxHtmlCell 
*arg2 
= (wxHtmlCell 
*) 0 ; 
4332     PyObject 
* obj0 
= 0 ; 
4333     PyObject 
* obj1 
= 0 ; 
4335         (char *) "self",(char *) "cell", NULL 
 
4338     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlCell_IsBefore",kwnames
,&obj0
,&obj1
)) goto fail
; 
4339     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4340     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4342         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4343         result 
= (bool)((wxHtmlCell 
const *)arg1
)->IsBefore(arg2
); 
4345         wxPyEndAllowThreads(__tstate
); 
4346         if (PyErr_Occurred()) SWIG_fail
; 
4348     resultobj 
= PyInt_FromLong((long)result
); 
4355 static PyObject 
*_wrap_HtmlCell_ConvertToText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4356     PyObject 
*resultobj
; 
4357     wxHtmlCell 
*arg1 
= (wxHtmlCell 
*) 0 ; 
4358     wxHtmlSelection 
*arg2 
= (wxHtmlSelection 
*) 0 ; 
4360     PyObject 
* obj0 
= 0 ; 
4361     PyObject 
* obj1 
= 0 ; 
4363         (char *) "self",(char *) "sel", NULL 
 
4366     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlCell_ConvertToText",kwnames
,&obj0
,&obj1
)) goto fail
; 
4367     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4368     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxHtmlSelection
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4370         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4371         result 
= ((wxHtmlCell 
const *)arg1
)->ConvertToText(arg2
); 
4373         wxPyEndAllowThreads(__tstate
); 
4374         if (PyErr_Occurred()) SWIG_fail
; 
4378         resultobj 
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len()); 
4380         resultobj 
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len()); 
4389 static PyObject 
* HtmlCell_swigregister(PyObject 
*self
, PyObject 
*args
) { 
4391     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
4392     SWIG_TypeClientData(SWIGTYPE_p_wxHtmlCell
, obj
); 
4394     return Py_BuildValue((char *)""); 
4396 static PyObject 
*_wrap_new_HtmlWordCell(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4397     PyObject 
*resultobj
; 
4398     wxString 
*arg1 
= 0 ; 
4400     wxHtmlWordCell 
*result
; 
4401     bool temp1 
= False 
; 
4402     PyObject 
* obj0 
= 0 ; 
4403     PyObject 
* obj1 
= 0 ; 
4405         (char *) "word",(char *) "dc", NULL 
 
4408     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:new_HtmlWordCell",kwnames
,&obj0
,&obj1
)) goto fail
; 
4410         arg1 
= wxString_in_helper(obj0
); 
4411         if (arg1 
== NULL
) SWIG_fail
; 
4414     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxDC
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4416         PyErr_SetString(PyExc_TypeError
,"null reference"); SWIG_fail
;  
4419         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4420         result 
= (wxHtmlWordCell 
*)new wxHtmlWordCell((wxString 
const &)*arg1
,*arg2
); 
4422         wxPyEndAllowThreads(__tstate
); 
4423         if (PyErr_Occurred()) SWIG_fail
; 
4425     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlWordCell
, 1); 
4440 static PyObject 
* HtmlWordCell_swigregister(PyObject 
*self
, PyObject 
*args
) { 
4442     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
4443     SWIG_TypeClientData(SWIGTYPE_p_wxHtmlWordCell
, obj
); 
4445     return Py_BuildValue((char *)""); 
4447 static PyObject 
*_wrap_new_HtmlContainerCell(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4448     PyObject 
*resultobj
; 
4449     wxHtmlContainerCell 
*arg1 
= (wxHtmlContainerCell 
*) 0 ; 
4450     wxHtmlContainerCell 
*result
; 
4451     PyObject 
* obj0 
= 0 ; 
4453         (char *) "parent", NULL 
 
4456     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:new_HtmlContainerCell",kwnames
,&obj0
)) goto fail
; 
4457     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlContainerCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4459         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4460         result 
= (wxHtmlContainerCell 
*)new wxHtmlContainerCell(arg1
); 
4462         wxPyEndAllowThreads(__tstate
); 
4463         if (PyErr_Occurred()) SWIG_fail
; 
4465     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlContainerCell
, 1); 
4472 static PyObject 
*_wrap_HtmlContainerCell_InsertCell(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4473     PyObject 
*resultobj
; 
4474     wxHtmlContainerCell 
*arg1 
= (wxHtmlContainerCell 
*) 0 ; 
4475     wxHtmlCell 
*arg2 
= (wxHtmlCell 
*) 0 ; 
4476     PyObject 
* obj0 
= 0 ; 
4477     PyObject 
* obj1 
= 0 ; 
4479         (char *) "self",(char *) "cell", NULL 
 
4482     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlContainerCell_InsertCell",kwnames
,&obj0
,&obj1
)) goto fail
; 
4483     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlContainerCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4484     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4486         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4487         (arg1
)->InsertCell(arg2
); 
4489         wxPyEndAllowThreads(__tstate
); 
4490         if (PyErr_Occurred()) SWIG_fail
; 
4492     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
4499 static PyObject 
*_wrap_HtmlContainerCell_SetAlignHor(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4500     PyObject 
*resultobj
; 
4501     wxHtmlContainerCell 
*arg1 
= (wxHtmlContainerCell 
*) 0 ; 
4503     PyObject 
* obj0 
= 0 ; 
4505         (char *) "self",(char *) "al", NULL 
 
4508     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oi:HtmlContainerCell_SetAlignHor",kwnames
,&obj0
,&arg2
)) goto fail
; 
4509     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlContainerCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4511         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4512         (arg1
)->SetAlignHor(arg2
); 
4514         wxPyEndAllowThreads(__tstate
); 
4515         if (PyErr_Occurred()) SWIG_fail
; 
4517     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
4524 static PyObject 
*_wrap_HtmlContainerCell_GetAlignHor(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4525     PyObject 
*resultobj
; 
4526     wxHtmlContainerCell 
*arg1 
= (wxHtmlContainerCell 
*) 0 ; 
4528     PyObject 
* obj0 
= 0 ; 
4530         (char *) "self", NULL 
 
4533     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlContainerCell_GetAlignHor",kwnames
,&obj0
)) goto fail
; 
4534     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlContainerCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4536         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4537         result 
= (int)(arg1
)->GetAlignHor(); 
4539         wxPyEndAllowThreads(__tstate
); 
4540         if (PyErr_Occurred()) SWIG_fail
; 
4542     resultobj 
= PyInt_FromLong((long)result
); 
4549 static PyObject 
*_wrap_HtmlContainerCell_SetAlignVer(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4550     PyObject 
*resultobj
; 
4551     wxHtmlContainerCell 
*arg1 
= (wxHtmlContainerCell 
*) 0 ; 
4553     PyObject 
* obj0 
= 0 ; 
4555         (char *) "self",(char *) "al", NULL 
 
4558     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oi:HtmlContainerCell_SetAlignVer",kwnames
,&obj0
,&arg2
)) goto fail
; 
4559     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlContainerCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4561         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4562         (arg1
)->SetAlignVer(arg2
); 
4564         wxPyEndAllowThreads(__tstate
); 
4565         if (PyErr_Occurred()) SWIG_fail
; 
4567     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
4574 static PyObject 
*_wrap_HtmlContainerCell_GetAlignVer(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4575     PyObject 
*resultobj
; 
4576     wxHtmlContainerCell 
*arg1 
= (wxHtmlContainerCell 
*) 0 ; 
4578     PyObject 
* obj0 
= 0 ; 
4580         (char *) "self", NULL 
 
4583     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlContainerCell_GetAlignVer",kwnames
,&obj0
)) goto fail
; 
4584     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlContainerCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4586         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4587         result 
= (int)(arg1
)->GetAlignVer(); 
4589         wxPyEndAllowThreads(__tstate
); 
4590         if (PyErr_Occurred()) SWIG_fail
; 
4592     resultobj 
= PyInt_FromLong((long)result
); 
4599 static PyObject 
*_wrap_HtmlContainerCell_SetIndent(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4600     PyObject 
*resultobj
; 
4601     wxHtmlContainerCell 
*arg1 
= (wxHtmlContainerCell 
*) 0 ; 
4604     int arg4 
= (int) wxHTML_UNITS_PIXELS 
; 
4605     PyObject 
* obj0 
= 0 ; 
4607         (char *) "self",(char *) "i",(char *) "what",(char *) "units", NULL 
 
4610     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oii|i:HtmlContainerCell_SetIndent",kwnames
,&obj0
,&arg2
,&arg3
,&arg4
)) goto fail
; 
4611     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlContainerCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4613         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4614         (arg1
)->SetIndent(arg2
,arg3
,arg4
); 
4616         wxPyEndAllowThreads(__tstate
); 
4617         if (PyErr_Occurred()) SWIG_fail
; 
4619     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
4626 static PyObject 
*_wrap_HtmlContainerCell_GetIndent(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4627     PyObject 
*resultobj
; 
4628     wxHtmlContainerCell 
*arg1 
= (wxHtmlContainerCell 
*) 0 ; 
4631     PyObject 
* obj0 
= 0 ; 
4633         (char *) "self",(char *) "ind", NULL 
 
4636     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oi:HtmlContainerCell_GetIndent",kwnames
,&obj0
,&arg2
)) goto fail
; 
4637     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlContainerCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4639         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4640         result 
= (int)(arg1
)->GetIndent(arg2
); 
4642         wxPyEndAllowThreads(__tstate
); 
4643         if (PyErr_Occurred()) SWIG_fail
; 
4645     resultobj 
= PyInt_FromLong((long)result
); 
4652 static PyObject 
*_wrap_HtmlContainerCell_GetIndentUnits(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4653     PyObject 
*resultobj
; 
4654     wxHtmlContainerCell 
*arg1 
= (wxHtmlContainerCell 
*) 0 ; 
4657     PyObject 
* obj0 
= 0 ; 
4659         (char *) "self",(char *) "ind", NULL 
 
4662     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oi:HtmlContainerCell_GetIndentUnits",kwnames
,&obj0
,&arg2
)) goto fail
; 
4663     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlContainerCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4665         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4666         result 
= (int)(arg1
)->GetIndentUnits(arg2
); 
4668         wxPyEndAllowThreads(__tstate
); 
4669         if (PyErr_Occurred()) SWIG_fail
; 
4671     resultobj 
= PyInt_FromLong((long)result
); 
4678 static PyObject 
*_wrap_HtmlContainerCell_SetAlign(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4679     PyObject 
*resultobj
; 
4680     wxHtmlContainerCell 
*arg1 
= (wxHtmlContainerCell 
*) 0 ; 
4681     wxHtmlTag 
*arg2 
= 0 ; 
4682     PyObject 
* obj0 
= 0 ; 
4683     PyObject 
* obj1 
= 0 ; 
4685         (char *) "self",(char *) "tag", NULL 
 
4688     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlContainerCell_SetAlign",kwnames
,&obj0
,&obj1
)) goto fail
; 
4689     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlContainerCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4690     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxHtmlTag
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4692         PyErr_SetString(PyExc_TypeError
,"null reference"); SWIG_fail
;  
4695         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4696         (arg1
)->SetAlign((wxHtmlTag 
const &)*arg2
); 
4698         wxPyEndAllowThreads(__tstate
); 
4699         if (PyErr_Occurred()) SWIG_fail
; 
4701     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
4708 static PyObject 
*_wrap_HtmlContainerCell_SetWidthFloat(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4709     PyObject 
*resultobj
; 
4710     wxHtmlContainerCell 
*arg1 
= (wxHtmlContainerCell 
*) 0 ; 
4713     PyObject 
* obj0 
= 0 ; 
4715         (char *) "self",(char *) "w",(char *) "units", NULL 
 
4718     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oii:HtmlContainerCell_SetWidthFloat",kwnames
,&obj0
,&arg2
,&arg3
)) goto fail
; 
4719     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlContainerCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4721         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4722         (arg1
)->SetWidthFloat(arg2
,arg3
); 
4724         wxPyEndAllowThreads(__tstate
); 
4725         if (PyErr_Occurred()) SWIG_fail
; 
4727     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
4734 static PyObject 
*_wrap_HtmlContainerCell_SetWidthFloatFromTag(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4735     PyObject 
*resultobj
; 
4736     wxHtmlContainerCell 
*arg1 
= (wxHtmlContainerCell 
*) 0 ; 
4737     wxHtmlTag 
*arg2 
= 0 ; 
4738     PyObject 
* obj0 
= 0 ; 
4739     PyObject 
* obj1 
= 0 ; 
4741         (char *) "self",(char *) "tag", NULL 
 
4744     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlContainerCell_SetWidthFloatFromTag",kwnames
,&obj0
,&obj1
)) goto fail
; 
4745     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlContainerCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4746     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxHtmlTag
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4748         PyErr_SetString(PyExc_TypeError
,"null reference"); SWIG_fail
;  
4751         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4752         (arg1
)->SetWidthFloat((wxHtmlTag 
const &)*arg2
); 
4754         wxPyEndAllowThreads(__tstate
); 
4755         if (PyErr_Occurred()) SWIG_fail
; 
4757     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
4764 static PyObject 
*_wrap_HtmlContainerCell_SetMinHeight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4765     PyObject 
*resultobj
; 
4766     wxHtmlContainerCell 
*arg1 
= (wxHtmlContainerCell 
*) 0 ; 
4768     int arg3 
= (int) wxHTML_ALIGN_TOP 
; 
4769     PyObject 
* obj0 
= 0 ; 
4771         (char *) "self",(char *) "h",(char *) "align", NULL 
 
4774     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oi|i:HtmlContainerCell_SetMinHeight",kwnames
,&obj0
,&arg2
,&arg3
)) goto fail
; 
4775     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlContainerCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4777         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4778         (arg1
)->SetMinHeight(arg2
,arg3
); 
4780         wxPyEndAllowThreads(__tstate
); 
4781         if (PyErr_Occurred()) SWIG_fail
; 
4783     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
4790 static PyObject 
*_wrap_HtmlContainerCell_SetBackgroundColour(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4791     PyObject 
*resultobj
; 
4792     wxHtmlContainerCell 
*arg1 
= (wxHtmlContainerCell 
*) 0 ; 
4793     wxColour 
*arg2 
= 0 ; 
4795     PyObject 
* obj0 
= 0 ; 
4796     PyObject 
* obj1 
= 0 ; 
4798         (char *) "self",(char *) "clr", NULL 
 
4801     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlContainerCell_SetBackgroundColour",kwnames
,&obj0
,&obj1
)) goto fail
; 
4802     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlContainerCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4805         if ( ! wxColour_helper(obj1
, &arg2
)) SWIG_fail
; 
4808         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4809         (arg1
)->SetBackgroundColour((wxColour 
const &)*arg2
); 
4811         wxPyEndAllowThreads(__tstate
); 
4812         if (PyErr_Occurred()) SWIG_fail
; 
4814     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
4821 static PyObject 
*_wrap_HtmlContainerCell_GetBackgroundColour(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4822     PyObject 
*resultobj
; 
4823     wxHtmlContainerCell 
*arg1 
= (wxHtmlContainerCell 
*) 0 ; 
4825     PyObject 
* obj0 
= 0 ; 
4827         (char *) "self", NULL 
 
4830     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlContainerCell_GetBackgroundColour",kwnames
,&obj0
)) goto fail
; 
4831     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlContainerCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4833         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4834         result 
= (arg1
)->GetBackgroundColour(); 
4836         wxPyEndAllowThreads(__tstate
); 
4837         if (PyErr_Occurred()) SWIG_fail
; 
4840         wxColour 
* resultptr
; 
4841         resultptr 
= new wxColour((wxColour 
&) result
); 
4842         resultobj 
= SWIG_NewPointerObj((void *) resultptr
, SWIGTYPE_p_wxColour
, 1); 
4850 static PyObject 
*_wrap_HtmlContainerCell_SetBorder(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4851     PyObject 
*resultobj
; 
4852     wxHtmlContainerCell 
*arg1 
= (wxHtmlContainerCell 
*) 0 ; 
4853     wxColour 
*arg2 
= 0 ; 
4854     wxColour 
*arg3 
= 0 ; 
4857     PyObject 
* obj0 
= 0 ; 
4858     PyObject 
* obj1 
= 0 ; 
4859     PyObject 
* obj2 
= 0 ; 
4861         (char *) "self",(char *) "clr1",(char *) "clr2", NULL 
 
4864     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:HtmlContainerCell_SetBorder",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
; 
4865     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlContainerCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4868         if ( ! wxColour_helper(obj1
, &arg2
)) SWIG_fail
; 
4872         if ( ! wxColour_helper(obj2
, &arg3
)) SWIG_fail
; 
4875         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4876         (arg1
)->SetBorder((wxColour 
const &)*arg2
,(wxColour 
const &)*arg3
); 
4878         wxPyEndAllowThreads(__tstate
); 
4879         if (PyErr_Occurred()) SWIG_fail
; 
4881     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
4888 static PyObject 
*_wrap_HtmlContainerCell_GetFirstChild(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4889     PyObject 
*resultobj
; 
4890     wxHtmlContainerCell 
*arg1 
= (wxHtmlContainerCell 
*) 0 ; 
4892     PyObject 
* obj0 
= 0 ; 
4894         (char *) "self", NULL 
 
4897     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlContainerCell_GetFirstChild",kwnames
,&obj0
)) goto fail
; 
4898     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlContainerCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4900         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4901         result 
= (wxHtmlCell 
*)(arg1
)->GetFirstChild(); 
4903         wxPyEndAllowThreads(__tstate
); 
4904         if (PyErr_Occurred()) SWIG_fail
; 
4906     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlCell
, 0); 
4913 static PyObject 
* HtmlContainerCell_swigregister(PyObject 
*self
, PyObject 
*args
) { 
4915     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
4916     SWIG_TypeClientData(SWIGTYPE_p_wxHtmlContainerCell
, obj
); 
4918     return Py_BuildValue((char *)""); 
4920 static PyObject 
*_wrap_new_HtmlColourCell(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4921     PyObject 
*resultobj
; 
4923     int arg2 
= (int) wxHTML_CLR_FOREGROUND 
; 
4924     wxHtmlColourCell 
*result
; 
4926     PyObject 
* obj0 
= 0 ; 
4928         (char *) "clr",(char *) "flags", NULL 
 
4931     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|i:new_HtmlColourCell",kwnames
,&obj0
,&arg2
)) goto fail
; 
4932     if ((SWIG_ConvertPtr(obj0
,(void **) &argp1
, SWIGTYPE_p_wxColour
,SWIG_POINTER_EXCEPTION
) == -1)) SWIG_fail
; 
4935         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4936         result 
= (wxHtmlColourCell 
*)new wxHtmlColourCell(arg1
,arg2
); 
4938         wxPyEndAllowThreads(__tstate
); 
4939         if (PyErr_Occurred()) SWIG_fail
; 
4941     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlColourCell
, 1); 
4948 static PyObject 
* HtmlColourCell_swigregister(PyObject 
*self
, PyObject 
*args
) { 
4950     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
4951     SWIG_TypeClientData(SWIGTYPE_p_wxHtmlColourCell
, obj
); 
4953     return Py_BuildValue((char *)""); 
4955 static PyObject 
*_wrap_new_HtmlFontCell(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4956     PyObject 
*resultobj
; 
4957     wxFont 
*arg1 
= (wxFont 
*) 0 ; 
4958     wxHtmlFontCell 
*result
; 
4959     PyObject 
* obj0 
= 0 ; 
4961         (char *) "font", NULL 
 
4964     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:new_HtmlFontCell",kwnames
,&obj0
)) goto fail
; 
4965     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxFont
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
4967         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4968         result 
= (wxHtmlFontCell 
*)new wxHtmlFontCell(arg1
); 
4970         wxPyEndAllowThreads(__tstate
); 
4971         if (PyErr_Occurred()) SWIG_fail
; 
4973     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlFontCell
, 1); 
4980 static PyObject 
* HtmlFontCell_swigregister(PyObject 
*self
, PyObject 
*args
) { 
4982     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
4983     SWIG_TypeClientData(SWIGTYPE_p_wxHtmlFontCell
, obj
); 
4985     return Py_BuildValue((char *)""); 
4987 static PyObject 
*_wrap_new_HtmlWidgetCell(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4988     PyObject 
*resultobj
; 
4989     wxWindow 
*arg1 
= (wxWindow 
*) 0 ; 
4990     int arg2 
= (int) 0 ; 
4991     wxHtmlWidgetCell 
*result
; 
4992     PyObject 
* obj0 
= 0 ; 
4994         (char *) "wnd",(char *) "w", NULL 
 
4997     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|i:new_HtmlWidgetCell",kwnames
,&obj0
,&arg2
)) goto fail
; 
4998     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5000         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5001         result 
= (wxHtmlWidgetCell 
*)new wxHtmlWidgetCell(arg1
,arg2
); 
5003         wxPyEndAllowThreads(__tstate
); 
5004         if (PyErr_Occurred()) SWIG_fail
; 
5006     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlWidgetCell
, 1); 
5013 static PyObject 
* HtmlWidgetCell_swigregister(PyObject 
*self
, PyObject 
*args
) { 
5015     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
5016     SWIG_TypeClientData(SWIGTYPE_p_wxHtmlWidgetCell
, obj
); 
5018     return Py_BuildValue((char *)""); 
5020 static PyObject 
*_wrap_new_HtmlFilter(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5021     PyObject 
*resultobj
; 
5022     wxPyHtmlFilter 
*result
; 
5027     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_HtmlFilter",kwnames
)) goto fail
; 
5029         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5030         result 
= (wxPyHtmlFilter 
*)new wxPyHtmlFilter(); 
5032         wxPyEndAllowThreads(__tstate
); 
5033         if (PyErr_Occurred()) SWIG_fail
; 
5035     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxPyHtmlFilter
, 1); 
5042 static PyObject 
*_wrap_HtmlFilter__setCallbackInfo(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5043     PyObject 
*resultobj
; 
5044     wxPyHtmlFilter 
*arg1 
= (wxPyHtmlFilter 
*) 0 ; 
5045     PyObject 
*arg2 
= (PyObject 
*) 0 ; 
5046     PyObject 
*arg3 
= (PyObject 
*) 0 ; 
5047     PyObject 
* obj0 
= 0 ; 
5048     PyObject 
* obj1 
= 0 ; 
5049     PyObject 
* obj2 
= 0 ; 
5051         (char *) "self",(char *) "self",(char *) "_class", NULL 
 
5054     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:HtmlFilter__setCallbackInfo",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
; 
5055     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlFilter
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5059         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5060         (arg1
)->_setCallbackInfo(arg2
,arg3
); 
5062         wxPyEndAllowThreads(__tstate
); 
5063         if (PyErr_Occurred()) SWIG_fail
; 
5065     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
5072 static PyObject 
* HtmlFilter_swigregister(PyObject 
*self
, PyObject 
*args
) { 
5074     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
5075     SWIG_TypeClientData(SWIGTYPE_p_wxPyHtmlFilter
, obj
); 
5077     return Py_BuildValue((char *)""); 
5079 static PyObject 
*_wrap_new_HtmlWindow(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5080     PyObject 
*resultobj
; 
5081     wxWindow 
*arg1 
= (wxWindow 
*) 0 ; 
5082     int arg2 
= (int) -1 ; 
5083     wxPoint 
const &arg3_defvalue 
= wxDefaultPosition 
; 
5084     wxPoint 
*arg3 
= (wxPoint 
*) &arg3_defvalue 
; 
5085     wxSize 
const &arg4_defvalue 
= wxDefaultSize 
; 
5086     wxSize 
*arg4 
= (wxSize 
*) &arg4_defvalue 
; 
5087     int arg5 
= (int) wxHW_DEFAULT_STYLE 
; 
5088     wxString 
const &arg6_defvalue 
= wxPyHtmlWindowNameStr 
; 
5089     wxString 
*arg6 
= (wxString 
*) &arg6_defvalue 
; 
5090     wxPyHtmlWindow 
*result
; 
5093     bool temp6 
= False 
; 
5094     PyObject 
* obj0 
= 0 ; 
5095     PyObject 
* obj2 
= 0 ; 
5096     PyObject 
* obj3 
= 0 ; 
5097     PyObject 
* obj5 
= 0 ; 
5099         (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL 
 
5102     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|iOOiO:new_HtmlWindow",kwnames
,&obj0
,&arg2
,&obj2
,&obj3
,&arg5
,&obj5
)) goto fail
; 
5103     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5107             if ( ! wxPoint_helper(obj2
, &arg3
)) SWIG_fail
; 
5113             if ( ! wxSize_helper(obj3
, &arg4
)) SWIG_fail
; 
5118             arg6 
= wxString_in_helper(obj5
); 
5119             if (arg6 
== NULL
) SWIG_fail
; 
5124         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5125         result 
= (wxPyHtmlWindow 
*)new wxPyHtmlWindow(arg1
,arg2
,(wxPoint 
const &)*arg3
,(wxSize 
const &)*arg4
,arg5
,(wxString 
const &)*arg6
); 
5127         wxPyEndAllowThreads(__tstate
); 
5128         if (PyErr_Occurred()) SWIG_fail
; 
5131         resultobj 
= wxPyMake_wxObject(result
);  
5147 static PyObject 
*_wrap_new_PreHtmlWindow(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5148     PyObject 
*resultobj
; 
5149     wxPyHtmlWindow 
*result
; 
5154     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreHtmlWindow",kwnames
)) goto fail
; 
5156         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5157         result 
= (wxPyHtmlWindow 
*)new wxPyHtmlWindow(); 
5159         wxPyEndAllowThreads(__tstate
); 
5160         if (PyErr_Occurred()) SWIG_fail
; 
5163         resultobj 
= wxPyMake_wxObject(result
);  
5171 static PyObject 
*_wrap_HtmlWindow_Create(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5172     PyObject 
*resultobj
; 
5173     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
5174     wxWindow 
*arg2 
= (wxWindow 
*) 0 ; 
5175     int arg3 
= (int) -1 ; 
5176     wxPoint 
const &arg4_defvalue 
= wxDefaultPosition 
; 
5177     wxPoint 
*arg4 
= (wxPoint 
*) &arg4_defvalue 
; 
5178     wxSize 
const &arg5_defvalue 
= wxDefaultSize 
; 
5179     wxSize 
*arg5 
= (wxSize 
*) &arg5_defvalue 
; 
5180     int arg6 
= (int) wxHW_SCROLLBAR_AUTO 
; 
5181     wxString 
const &arg7_defvalue 
= wxPyHtmlWindowNameStr 
; 
5182     wxString 
*arg7 
= (wxString 
*) &arg7_defvalue 
; 
5186     bool temp7 
= False 
; 
5187     PyObject 
* obj0 
= 0 ; 
5188     PyObject 
* obj1 
= 0 ; 
5189     PyObject 
* obj3 
= 0 ; 
5190     PyObject 
* obj4 
= 0 ; 
5191     PyObject 
* obj6 
= 0 ; 
5193         (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL 
 
5196     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|iOOiO:HtmlWindow_Create",kwnames
,&obj0
,&obj1
,&arg3
,&obj3
,&obj4
,&arg6
,&obj6
)) goto fail
; 
5197     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5198     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5202             if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
; 
5208             if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
; 
5213             arg7 
= wxString_in_helper(obj6
); 
5214             if (arg7 
== NULL
) SWIG_fail
; 
5219         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5220         result 
= (bool)(arg1
)->Create(arg2
,arg3
,(wxPoint 
const &)*arg4
,(wxSize 
const &)*arg5
,arg6
,(wxString 
const &)*arg7
); 
5222         wxPyEndAllowThreads(__tstate
); 
5223         if (PyErr_Occurred()) SWIG_fail
; 
5225     resultobj 
= PyInt_FromLong((long)result
); 
5240 static PyObject 
*_wrap_HtmlWindow__setCallbackInfo(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5241     PyObject 
*resultobj
; 
5242     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
5243     PyObject 
*arg2 
= (PyObject 
*) 0 ; 
5244     PyObject 
*arg3 
= (PyObject 
*) 0 ; 
5245     PyObject 
* obj0 
= 0 ; 
5246     PyObject 
* obj1 
= 0 ; 
5247     PyObject 
* obj2 
= 0 ; 
5249         (char *) "self",(char *) "self",(char *) "_class", NULL 
 
5252     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:HtmlWindow__setCallbackInfo",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
; 
5253     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5257         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5258         (arg1
)->_setCallbackInfo(arg2
,arg3
); 
5260         wxPyEndAllowThreads(__tstate
); 
5261         if (PyErr_Occurred()) SWIG_fail
; 
5263     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
5270 static PyObject 
*_wrap_HtmlWindow_SetPage(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5271     PyObject 
*resultobj
; 
5272     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
5273     wxString 
*arg2 
= 0 ; 
5275     bool temp2 
= False 
; 
5276     PyObject 
* obj0 
= 0 ; 
5277     PyObject 
* obj1 
= 0 ; 
5279         (char *) "self",(char *) "source", NULL 
 
5282     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlWindow_SetPage",kwnames
,&obj0
,&obj1
)) goto fail
; 
5283     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5285         arg2 
= wxString_in_helper(obj1
); 
5286         if (arg2 
== NULL
) SWIG_fail
; 
5290         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5291         result 
= (bool)(arg1
)->SetPage((wxString 
const &)*arg2
); 
5293         wxPyEndAllowThreads(__tstate
); 
5294         if (PyErr_Occurred()) SWIG_fail
; 
5296     resultobj 
= PyInt_FromLong((long)result
); 
5311 static PyObject 
*_wrap_HtmlWindow_LoadPage(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5312     PyObject 
*resultobj
; 
5313     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
5314     wxString 
*arg2 
= 0 ; 
5316     bool temp2 
= False 
; 
5317     PyObject 
* obj0 
= 0 ; 
5318     PyObject 
* obj1 
= 0 ; 
5320         (char *) "self",(char *) "location", NULL 
 
5323     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlWindow_LoadPage",kwnames
,&obj0
,&obj1
)) goto fail
; 
5324     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5326         arg2 
= wxString_in_helper(obj1
); 
5327         if (arg2 
== NULL
) SWIG_fail
; 
5331         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5332         result 
= (bool)(arg1
)->LoadPage((wxString 
const &)*arg2
); 
5334         wxPyEndAllowThreads(__tstate
); 
5335         if (PyErr_Occurred()) SWIG_fail
; 
5337     resultobj 
= PyInt_FromLong((long)result
); 
5352 static PyObject 
*_wrap_HtmlWindow_LoadFile(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5353     PyObject 
*resultobj
; 
5354     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
5355     wxString 
*arg2 
= 0 ; 
5357     bool temp2 
= False 
; 
5358     PyObject 
* obj0 
= 0 ; 
5359     PyObject 
* obj1 
= 0 ; 
5361         (char *) "self",(char *) "filename", NULL 
 
5364     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlWindow_LoadFile",kwnames
,&obj0
,&obj1
)) goto fail
; 
5365     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5367         arg2 
= wxString_in_helper(obj1
); 
5368         if (arg2 
== NULL
) SWIG_fail
; 
5372         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5373         result 
= (bool)(arg1
)->LoadFile((wxString 
const &)*arg2
); 
5375         wxPyEndAllowThreads(__tstate
); 
5376         if (PyErr_Occurred()) SWIG_fail
; 
5378     resultobj 
= PyInt_FromLong((long)result
); 
5393 static PyObject 
*_wrap_HtmlWindow_AppendToPage(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5394     PyObject 
*resultobj
; 
5395     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
5396     wxString 
*arg2 
= 0 ; 
5398     bool temp2 
= False 
; 
5399     PyObject 
* obj0 
= 0 ; 
5400     PyObject 
* obj1 
= 0 ; 
5402         (char *) "self",(char *) "source", NULL 
 
5405     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlWindow_AppendToPage",kwnames
,&obj0
,&obj1
)) goto fail
; 
5406     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5408         arg2 
= wxString_in_helper(obj1
); 
5409         if (arg2 
== NULL
) SWIG_fail
; 
5413         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5414         result 
= (bool)(arg1
)->AppendToPage((wxString 
const &)*arg2
); 
5416         wxPyEndAllowThreads(__tstate
); 
5417         if (PyErr_Occurred()) SWIG_fail
; 
5419     resultobj 
= PyInt_FromLong((long)result
); 
5434 static PyObject 
*_wrap_HtmlWindow_GetOpenedPage(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5435     PyObject 
*resultobj
; 
5436     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
5438     PyObject 
* obj0 
= 0 ; 
5440         (char *) "self", NULL 
 
5443     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWindow_GetOpenedPage",kwnames
,&obj0
)) goto fail
; 
5444     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5446         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5447         result 
= (arg1
)->GetOpenedPage(); 
5449         wxPyEndAllowThreads(__tstate
); 
5450         if (PyErr_Occurred()) SWIG_fail
; 
5454         resultobj 
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len()); 
5456         resultobj 
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len()); 
5465 static PyObject 
*_wrap_HtmlWindow_GetOpenedAnchor(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5466     PyObject 
*resultobj
; 
5467     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
5469     PyObject 
* obj0 
= 0 ; 
5471         (char *) "self", NULL 
 
5474     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWindow_GetOpenedAnchor",kwnames
,&obj0
)) goto fail
; 
5475     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5477         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5478         result 
= (arg1
)->GetOpenedAnchor(); 
5480         wxPyEndAllowThreads(__tstate
); 
5481         if (PyErr_Occurred()) SWIG_fail
; 
5485         resultobj 
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len()); 
5487         resultobj 
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len()); 
5496 static PyObject 
*_wrap_HtmlWindow_GetOpenedPageTitle(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5497     PyObject 
*resultobj
; 
5498     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
5500     PyObject 
* obj0 
= 0 ; 
5502         (char *) "self", NULL 
 
5505     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWindow_GetOpenedPageTitle",kwnames
,&obj0
)) goto fail
; 
5506     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5508         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5509         result 
= (arg1
)->GetOpenedPageTitle(); 
5511         wxPyEndAllowThreads(__tstate
); 
5512         if (PyErr_Occurred()) SWIG_fail
; 
5516         resultobj 
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len()); 
5518         resultobj 
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len()); 
5527 static PyObject 
*_wrap_HtmlWindow_SetRelatedFrame(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5528     PyObject 
*resultobj
; 
5529     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
5530     wxFrame 
*arg2 
= (wxFrame 
*) 0 ; 
5531     wxString 
*arg3 
= 0 ; 
5532     bool temp3 
= False 
; 
5533     PyObject 
* obj0 
= 0 ; 
5534     PyObject 
* obj1 
= 0 ; 
5535     PyObject 
* obj2 
= 0 ; 
5537         (char *) "self",(char *) "frame",(char *) "format", NULL 
 
5540     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:HtmlWindow_SetRelatedFrame",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
; 
5541     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5542     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxFrame
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5544         arg3 
= wxString_in_helper(obj2
); 
5545         if (arg3 
== NULL
) SWIG_fail
; 
5549         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5550         (arg1
)->SetRelatedFrame(arg2
,(wxString 
const &)*arg3
); 
5552         wxPyEndAllowThreads(__tstate
); 
5553         if (PyErr_Occurred()) SWIG_fail
; 
5555     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
5570 static PyObject 
*_wrap_HtmlWindow_GetRelatedFrame(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5571     PyObject 
*resultobj
; 
5572     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
5574     PyObject 
* obj0 
= 0 ; 
5576         (char *) "self", NULL 
 
5579     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWindow_GetRelatedFrame",kwnames
,&obj0
)) goto fail
; 
5580     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5582         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5583         result 
= (wxFrame 
*)(arg1
)->GetRelatedFrame(); 
5585         wxPyEndAllowThreads(__tstate
); 
5586         if (PyErr_Occurred()) SWIG_fail
; 
5589         resultobj 
= wxPyMake_wxObject(result
);  
5597 static PyObject 
*_wrap_HtmlWindow_SetRelatedStatusBar(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5598     PyObject 
*resultobj
; 
5599     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
5601     PyObject 
* obj0 
= 0 ; 
5603         (char *) "self",(char *) "bar", NULL 
 
5606     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oi:HtmlWindow_SetRelatedStatusBar",kwnames
,&obj0
,&arg2
)) goto fail
; 
5607     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5609         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5610         (arg1
)->SetRelatedStatusBar(arg2
); 
5612         wxPyEndAllowThreads(__tstate
); 
5613         if (PyErr_Occurred()) SWIG_fail
; 
5615     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
5622 static PyObject 
*_wrap_HtmlWindow_SetFonts(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5623     PyObject 
*resultobj
; 
5624     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
5627     PyObject 
*arg4 
= (PyObject 
*) NULL 
; 
5628     PyObject 
* obj0 
= 0 ; 
5629     PyObject 
* obj1 
= 0 ; 
5630     PyObject 
* obj2 
= 0 ; 
5631     PyObject 
* obj3 
= 0 ; 
5633         (char *) "self",(char *) "normal_face",(char *) "fixed_face",(char *) "sizes", NULL 
 
5636     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO|O:HtmlWindow_SetFonts",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
; 
5637     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5639         wxString
* sptr 
= wxString_in_helper(obj1
); 
5640         if (sptr 
== NULL
) SWIG_fail
; 
5645         wxString
* sptr 
= wxString_in_helper(obj2
); 
5646         if (sptr 
== NULL
) SWIG_fail
; 
5654         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5655         wxPyHtmlWindow_SetFonts(arg1
,arg2
,arg3
,arg4
); 
5657         wxPyEndAllowThreads(__tstate
); 
5658         if (PyErr_Occurred()) SWIG_fail
; 
5660     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
5667 static PyObject 
*_wrap_HtmlWindow_SetTitle(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5668     PyObject 
*resultobj
; 
5669     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
5670     wxString 
*arg2 
= 0 ; 
5671     bool temp2 
= False 
; 
5672     PyObject 
* obj0 
= 0 ; 
5673     PyObject 
* obj1 
= 0 ; 
5675         (char *) "self",(char *) "title", NULL 
 
5678     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlWindow_SetTitle",kwnames
,&obj0
,&obj1
)) goto fail
; 
5679     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5681         arg2 
= wxString_in_helper(obj1
); 
5682         if (arg2 
== NULL
) SWIG_fail
; 
5686         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5687         (arg1
)->SetTitle((wxString 
const &)*arg2
); 
5689         wxPyEndAllowThreads(__tstate
); 
5690         if (PyErr_Occurred()) SWIG_fail
; 
5692     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
5707 static PyObject 
*_wrap_HtmlWindow_SetBorders(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5708     PyObject 
*resultobj
; 
5709     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
5711     PyObject 
* obj0 
= 0 ; 
5713         (char *) "self",(char *) "b", NULL 
 
5716     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oi:HtmlWindow_SetBorders",kwnames
,&obj0
,&arg2
)) goto fail
; 
5717     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5719         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5720         (arg1
)->SetBorders(arg2
); 
5722         wxPyEndAllowThreads(__tstate
); 
5723         if (PyErr_Occurred()) SWIG_fail
; 
5725     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
5732 static PyObject 
*_wrap_HtmlWindow_ReadCustomization(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5733     PyObject 
*resultobj
; 
5734     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
5735     wxConfigBase 
*arg2 
= (wxConfigBase 
*) 0 ; 
5736     wxString arg3 
= (wxString
) wxPyEmptyString 
; 
5737     PyObject 
* obj0 
= 0 ; 
5738     PyObject 
* obj1 
= 0 ; 
5739     PyObject 
* obj2 
= 0 ; 
5741         (char *) "self",(char *) "cfg",(char *) "path", NULL 
 
5744     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:HtmlWindow_ReadCustomization",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
; 
5745     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5746     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxConfigBase
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5749             wxString
* sptr 
= wxString_in_helper(obj2
); 
5750             if (sptr 
== NULL
) SWIG_fail
; 
5756         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5757         (arg1
)->ReadCustomization(arg2
,arg3
); 
5759         wxPyEndAllowThreads(__tstate
); 
5760         if (PyErr_Occurred()) SWIG_fail
; 
5762     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
5769 static PyObject 
*_wrap_HtmlWindow_WriteCustomization(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5770     PyObject 
*resultobj
; 
5771     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
5772     wxConfigBase 
*arg2 
= (wxConfigBase 
*) 0 ; 
5773     wxString arg3 
= (wxString
) wxPyEmptyString 
; 
5774     PyObject 
* obj0 
= 0 ; 
5775     PyObject 
* obj1 
= 0 ; 
5776     PyObject 
* obj2 
= 0 ; 
5778         (char *) "self",(char *) "cfg",(char *) "path", NULL 
 
5781     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:HtmlWindow_WriteCustomization",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
; 
5782     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5783     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxConfigBase
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5786             wxString
* sptr 
= wxString_in_helper(obj2
); 
5787             if (sptr 
== NULL
) SWIG_fail
; 
5793         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5794         (arg1
)->WriteCustomization(arg2
,arg3
); 
5796         wxPyEndAllowThreads(__tstate
); 
5797         if (PyErr_Occurred()) SWIG_fail
; 
5799     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
5806 static PyObject 
*_wrap_HtmlWindow_HistoryBack(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5807     PyObject 
*resultobj
; 
5808     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
5810     PyObject 
* obj0 
= 0 ; 
5812         (char *) "self", NULL 
 
5815     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWindow_HistoryBack",kwnames
,&obj0
)) goto fail
; 
5816     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5818         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5819         result 
= (bool)(arg1
)->HistoryBack(); 
5821         wxPyEndAllowThreads(__tstate
); 
5822         if (PyErr_Occurred()) SWIG_fail
; 
5824     resultobj 
= PyInt_FromLong((long)result
); 
5831 static PyObject 
*_wrap_HtmlWindow_HistoryForward(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5832     PyObject 
*resultobj
; 
5833     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
5835     PyObject 
* obj0 
= 0 ; 
5837         (char *) "self", NULL 
 
5840     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWindow_HistoryForward",kwnames
,&obj0
)) goto fail
; 
5841     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5843         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5844         result 
= (bool)(arg1
)->HistoryForward(); 
5846         wxPyEndAllowThreads(__tstate
); 
5847         if (PyErr_Occurred()) SWIG_fail
; 
5849     resultobj 
= PyInt_FromLong((long)result
); 
5856 static PyObject 
*_wrap_HtmlWindow_HistoryCanBack(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5857     PyObject 
*resultobj
; 
5858     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
5860     PyObject 
* obj0 
= 0 ; 
5862         (char *) "self", NULL 
 
5865     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWindow_HistoryCanBack",kwnames
,&obj0
)) goto fail
; 
5866     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5868         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5869         result 
= (bool)(arg1
)->HistoryCanBack(); 
5871         wxPyEndAllowThreads(__tstate
); 
5872         if (PyErr_Occurred()) SWIG_fail
; 
5874     resultobj 
= PyInt_FromLong((long)result
); 
5881 static PyObject 
*_wrap_HtmlWindow_HistoryCanForward(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5882     PyObject 
*resultobj
; 
5883     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
5885     PyObject 
* obj0 
= 0 ; 
5887         (char *) "self", NULL 
 
5890     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWindow_HistoryCanForward",kwnames
,&obj0
)) goto fail
; 
5891     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5893         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5894         result 
= (bool)(arg1
)->HistoryCanForward(); 
5896         wxPyEndAllowThreads(__tstate
); 
5897         if (PyErr_Occurred()) SWIG_fail
; 
5899     resultobj 
= PyInt_FromLong((long)result
); 
5906 static PyObject 
*_wrap_HtmlWindow_HistoryClear(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5907     PyObject 
*resultobj
; 
5908     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
5909     PyObject 
* obj0 
= 0 ; 
5911         (char *) "self", NULL 
 
5914     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWindow_HistoryClear",kwnames
,&obj0
)) goto fail
; 
5915     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5917         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5918         (arg1
)->HistoryClear(); 
5920         wxPyEndAllowThreads(__tstate
); 
5921         if (PyErr_Occurred()) SWIG_fail
; 
5923     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
5930 static PyObject 
*_wrap_HtmlWindow_GetInternalRepresentation(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5931     PyObject 
*resultobj
; 
5932     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
5933     wxHtmlContainerCell 
*result
; 
5934     PyObject 
* obj0 
= 0 ; 
5936         (char *) "self", NULL 
 
5939     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWindow_GetInternalRepresentation",kwnames
,&obj0
)) goto fail
; 
5940     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5942         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5943         result 
= (wxHtmlContainerCell 
*)(arg1
)->GetInternalRepresentation(); 
5945         wxPyEndAllowThreads(__tstate
); 
5946         if (PyErr_Occurred()) SWIG_fail
; 
5948     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlContainerCell
, 0); 
5955 static PyObject 
*_wrap_HtmlWindow_GetParser(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5956     PyObject 
*resultobj
; 
5957     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
5958     wxHtmlWinParser 
*result
; 
5959     PyObject 
* obj0 
= 0 ; 
5961         (char *) "self", NULL 
 
5964     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWindow_GetParser",kwnames
,&obj0
)) goto fail
; 
5965     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5967         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5968         result 
= (wxHtmlWinParser 
*)(arg1
)->GetParser(); 
5970         wxPyEndAllowThreads(__tstate
); 
5971         if (PyErr_Occurred()) SWIG_fail
; 
5973     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlWinParser
, 0); 
5980 static PyObject 
*_wrap_HtmlWindow_ScrollToAnchor(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5981     PyObject 
*resultobj
; 
5982     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
5983     wxString 
*arg2 
= 0 ; 
5985     bool temp2 
= False 
; 
5986     PyObject 
* obj0 
= 0 ; 
5987     PyObject 
* obj1 
= 0 ; 
5989         (char *) "self",(char *) "anchor", NULL 
 
5992     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlWindow_ScrollToAnchor",kwnames
,&obj0
,&obj1
)) goto fail
; 
5993     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
5995         arg2 
= wxString_in_helper(obj1
); 
5996         if (arg2 
== NULL
) SWIG_fail
; 
6000         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6001         result 
= (bool)(arg1
)->ScrollToAnchor((wxString 
const &)*arg2
); 
6003         wxPyEndAllowThreads(__tstate
); 
6004         if (PyErr_Occurred()) SWIG_fail
; 
6006     resultobj 
= PyInt_FromLong((long)result
); 
6021 static PyObject 
*_wrap_HtmlWindow_HasAnchor(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6022     PyObject 
*resultobj
; 
6023     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
6024     wxString 
*arg2 
= 0 ; 
6026     bool temp2 
= False 
; 
6027     PyObject 
* obj0 
= 0 ; 
6028     PyObject 
* obj1 
= 0 ; 
6030         (char *) "self",(char *) "anchor", NULL 
 
6033     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlWindow_HasAnchor",kwnames
,&obj0
,&obj1
)) goto fail
; 
6034     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6036         arg2 
= wxString_in_helper(obj1
); 
6037         if (arg2 
== NULL
) SWIG_fail
; 
6041         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6042         result 
= (bool)(arg1
)->HasAnchor((wxString 
const &)*arg2
); 
6044         wxPyEndAllowThreads(__tstate
); 
6045         if (PyErr_Occurred()) SWIG_fail
; 
6047     resultobj 
= PyInt_FromLong((long)result
); 
6062 static PyObject 
*_wrap_HtmlWindow_AddFilter(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6063     PyObject 
*resultobj
; 
6064     wxPyHtmlFilter 
*arg1 
= (wxPyHtmlFilter 
*) 0 ; 
6065     PyObject 
* obj0 
= 0 ; 
6067         (char *) "filter", NULL 
 
6070     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlWindow_AddFilter",kwnames
,&obj0
)) goto fail
; 
6071     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlFilter
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6073         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6074         wxPyHtmlWindow::AddFilter(arg1
); 
6076         wxPyEndAllowThreads(__tstate
); 
6077         if (PyErr_Occurred()) SWIG_fail
; 
6079     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
6086 static PyObject 
*_wrap_HtmlWindow_base_OnLinkClicked(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6087     PyObject 
*resultobj
; 
6088     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
6089     wxHtmlLinkInfo 
*arg2 
= 0 ; 
6090     PyObject 
* obj0 
= 0 ; 
6091     PyObject 
* obj1 
= 0 ; 
6093         (char *) "self",(char *) "link", NULL 
 
6096     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlWindow_base_OnLinkClicked",kwnames
,&obj0
,&obj1
)) goto fail
; 
6097     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6098     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxHtmlLinkInfo
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6100         PyErr_SetString(PyExc_TypeError
,"null reference"); SWIG_fail
;  
6103         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6104         (arg1
)->base_OnLinkClicked((wxHtmlLinkInfo 
const &)*arg2
); 
6106         wxPyEndAllowThreads(__tstate
); 
6107         if (PyErr_Occurred()) SWIG_fail
; 
6109     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
6116 static PyObject 
*_wrap_HtmlWindow_base_OnSetTitle(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6117     PyObject 
*resultobj
; 
6118     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
6119     wxString 
*arg2 
= 0 ; 
6120     bool temp2 
= False 
; 
6121     PyObject 
* obj0 
= 0 ; 
6122     PyObject 
* obj1 
= 0 ; 
6124         (char *) "self",(char *) "title", NULL 
 
6127     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlWindow_base_OnSetTitle",kwnames
,&obj0
,&obj1
)) goto fail
; 
6128     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6130         arg2 
= wxString_in_helper(obj1
); 
6131         if (arg2 
== NULL
) SWIG_fail
; 
6135         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6136         (arg1
)->base_OnSetTitle((wxString 
const &)*arg2
); 
6138         wxPyEndAllowThreads(__tstate
); 
6139         if (PyErr_Occurred()) SWIG_fail
; 
6141     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
6156 static PyObject 
*_wrap_HtmlWindow_base_OnCellMouseHover(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6157     PyObject 
*resultobj
; 
6158     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
6159     wxHtmlCell 
*arg2 
= (wxHtmlCell 
*) 0 ; 
6162     PyObject 
* obj0 
= 0 ; 
6163     PyObject 
* obj1 
= 0 ; 
6165         (char *) "self",(char *) "cell",(char *) "x",(char *) "y", NULL 
 
6168     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOii:HtmlWindow_base_OnCellMouseHover",kwnames
,&obj0
,&obj1
,&arg3
,&arg4
)) goto fail
; 
6169     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6170     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6172         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6173         (arg1
)->base_OnCellMouseHover(arg2
,arg3
,arg4
); 
6175         wxPyEndAllowThreads(__tstate
); 
6176         if (PyErr_Occurred()) SWIG_fail
; 
6178     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
6185 static PyObject 
*_wrap_HtmlWindow_base_OnCellClicked(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6186     PyObject 
*resultobj
; 
6187     wxPyHtmlWindow 
*arg1 
= (wxPyHtmlWindow 
*) 0 ; 
6188     wxHtmlCell 
*arg2 
= (wxHtmlCell 
*) 0 ; 
6191     wxMouseEvent 
*arg5 
= 0 ; 
6192     PyObject 
* obj0 
= 0 ; 
6193     PyObject 
* obj1 
= 0 ; 
6194     PyObject 
* obj4 
= 0 ; 
6196         (char *) "self",(char *) "cell",(char *) "x",(char *) "y",(char *) "event", NULL 
 
6199     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOiiO:HtmlWindow_base_OnCellClicked",kwnames
,&obj0
,&obj1
,&arg3
,&arg4
,&obj4
)) goto fail
; 
6200     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxPyHtmlWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6201     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxHtmlCell
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6202     if ((SWIG_ConvertPtr(obj4
,(void **) &arg5
, SWIGTYPE_p_wxMouseEvent
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6204         PyErr_SetString(PyExc_TypeError
,"null reference"); SWIG_fail
;  
6207         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6208         (arg1
)->base_OnCellClicked(arg2
,arg3
,arg4
,(wxMouseEvent 
const &)*arg5
); 
6210         wxPyEndAllowThreads(__tstate
); 
6211         if (PyErr_Occurred()) SWIG_fail
; 
6213     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
6220 static PyObject 
* HtmlWindow_swigregister(PyObject 
*self
, PyObject 
*args
) { 
6222     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
6223     SWIG_TypeClientData(SWIGTYPE_p_wxPyHtmlWindow
, obj
); 
6225     return Py_BuildValue((char *)""); 
6227 static PyObject 
*_wrap_new_HtmlDCRenderer(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6228     PyObject 
*resultobj
; 
6229     wxHtmlDCRenderer 
*result
; 
6234     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_HtmlDCRenderer",kwnames
)) goto fail
; 
6236         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6237         result 
= (wxHtmlDCRenderer 
*)new wxHtmlDCRenderer(); 
6239         wxPyEndAllowThreads(__tstate
); 
6240         if (PyErr_Occurred()) SWIG_fail
; 
6242     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlDCRenderer
, 1); 
6249 static PyObject 
*_wrap_delete_HtmlDCRenderer(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6250     PyObject 
*resultobj
; 
6251     wxHtmlDCRenderer 
*arg1 
= (wxHtmlDCRenderer 
*) 0 ; 
6252     PyObject 
* obj0 
= 0 ; 
6254         (char *) "self", NULL 
 
6257     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:delete_HtmlDCRenderer",kwnames
,&obj0
)) goto fail
; 
6258     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlDCRenderer
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6260         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6263         wxPyEndAllowThreads(__tstate
); 
6264         if (PyErr_Occurred()) SWIG_fail
; 
6266     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
6273 static PyObject 
*_wrap_HtmlDCRenderer_SetDC(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6274     PyObject 
*resultobj
; 
6275     wxHtmlDCRenderer 
*arg1 
= (wxHtmlDCRenderer 
*) 0 ; 
6276     wxDC 
*arg2 
= (wxDC 
*) 0 ; 
6278     PyObject 
* obj0 
= 0 ; 
6279     PyObject 
* obj1 
= 0 ; 
6281         (char *) "self",(char *) "dc",(char *) "maxwidth", NULL 
 
6284     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOi:HtmlDCRenderer_SetDC",kwnames
,&obj0
,&obj1
,&arg3
)) goto fail
; 
6285     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlDCRenderer
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6286     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxDC
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6288         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6289         (arg1
)->SetDC(arg2
,arg3
); 
6291         wxPyEndAllowThreads(__tstate
); 
6292         if (PyErr_Occurred()) SWIG_fail
; 
6294     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
6301 static PyObject 
*_wrap_HtmlDCRenderer_SetSize(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6302     PyObject 
*resultobj
; 
6303     wxHtmlDCRenderer 
*arg1 
= (wxHtmlDCRenderer 
*) 0 ; 
6306     PyObject 
* obj0 
= 0 ; 
6308         (char *) "self",(char *) "width",(char *) "height", NULL 
 
6311     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oii:HtmlDCRenderer_SetSize",kwnames
,&obj0
,&arg2
,&arg3
)) goto fail
; 
6312     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlDCRenderer
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6314         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6315         (arg1
)->SetSize(arg2
,arg3
); 
6317         wxPyEndAllowThreads(__tstate
); 
6318         if (PyErr_Occurred()) SWIG_fail
; 
6320     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
6327 static PyObject 
*_wrap_HtmlDCRenderer_SetHtmlText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6328     PyObject 
*resultobj
; 
6329     wxHtmlDCRenderer 
*arg1 
= (wxHtmlDCRenderer 
*) 0 ; 
6330     wxString 
*arg2 
= 0 ; 
6331     wxString 
const &arg3_defvalue 
= wxPyEmptyString 
; 
6332     wxString 
*arg3 
= (wxString 
*) &arg3_defvalue 
; 
6333     bool arg4 
= (bool) True 
; 
6334     bool temp2 
= False 
; 
6335     bool temp3 
= False 
; 
6336     PyObject 
* obj0 
= 0 ; 
6337     PyObject 
* obj1 
= 0 ; 
6338     PyObject 
* obj2 
= 0 ; 
6339     PyObject 
* obj3 
= 0 ; 
6341         (char *) "self",(char *) "html",(char *) "basepath",(char *) "isdir", NULL 
 
6344     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OO:HtmlDCRenderer_SetHtmlText",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
; 
6345     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlDCRenderer
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6347         arg2 
= wxString_in_helper(obj1
); 
6348         if (arg2 
== NULL
) SWIG_fail
; 
6353             arg3 
= wxString_in_helper(obj2
); 
6354             if (arg3 
== NULL
) SWIG_fail
; 
6359         arg4 
= PyInt_AsLong(obj3
) ? true : false; 
6360         if (PyErr_Occurred()) SWIG_fail
; 
6363         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6364         (arg1
)->SetHtmlText((wxString 
const &)*arg2
,(wxString 
const &)*arg3
,arg4
); 
6366         wxPyEndAllowThreads(__tstate
); 
6367         if (PyErr_Occurred()) SWIG_fail
; 
6369     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
6392 static PyObject 
*_wrap_HtmlDCRenderer_SetFonts(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6393     PyObject 
*resultobj
; 
6394     wxHtmlDCRenderer 
*arg1 
= (wxHtmlDCRenderer 
*) 0 ; 
6397     PyObject 
*arg4 
= (PyObject 
*) NULL 
; 
6398     PyObject 
* obj0 
= 0 ; 
6399     PyObject 
* obj1 
= 0 ; 
6400     PyObject 
* obj2 
= 0 ; 
6401     PyObject 
* obj3 
= 0 ; 
6403         (char *) "self",(char *) "normal_face",(char *) "fixed_face",(char *) "sizes", NULL 
 
6406     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO|O:HtmlDCRenderer_SetFonts",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
; 
6407     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlDCRenderer
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6409         wxString
* sptr 
= wxString_in_helper(obj1
); 
6410         if (sptr 
== NULL
) SWIG_fail
; 
6415         wxString
* sptr 
= wxString_in_helper(obj2
); 
6416         if (sptr 
== NULL
) SWIG_fail
; 
6424         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6425         wxHtmlDCRenderer_SetFonts(arg1
,arg2
,arg3
,arg4
); 
6427         wxPyEndAllowThreads(__tstate
); 
6428         if (PyErr_Occurred()) SWIG_fail
; 
6430     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
6437 static PyObject 
*_wrap_HtmlDCRenderer_Render(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6438     PyObject 
*resultobj
; 
6439     wxHtmlDCRenderer 
*arg1 
= (wxHtmlDCRenderer 
*) 0 ; 
6442     int arg4 
= (int) 0 ; 
6443     int arg5 
= (int) False 
; 
6444     int arg6 
= (int) INT_MAX 
; 
6445     int *arg7 
= (int *) NULL 
; 
6446     int arg8 
= (int) 0 ; 
6448     PyObject 
* obj0 
= 0 ; 
6449     PyObject 
* obj6 
= 0 ; 
6451         (char *) "self",(char *) "x",(char *) "y",(char *) "from",(char *) "dont_render",(char *) "to",(char *) "choices",(char *) "LCOUNT", NULL 
 
6454     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oii|iiiOi:HtmlDCRenderer_Render",kwnames
,&obj0
,&arg2
,&arg3
,&arg4
,&arg5
,&arg6
,&obj6
,&arg8
)) goto fail
; 
6455     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlDCRenderer
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6457         if ((SWIG_ConvertPtr(obj6
,(void **) &arg7
, SWIGTYPE_p_int
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6460         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6461         result 
= (int)(arg1
)->Render(arg2
,arg3
,arg4
,arg5
,arg6
,arg7
,arg8
); 
6463         wxPyEndAllowThreads(__tstate
); 
6464         if (PyErr_Occurred()) SWIG_fail
; 
6466     resultobj 
= PyInt_FromLong((long)result
); 
6473 static PyObject 
*_wrap_HtmlDCRenderer_GetTotalHeight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6474     PyObject 
*resultobj
; 
6475     wxHtmlDCRenderer 
*arg1 
= (wxHtmlDCRenderer 
*) 0 ; 
6477     PyObject 
* obj0 
= 0 ; 
6479         (char *) "self", NULL 
 
6482     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlDCRenderer_GetTotalHeight",kwnames
,&obj0
)) goto fail
; 
6483     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlDCRenderer
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6485         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6486         result 
= (int)(arg1
)->GetTotalHeight(); 
6488         wxPyEndAllowThreads(__tstate
); 
6489         if (PyErr_Occurred()) SWIG_fail
; 
6491     resultobj 
= PyInt_FromLong((long)result
); 
6498 static PyObject 
* HtmlDCRenderer_swigregister(PyObject 
*self
, PyObject 
*args
) { 
6500     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
6501     SWIG_TypeClientData(SWIGTYPE_p_wxHtmlDCRenderer
, obj
); 
6503     return Py_BuildValue((char *)""); 
6505 static PyObject 
*_wrap_new_HtmlPrintout(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6506     PyObject 
*resultobj
; 
6507     wxString 
const &arg1_defvalue 
= wxPyHtmlPrintoutTitleStr 
; 
6508     wxString 
*arg1 
= (wxString 
*) &arg1_defvalue 
; 
6509     wxHtmlPrintout 
*result
; 
6510     bool temp1 
= False 
; 
6511     PyObject 
* obj0 
= 0 ; 
6513         (char *) "title", NULL 
 
6516     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:new_HtmlPrintout",kwnames
,&obj0
)) goto fail
; 
6519             arg1 
= wxString_in_helper(obj0
); 
6520             if (arg1 
== NULL
) SWIG_fail
; 
6525         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6526         result 
= (wxHtmlPrintout 
*)new wxHtmlPrintout((wxString 
const &)*arg1
); 
6528         wxPyEndAllowThreads(__tstate
); 
6529         if (PyErr_Occurred()) SWIG_fail
; 
6531     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlPrintout
, 1); 
6546 static PyObject 
*_wrap_HtmlPrintout_SetHtmlText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6547     PyObject 
*resultobj
; 
6548     wxHtmlPrintout 
*arg1 
= (wxHtmlPrintout 
*) 0 ; 
6549     wxString 
*arg2 
= 0 ; 
6550     wxString 
const &arg3_defvalue 
= wxPyEmptyString 
; 
6551     wxString 
*arg3 
= (wxString 
*) &arg3_defvalue 
; 
6552     bool arg4 
= (bool) True 
; 
6553     bool temp2 
= False 
; 
6554     bool temp3 
= False 
; 
6555     PyObject 
* obj0 
= 0 ; 
6556     PyObject 
* obj1 
= 0 ; 
6557     PyObject 
* obj2 
= 0 ; 
6558     PyObject 
* obj3 
= 0 ; 
6560         (char *) "self",(char *) "html",(char *) "basepath",(char *) "isdir", NULL 
 
6563     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OO:HtmlPrintout_SetHtmlText",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
; 
6564     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlPrintout
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6566         arg2 
= wxString_in_helper(obj1
); 
6567         if (arg2 
== NULL
) SWIG_fail
; 
6572             arg3 
= wxString_in_helper(obj2
); 
6573             if (arg3 
== NULL
) SWIG_fail
; 
6578         arg4 
= PyInt_AsLong(obj3
) ? true : false; 
6579         if (PyErr_Occurred()) SWIG_fail
; 
6582         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6583         (arg1
)->SetHtmlText((wxString 
const &)*arg2
,(wxString 
const &)*arg3
,arg4
); 
6585         wxPyEndAllowThreads(__tstate
); 
6586         if (PyErr_Occurred()) SWIG_fail
; 
6588     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
6611 static PyObject 
*_wrap_HtmlPrintout_SetHtmlFile(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6612     PyObject 
*resultobj
; 
6613     wxHtmlPrintout 
*arg1 
= (wxHtmlPrintout 
*) 0 ; 
6614     wxString 
*arg2 
= 0 ; 
6615     bool temp2 
= False 
; 
6616     PyObject 
* obj0 
= 0 ; 
6617     PyObject 
* obj1 
= 0 ; 
6619         (char *) "self",(char *) "htmlfile", NULL 
 
6622     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlPrintout_SetHtmlFile",kwnames
,&obj0
,&obj1
)) goto fail
; 
6623     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlPrintout
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6625         arg2 
= wxString_in_helper(obj1
); 
6626         if (arg2 
== NULL
) SWIG_fail
; 
6630         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6631         (arg1
)->SetHtmlFile((wxString 
const &)*arg2
); 
6633         wxPyEndAllowThreads(__tstate
); 
6634         if (PyErr_Occurred()) SWIG_fail
; 
6636     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
6651 static PyObject 
*_wrap_HtmlPrintout_SetHeader(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6652     PyObject 
*resultobj
; 
6653     wxHtmlPrintout 
*arg1 
= (wxHtmlPrintout 
*) 0 ; 
6654     wxString 
*arg2 
= 0 ; 
6655     int arg3 
= (int) wxPAGE_ALL 
; 
6656     bool temp2 
= False 
; 
6657     PyObject 
* obj0 
= 0 ; 
6658     PyObject 
* obj1 
= 0 ; 
6660         (char *) "self",(char *) "header",(char *) "pg", NULL 
 
6663     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|i:HtmlPrintout_SetHeader",kwnames
,&obj0
,&obj1
,&arg3
)) goto fail
; 
6664     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlPrintout
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6666         arg2 
= wxString_in_helper(obj1
); 
6667         if (arg2 
== NULL
) SWIG_fail
; 
6671         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6672         (arg1
)->SetHeader((wxString 
const &)*arg2
,arg3
); 
6674         wxPyEndAllowThreads(__tstate
); 
6675         if (PyErr_Occurred()) SWIG_fail
; 
6677     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
6692 static PyObject 
*_wrap_HtmlPrintout_SetFooter(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6693     PyObject 
*resultobj
; 
6694     wxHtmlPrintout 
*arg1 
= (wxHtmlPrintout 
*) 0 ; 
6695     wxString 
*arg2 
= 0 ; 
6696     int arg3 
= (int) wxPAGE_ALL 
; 
6697     bool temp2 
= False 
; 
6698     PyObject 
* obj0 
= 0 ; 
6699     PyObject 
* obj1 
= 0 ; 
6701         (char *) "self",(char *) "footer",(char *) "pg", NULL 
 
6704     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|i:HtmlPrintout_SetFooter",kwnames
,&obj0
,&obj1
,&arg3
)) goto fail
; 
6705     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlPrintout
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6707         arg2 
= wxString_in_helper(obj1
); 
6708         if (arg2 
== NULL
) SWIG_fail
; 
6712         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6713         (arg1
)->SetFooter((wxString 
const &)*arg2
,arg3
); 
6715         wxPyEndAllowThreads(__tstate
); 
6716         if (PyErr_Occurred()) SWIG_fail
; 
6718     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
6733 static PyObject 
*_wrap_HtmlPrintout_SetFonts(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6734     PyObject 
*resultobj
; 
6735     wxHtmlPrintout 
*arg1 
= (wxHtmlPrintout 
*) 0 ; 
6738     PyObject 
*arg4 
= (PyObject 
*) NULL 
; 
6739     PyObject 
* obj0 
= 0 ; 
6740     PyObject 
* obj1 
= 0 ; 
6741     PyObject 
* obj2 
= 0 ; 
6742     PyObject 
* obj3 
= 0 ; 
6744         (char *) "self",(char *) "normal_face",(char *) "fixed_face",(char *) "sizes", NULL 
 
6747     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO|O:HtmlPrintout_SetFonts",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
; 
6748     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlPrintout
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6750         wxString
* sptr 
= wxString_in_helper(obj1
); 
6751         if (sptr 
== NULL
) SWIG_fail
; 
6756         wxString
* sptr 
= wxString_in_helper(obj2
); 
6757         if (sptr 
== NULL
) SWIG_fail
; 
6765         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6766         wxHtmlPrintout_SetFonts(arg1
,arg2
,arg3
,arg4
); 
6768         wxPyEndAllowThreads(__tstate
); 
6769         if (PyErr_Occurred()) SWIG_fail
; 
6771     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
6778 static PyObject 
*_wrap_HtmlPrintout_SetMargins(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6779     PyObject 
*resultobj
; 
6780     wxHtmlPrintout 
*arg1 
= (wxHtmlPrintout 
*) 0 ; 
6781     float arg2 
= (float) 25.2 ; 
6782     float arg3 
= (float) 25.2 ; 
6783     float arg4 
= (float) 25.2 ; 
6784     float arg5 
= (float) 25.2 ; 
6785     float arg6 
= (float) 5 ; 
6786     PyObject 
* obj0 
= 0 ; 
6788         (char *) "self",(char *) "top",(char *) "bottom",(char *) "left",(char *) "right",(char *) "spaces", NULL 
 
6791     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|fffff:HtmlPrintout_SetMargins",kwnames
,&obj0
,&arg2
,&arg3
,&arg4
,&arg5
,&arg6
)) goto fail
; 
6792     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlPrintout
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6794         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6795         (arg1
)->SetMargins(arg2
,arg3
,arg4
,arg5
,arg6
); 
6797         wxPyEndAllowThreads(__tstate
); 
6798         if (PyErr_Occurred()) SWIG_fail
; 
6800     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
6807 static PyObject 
*_wrap_HtmlPrintout_AddFilter(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6808     PyObject 
*resultobj
; 
6809     wxHtmlFilter 
*arg1 
= (wxHtmlFilter 
*) 0 ; 
6810     PyObject 
* obj0 
= 0 ; 
6812         (char *) "filter", NULL 
 
6815     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlPrintout_AddFilter",kwnames
,&obj0
)) goto fail
; 
6816     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlFilter
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6818         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6819         wxHtmlPrintout::AddFilter(arg1
); 
6821         wxPyEndAllowThreads(__tstate
); 
6822         if (PyErr_Occurred()) SWIG_fail
; 
6824     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
6831 static PyObject 
*_wrap_HtmlPrintout_CleanUpStatics(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6832     PyObject 
*resultobj
; 
6837     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":HtmlPrintout_CleanUpStatics",kwnames
)) goto fail
; 
6839         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6840         wxHtmlPrintout::CleanUpStatics(); 
6842         wxPyEndAllowThreads(__tstate
); 
6843         if (PyErr_Occurred()) SWIG_fail
; 
6845     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
6852 static PyObject 
* HtmlPrintout_swigregister(PyObject 
*self
, PyObject 
*args
) { 
6854     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
6855     SWIG_TypeClientData(SWIGTYPE_p_wxHtmlPrintout
, obj
); 
6857     return Py_BuildValue((char *)""); 
6859 static PyObject 
*_wrap_new_HtmlEasyPrinting(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6860     PyObject 
*resultobj
; 
6861     wxString 
const &arg1_defvalue 
= wxPyHtmlPrintingTitleStr 
; 
6862     wxString 
*arg1 
= (wxString 
*) &arg1_defvalue 
; 
6863     wxWindow 
*arg2 
= (wxWindow 
*) NULL 
; 
6864     wxHtmlEasyPrinting 
*result
; 
6865     bool temp1 
= False 
; 
6866     PyObject 
* obj0 
= 0 ; 
6867     PyObject 
* obj1 
= 0 ; 
6869         (char *) "name",(char *) "parentWindow", NULL 
 
6872     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|OO:new_HtmlEasyPrinting",kwnames
,&obj0
,&obj1
)) goto fail
; 
6875             arg1 
= wxString_in_helper(obj0
); 
6876             if (arg1 
== NULL
) SWIG_fail
; 
6881         if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6884         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6885         result 
= (wxHtmlEasyPrinting 
*)new wxHtmlEasyPrinting((wxString 
const &)*arg1
,arg2
); 
6887         wxPyEndAllowThreads(__tstate
); 
6888         if (PyErr_Occurred()) SWIG_fail
; 
6890     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlEasyPrinting
, 1); 
6905 static PyObject 
*_wrap_delete_HtmlEasyPrinting(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6906     PyObject 
*resultobj
; 
6907     wxHtmlEasyPrinting 
*arg1 
= (wxHtmlEasyPrinting 
*) 0 ; 
6908     PyObject 
* obj0 
= 0 ; 
6910         (char *) "self", NULL 
 
6913     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:delete_HtmlEasyPrinting",kwnames
,&obj0
)) goto fail
; 
6914     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlEasyPrinting
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6916         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6919         wxPyEndAllowThreads(__tstate
); 
6920         if (PyErr_Occurred()) SWIG_fail
; 
6922     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
6929 static PyObject 
*_wrap_HtmlEasyPrinting_PreviewFile(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6930     PyObject 
*resultobj
; 
6931     wxHtmlEasyPrinting 
*arg1 
= (wxHtmlEasyPrinting 
*) 0 ; 
6932     wxString 
*arg2 
= 0 ; 
6933     bool temp2 
= False 
; 
6934     PyObject 
* obj0 
= 0 ; 
6935     PyObject 
* obj1 
= 0 ; 
6937         (char *) "self",(char *) "htmlfile", NULL 
 
6940     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlEasyPrinting_PreviewFile",kwnames
,&obj0
,&obj1
)) goto fail
; 
6941     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlEasyPrinting
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6943         arg2 
= wxString_in_helper(obj1
); 
6944         if (arg2 
== NULL
) SWIG_fail
; 
6948         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6949         (arg1
)->PreviewFile((wxString 
const &)*arg2
); 
6951         wxPyEndAllowThreads(__tstate
); 
6952         if (PyErr_Occurred()) SWIG_fail
; 
6954     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
6969 static PyObject 
*_wrap_HtmlEasyPrinting_PreviewText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6970     PyObject 
*resultobj
; 
6971     wxHtmlEasyPrinting 
*arg1 
= (wxHtmlEasyPrinting 
*) 0 ; 
6972     wxString 
*arg2 
= 0 ; 
6973     wxString 
const &arg3_defvalue 
= wxPyEmptyString 
; 
6974     wxString 
*arg3 
= (wxString 
*) &arg3_defvalue 
; 
6975     bool temp2 
= False 
; 
6976     bool temp3 
= False 
; 
6977     PyObject 
* obj0 
= 0 ; 
6978     PyObject 
* obj1 
= 0 ; 
6979     PyObject 
* obj2 
= 0 ; 
6981         (char *) "self",(char *) "htmltext",(char *) "basepath", NULL 
 
6984     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:HtmlEasyPrinting_PreviewText",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
; 
6985     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlEasyPrinting
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
6987         arg2 
= wxString_in_helper(obj1
); 
6988         if (arg2 
== NULL
) SWIG_fail
; 
6993             arg3 
= wxString_in_helper(obj2
); 
6994             if (arg3 
== NULL
) SWIG_fail
; 
6999         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7000         (arg1
)->PreviewText((wxString 
const &)*arg2
,(wxString 
const &)*arg3
); 
7002         wxPyEndAllowThreads(__tstate
); 
7003         if (PyErr_Occurred()) SWIG_fail
; 
7005     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
7028 static PyObject 
*_wrap_HtmlEasyPrinting_PrintFile(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7029     PyObject 
*resultobj
; 
7030     wxHtmlEasyPrinting 
*arg1 
= (wxHtmlEasyPrinting 
*) 0 ; 
7031     wxString 
*arg2 
= 0 ; 
7032     bool temp2 
= False 
; 
7033     PyObject 
* obj0 
= 0 ; 
7034     PyObject 
* obj1 
= 0 ; 
7036         (char *) "self",(char *) "htmlfile", NULL 
 
7039     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlEasyPrinting_PrintFile",kwnames
,&obj0
,&obj1
)) goto fail
; 
7040     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlEasyPrinting
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7042         arg2 
= wxString_in_helper(obj1
); 
7043         if (arg2 
== NULL
) SWIG_fail
; 
7047         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7048         (arg1
)->PrintFile((wxString 
const &)*arg2
); 
7050         wxPyEndAllowThreads(__tstate
); 
7051         if (PyErr_Occurred()) SWIG_fail
; 
7053     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
7068 static PyObject 
*_wrap_HtmlEasyPrinting_PrintText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7069     PyObject 
*resultobj
; 
7070     wxHtmlEasyPrinting 
*arg1 
= (wxHtmlEasyPrinting 
*) 0 ; 
7071     wxString 
*arg2 
= 0 ; 
7072     wxString 
const &arg3_defvalue 
= wxPyEmptyString 
; 
7073     wxString 
*arg3 
= (wxString 
*) &arg3_defvalue 
; 
7074     bool temp2 
= False 
; 
7075     bool temp3 
= False 
; 
7076     PyObject 
* obj0 
= 0 ; 
7077     PyObject 
* obj1 
= 0 ; 
7078     PyObject 
* obj2 
= 0 ; 
7080         (char *) "self",(char *) "htmltext",(char *) "basepath", NULL 
 
7083     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:HtmlEasyPrinting_PrintText",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
; 
7084     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlEasyPrinting
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7086         arg2 
= wxString_in_helper(obj1
); 
7087         if (arg2 
== NULL
) SWIG_fail
; 
7092             arg3 
= wxString_in_helper(obj2
); 
7093             if (arg3 
== NULL
) SWIG_fail
; 
7098         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7099         (arg1
)->PrintText((wxString 
const &)*arg2
,(wxString 
const &)*arg3
); 
7101         wxPyEndAllowThreads(__tstate
); 
7102         if (PyErr_Occurred()) SWIG_fail
; 
7104     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
7127 static PyObject 
*_wrap_HtmlEasyPrinting_PrinterSetup(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7128     PyObject 
*resultobj
; 
7129     wxHtmlEasyPrinting 
*arg1 
= (wxHtmlEasyPrinting 
*) 0 ; 
7130     PyObject 
* obj0 
= 0 ; 
7132         (char *) "self", NULL 
 
7135     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlEasyPrinting_PrinterSetup",kwnames
,&obj0
)) goto fail
; 
7136     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlEasyPrinting
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7138         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7139         (arg1
)->PrinterSetup(); 
7141         wxPyEndAllowThreads(__tstate
); 
7142         if (PyErr_Occurred()) SWIG_fail
; 
7144     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
7151 static PyObject 
*_wrap_HtmlEasyPrinting_PageSetup(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7152     PyObject 
*resultobj
; 
7153     wxHtmlEasyPrinting 
*arg1 
= (wxHtmlEasyPrinting 
*) 0 ; 
7154     PyObject 
* obj0 
= 0 ; 
7156         (char *) "self", NULL 
 
7159     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlEasyPrinting_PageSetup",kwnames
,&obj0
)) goto fail
; 
7160     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlEasyPrinting
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7162         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7163         (arg1
)->PageSetup(); 
7165         wxPyEndAllowThreads(__tstate
); 
7166         if (PyErr_Occurred()) SWIG_fail
; 
7168     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
7175 static PyObject 
*_wrap_HtmlEasyPrinting_SetHeader(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7176     PyObject 
*resultobj
; 
7177     wxHtmlEasyPrinting 
*arg1 
= (wxHtmlEasyPrinting 
*) 0 ; 
7178     wxString 
*arg2 
= 0 ; 
7179     int arg3 
= (int) wxPAGE_ALL 
; 
7180     bool temp2 
= False 
; 
7181     PyObject 
* obj0 
= 0 ; 
7182     PyObject 
* obj1 
= 0 ; 
7184         (char *) "self",(char *) "header",(char *) "pg", NULL 
 
7187     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|i:HtmlEasyPrinting_SetHeader",kwnames
,&obj0
,&obj1
,&arg3
)) goto fail
; 
7188     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlEasyPrinting
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7190         arg2 
= wxString_in_helper(obj1
); 
7191         if (arg2 
== NULL
) SWIG_fail
; 
7195         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7196         (arg1
)->SetHeader((wxString 
const &)*arg2
,arg3
); 
7198         wxPyEndAllowThreads(__tstate
); 
7199         if (PyErr_Occurred()) SWIG_fail
; 
7201     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
7216 static PyObject 
*_wrap_HtmlEasyPrinting_SetFooter(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7217     PyObject 
*resultobj
; 
7218     wxHtmlEasyPrinting 
*arg1 
= (wxHtmlEasyPrinting 
*) 0 ; 
7219     wxString 
*arg2 
= 0 ; 
7220     int arg3 
= (int) wxPAGE_ALL 
; 
7221     bool temp2 
= False 
; 
7222     PyObject 
* obj0 
= 0 ; 
7223     PyObject 
* obj1 
= 0 ; 
7225         (char *) "self",(char *) "footer",(char *) "pg", NULL 
 
7228     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|i:HtmlEasyPrinting_SetFooter",kwnames
,&obj0
,&obj1
,&arg3
)) goto fail
; 
7229     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlEasyPrinting
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7231         arg2 
= wxString_in_helper(obj1
); 
7232         if (arg2 
== NULL
) SWIG_fail
; 
7236         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7237         (arg1
)->SetFooter((wxString 
const &)*arg2
,arg3
); 
7239         wxPyEndAllowThreads(__tstate
); 
7240         if (PyErr_Occurred()) SWIG_fail
; 
7242     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
7257 static PyObject 
*_wrap_HtmlEasyPrinting_SetFonts(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7258     PyObject 
*resultobj
; 
7259     wxHtmlEasyPrinting 
*arg1 
= (wxHtmlEasyPrinting 
*) 0 ; 
7262     PyObject 
*arg4 
= (PyObject 
*) NULL 
; 
7263     PyObject 
* obj0 
= 0 ; 
7264     PyObject 
* obj1 
= 0 ; 
7265     PyObject 
* obj2 
= 0 ; 
7266     PyObject 
* obj3 
= 0 ; 
7268         (char *) "self",(char *) "normal_face",(char *) "fixed_face",(char *) "sizes", NULL 
 
7271     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO|O:HtmlEasyPrinting_SetFonts",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
; 
7272     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlEasyPrinting
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7274         wxString
* sptr 
= wxString_in_helper(obj1
); 
7275         if (sptr 
== NULL
) SWIG_fail
; 
7280         wxString
* sptr 
= wxString_in_helper(obj2
); 
7281         if (sptr 
== NULL
) SWIG_fail
; 
7289         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7290         wxHtmlEasyPrinting_SetFonts(arg1
,arg2
,arg3
,arg4
); 
7292         wxPyEndAllowThreads(__tstate
); 
7293         if (PyErr_Occurred()) SWIG_fail
; 
7295     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
7302 static PyObject 
*_wrap_HtmlEasyPrinting_GetPrintData(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7303     PyObject 
*resultobj
; 
7304     wxHtmlEasyPrinting 
*arg1 
= (wxHtmlEasyPrinting 
*) 0 ; 
7305     wxPrintData 
*result
; 
7306     PyObject 
* obj0 
= 0 ; 
7308         (char *) "self", NULL 
 
7311     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlEasyPrinting_GetPrintData",kwnames
,&obj0
)) goto fail
; 
7312     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlEasyPrinting
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7314         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7315         result 
= (wxPrintData 
*)(arg1
)->GetPrintData(); 
7317         wxPyEndAllowThreads(__tstate
); 
7318         if (PyErr_Occurred()) SWIG_fail
; 
7320     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxPrintData
, 0); 
7327 static PyObject 
*_wrap_HtmlEasyPrinting_GetPageSetupData(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7328     PyObject 
*resultobj
; 
7329     wxHtmlEasyPrinting 
*arg1 
= (wxHtmlEasyPrinting 
*) 0 ; 
7330     wxPageSetupDialogData 
*result
; 
7331     PyObject 
* obj0 
= 0 ; 
7333         (char *) "self", NULL 
 
7336     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlEasyPrinting_GetPageSetupData",kwnames
,&obj0
)) goto fail
; 
7337     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlEasyPrinting
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7339         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7340         result 
= (wxPageSetupDialogData 
*)(arg1
)->GetPageSetupData(); 
7342         wxPyEndAllowThreads(__tstate
); 
7343         if (PyErr_Occurred()) SWIG_fail
; 
7345     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxPageSetupDialogData
, 0); 
7352 static PyObject 
* HtmlEasyPrinting_swigregister(PyObject 
*self
, PyObject 
*args
) { 
7354     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
7355     SWIG_TypeClientData(SWIGTYPE_p_wxHtmlEasyPrinting
, obj
); 
7357     return Py_BuildValue((char *)""); 
7359 static PyObject 
*_wrap_new_HtmlBookRecord(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7360     PyObject 
*resultobj
; 
7361     wxString 
*arg1 
= 0 ; 
7362     wxString 
*arg2 
= 0 ; 
7363     wxString 
*arg3 
= 0 ; 
7364     wxString 
*arg4 
= 0 ; 
7365     wxHtmlBookRecord 
*result
; 
7366     bool temp1 
= False 
; 
7367     bool temp2 
= False 
; 
7368     bool temp3 
= False 
; 
7369     bool temp4 
= False 
; 
7370     PyObject 
* obj0 
= 0 ; 
7371     PyObject 
* obj1 
= 0 ; 
7372     PyObject 
* obj2 
= 0 ; 
7373     PyObject 
* obj3 
= 0 ; 
7375         (char *) "bookfile",(char *) "basepath",(char *) "title",(char *) "start", NULL 
 
7378     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOO:new_HtmlBookRecord",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
; 
7380         arg1 
= wxString_in_helper(obj0
); 
7381         if (arg1 
== NULL
) SWIG_fail
; 
7385         arg2 
= wxString_in_helper(obj1
); 
7386         if (arg2 
== NULL
) SWIG_fail
; 
7390         arg3 
= wxString_in_helper(obj2
); 
7391         if (arg3 
== NULL
) SWIG_fail
; 
7395         arg4 
= wxString_in_helper(obj3
); 
7396         if (arg4 
== NULL
) SWIG_fail
; 
7400         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7401         result 
= (wxHtmlBookRecord 
*)new wxHtmlBookRecord((wxString 
const &)*arg1
,(wxString 
const &)*arg2
,(wxString 
const &)*arg3
,(wxString 
const &)*arg4
); 
7403         wxPyEndAllowThreads(__tstate
); 
7404         if (PyErr_Occurred()) SWIG_fail
; 
7406     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlBookRecord
, 1); 
7445 static PyObject 
*_wrap_HtmlBookRecord_GetBookFile(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7446     PyObject 
*resultobj
; 
7447     wxHtmlBookRecord 
*arg1 
= (wxHtmlBookRecord 
*) 0 ; 
7449     PyObject 
* obj0 
= 0 ; 
7451         (char *) "self", NULL 
 
7454     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlBookRecord_GetBookFile",kwnames
,&obj0
)) goto fail
; 
7455     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlBookRecord
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7457         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7458         result 
= (arg1
)->GetBookFile(); 
7460         wxPyEndAllowThreads(__tstate
); 
7461         if (PyErr_Occurred()) SWIG_fail
; 
7465         resultobj 
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len()); 
7467         resultobj 
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len()); 
7476 static PyObject 
*_wrap_HtmlBookRecord_GetTitle(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7477     PyObject 
*resultobj
; 
7478     wxHtmlBookRecord 
*arg1 
= (wxHtmlBookRecord 
*) 0 ; 
7480     PyObject 
* obj0 
= 0 ; 
7482         (char *) "self", NULL 
 
7485     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlBookRecord_GetTitle",kwnames
,&obj0
)) goto fail
; 
7486     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlBookRecord
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7488         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7489         result 
= (arg1
)->GetTitle(); 
7491         wxPyEndAllowThreads(__tstate
); 
7492         if (PyErr_Occurred()) SWIG_fail
; 
7496         resultobj 
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len()); 
7498         resultobj 
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len()); 
7507 static PyObject 
*_wrap_HtmlBookRecord_GetStart(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7508     PyObject 
*resultobj
; 
7509     wxHtmlBookRecord 
*arg1 
= (wxHtmlBookRecord 
*) 0 ; 
7511     PyObject 
* obj0 
= 0 ; 
7513         (char *) "self", NULL 
 
7516     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlBookRecord_GetStart",kwnames
,&obj0
)) goto fail
; 
7517     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlBookRecord
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7519         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7520         result 
= (arg1
)->GetStart(); 
7522         wxPyEndAllowThreads(__tstate
); 
7523         if (PyErr_Occurred()) SWIG_fail
; 
7527         resultobj 
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len()); 
7529         resultobj 
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len()); 
7538 static PyObject 
*_wrap_HtmlBookRecord_GetBasePath(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7539     PyObject 
*resultobj
; 
7540     wxHtmlBookRecord 
*arg1 
= (wxHtmlBookRecord 
*) 0 ; 
7542     PyObject 
* obj0 
= 0 ; 
7544         (char *) "self", NULL 
 
7547     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlBookRecord_GetBasePath",kwnames
,&obj0
)) goto fail
; 
7548     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlBookRecord
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7550         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7551         result 
= (arg1
)->GetBasePath(); 
7553         wxPyEndAllowThreads(__tstate
); 
7554         if (PyErr_Occurred()) SWIG_fail
; 
7558         resultobj 
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len()); 
7560         resultobj 
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len()); 
7569 static PyObject 
*_wrap_HtmlBookRecord_SetContentsRange(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7570     PyObject 
*resultobj
; 
7571     wxHtmlBookRecord 
*arg1 
= (wxHtmlBookRecord 
*) 0 ; 
7574     PyObject 
* obj0 
= 0 ; 
7576         (char *) "self",(char *) "start",(char *) "end", NULL 
 
7579     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oii:HtmlBookRecord_SetContentsRange",kwnames
,&obj0
,&arg2
,&arg3
)) goto fail
; 
7580     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlBookRecord
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7582         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7583         (arg1
)->SetContentsRange(arg2
,arg3
); 
7585         wxPyEndAllowThreads(__tstate
); 
7586         if (PyErr_Occurred()) SWIG_fail
; 
7588     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
7595 static PyObject 
*_wrap_HtmlBookRecord_GetContentsStart(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7596     PyObject 
*resultobj
; 
7597     wxHtmlBookRecord 
*arg1 
= (wxHtmlBookRecord 
*) 0 ; 
7599     PyObject 
* obj0 
= 0 ; 
7601         (char *) "self", NULL 
 
7604     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlBookRecord_GetContentsStart",kwnames
,&obj0
)) goto fail
; 
7605     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlBookRecord
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7607         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7608         result 
= (int)(arg1
)->GetContentsStart(); 
7610         wxPyEndAllowThreads(__tstate
); 
7611         if (PyErr_Occurred()) SWIG_fail
; 
7613     resultobj 
= PyInt_FromLong((long)result
); 
7620 static PyObject 
*_wrap_HtmlBookRecord_GetContentsEnd(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7621     PyObject 
*resultobj
; 
7622     wxHtmlBookRecord 
*arg1 
= (wxHtmlBookRecord 
*) 0 ; 
7624     PyObject 
* obj0 
= 0 ; 
7626         (char *) "self", NULL 
 
7629     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlBookRecord_GetContentsEnd",kwnames
,&obj0
)) goto fail
; 
7630     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlBookRecord
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7632         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7633         result 
= (int)(arg1
)->GetContentsEnd(); 
7635         wxPyEndAllowThreads(__tstate
); 
7636         if (PyErr_Occurred()) SWIG_fail
; 
7638     resultobj 
= PyInt_FromLong((long)result
); 
7645 static PyObject 
*_wrap_HtmlBookRecord_SetTitle(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7646     PyObject 
*resultobj
; 
7647     wxHtmlBookRecord 
*arg1 
= (wxHtmlBookRecord 
*) 0 ; 
7648     wxString 
*arg2 
= 0 ; 
7649     bool temp2 
= False 
; 
7650     PyObject 
* obj0 
= 0 ; 
7651     PyObject 
* obj1 
= 0 ; 
7653         (char *) "self",(char *) "title", NULL 
 
7656     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlBookRecord_SetTitle",kwnames
,&obj0
,&obj1
)) goto fail
; 
7657     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlBookRecord
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7659         arg2 
= wxString_in_helper(obj1
); 
7660         if (arg2 
== NULL
) SWIG_fail
; 
7664         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7665         (arg1
)->SetTitle((wxString 
const &)*arg2
); 
7667         wxPyEndAllowThreads(__tstate
); 
7668         if (PyErr_Occurred()) SWIG_fail
; 
7670     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
7685 static PyObject 
*_wrap_HtmlBookRecord_SetBasePath(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7686     PyObject 
*resultobj
; 
7687     wxHtmlBookRecord 
*arg1 
= (wxHtmlBookRecord 
*) 0 ; 
7688     wxString 
*arg2 
= 0 ; 
7689     bool temp2 
= False 
; 
7690     PyObject 
* obj0 
= 0 ; 
7691     PyObject 
* obj1 
= 0 ; 
7693         (char *) "self",(char *) "path", NULL 
 
7696     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlBookRecord_SetBasePath",kwnames
,&obj0
,&obj1
)) goto fail
; 
7697     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlBookRecord
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7699         arg2 
= wxString_in_helper(obj1
); 
7700         if (arg2 
== NULL
) SWIG_fail
; 
7704         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7705         (arg1
)->SetBasePath((wxString 
const &)*arg2
); 
7707         wxPyEndAllowThreads(__tstate
); 
7708         if (PyErr_Occurred()) SWIG_fail
; 
7710     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
7725 static PyObject 
*_wrap_HtmlBookRecord_SetStart(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7726     PyObject 
*resultobj
; 
7727     wxHtmlBookRecord 
*arg1 
= (wxHtmlBookRecord 
*) 0 ; 
7728     wxString 
*arg2 
= 0 ; 
7729     bool temp2 
= False 
; 
7730     PyObject 
* obj0 
= 0 ; 
7731     PyObject 
* obj1 
= 0 ; 
7733         (char *) "self",(char *) "start", NULL 
 
7736     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlBookRecord_SetStart",kwnames
,&obj0
,&obj1
)) goto fail
; 
7737     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlBookRecord
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7739         arg2 
= wxString_in_helper(obj1
); 
7740         if (arg2 
== NULL
) SWIG_fail
; 
7744         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7745         (arg1
)->SetStart((wxString 
const &)*arg2
); 
7747         wxPyEndAllowThreads(__tstate
); 
7748         if (PyErr_Occurred()) SWIG_fail
; 
7750     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
7765 static PyObject 
*_wrap_HtmlBookRecord_GetFullPath(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7766     PyObject 
*resultobj
; 
7767     wxHtmlBookRecord 
*arg1 
= (wxHtmlBookRecord 
*) 0 ; 
7768     wxString 
*arg2 
= 0 ; 
7770     bool temp2 
= False 
; 
7771     PyObject 
* obj0 
= 0 ; 
7772     PyObject 
* obj1 
= 0 ; 
7774         (char *) "self",(char *) "page", NULL 
 
7777     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlBookRecord_GetFullPath",kwnames
,&obj0
,&obj1
)) goto fail
; 
7778     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlBookRecord
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7780         arg2 
= wxString_in_helper(obj1
); 
7781         if (arg2 
== NULL
) SWIG_fail
; 
7785         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7786         result 
= ((wxHtmlBookRecord 
const *)arg1
)->GetFullPath((wxString 
const &)*arg2
); 
7788         wxPyEndAllowThreads(__tstate
); 
7789         if (PyErr_Occurred()) SWIG_fail
; 
7793         resultobj 
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len()); 
7795         resultobj 
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len()); 
7812 static PyObject 
* HtmlBookRecord_swigregister(PyObject 
*self
, PyObject 
*args
) { 
7814     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
7815     SWIG_TypeClientData(SWIGTYPE_p_wxHtmlBookRecord
, obj
); 
7817     return Py_BuildValue((char *)""); 
7819 static PyObject 
*_wrap_HtmlContentsItem_GetLevel(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7820     PyObject 
*resultobj
; 
7821     wxHtmlContentsItem 
*arg1 
= (wxHtmlContentsItem 
*) 0 ; 
7823     PyObject 
* obj0 
= 0 ; 
7825         (char *) "self", NULL 
 
7828     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlContentsItem_GetLevel",kwnames
,&obj0
)) goto fail
; 
7829     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlContentsItem
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7831         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7832         result 
= (int)wxHtmlContentsItem_GetLevel(arg1
); 
7834         wxPyEndAllowThreads(__tstate
); 
7835         if (PyErr_Occurred()) SWIG_fail
; 
7837     resultobj 
= PyInt_FromLong((long)result
); 
7844 static PyObject 
*_wrap_HtmlContentsItem_GetID(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7845     PyObject 
*resultobj
; 
7846     wxHtmlContentsItem 
*arg1 
= (wxHtmlContentsItem 
*) 0 ; 
7848     PyObject 
* obj0 
= 0 ; 
7850         (char *) "self", NULL 
 
7853     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlContentsItem_GetID",kwnames
,&obj0
)) goto fail
; 
7854     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlContentsItem
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7856         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7857         result 
= (int)wxHtmlContentsItem_GetID(arg1
); 
7859         wxPyEndAllowThreads(__tstate
); 
7860         if (PyErr_Occurred()) SWIG_fail
; 
7862     resultobj 
= PyInt_FromLong((long)result
); 
7869 static PyObject 
*_wrap_HtmlContentsItem_GetName(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7870     PyObject 
*resultobj
; 
7871     wxHtmlContentsItem 
*arg1 
= (wxHtmlContentsItem 
*) 0 ; 
7873     PyObject 
* obj0 
= 0 ; 
7875         (char *) "self", NULL 
 
7878     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlContentsItem_GetName",kwnames
,&obj0
)) goto fail
; 
7879     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlContentsItem
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7881         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7882         result 
= wxHtmlContentsItem_GetName(arg1
); 
7884         wxPyEndAllowThreads(__tstate
); 
7885         if (PyErr_Occurred()) SWIG_fail
; 
7889         resultobj 
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len()); 
7891         resultobj 
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len()); 
7900 static PyObject 
*_wrap_HtmlContentsItem_GetPage(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7901     PyObject 
*resultobj
; 
7902     wxHtmlContentsItem 
*arg1 
= (wxHtmlContentsItem 
*) 0 ; 
7904     PyObject 
* obj0 
= 0 ; 
7906         (char *) "self", NULL 
 
7909     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlContentsItem_GetPage",kwnames
,&obj0
)) goto fail
; 
7910     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlContentsItem
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7912         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7913         result 
= wxHtmlContentsItem_GetPage(arg1
); 
7915         wxPyEndAllowThreads(__tstate
); 
7916         if (PyErr_Occurred()) SWIG_fail
; 
7920         resultobj 
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len()); 
7922         resultobj 
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len()); 
7931 static PyObject 
*_wrap_HtmlContentsItem_GetBook(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7932     PyObject 
*resultobj
; 
7933     wxHtmlContentsItem 
*arg1 
= (wxHtmlContentsItem 
*) 0 ; 
7934     wxHtmlBookRecord 
*result
; 
7935     PyObject 
* obj0 
= 0 ; 
7937         (char *) "self", NULL 
 
7940     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlContentsItem_GetBook",kwnames
,&obj0
)) goto fail
; 
7941     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlContentsItem
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7943         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7944         result 
= (wxHtmlBookRecord 
*)wxHtmlContentsItem_GetBook(arg1
); 
7946         wxPyEndAllowThreads(__tstate
); 
7947         if (PyErr_Occurred()) SWIG_fail
; 
7949     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlBookRecord
, 0); 
7956 static PyObject 
* HtmlContentsItem_swigregister(PyObject 
*self
, PyObject 
*args
) { 
7958     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
7959     SWIG_TypeClientData(SWIGTYPE_p_wxHtmlContentsItem
, obj
); 
7961     return Py_BuildValue((char *)""); 
7963 static PyObject 
*_wrap_HtmlSearchStatus_Search(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7964     PyObject 
*resultobj
; 
7965     wxHtmlSearchStatus 
*arg1 
= (wxHtmlSearchStatus 
*) 0 ; 
7967     PyObject 
* obj0 
= 0 ; 
7969         (char *) "self", NULL 
 
7972     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlSearchStatus_Search",kwnames
,&obj0
)) goto fail
; 
7973     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlSearchStatus
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
7975         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7976         result 
= (bool)(arg1
)->Search(); 
7978         wxPyEndAllowThreads(__tstate
); 
7979         if (PyErr_Occurred()) SWIG_fail
; 
7981     resultobj 
= PyInt_FromLong((long)result
); 
7988 static PyObject 
*_wrap_HtmlSearchStatus_IsActive(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7989     PyObject 
*resultobj
; 
7990     wxHtmlSearchStatus 
*arg1 
= (wxHtmlSearchStatus 
*) 0 ; 
7992     PyObject 
* obj0 
= 0 ; 
7994         (char *) "self", NULL 
 
7997     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlSearchStatus_IsActive",kwnames
,&obj0
)) goto fail
; 
7998     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlSearchStatus
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8000         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8001         result 
= (bool)(arg1
)->IsActive(); 
8003         wxPyEndAllowThreads(__tstate
); 
8004         if (PyErr_Occurred()) SWIG_fail
; 
8006     resultobj 
= PyInt_FromLong((long)result
); 
8013 static PyObject 
*_wrap_HtmlSearchStatus_GetCurIndex(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8014     PyObject 
*resultobj
; 
8015     wxHtmlSearchStatus 
*arg1 
= (wxHtmlSearchStatus 
*) 0 ; 
8017     PyObject 
* obj0 
= 0 ; 
8019         (char *) "self", NULL 
 
8022     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlSearchStatus_GetCurIndex",kwnames
,&obj0
)) goto fail
; 
8023     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlSearchStatus
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8025         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8026         result 
= (int)(arg1
)->GetCurIndex(); 
8028         wxPyEndAllowThreads(__tstate
); 
8029         if (PyErr_Occurred()) SWIG_fail
; 
8031     resultobj 
= PyInt_FromLong((long)result
); 
8038 static PyObject 
*_wrap_HtmlSearchStatus_GetMaxIndex(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8039     PyObject 
*resultobj
; 
8040     wxHtmlSearchStatus 
*arg1 
= (wxHtmlSearchStatus 
*) 0 ; 
8042     PyObject 
* obj0 
= 0 ; 
8044         (char *) "self", NULL 
 
8047     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlSearchStatus_GetMaxIndex",kwnames
,&obj0
)) goto fail
; 
8048     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlSearchStatus
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8050         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8051         result 
= (int)(arg1
)->GetMaxIndex(); 
8053         wxPyEndAllowThreads(__tstate
); 
8054         if (PyErr_Occurred()) SWIG_fail
; 
8056     resultobj 
= PyInt_FromLong((long)result
); 
8063 static PyObject 
*_wrap_HtmlSearchStatus_GetName(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8064     PyObject 
*resultobj
; 
8065     wxHtmlSearchStatus 
*arg1 
= (wxHtmlSearchStatus 
*) 0 ; 
8067     PyObject 
* obj0 
= 0 ; 
8069         (char *) "self", NULL 
 
8072     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlSearchStatus_GetName",kwnames
,&obj0
)) goto fail
; 
8073     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlSearchStatus
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8075         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8077             wxString 
const &_result_ref 
= (arg1
)->GetName(); 
8078             result 
= (wxString 
*) &_result_ref
; 
8081         wxPyEndAllowThreads(__tstate
); 
8082         if (PyErr_Occurred()) SWIG_fail
; 
8084     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxString
, 0); 
8091 static PyObject 
*_wrap_HtmlSearchStatus_GetContentsItem(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8092     PyObject 
*resultobj
; 
8093     wxHtmlSearchStatus 
*arg1 
= (wxHtmlSearchStatus 
*) 0 ; 
8094     wxHtmlContentsItem 
*result
; 
8095     PyObject 
* obj0 
= 0 ; 
8097         (char *) "self", NULL 
 
8100     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlSearchStatus_GetContentsItem",kwnames
,&obj0
)) goto fail
; 
8101     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlSearchStatus
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8103         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8104         result 
= (wxHtmlContentsItem 
*)(arg1
)->GetContentsItem(); 
8106         wxPyEndAllowThreads(__tstate
); 
8107         if (PyErr_Occurred()) SWIG_fail
; 
8109     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlContentsItem
, 0); 
8116 static PyObject 
* HtmlSearchStatus_swigregister(PyObject 
*self
, PyObject 
*args
) { 
8118     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
8119     SWIG_TypeClientData(SWIGTYPE_p_wxHtmlSearchStatus
, obj
); 
8121     return Py_BuildValue((char *)""); 
8123 static PyObject 
*_wrap_new_HtmlHelpData(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8124     PyObject 
*resultobj
; 
8125     wxHtmlHelpData 
*result
; 
8130     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_HtmlHelpData",kwnames
)) goto fail
; 
8132         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8133         result 
= (wxHtmlHelpData 
*)new wxHtmlHelpData(); 
8135         wxPyEndAllowThreads(__tstate
); 
8136         if (PyErr_Occurred()) SWIG_fail
; 
8138     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlHelpData
, 1); 
8145 static PyObject 
*_wrap_delete_HtmlHelpData(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8146     PyObject 
*resultobj
; 
8147     wxHtmlHelpData 
*arg1 
= (wxHtmlHelpData 
*) 0 ; 
8148     PyObject 
* obj0 
= 0 ; 
8150         (char *) "self", NULL 
 
8153     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:delete_HtmlHelpData",kwnames
,&obj0
)) goto fail
; 
8154     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpData
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8156         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8159         wxPyEndAllowThreads(__tstate
); 
8160         if (PyErr_Occurred()) SWIG_fail
; 
8162     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
8169 static PyObject 
*_wrap_HtmlHelpData_SetTempDir(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8170     PyObject 
*resultobj
; 
8171     wxHtmlHelpData 
*arg1 
= (wxHtmlHelpData 
*) 0 ; 
8172     wxString 
*arg2 
= 0 ; 
8173     bool temp2 
= False 
; 
8174     PyObject 
* obj0 
= 0 ; 
8175     PyObject 
* obj1 
= 0 ; 
8177         (char *) "self",(char *) "path", NULL 
 
8180     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlHelpData_SetTempDir",kwnames
,&obj0
,&obj1
)) goto fail
; 
8181     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpData
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8183         arg2 
= wxString_in_helper(obj1
); 
8184         if (arg2 
== NULL
) SWIG_fail
; 
8188         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8189         (arg1
)->SetTempDir((wxString 
const &)*arg2
); 
8191         wxPyEndAllowThreads(__tstate
); 
8192         if (PyErr_Occurred()) SWIG_fail
; 
8194     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
8209 static PyObject 
*_wrap_HtmlHelpData_AddBook(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8210     PyObject 
*resultobj
; 
8211     wxHtmlHelpData 
*arg1 
= (wxHtmlHelpData 
*) 0 ; 
8212     wxString 
*arg2 
= 0 ; 
8214     bool temp2 
= False 
; 
8215     PyObject 
* obj0 
= 0 ; 
8216     PyObject 
* obj1 
= 0 ; 
8218         (char *) "self",(char *) "book", NULL 
 
8221     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlHelpData_AddBook",kwnames
,&obj0
,&obj1
)) goto fail
; 
8222     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpData
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8224         arg2 
= wxString_in_helper(obj1
); 
8225         if (arg2 
== NULL
) SWIG_fail
; 
8229         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8230         result 
= (bool)(arg1
)->AddBook((wxString 
const &)*arg2
); 
8232         wxPyEndAllowThreads(__tstate
); 
8233         if (PyErr_Occurred()) SWIG_fail
; 
8235     resultobj 
= PyInt_FromLong((long)result
); 
8250 static PyObject 
*_wrap_HtmlHelpData_FindPageByName(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8251     PyObject 
*resultobj
; 
8252     wxHtmlHelpData 
*arg1 
= (wxHtmlHelpData 
*) 0 ; 
8253     wxString 
*arg2 
= 0 ; 
8255     bool temp2 
= False 
; 
8256     PyObject 
* obj0 
= 0 ; 
8257     PyObject 
* obj1 
= 0 ; 
8259         (char *) "self",(char *) "page", NULL 
 
8262     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlHelpData_FindPageByName",kwnames
,&obj0
,&obj1
)) goto fail
; 
8263     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpData
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8265         arg2 
= wxString_in_helper(obj1
); 
8266         if (arg2 
== NULL
) SWIG_fail
; 
8270         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8271         result 
= (arg1
)->FindPageByName((wxString 
const &)*arg2
); 
8273         wxPyEndAllowThreads(__tstate
); 
8274         if (PyErr_Occurred()) SWIG_fail
; 
8278         resultobj 
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len()); 
8280         resultobj 
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len()); 
8297 static PyObject 
*_wrap_HtmlHelpData_FindPageById(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8298     PyObject 
*resultobj
; 
8299     wxHtmlHelpData 
*arg1 
= (wxHtmlHelpData 
*) 0 ; 
8302     PyObject 
* obj0 
= 0 ; 
8304         (char *) "self",(char *) "id", NULL 
 
8307     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oi:HtmlHelpData_FindPageById",kwnames
,&obj0
,&arg2
)) goto fail
; 
8308     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpData
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8310         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8311         result 
= (arg1
)->FindPageById(arg2
); 
8313         wxPyEndAllowThreads(__tstate
); 
8314         if (PyErr_Occurred()) SWIG_fail
; 
8318         resultobj 
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len()); 
8320         resultobj 
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len()); 
8329 static PyObject 
*_wrap_HtmlHelpData_GetBookRecArray(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8330     PyObject 
*resultobj
; 
8331     wxHtmlHelpData 
*arg1 
= (wxHtmlHelpData 
*) 0 ; 
8332     wxHtmlBookRecArray 
*result
; 
8333     PyObject 
* obj0 
= 0 ; 
8335         (char *) "self", NULL 
 
8338     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlHelpData_GetBookRecArray",kwnames
,&obj0
)) goto fail
; 
8339     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpData
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8341         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8343             wxHtmlBookRecArray 
const &_result_ref 
= (arg1
)->GetBookRecArray(); 
8344             result 
= (wxHtmlBookRecArray 
*) &_result_ref
; 
8347         wxPyEndAllowThreads(__tstate
); 
8348         if (PyErr_Occurred()) SWIG_fail
; 
8350     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlBookRecArray
, 0); 
8357 static PyObject 
*_wrap_HtmlHelpData_GetContents(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8358     PyObject 
*resultobj
; 
8359     wxHtmlHelpData 
*arg1 
= (wxHtmlHelpData 
*) 0 ; 
8360     wxHtmlContentsItem 
*result
; 
8361     PyObject 
* obj0 
= 0 ; 
8363         (char *) "self", NULL 
 
8366     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlHelpData_GetContents",kwnames
,&obj0
)) goto fail
; 
8367     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpData
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8369         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8370         result 
= (wxHtmlContentsItem 
*)(arg1
)->GetContents(); 
8372         wxPyEndAllowThreads(__tstate
); 
8373         if (PyErr_Occurred()) SWIG_fail
; 
8375     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlContentsItem
, 0); 
8382 static PyObject 
*_wrap_HtmlHelpData_GetContentsCnt(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8383     PyObject 
*resultobj
; 
8384     wxHtmlHelpData 
*arg1 
= (wxHtmlHelpData 
*) 0 ; 
8386     PyObject 
* obj0 
= 0 ; 
8388         (char *) "self", NULL 
 
8391     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlHelpData_GetContentsCnt",kwnames
,&obj0
)) goto fail
; 
8392     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpData
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8394         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8395         result 
= (int)(arg1
)->GetContentsCnt(); 
8397         wxPyEndAllowThreads(__tstate
); 
8398         if (PyErr_Occurred()) SWIG_fail
; 
8400     resultobj 
= PyInt_FromLong((long)result
); 
8407 static PyObject 
*_wrap_HtmlHelpData_GetIndex(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8408     PyObject 
*resultobj
; 
8409     wxHtmlHelpData 
*arg1 
= (wxHtmlHelpData 
*) 0 ; 
8410     wxHtmlContentsItem 
*result
; 
8411     PyObject 
* obj0 
= 0 ; 
8413         (char *) "self", NULL 
 
8416     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlHelpData_GetIndex",kwnames
,&obj0
)) goto fail
; 
8417     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpData
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8419         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8420         result 
= (wxHtmlContentsItem 
*)(arg1
)->GetIndex(); 
8422         wxPyEndAllowThreads(__tstate
); 
8423         if (PyErr_Occurred()) SWIG_fail
; 
8425     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlContentsItem
, 0); 
8432 static PyObject 
*_wrap_HtmlHelpData_GetIndexCnt(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8433     PyObject 
*resultobj
; 
8434     wxHtmlHelpData 
*arg1 
= (wxHtmlHelpData 
*) 0 ; 
8436     PyObject 
* obj0 
= 0 ; 
8438         (char *) "self", NULL 
 
8441     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlHelpData_GetIndexCnt",kwnames
,&obj0
)) goto fail
; 
8442     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpData
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8444         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8445         result 
= (int)(arg1
)->GetIndexCnt(); 
8447         wxPyEndAllowThreads(__tstate
); 
8448         if (PyErr_Occurred()) SWIG_fail
; 
8450     resultobj 
= PyInt_FromLong((long)result
); 
8457 static PyObject 
* HtmlHelpData_swigregister(PyObject 
*self
, PyObject 
*args
) { 
8459     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
8460     SWIG_TypeClientData(SWIGTYPE_p_wxHtmlHelpData
, obj
); 
8462     return Py_BuildValue((char *)""); 
8464 static PyObject 
*_wrap_new_HtmlHelpFrame(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8465     PyObject 
*resultobj
; 
8466     wxWindow 
*arg1 
= (wxWindow 
*) 0 ; 
8468     wxString 
const &arg3_defvalue 
= wxPyEmptyString 
; 
8469     wxString 
*arg3 
= (wxString 
*) &arg3_defvalue 
; 
8470     int arg4 
= (int) wxHF_DEFAULTSTYLE 
; 
8471     wxHtmlHelpData 
*arg5 
= (wxHtmlHelpData 
*) NULL 
; 
8472     wxHtmlHelpFrame 
*result
; 
8473     bool temp3 
= False 
; 
8474     PyObject 
* obj0 
= 0 ; 
8475     PyObject 
* obj2 
= 0 ; 
8476     PyObject 
* obj4 
= 0 ; 
8478         (char *) "parent","arg2",(char *) "title",(char *) "style",(char *) "data", NULL 
 
8481     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oi|OiO:new_HtmlHelpFrame",kwnames
,&obj0
,&arg2
,&obj2
,&arg4
,&obj4
)) goto fail
; 
8482     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxWindow
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8485             arg3 
= wxString_in_helper(obj2
); 
8486             if (arg3 
== NULL
) SWIG_fail
; 
8491         if ((SWIG_ConvertPtr(obj4
,(void **) &arg5
, SWIGTYPE_p_wxHtmlHelpData
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8494         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8495         result 
= (wxHtmlHelpFrame 
*)new wxHtmlHelpFrame(arg1
,arg2
,(wxString 
const &)*arg3
,arg4
,arg5
); 
8497         wxPyEndAllowThreads(__tstate
); 
8498         if (PyErr_Occurred()) SWIG_fail
; 
8500     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlHelpFrame
, 1); 
8515 static PyObject 
*_wrap_HtmlHelpFrame_GetData(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8516     PyObject 
*resultobj
; 
8517     wxHtmlHelpFrame 
*arg1 
= (wxHtmlHelpFrame 
*) 0 ; 
8518     wxHtmlHelpData 
*result
; 
8519     PyObject 
* obj0 
= 0 ; 
8521         (char *) "self", NULL 
 
8524     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlHelpFrame_GetData",kwnames
,&obj0
)) goto fail
; 
8525     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpFrame
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8527         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8528         result 
= (wxHtmlHelpData 
*)(arg1
)->GetData(); 
8530         wxPyEndAllowThreads(__tstate
); 
8531         if (PyErr_Occurred()) SWIG_fail
; 
8533     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlHelpData
, 0); 
8540 static PyObject 
*_wrap_HtmlHelpFrame_SetTitleFormat(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8541     PyObject 
*resultobj
; 
8542     wxHtmlHelpFrame 
*arg1 
= (wxHtmlHelpFrame 
*) 0 ; 
8543     wxString 
*arg2 
= 0 ; 
8544     bool temp2 
= False 
; 
8545     PyObject 
* obj0 
= 0 ; 
8546     PyObject 
* obj1 
= 0 ; 
8548         (char *) "self",(char *) "format", NULL 
 
8551     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlHelpFrame_SetTitleFormat",kwnames
,&obj0
,&obj1
)) goto fail
; 
8552     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpFrame
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8554         arg2 
= wxString_in_helper(obj1
); 
8555         if (arg2 
== NULL
) SWIG_fail
; 
8559         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8560         (arg1
)->SetTitleFormat((wxString 
const &)*arg2
); 
8562         wxPyEndAllowThreads(__tstate
); 
8563         if (PyErr_Occurred()) SWIG_fail
; 
8565     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
8580 static PyObject 
*_wrap_HtmlHelpFrame_Display(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8581     PyObject 
*resultobj
; 
8582     wxHtmlHelpFrame 
*arg1 
= (wxHtmlHelpFrame 
*) 0 ; 
8583     wxString 
*arg2 
= 0 ; 
8584     bool temp2 
= False 
; 
8585     PyObject 
* obj0 
= 0 ; 
8586     PyObject 
* obj1 
= 0 ; 
8588         (char *) "self",(char *) "x", NULL 
 
8591     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlHelpFrame_Display",kwnames
,&obj0
,&obj1
)) goto fail
; 
8592     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpFrame
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8594         arg2 
= wxString_in_helper(obj1
); 
8595         if (arg2 
== NULL
) SWIG_fail
; 
8599         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8600         (arg1
)->Display((wxString 
const &)*arg2
); 
8602         wxPyEndAllowThreads(__tstate
); 
8603         if (PyErr_Occurred()) SWIG_fail
; 
8605     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
8620 static PyObject 
*_wrap_HtmlHelpFrame_DisplayID(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8621     PyObject 
*resultobj
; 
8622     wxHtmlHelpFrame 
*arg1 
= (wxHtmlHelpFrame 
*) 0 ; 
8624     PyObject 
* obj0 
= 0 ; 
8626         (char *) "self",(char *) "id", NULL 
 
8629     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oi:HtmlHelpFrame_DisplayID",kwnames
,&obj0
,&arg2
)) goto fail
; 
8630     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpFrame
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8632         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8633         (arg1
)->Display(arg2
); 
8635         wxPyEndAllowThreads(__tstate
); 
8636         if (PyErr_Occurred()) SWIG_fail
; 
8638     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
8645 static PyObject 
*_wrap_HtmlHelpFrame_DisplayContents(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8646     PyObject 
*resultobj
; 
8647     wxHtmlHelpFrame 
*arg1 
= (wxHtmlHelpFrame 
*) 0 ; 
8648     PyObject 
* obj0 
= 0 ; 
8650         (char *) "self", NULL 
 
8653     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlHelpFrame_DisplayContents",kwnames
,&obj0
)) goto fail
; 
8654     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpFrame
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8656         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8657         (arg1
)->DisplayContents(); 
8659         wxPyEndAllowThreads(__tstate
); 
8660         if (PyErr_Occurred()) SWIG_fail
; 
8662     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
8669 static PyObject 
*_wrap_HtmlHelpFrame_DisplayIndex(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8670     PyObject 
*resultobj
; 
8671     wxHtmlHelpFrame 
*arg1 
= (wxHtmlHelpFrame 
*) 0 ; 
8672     PyObject 
* obj0 
= 0 ; 
8674         (char *) "self", NULL 
 
8677     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlHelpFrame_DisplayIndex",kwnames
,&obj0
)) goto fail
; 
8678     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpFrame
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8680         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8681         (arg1
)->DisplayIndex(); 
8683         wxPyEndAllowThreads(__tstate
); 
8684         if (PyErr_Occurred()) SWIG_fail
; 
8686     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
8693 static PyObject 
*_wrap_HtmlHelpFrame_KeywordSearch(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8694     PyObject 
*resultobj
; 
8695     wxHtmlHelpFrame 
*arg1 
= (wxHtmlHelpFrame 
*) 0 ; 
8696     wxString 
*arg2 
= 0 ; 
8698     bool temp2 
= False 
; 
8699     PyObject 
* obj0 
= 0 ; 
8700     PyObject 
* obj1 
= 0 ; 
8702         (char *) "self",(char *) "keyword", NULL 
 
8705     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlHelpFrame_KeywordSearch",kwnames
,&obj0
,&obj1
)) goto fail
; 
8706     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpFrame
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8708         arg2 
= wxString_in_helper(obj1
); 
8709         if (arg2 
== NULL
) SWIG_fail
; 
8713         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8714         result 
= (bool)(arg1
)->KeywordSearch((wxString 
const &)*arg2
); 
8716         wxPyEndAllowThreads(__tstate
); 
8717         if (PyErr_Occurred()) SWIG_fail
; 
8719     resultobj 
= PyInt_FromLong((long)result
); 
8734 static PyObject 
*_wrap_HtmlHelpFrame_UseConfig(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8735     PyObject 
*resultobj
; 
8736     wxHtmlHelpFrame 
*arg1 
= (wxHtmlHelpFrame 
*) 0 ; 
8737     wxConfigBase 
*arg2 
= (wxConfigBase 
*) 0 ; 
8738     wxString 
const &arg3_defvalue 
= wxPyEmptyString 
; 
8739     wxString 
*arg3 
= (wxString 
*) &arg3_defvalue 
; 
8740     bool temp3 
= False 
; 
8741     PyObject 
* obj0 
= 0 ; 
8742     PyObject 
* obj1 
= 0 ; 
8743     PyObject 
* obj2 
= 0 ; 
8745         (char *) "self",(char *) "config",(char *) "rootpath", NULL 
 
8748     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:HtmlHelpFrame_UseConfig",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
; 
8749     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpFrame
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8750     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxConfigBase
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8753             arg3 
= wxString_in_helper(obj2
); 
8754             if (arg3 
== NULL
) SWIG_fail
; 
8759         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8760         (arg1
)->UseConfig(arg2
,(wxString 
const &)*arg3
); 
8762         wxPyEndAllowThreads(__tstate
); 
8763         if (PyErr_Occurred()) SWIG_fail
; 
8765     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
8780 static PyObject 
*_wrap_HtmlHelpFrame_ReadCustomization(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8781     PyObject 
*resultobj
; 
8782     wxHtmlHelpFrame 
*arg1 
= (wxHtmlHelpFrame 
*) 0 ; 
8783     wxConfigBase 
*arg2 
= (wxConfigBase 
*) 0 ; 
8784     wxString arg3 
= (wxString
) wxPyEmptyString 
; 
8785     PyObject 
* obj0 
= 0 ; 
8786     PyObject 
* obj1 
= 0 ; 
8787     PyObject 
* obj2 
= 0 ; 
8789         (char *) "self",(char *) "cfg",(char *) "path", NULL 
 
8792     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:HtmlHelpFrame_ReadCustomization",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
; 
8793     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpFrame
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8794     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxConfigBase
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8797             wxString
* sptr 
= wxString_in_helper(obj2
); 
8798             if (sptr 
== NULL
) SWIG_fail
; 
8804         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8805         (arg1
)->ReadCustomization(arg2
,arg3
); 
8807         wxPyEndAllowThreads(__tstate
); 
8808         if (PyErr_Occurred()) SWIG_fail
; 
8810     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
8817 static PyObject 
*_wrap_HtmlHelpFrame_WriteCustomization(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8818     PyObject 
*resultobj
; 
8819     wxHtmlHelpFrame 
*arg1 
= (wxHtmlHelpFrame 
*) 0 ; 
8820     wxConfigBase 
*arg2 
= (wxConfigBase 
*) 0 ; 
8821     wxString arg3 
= (wxString
) wxPyEmptyString 
; 
8822     PyObject 
* obj0 
= 0 ; 
8823     PyObject 
* obj1 
= 0 ; 
8824     PyObject 
* obj2 
= 0 ; 
8826         (char *) "self",(char *) "cfg",(char *) "path", NULL 
 
8829     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:HtmlHelpFrame_WriteCustomization",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
; 
8830     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpFrame
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8831     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxConfigBase
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8834             wxString
* sptr 
= wxString_in_helper(obj2
); 
8835             if (sptr 
== NULL
) SWIG_fail
; 
8841         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8842         (arg1
)->WriteCustomization(arg2
,arg3
); 
8844         wxPyEndAllowThreads(__tstate
); 
8845         if (PyErr_Occurred()) SWIG_fail
; 
8847     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
8854 static PyObject 
* HtmlHelpFrame_swigregister(PyObject 
*self
, PyObject 
*args
) { 
8856     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
8857     SWIG_TypeClientData(SWIGTYPE_p_wxHtmlHelpFrame
, obj
); 
8859     return Py_BuildValue((char *)""); 
8861 static PyObject 
*_wrap_new_HtmlHelpController(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8862     PyObject 
*resultobj
; 
8863     int arg1 
= (int) wxHF_DEFAULTSTYLE 
; 
8864     wxHtmlHelpController 
*result
; 
8866         (char *) "style", NULL 
 
8869     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|i:new_HtmlHelpController",kwnames
,&arg1
)) goto fail
; 
8871         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8872         result 
= (wxHtmlHelpController 
*)new wxHtmlHelpController(arg1
); 
8874         wxPyEndAllowThreads(__tstate
); 
8875         if (PyErr_Occurred()) SWIG_fail
; 
8877     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlHelpController
, 1); 
8884 static PyObject 
*_wrap_delete_HtmlHelpController(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8885     PyObject 
*resultobj
; 
8886     wxHtmlHelpController 
*arg1 
= (wxHtmlHelpController 
*) 0 ; 
8887     PyObject 
* obj0 
= 0 ; 
8889         (char *) "self", NULL 
 
8892     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:delete_HtmlHelpController",kwnames
,&obj0
)) goto fail
; 
8893     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpController
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8895         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8898         wxPyEndAllowThreads(__tstate
); 
8899         if (PyErr_Occurred()) SWIG_fail
; 
8901     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
8908 static PyObject 
*_wrap_HtmlHelpController_SetTitleFormat(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8909     PyObject 
*resultobj
; 
8910     wxHtmlHelpController 
*arg1 
= (wxHtmlHelpController 
*) 0 ; 
8911     wxString 
*arg2 
= 0 ; 
8912     bool temp2 
= False 
; 
8913     PyObject 
* obj0 
= 0 ; 
8914     PyObject 
* obj1 
= 0 ; 
8916         (char *) "self",(char *) "format", NULL 
 
8919     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlHelpController_SetTitleFormat",kwnames
,&obj0
,&obj1
)) goto fail
; 
8920     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpController
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8922         arg2 
= wxString_in_helper(obj1
); 
8923         if (arg2 
== NULL
) SWIG_fail
; 
8927         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8928         (arg1
)->SetTitleFormat((wxString 
const &)*arg2
); 
8930         wxPyEndAllowThreads(__tstate
); 
8931         if (PyErr_Occurred()) SWIG_fail
; 
8933     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
8948 static PyObject 
*_wrap_HtmlHelpController_SetTempDir(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8949     PyObject 
*resultobj
; 
8950     wxHtmlHelpController 
*arg1 
= (wxHtmlHelpController 
*) 0 ; 
8951     wxString 
*arg2 
= 0 ; 
8952     bool temp2 
= False 
; 
8953     PyObject 
* obj0 
= 0 ; 
8954     PyObject 
* obj1 
= 0 ; 
8956         (char *) "self",(char *) "path", NULL 
 
8959     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlHelpController_SetTempDir",kwnames
,&obj0
,&obj1
)) goto fail
; 
8960     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpController
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
8962         arg2 
= wxString_in_helper(obj1
); 
8963         if (arg2 
== NULL
) SWIG_fail
; 
8967         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8968         (arg1
)->SetTempDir((wxString 
const &)*arg2
); 
8970         wxPyEndAllowThreads(__tstate
); 
8971         if (PyErr_Occurred()) SWIG_fail
; 
8973     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
8988 static PyObject 
*_wrap_HtmlHelpController_AddBook(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8989     PyObject 
*resultobj
; 
8990     wxHtmlHelpController 
*arg1 
= (wxHtmlHelpController 
*) 0 ; 
8991     wxString 
*arg2 
= 0 ; 
8992     int arg3 
= (int) False 
; 
8994     bool temp2 
= False 
; 
8995     PyObject 
* obj0 
= 0 ; 
8996     PyObject 
* obj1 
= 0 ; 
8998         (char *) "self",(char *) "book",(char *) "show_wait_msg", NULL 
 
9001     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|i:HtmlHelpController_AddBook",kwnames
,&obj0
,&obj1
,&arg3
)) goto fail
; 
9002     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpController
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
9004         arg2 
= wxString_in_helper(obj1
); 
9005         if (arg2 
== NULL
) SWIG_fail
; 
9009         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9010         result 
= (bool)(arg1
)->AddBook((wxString 
const &)*arg2
,arg3
); 
9012         wxPyEndAllowThreads(__tstate
); 
9013         if (PyErr_Occurred()) SWIG_fail
; 
9015     resultobj 
= PyInt_FromLong((long)result
); 
9030 static PyObject 
*_wrap_HtmlHelpController_Display(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9031     PyObject 
*resultobj
; 
9032     wxHtmlHelpController 
*arg1 
= (wxHtmlHelpController 
*) 0 ; 
9033     wxString 
*arg2 
= 0 ; 
9034     bool temp2 
= False 
; 
9035     PyObject 
* obj0 
= 0 ; 
9036     PyObject 
* obj1 
= 0 ; 
9038         (char *) "self",(char *) "x", NULL 
 
9041     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlHelpController_Display",kwnames
,&obj0
,&obj1
)) goto fail
; 
9042     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpController
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
9044         arg2 
= wxString_in_helper(obj1
); 
9045         if (arg2 
== NULL
) SWIG_fail
; 
9049         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9050         (arg1
)->Display((wxString 
const &)*arg2
); 
9052         wxPyEndAllowThreads(__tstate
); 
9053         if (PyErr_Occurred()) SWIG_fail
; 
9055     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
9070 static PyObject 
*_wrap_HtmlHelpController_DisplayID(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9071     PyObject 
*resultobj
; 
9072     wxHtmlHelpController 
*arg1 
= (wxHtmlHelpController 
*) 0 ; 
9074     PyObject 
* obj0 
= 0 ; 
9076         (char *) "self",(char *) "id", NULL 
 
9079     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"Oi:HtmlHelpController_DisplayID",kwnames
,&obj0
,&arg2
)) goto fail
; 
9080     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpController
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
9082         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9083         (arg1
)->Display(arg2
); 
9085         wxPyEndAllowThreads(__tstate
); 
9086         if (PyErr_Occurred()) SWIG_fail
; 
9088     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
9095 static PyObject 
*_wrap_HtmlHelpController_DisplayContents(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9096     PyObject 
*resultobj
; 
9097     wxHtmlHelpController 
*arg1 
= (wxHtmlHelpController 
*) 0 ; 
9098     PyObject 
* obj0 
= 0 ; 
9100         (char *) "self", NULL 
 
9103     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlHelpController_DisplayContents",kwnames
,&obj0
)) goto fail
; 
9104     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpController
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
9106         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9107         (arg1
)->DisplayContents(); 
9109         wxPyEndAllowThreads(__tstate
); 
9110         if (PyErr_Occurred()) SWIG_fail
; 
9112     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
9119 static PyObject 
*_wrap_HtmlHelpController_DisplayIndex(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9120     PyObject 
*resultobj
; 
9121     wxHtmlHelpController 
*arg1 
= (wxHtmlHelpController 
*) 0 ; 
9122     PyObject 
* obj0 
= 0 ; 
9124         (char *) "self", NULL 
 
9127     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlHelpController_DisplayIndex",kwnames
,&obj0
)) goto fail
; 
9128     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpController
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
9130         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9131         (arg1
)->DisplayIndex(); 
9133         wxPyEndAllowThreads(__tstate
); 
9134         if (PyErr_Occurred()) SWIG_fail
; 
9136     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
9143 static PyObject 
*_wrap_HtmlHelpController_KeywordSearch(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9144     PyObject 
*resultobj
; 
9145     wxHtmlHelpController 
*arg1 
= (wxHtmlHelpController 
*) 0 ; 
9146     wxString 
*arg2 
= 0 ; 
9148     bool temp2 
= False 
; 
9149     PyObject 
* obj0 
= 0 ; 
9150     PyObject 
* obj1 
= 0 ; 
9152         (char *) "self",(char *) "keyword", NULL 
 
9155     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HtmlHelpController_KeywordSearch",kwnames
,&obj0
,&obj1
)) goto fail
; 
9156     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpController
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
9158         arg2 
= wxString_in_helper(obj1
); 
9159         if (arg2 
== NULL
) SWIG_fail
; 
9163         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9164         result 
= (bool)(arg1
)->KeywordSearch((wxString 
const &)*arg2
); 
9166         wxPyEndAllowThreads(__tstate
); 
9167         if (PyErr_Occurred()) SWIG_fail
; 
9169     resultobj 
= PyInt_FromLong((long)result
); 
9184 static PyObject 
*_wrap_HtmlHelpController_UseConfig(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9185     PyObject 
*resultobj
; 
9186     wxHtmlHelpController 
*arg1 
= (wxHtmlHelpController 
*) 0 ; 
9187     wxConfigBase 
*arg2 
= (wxConfigBase 
*) 0 ; 
9188     wxString 
const &arg3_defvalue 
= wxPyEmptyString 
; 
9189     wxString 
*arg3 
= (wxString 
*) &arg3_defvalue 
; 
9190     bool temp3 
= False 
; 
9191     PyObject 
* obj0 
= 0 ; 
9192     PyObject 
* obj1 
= 0 ; 
9193     PyObject 
* obj2 
= 0 ; 
9195         (char *) "self",(char *) "config",(char *) "rootpath", NULL 
 
9198     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:HtmlHelpController_UseConfig",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
; 
9199     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpController
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
9200     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxConfigBase
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
9203             arg3 
= wxString_in_helper(obj2
); 
9204             if (arg3 
== NULL
) SWIG_fail
; 
9209         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9210         (arg1
)->UseConfig(arg2
,(wxString 
const &)*arg3
); 
9212         wxPyEndAllowThreads(__tstate
); 
9213         if (PyErr_Occurred()) SWIG_fail
; 
9215     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
9230 static PyObject 
*_wrap_HtmlHelpController_ReadCustomization(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9231     PyObject 
*resultobj
; 
9232     wxHtmlHelpController 
*arg1 
= (wxHtmlHelpController 
*) 0 ; 
9233     wxConfigBase 
*arg2 
= (wxConfigBase 
*) 0 ; 
9234     wxString arg3 
= (wxString
) wxPyEmptyString 
; 
9235     PyObject 
* obj0 
= 0 ; 
9236     PyObject 
* obj1 
= 0 ; 
9237     PyObject 
* obj2 
= 0 ; 
9239         (char *) "self",(char *) "cfg",(char *) "path", NULL 
 
9242     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:HtmlHelpController_ReadCustomization",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
; 
9243     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpController
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
9244     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxConfigBase
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
9247             wxString
* sptr 
= wxString_in_helper(obj2
); 
9248             if (sptr 
== NULL
) SWIG_fail
; 
9254         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9255         (arg1
)->ReadCustomization(arg2
,arg3
); 
9257         wxPyEndAllowThreads(__tstate
); 
9258         if (PyErr_Occurred()) SWIG_fail
; 
9260     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
9267 static PyObject 
*_wrap_HtmlHelpController_WriteCustomization(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9268     PyObject 
*resultobj
; 
9269     wxHtmlHelpController 
*arg1 
= (wxHtmlHelpController 
*) 0 ; 
9270     wxConfigBase 
*arg2 
= (wxConfigBase 
*) 0 ; 
9271     wxString arg3 
= (wxString
) wxPyEmptyString 
; 
9272     PyObject 
* obj0 
= 0 ; 
9273     PyObject 
* obj1 
= 0 ; 
9274     PyObject 
* obj2 
= 0 ; 
9276         (char *) "self",(char *) "cfg",(char *) "path", NULL 
 
9279     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:HtmlHelpController_WriteCustomization",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
; 
9280     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpController
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
9281     if ((SWIG_ConvertPtr(obj1
,(void **) &arg2
, SWIGTYPE_p_wxConfigBase
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
9284             wxString
* sptr 
= wxString_in_helper(obj2
); 
9285             if (sptr 
== NULL
) SWIG_fail
; 
9291         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9292         (arg1
)->WriteCustomization(arg2
,arg3
); 
9294         wxPyEndAllowThreads(__tstate
); 
9295         if (PyErr_Occurred()) SWIG_fail
; 
9297     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
9304 static PyObject 
*_wrap_HtmlHelpController_GetFrame(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9305     PyObject 
*resultobj
; 
9306     wxHtmlHelpController 
*arg1 
= (wxHtmlHelpController 
*) 0 ; 
9307     wxHtmlHelpFrame 
*result
; 
9308     PyObject 
* obj0 
= 0 ; 
9310         (char *) "self", NULL 
 
9313     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HtmlHelpController_GetFrame",kwnames
,&obj0
)) goto fail
; 
9314     if ((SWIG_ConvertPtr(obj0
,(void **) &arg1
, SWIGTYPE_p_wxHtmlHelpController
,SWIG_POINTER_EXCEPTION 
| 0 )) == -1) SWIG_fail
; 
9316         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9317         result 
= (wxHtmlHelpFrame 
*)(arg1
)->GetFrame(); 
9319         wxPyEndAllowThreads(__tstate
); 
9320         if (PyErr_Occurred()) SWIG_fail
; 
9322     resultobj 
= SWIG_NewPointerObj((void *) result
, SWIGTYPE_p_wxHtmlHelpFrame
, 0); 
9329 static PyObject 
* HtmlHelpController_swigregister(PyObject 
*self
, PyObject 
*args
) { 
9331     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
9332     SWIG_TypeClientData(SWIGTYPE_p_wxHtmlHelpController
, obj
); 
9334     return Py_BuildValue((char *)""); 
9336 static PyMethodDef SwigMethods
[] = { 
9337          { (char *)"new_HtmlLinkInfo", (PyCFunction
) _wrap_new_HtmlLinkInfo
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9338          { (char *)"HtmlLinkInfo_GetHref", (PyCFunction
) _wrap_HtmlLinkInfo_GetHref
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9339          { (char *)"HtmlLinkInfo_GetTarget", (PyCFunction
) _wrap_HtmlLinkInfo_GetTarget
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9340          { (char *)"HtmlLinkInfo_GetEvent", (PyCFunction
) _wrap_HtmlLinkInfo_GetEvent
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9341          { (char *)"HtmlLinkInfo_GetHtmlCell", (PyCFunction
) _wrap_HtmlLinkInfo_GetHtmlCell
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9342          { (char *)"HtmlLinkInfo_SetEvent", (PyCFunction
) _wrap_HtmlLinkInfo_SetEvent
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9343          { (char *)"HtmlLinkInfo_SetHtmlCell", (PyCFunction
) _wrap_HtmlLinkInfo_SetHtmlCell
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9344          { (char *)"HtmlLinkInfo_swigregister", HtmlLinkInfo_swigregister
, METH_VARARGS 
}, 
9345          { (char *)"HtmlTag_GetName", (PyCFunction
) _wrap_HtmlTag_GetName
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9346          { (char *)"HtmlTag_HasParam", (PyCFunction
) _wrap_HtmlTag_HasParam
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9347          { (char *)"HtmlTag_GetParam", (PyCFunction
) _wrap_HtmlTag_GetParam
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9348          { (char *)"HtmlTag_GetAllParams", (PyCFunction
) _wrap_HtmlTag_GetAllParams
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9349          { (char *)"HtmlTag_HasEnding", (PyCFunction
) _wrap_HtmlTag_HasEnding
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9350          { (char *)"HtmlTag_GetBeginPos", (PyCFunction
) _wrap_HtmlTag_GetBeginPos
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9351          { (char *)"HtmlTag_GetEndPos1", (PyCFunction
) _wrap_HtmlTag_GetEndPos1
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9352          { (char *)"HtmlTag_GetEndPos2", (PyCFunction
) _wrap_HtmlTag_GetEndPos2
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9353          { (char *)"HtmlTag_swigregister", HtmlTag_swigregister
, METH_VARARGS 
}, 
9354          { (char *)"HtmlParser_SetFS", (PyCFunction
) _wrap_HtmlParser_SetFS
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9355          { (char *)"HtmlParser_GetFS", (PyCFunction
) _wrap_HtmlParser_GetFS
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9356          { (char *)"HtmlParser_Parse", (PyCFunction
) _wrap_HtmlParser_Parse
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9357          { (char *)"HtmlParser_InitParser", (PyCFunction
) _wrap_HtmlParser_InitParser
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9358          { (char *)"HtmlParser_DoneParser", (PyCFunction
) _wrap_HtmlParser_DoneParser
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9359          { (char *)"HtmlParser_DoParsing", (PyCFunction
) _wrap_HtmlParser_DoParsing
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9360          { (char *)"HtmlParser_StopParsing", (PyCFunction
) _wrap_HtmlParser_StopParsing
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9361          { (char *)"HtmlParser_AddTagHandler", (PyCFunction
) _wrap_HtmlParser_AddTagHandler
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9362          { (char *)"HtmlParser_GetSource", (PyCFunction
) _wrap_HtmlParser_GetSource
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9363          { (char *)"HtmlParser_PushTagHandler", (PyCFunction
) _wrap_HtmlParser_PushTagHandler
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9364          { (char *)"HtmlParser_PopTagHandler", (PyCFunction
) _wrap_HtmlParser_PopTagHandler
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9365          { (char *)"HtmlParser_swigregister", HtmlParser_swigregister
, METH_VARARGS 
}, 
9366          { (char *)"new_HtmlWinParser", (PyCFunction
) _wrap_new_HtmlWinParser
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9367          { (char *)"HtmlWinParser_SetDC", (PyCFunction
) _wrap_HtmlWinParser_SetDC
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9368          { (char *)"HtmlWinParser_GetDC", (PyCFunction
) _wrap_HtmlWinParser_GetDC
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9369          { (char *)"HtmlWinParser_GetCharHeight", (PyCFunction
) _wrap_HtmlWinParser_GetCharHeight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9370          { (char *)"HtmlWinParser_GetCharWidth", (PyCFunction
) _wrap_HtmlWinParser_GetCharWidth
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9371          { (char *)"HtmlWinParser_GetWindow", (PyCFunction
) _wrap_HtmlWinParser_GetWindow
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9372          { (char *)"HtmlWinParser_SetFonts", (PyCFunction
) _wrap_HtmlWinParser_SetFonts
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9373          { (char *)"HtmlWinParser_GetContainer", (PyCFunction
) _wrap_HtmlWinParser_GetContainer
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9374          { (char *)"HtmlWinParser_OpenContainer", (PyCFunction
) _wrap_HtmlWinParser_OpenContainer
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9375          { (char *)"HtmlWinParser_SetContainer", (PyCFunction
) _wrap_HtmlWinParser_SetContainer
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9376          { (char *)"HtmlWinParser_CloseContainer", (PyCFunction
) _wrap_HtmlWinParser_CloseContainer
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9377          { (char *)"HtmlWinParser_GetFontSize", (PyCFunction
) _wrap_HtmlWinParser_GetFontSize
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9378          { (char *)"HtmlWinParser_SetFontSize", (PyCFunction
) _wrap_HtmlWinParser_SetFontSize
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9379          { (char *)"HtmlWinParser_GetFontBold", (PyCFunction
) _wrap_HtmlWinParser_GetFontBold
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9380          { (char *)"HtmlWinParser_SetFontBold", (PyCFunction
) _wrap_HtmlWinParser_SetFontBold
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9381          { (char *)"HtmlWinParser_GetFontItalic", (PyCFunction
) _wrap_HtmlWinParser_GetFontItalic
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9382          { (char *)"HtmlWinParser_SetFontItalic", (PyCFunction
) _wrap_HtmlWinParser_SetFontItalic
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9383          { (char *)"HtmlWinParser_GetFontUnderlined", (PyCFunction
) _wrap_HtmlWinParser_GetFontUnderlined
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9384          { (char *)"HtmlWinParser_SetFontUnderlined", (PyCFunction
) _wrap_HtmlWinParser_SetFontUnderlined
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9385          { (char *)"HtmlWinParser_GetFontFixed", (PyCFunction
) _wrap_HtmlWinParser_GetFontFixed
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9386          { (char *)"HtmlWinParser_SetFontFixed", (PyCFunction
) _wrap_HtmlWinParser_SetFontFixed
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9387          { (char *)"HtmlWinParser_GetAlign", (PyCFunction
) _wrap_HtmlWinParser_GetAlign
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9388          { (char *)"HtmlWinParser_SetAlign", (PyCFunction
) _wrap_HtmlWinParser_SetAlign
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9389          { (char *)"HtmlWinParser_GetLinkColor", (PyCFunction
) _wrap_HtmlWinParser_GetLinkColor
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9390          { (char *)"HtmlWinParser_SetLinkColor", (PyCFunction
) _wrap_HtmlWinParser_SetLinkColor
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9391          { (char *)"HtmlWinParser_GetActualColor", (PyCFunction
) _wrap_HtmlWinParser_GetActualColor
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9392          { (char *)"HtmlWinParser_SetActualColor", (PyCFunction
) _wrap_HtmlWinParser_SetActualColor
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9393          { (char *)"HtmlWinParser_SetLink", (PyCFunction
) _wrap_HtmlWinParser_SetLink
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9394          { (char *)"HtmlWinParser_CreateCurrentFont", (PyCFunction
) _wrap_HtmlWinParser_CreateCurrentFont
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9395          { (char *)"HtmlWinParser_GetLink", (PyCFunction
) _wrap_HtmlWinParser_GetLink
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9396          { (char *)"HtmlWinParser_swigregister", HtmlWinParser_swigregister
, METH_VARARGS 
}, 
9397          { (char *)"new_HtmlTagHandler", (PyCFunction
) _wrap_new_HtmlTagHandler
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9398          { (char *)"HtmlTagHandler__setCallbackInfo", (PyCFunction
) _wrap_HtmlTagHandler__setCallbackInfo
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9399          { (char *)"HtmlTagHandler_SetParser", (PyCFunction
) _wrap_HtmlTagHandler_SetParser
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9400          { (char *)"HtmlTagHandler_GetParser", (PyCFunction
) _wrap_HtmlTagHandler_GetParser
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9401          { (char *)"HtmlTagHandler_ParseInner", (PyCFunction
) _wrap_HtmlTagHandler_ParseInner
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9402          { (char *)"HtmlTagHandler_swigregister", HtmlTagHandler_swigregister
, METH_VARARGS 
}, 
9403          { (char *)"new_HtmlWinTagHandler", (PyCFunction
) _wrap_new_HtmlWinTagHandler
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9404          { (char *)"HtmlWinTagHandler__setCallbackInfo", (PyCFunction
) _wrap_HtmlWinTagHandler__setCallbackInfo
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9405          { (char *)"HtmlWinTagHandler_SetParser", (PyCFunction
) _wrap_HtmlWinTagHandler_SetParser
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9406          { (char *)"HtmlWinTagHandler_GetParser", (PyCFunction
) _wrap_HtmlWinTagHandler_GetParser
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9407          { (char *)"HtmlWinTagHandler_ParseInner", (PyCFunction
) _wrap_HtmlWinTagHandler_ParseInner
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9408          { (char *)"HtmlWinTagHandler_swigregister", HtmlWinTagHandler_swigregister
, METH_VARARGS 
}, 
9409          { (char *)"HtmlWinParser_AddTagHandler", (PyCFunction
) _wrap_HtmlWinParser_AddTagHandler
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9410          { (char *)"new_HtmlSelection", (PyCFunction
) _wrap_new_HtmlSelection
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9411          { (char *)"delete_HtmlSelection", (PyCFunction
) _wrap_delete_HtmlSelection
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9412          { (char *)"HtmlSelection_Set", (PyCFunction
) _wrap_HtmlSelection_Set
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9413          { (char *)"HtmlSelection_SetCells", (PyCFunction
) _wrap_HtmlSelection_SetCells
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9414          { (char *)"HtmlSelection_GetFromCell", (PyCFunction
) _wrap_HtmlSelection_GetFromCell
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9415          { (char *)"HtmlSelection_GetToCell", (PyCFunction
) _wrap_HtmlSelection_GetToCell
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9416          { (char *)"HtmlSelection_GetFromPos", (PyCFunction
) _wrap_HtmlSelection_GetFromPos
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9417          { (char *)"HtmlSelection_GetToPos", (PyCFunction
) _wrap_HtmlSelection_GetToPos
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9418          { (char *)"HtmlSelection_GetFromPrivPos", (PyCFunction
) _wrap_HtmlSelection_GetFromPrivPos
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9419          { (char *)"HtmlSelection_GetToPrivPos", (PyCFunction
) _wrap_HtmlSelection_GetToPrivPos
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9420          { (char *)"HtmlSelection_SetFromPrivPos", (PyCFunction
) _wrap_HtmlSelection_SetFromPrivPos
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9421          { (char *)"HtmlSelection_SetToPrivPos", (PyCFunction
) _wrap_HtmlSelection_SetToPrivPos
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9422          { (char *)"HtmlSelection_ClearPrivPos", (PyCFunction
) _wrap_HtmlSelection_ClearPrivPos
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9423          { (char *)"HtmlSelection_IsEmpty", (PyCFunction
) _wrap_HtmlSelection_IsEmpty
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9424          { (char *)"HtmlSelection_swigregister", HtmlSelection_swigregister
, METH_VARARGS 
}, 
9425          { (char *)"new_HtmlRenderingState", (PyCFunction
) _wrap_new_HtmlRenderingState
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9426          { (char *)"delete_HtmlRenderingState", (PyCFunction
) _wrap_delete_HtmlRenderingState
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9427          { (char *)"HtmlRenderingState_SetSelectionState", (PyCFunction
) _wrap_HtmlRenderingState_SetSelectionState
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9428          { (char *)"HtmlRenderingState_GetSelectionState", (PyCFunction
) _wrap_HtmlRenderingState_GetSelectionState
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9429          { (char *)"HtmlRenderingState_SetFgColour", (PyCFunction
) _wrap_HtmlRenderingState_SetFgColour
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9430          { (char *)"HtmlRenderingState_GetFgColour", (PyCFunction
) _wrap_HtmlRenderingState_GetFgColour
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9431          { (char *)"HtmlRenderingState_SetBgColour", (PyCFunction
) _wrap_HtmlRenderingState_SetBgColour
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9432          { (char *)"HtmlRenderingState_GetBgColour", (PyCFunction
) _wrap_HtmlRenderingState_GetBgColour
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9433          { (char *)"HtmlRenderingState_swigregister", HtmlRenderingState_swigregister
, METH_VARARGS 
}, 
9434          { (char *)"HtmlRenderingStyle_GetSelectedTextColour", (PyCFunction
) _wrap_HtmlRenderingStyle_GetSelectedTextColour
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9435          { (char *)"HtmlRenderingStyle_GetSelectedTextBgColour", (PyCFunction
) _wrap_HtmlRenderingStyle_GetSelectedTextBgColour
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9436          { (char *)"HtmlRenderingStyle_swigregister", HtmlRenderingStyle_swigregister
, METH_VARARGS 
}, 
9437          { (char *)"DefaultHtmlRenderingStyle_GetSelectedTextColour", (PyCFunction
) _wrap_DefaultHtmlRenderingStyle_GetSelectedTextColour
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9438          { (char *)"DefaultHtmlRenderingStyle_GetSelectedTextBgColour", (PyCFunction
) _wrap_DefaultHtmlRenderingStyle_GetSelectedTextBgColour
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9439          { (char *)"DefaultHtmlRenderingStyle_swigregister", DefaultHtmlRenderingStyle_swigregister
, METH_VARARGS 
}, 
9440          { (char *)"new_HtmlRenderingInfo", (PyCFunction
) _wrap_new_HtmlRenderingInfo
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9441          { (char *)"delete_HtmlRenderingInfo", (PyCFunction
) _wrap_delete_HtmlRenderingInfo
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9442          { (char *)"HtmlRenderingInfo_SetSelection", (PyCFunction
) _wrap_HtmlRenderingInfo_SetSelection
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9443          { (char *)"HtmlRenderingInfo_GetSelection", (PyCFunction
) _wrap_HtmlRenderingInfo_GetSelection
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9444          { (char *)"HtmlRenderingInfo_SetStyle", (PyCFunction
) _wrap_HtmlRenderingInfo_SetStyle
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9445          { (char *)"HtmlRenderingInfo_GetStyle", (PyCFunction
) _wrap_HtmlRenderingInfo_GetStyle
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9446          { (char *)"HtmlRenderingInfo_GetState", (PyCFunction
) _wrap_HtmlRenderingInfo_GetState
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9447          { (char *)"HtmlRenderingInfo_swigregister", HtmlRenderingInfo_swigregister
, METH_VARARGS 
}, 
9448          { (char *)"new_HtmlCell", (PyCFunction
) _wrap_new_HtmlCell
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9449          { (char *)"HtmlCell_GetPosX", (PyCFunction
) _wrap_HtmlCell_GetPosX
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9450          { (char *)"HtmlCell_GetPosY", (PyCFunction
) _wrap_HtmlCell_GetPosY
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9451          { (char *)"HtmlCell_GetWidth", (PyCFunction
) _wrap_HtmlCell_GetWidth
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9452          { (char *)"HtmlCell_GetHeight", (PyCFunction
) _wrap_HtmlCell_GetHeight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9453          { (char *)"HtmlCell_GetDescent", (PyCFunction
) _wrap_HtmlCell_GetDescent
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9454          { (char *)"HtmlCell_GetLink", (PyCFunction
) _wrap_HtmlCell_GetLink
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9455          { (char *)"HtmlCell_GetNext", (PyCFunction
) _wrap_HtmlCell_GetNext
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9456          { (char *)"HtmlCell_GetParent", (PyCFunction
) _wrap_HtmlCell_GetParent
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9457          { (char *)"HtmlCell_GetFirstChild", (PyCFunction
) _wrap_HtmlCell_GetFirstChild
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9458          { (char *)"HtmlCell_GetCursor", (PyCFunction
) _wrap_HtmlCell_GetCursor
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9459          { (char *)"HtmlCell_IsFormattingCell", (PyCFunction
) _wrap_HtmlCell_IsFormattingCell
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9460          { (char *)"HtmlCell_SetLink", (PyCFunction
) _wrap_HtmlCell_SetLink
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9461          { (char *)"HtmlCell_SetNext", (PyCFunction
) _wrap_HtmlCell_SetNext
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9462          { (char *)"HtmlCell_SetParent", (PyCFunction
) _wrap_HtmlCell_SetParent
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9463          { (char *)"HtmlCell_SetPos", (PyCFunction
) _wrap_HtmlCell_SetPos
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9464          { (char *)"HtmlCell_Layout", (PyCFunction
) _wrap_HtmlCell_Layout
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9465          { (char *)"HtmlCell_Draw", (PyCFunction
) _wrap_HtmlCell_Draw
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9466          { (char *)"HtmlCell_DrawInvisible", (PyCFunction
) _wrap_HtmlCell_DrawInvisible
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9467          { (char *)"HtmlCell_Find", (PyCFunction
) _wrap_HtmlCell_Find
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9468          { (char *)"HtmlCell_AdjustPagebreak", (PyCFunction
) _wrap_HtmlCell_AdjustPagebreak
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9469          { (char *)"HtmlCell_SetCanLiveOnPagebreak", (PyCFunction
) _wrap_HtmlCell_SetCanLiveOnPagebreak
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9470          { (char *)"HtmlCell_IsLinebreakAllowed", (PyCFunction
) _wrap_HtmlCell_IsLinebreakAllowed
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9471          { (char *)"HtmlCell_IsTerminalCell", (PyCFunction
) _wrap_HtmlCell_IsTerminalCell
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9472          { (char *)"HtmlCell_FindCellByPos", (PyCFunction
) _wrap_HtmlCell_FindCellByPos
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9473          { (char *)"HtmlCell_GetAbsPos", (PyCFunction
) _wrap_HtmlCell_GetAbsPos
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9474          { (char *)"HtmlCell_GetFirstTerminal", (PyCFunction
) _wrap_HtmlCell_GetFirstTerminal
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9475          { (char *)"HtmlCell_GetLastTerminal", (PyCFunction
) _wrap_HtmlCell_GetLastTerminal
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9476          { (char *)"HtmlCell_GetDepth", (PyCFunction
) _wrap_HtmlCell_GetDepth
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9477          { (char *)"HtmlCell_IsBefore", (PyCFunction
) _wrap_HtmlCell_IsBefore
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9478          { (char *)"HtmlCell_ConvertToText", (PyCFunction
) _wrap_HtmlCell_ConvertToText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9479          { (char *)"HtmlCell_swigregister", HtmlCell_swigregister
, METH_VARARGS 
}, 
9480          { (char *)"new_HtmlWordCell", (PyCFunction
) _wrap_new_HtmlWordCell
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9481          { (char *)"HtmlWordCell_swigregister", HtmlWordCell_swigregister
, METH_VARARGS 
}, 
9482          { (char *)"new_HtmlContainerCell", (PyCFunction
) _wrap_new_HtmlContainerCell
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9483          { (char *)"HtmlContainerCell_InsertCell", (PyCFunction
) _wrap_HtmlContainerCell_InsertCell
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9484          { (char *)"HtmlContainerCell_SetAlignHor", (PyCFunction
) _wrap_HtmlContainerCell_SetAlignHor
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9485          { (char *)"HtmlContainerCell_GetAlignHor", (PyCFunction
) _wrap_HtmlContainerCell_GetAlignHor
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9486          { (char *)"HtmlContainerCell_SetAlignVer", (PyCFunction
) _wrap_HtmlContainerCell_SetAlignVer
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9487          { (char *)"HtmlContainerCell_GetAlignVer", (PyCFunction
) _wrap_HtmlContainerCell_GetAlignVer
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9488          { (char *)"HtmlContainerCell_SetIndent", (PyCFunction
) _wrap_HtmlContainerCell_SetIndent
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9489          { (char *)"HtmlContainerCell_GetIndent", (PyCFunction
) _wrap_HtmlContainerCell_GetIndent
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9490          { (char *)"HtmlContainerCell_GetIndentUnits", (PyCFunction
) _wrap_HtmlContainerCell_GetIndentUnits
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9491          { (char *)"HtmlContainerCell_SetAlign", (PyCFunction
) _wrap_HtmlContainerCell_SetAlign
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9492          { (char *)"HtmlContainerCell_SetWidthFloat", (PyCFunction
) _wrap_HtmlContainerCell_SetWidthFloat
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9493          { (char *)"HtmlContainerCell_SetWidthFloatFromTag", (PyCFunction
) _wrap_HtmlContainerCell_SetWidthFloatFromTag
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9494          { (char *)"HtmlContainerCell_SetMinHeight", (PyCFunction
) _wrap_HtmlContainerCell_SetMinHeight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9495          { (char *)"HtmlContainerCell_SetBackgroundColour", (PyCFunction
) _wrap_HtmlContainerCell_SetBackgroundColour
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9496          { (char *)"HtmlContainerCell_GetBackgroundColour", (PyCFunction
) _wrap_HtmlContainerCell_GetBackgroundColour
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9497          { (char *)"HtmlContainerCell_SetBorder", (PyCFunction
) _wrap_HtmlContainerCell_SetBorder
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9498          { (char *)"HtmlContainerCell_GetFirstChild", (PyCFunction
) _wrap_HtmlContainerCell_GetFirstChild
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9499          { (char *)"HtmlContainerCell_swigregister", HtmlContainerCell_swigregister
, METH_VARARGS 
}, 
9500          { (char *)"new_HtmlColourCell", (PyCFunction
) _wrap_new_HtmlColourCell
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9501          { (char *)"HtmlColourCell_swigregister", HtmlColourCell_swigregister
, METH_VARARGS 
}, 
9502          { (char *)"new_HtmlFontCell", (PyCFunction
) _wrap_new_HtmlFontCell
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9503          { (char *)"HtmlFontCell_swigregister", HtmlFontCell_swigregister
, METH_VARARGS 
}, 
9504          { (char *)"new_HtmlWidgetCell", (PyCFunction
) _wrap_new_HtmlWidgetCell
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9505          { (char *)"HtmlWidgetCell_swigregister", HtmlWidgetCell_swigregister
, METH_VARARGS 
}, 
9506          { (char *)"new_HtmlFilter", (PyCFunction
) _wrap_new_HtmlFilter
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9507          { (char *)"HtmlFilter__setCallbackInfo", (PyCFunction
) _wrap_HtmlFilter__setCallbackInfo
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9508          { (char *)"HtmlFilter_swigregister", HtmlFilter_swigregister
, METH_VARARGS 
}, 
9509          { (char *)"new_HtmlWindow", (PyCFunction
) _wrap_new_HtmlWindow
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9510          { (char *)"new_PreHtmlWindow", (PyCFunction
) _wrap_new_PreHtmlWindow
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9511          { (char *)"HtmlWindow_Create", (PyCFunction
) _wrap_HtmlWindow_Create
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9512          { (char *)"HtmlWindow__setCallbackInfo", (PyCFunction
) _wrap_HtmlWindow__setCallbackInfo
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9513          { (char *)"HtmlWindow_SetPage", (PyCFunction
) _wrap_HtmlWindow_SetPage
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9514          { (char *)"HtmlWindow_LoadPage", (PyCFunction
) _wrap_HtmlWindow_LoadPage
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9515          { (char *)"HtmlWindow_LoadFile", (PyCFunction
) _wrap_HtmlWindow_LoadFile
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9516          { (char *)"HtmlWindow_AppendToPage", (PyCFunction
) _wrap_HtmlWindow_AppendToPage
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9517          { (char *)"HtmlWindow_GetOpenedPage", (PyCFunction
) _wrap_HtmlWindow_GetOpenedPage
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9518          { (char *)"HtmlWindow_GetOpenedAnchor", (PyCFunction
) _wrap_HtmlWindow_GetOpenedAnchor
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9519          { (char *)"HtmlWindow_GetOpenedPageTitle", (PyCFunction
) _wrap_HtmlWindow_GetOpenedPageTitle
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9520          { (char *)"HtmlWindow_SetRelatedFrame", (PyCFunction
) _wrap_HtmlWindow_SetRelatedFrame
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9521          { (char *)"HtmlWindow_GetRelatedFrame", (PyCFunction
) _wrap_HtmlWindow_GetRelatedFrame
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9522          { (char *)"HtmlWindow_SetRelatedStatusBar", (PyCFunction
) _wrap_HtmlWindow_SetRelatedStatusBar
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9523          { (char *)"HtmlWindow_SetFonts", (PyCFunction
) _wrap_HtmlWindow_SetFonts
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9524          { (char *)"HtmlWindow_SetTitle", (PyCFunction
) _wrap_HtmlWindow_SetTitle
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9525          { (char *)"HtmlWindow_SetBorders", (PyCFunction
) _wrap_HtmlWindow_SetBorders
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9526          { (char *)"HtmlWindow_ReadCustomization", (PyCFunction
) _wrap_HtmlWindow_ReadCustomization
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9527          { (char *)"HtmlWindow_WriteCustomization", (PyCFunction
) _wrap_HtmlWindow_WriteCustomization
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9528          { (char *)"HtmlWindow_HistoryBack", (PyCFunction
) _wrap_HtmlWindow_HistoryBack
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9529          { (char *)"HtmlWindow_HistoryForward", (PyCFunction
) _wrap_HtmlWindow_HistoryForward
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9530          { (char *)"HtmlWindow_HistoryCanBack", (PyCFunction
) _wrap_HtmlWindow_HistoryCanBack
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9531          { (char *)"HtmlWindow_HistoryCanForward", (PyCFunction
) _wrap_HtmlWindow_HistoryCanForward
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9532          { (char *)"HtmlWindow_HistoryClear", (PyCFunction
) _wrap_HtmlWindow_HistoryClear
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9533          { (char *)"HtmlWindow_GetInternalRepresentation", (PyCFunction
) _wrap_HtmlWindow_GetInternalRepresentation
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9534          { (char *)"HtmlWindow_GetParser", (PyCFunction
) _wrap_HtmlWindow_GetParser
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9535          { (char *)"HtmlWindow_ScrollToAnchor", (PyCFunction
) _wrap_HtmlWindow_ScrollToAnchor
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9536          { (char *)"HtmlWindow_HasAnchor", (PyCFunction
) _wrap_HtmlWindow_HasAnchor
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9537          { (char *)"HtmlWindow_AddFilter", (PyCFunction
) _wrap_HtmlWindow_AddFilter
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9538          { (char *)"HtmlWindow_base_OnLinkClicked", (PyCFunction
) _wrap_HtmlWindow_base_OnLinkClicked
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9539          { (char *)"HtmlWindow_base_OnSetTitle", (PyCFunction
) _wrap_HtmlWindow_base_OnSetTitle
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9540          { (char *)"HtmlWindow_base_OnCellMouseHover", (PyCFunction
) _wrap_HtmlWindow_base_OnCellMouseHover
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9541          { (char *)"HtmlWindow_base_OnCellClicked", (PyCFunction
) _wrap_HtmlWindow_base_OnCellClicked
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9542          { (char *)"HtmlWindow_swigregister", HtmlWindow_swigregister
, METH_VARARGS 
}, 
9543          { (char *)"new_HtmlDCRenderer", (PyCFunction
) _wrap_new_HtmlDCRenderer
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9544          { (char *)"delete_HtmlDCRenderer", (PyCFunction
) _wrap_delete_HtmlDCRenderer
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9545          { (char *)"HtmlDCRenderer_SetDC", (PyCFunction
) _wrap_HtmlDCRenderer_SetDC
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9546          { (char *)"HtmlDCRenderer_SetSize", (PyCFunction
) _wrap_HtmlDCRenderer_SetSize
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9547          { (char *)"HtmlDCRenderer_SetHtmlText", (PyCFunction
) _wrap_HtmlDCRenderer_SetHtmlText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9548          { (char *)"HtmlDCRenderer_SetFonts", (PyCFunction
) _wrap_HtmlDCRenderer_SetFonts
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9549          { (char *)"HtmlDCRenderer_Render", (PyCFunction
) _wrap_HtmlDCRenderer_Render
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9550          { (char *)"HtmlDCRenderer_GetTotalHeight", (PyCFunction
) _wrap_HtmlDCRenderer_GetTotalHeight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9551          { (char *)"HtmlDCRenderer_swigregister", HtmlDCRenderer_swigregister
, METH_VARARGS 
}, 
9552          { (char *)"new_HtmlPrintout", (PyCFunction
) _wrap_new_HtmlPrintout
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9553          { (char *)"HtmlPrintout_SetHtmlText", (PyCFunction
) _wrap_HtmlPrintout_SetHtmlText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9554          { (char *)"HtmlPrintout_SetHtmlFile", (PyCFunction
) _wrap_HtmlPrintout_SetHtmlFile
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9555          { (char *)"HtmlPrintout_SetHeader", (PyCFunction
) _wrap_HtmlPrintout_SetHeader
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9556          { (char *)"HtmlPrintout_SetFooter", (PyCFunction
) _wrap_HtmlPrintout_SetFooter
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9557          { (char *)"HtmlPrintout_SetFonts", (PyCFunction
) _wrap_HtmlPrintout_SetFonts
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9558          { (char *)"HtmlPrintout_SetMargins", (PyCFunction
) _wrap_HtmlPrintout_SetMargins
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9559          { (char *)"HtmlPrintout_AddFilter", (PyCFunction
) _wrap_HtmlPrintout_AddFilter
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9560          { (char *)"HtmlPrintout_CleanUpStatics", (PyCFunction
) _wrap_HtmlPrintout_CleanUpStatics
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9561          { (char *)"HtmlPrintout_swigregister", HtmlPrintout_swigregister
, METH_VARARGS 
}, 
9562          { (char *)"new_HtmlEasyPrinting", (PyCFunction
) _wrap_new_HtmlEasyPrinting
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9563          { (char *)"delete_HtmlEasyPrinting", (PyCFunction
) _wrap_delete_HtmlEasyPrinting
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9564          { (char *)"HtmlEasyPrinting_PreviewFile", (PyCFunction
) _wrap_HtmlEasyPrinting_PreviewFile
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9565          { (char *)"HtmlEasyPrinting_PreviewText", (PyCFunction
) _wrap_HtmlEasyPrinting_PreviewText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9566          { (char *)"HtmlEasyPrinting_PrintFile", (PyCFunction
) _wrap_HtmlEasyPrinting_PrintFile
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9567          { (char *)"HtmlEasyPrinting_PrintText", (PyCFunction
) _wrap_HtmlEasyPrinting_PrintText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9568          { (char *)"HtmlEasyPrinting_PrinterSetup", (PyCFunction
) _wrap_HtmlEasyPrinting_PrinterSetup
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9569          { (char *)"HtmlEasyPrinting_PageSetup", (PyCFunction
) _wrap_HtmlEasyPrinting_PageSetup
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9570          { (char *)"HtmlEasyPrinting_SetHeader", (PyCFunction
) _wrap_HtmlEasyPrinting_SetHeader
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9571          { (char *)"HtmlEasyPrinting_SetFooter", (PyCFunction
) _wrap_HtmlEasyPrinting_SetFooter
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9572          { (char *)"HtmlEasyPrinting_SetFonts", (PyCFunction
) _wrap_HtmlEasyPrinting_SetFonts
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9573          { (char *)"HtmlEasyPrinting_GetPrintData", (PyCFunction
) _wrap_HtmlEasyPrinting_GetPrintData
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9574          { (char *)"HtmlEasyPrinting_GetPageSetupData", (PyCFunction
) _wrap_HtmlEasyPrinting_GetPageSetupData
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9575          { (char *)"HtmlEasyPrinting_swigregister", HtmlEasyPrinting_swigregister
, METH_VARARGS 
}, 
9576          { (char *)"new_HtmlBookRecord", (PyCFunction
) _wrap_new_HtmlBookRecord
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9577          { (char *)"HtmlBookRecord_GetBookFile", (PyCFunction
) _wrap_HtmlBookRecord_GetBookFile
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9578          { (char *)"HtmlBookRecord_GetTitle", (PyCFunction
) _wrap_HtmlBookRecord_GetTitle
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9579          { (char *)"HtmlBookRecord_GetStart", (PyCFunction
) _wrap_HtmlBookRecord_GetStart
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9580          { (char *)"HtmlBookRecord_GetBasePath", (PyCFunction
) _wrap_HtmlBookRecord_GetBasePath
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9581          { (char *)"HtmlBookRecord_SetContentsRange", (PyCFunction
) _wrap_HtmlBookRecord_SetContentsRange
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9582          { (char *)"HtmlBookRecord_GetContentsStart", (PyCFunction
) _wrap_HtmlBookRecord_GetContentsStart
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9583          { (char *)"HtmlBookRecord_GetContentsEnd", (PyCFunction
) _wrap_HtmlBookRecord_GetContentsEnd
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9584          { (char *)"HtmlBookRecord_SetTitle", (PyCFunction
) _wrap_HtmlBookRecord_SetTitle
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9585          { (char *)"HtmlBookRecord_SetBasePath", (PyCFunction
) _wrap_HtmlBookRecord_SetBasePath
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9586          { (char *)"HtmlBookRecord_SetStart", (PyCFunction
) _wrap_HtmlBookRecord_SetStart
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9587          { (char *)"HtmlBookRecord_GetFullPath", (PyCFunction
) _wrap_HtmlBookRecord_GetFullPath
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9588          { (char *)"HtmlBookRecord_swigregister", HtmlBookRecord_swigregister
, METH_VARARGS 
}, 
9589          { (char *)"HtmlContentsItem_GetLevel", (PyCFunction
) _wrap_HtmlContentsItem_GetLevel
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9590          { (char *)"HtmlContentsItem_GetID", (PyCFunction
) _wrap_HtmlContentsItem_GetID
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9591          { (char *)"HtmlContentsItem_GetName", (PyCFunction
) _wrap_HtmlContentsItem_GetName
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9592          { (char *)"HtmlContentsItem_GetPage", (PyCFunction
) _wrap_HtmlContentsItem_GetPage
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9593          { (char *)"HtmlContentsItem_GetBook", (PyCFunction
) _wrap_HtmlContentsItem_GetBook
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9594          { (char *)"HtmlContentsItem_swigregister", HtmlContentsItem_swigregister
, METH_VARARGS 
}, 
9595          { (char *)"HtmlSearchStatus_Search", (PyCFunction
) _wrap_HtmlSearchStatus_Search
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9596          { (char *)"HtmlSearchStatus_IsActive", (PyCFunction
) _wrap_HtmlSearchStatus_IsActive
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9597          { (char *)"HtmlSearchStatus_GetCurIndex", (PyCFunction
) _wrap_HtmlSearchStatus_GetCurIndex
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9598          { (char *)"HtmlSearchStatus_GetMaxIndex", (PyCFunction
) _wrap_HtmlSearchStatus_GetMaxIndex
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9599          { (char *)"HtmlSearchStatus_GetName", (PyCFunction
) _wrap_HtmlSearchStatus_GetName
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9600          { (char *)"HtmlSearchStatus_GetContentsItem", (PyCFunction
) _wrap_HtmlSearchStatus_GetContentsItem
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9601          { (char *)"HtmlSearchStatus_swigregister", HtmlSearchStatus_swigregister
, METH_VARARGS 
}, 
9602          { (char *)"new_HtmlHelpData", (PyCFunction
) _wrap_new_HtmlHelpData
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9603          { (char *)"delete_HtmlHelpData", (PyCFunction
) _wrap_delete_HtmlHelpData
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9604          { (char *)"HtmlHelpData_SetTempDir", (PyCFunction
) _wrap_HtmlHelpData_SetTempDir
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9605          { (char *)"HtmlHelpData_AddBook", (PyCFunction
) _wrap_HtmlHelpData_AddBook
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9606          { (char *)"HtmlHelpData_FindPageByName", (PyCFunction
) _wrap_HtmlHelpData_FindPageByName
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9607          { (char *)"HtmlHelpData_FindPageById", (PyCFunction
) _wrap_HtmlHelpData_FindPageById
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9608          { (char *)"HtmlHelpData_GetBookRecArray", (PyCFunction
) _wrap_HtmlHelpData_GetBookRecArray
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9609          { (char *)"HtmlHelpData_GetContents", (PyCFunction
) _wrap_HtmlHelpData_GetContents
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9610          { (char *)"HtmlHelpData_GetContentsCnt", (PyCFunction
) _wrap_HtmlHelpData_GetContentsCnt
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9611          { (char *)"HtmlHelpData_GetIndex", (PyCFunction
) _wrap_HtmlHelpData_GetIndex
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9612          { (char *)"HtmlHelpData_GetIndexCnt", (PyCFunction
) _wrap_HtmlHelpData_GetIndexCnt
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9613          { (char *)"HtmlHelpData_swigregister", HtmlHelpData_swigregister
, METH_VARARGS 
}, 
9614          { (char *)"new_HtmlHelpFrame", (PyCFunction
) _wrap_new_HtmlHelpFrame
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9615          { (char *)"HtmlHelpFrame_GetData", (PyCFunction
) _wrap_HtmlHelpFrame_GetData
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9616          { (char *)"HtmlHelpFrame_SetTitleFormat", (PyCFunction
) _wrap_HtmlHelpFrame_SetTitleFormat
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9617          { (char *)"HtmlHelpFrame_Display", (PyCFunction
) _wrap_HtmlHelpFrame_Display
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9618          { (char *)"HtmlHelpFrame_DisplayID", (PyCFunction
) _wrap_HtmlHelpFrame_DisplayID
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9619          { (char *)"HtmlHelpFrame_DisplayContents", (PyCFunction
) _wrap_HtmlHelpFrame_DisplayContents
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9620          { (char *)"HtmlHelpFrame_DisplayIndex", (PyCFunction
) _wrap_HtmlHelpFrame_DisplayIndex
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9621          { (char *)"HtmlHelpFrame_KeywordSearch", (PyCFunction
) _wrap_HtmlHelpFrame_KeywordSearch
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9622          { (char *)"HtmlHelpFrame_UseConfig", (PyCFunction
) _wrap_HtmlHelpFrame_UseConfig
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9623          { (char *)"HtmlHelpFrame_ReadCustomization", (PyCFunction
) _wrap_HtmlHelpFrame_ReadCustomization
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9624          { (char *)"HtmlHelpFrame_WriteCustomization", (PyCFunction
) _wrap_HtmlHelpFrame_WriteCustomization
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9625          { (char *)"HtmlHelpFrame_swigregister", HtmlHelpFrame_swigregister
, METH_VARARGS 
}, 
9626          { (char *)"new_HtmlHelpController", (PyCFunction
) _wrap_new_HtmlHelpController
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9627          { (char *)"delete_HtmlHelpController", (PyCFunction
) _wrap_delete_HtmlHelpController
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9628          { (char *)"HtmlHelpController_SetTitleFormat", (PyCFunction
) _wrap_HtmlHelpController_SetTitleFormat
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9629          { (char *)"HtmlHelpController_SetTempDir", (PyCFunction
) _wrap_HtmlHelpController_SetTempDir
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9630          { (char *)"HtmlHelpController_AddBook", (PyCFunction
) _wrap_HtmlHelpController_AddBook
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9631          { (char *)"HtmlHelpController_Display", (PyCFunction
) _wrap_HtmlHelpController_Display
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9632          { (char *)"HtmlHelpController_DisplayID", (PyCFunction
) _wrap_HtmlHelpController_DisplayID
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9633          { (char *)"HtmlHelpController_DisplayContents", (PyCFunction
) _wrap_HtmlHelpController_DisplayContents
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9634          { (char *)"HtmlHelpController_DisplayIndex", (PyCFunction
) _wrap_HtmlHelpController_DisplayIndex
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9635          { (char *)"HtmlHelpController_KeywordSearch", (PyCFunction
) _wrap_HtmlHelpController_KeywordSearch
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9636          { (char *)"HtmlHelpController_UseConfig", (PyCFunction
) _wrap_HtmlHelpController_UseConfig
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9637          { (char *)"HtmlHelpController_ReadCustomization", (PyCFunction
) _wrap_HtmlHelpController_ReadCustomization
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9638          { (char *)"HtmlHelpController_WriteCustomization", (PyCFunction
) _wrap_HtmlHelpController_WriteCustomization
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9639          { (char *)"HtmlHelpController_GetFrame", (PyCFunction
) _wrap_HtmlHelpController_GetFrame
, METH_VARARGS 
| METH_KEYWORDS 
}, 
9640          { (char *)"HtmlHelpController_swigregister", HtmlHelpController_swigregister
, METH_VARARGS 
}, 
9645 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */ 
9647 static void *_p_wxDefaultHtmlRenderingStyleTo_p_wxHtmlRenderingStyle(void *x
) { 
9648     return (void *)((wxHtmlRenderingStyle 
*)  ((wxDefaultHtmlRenderingStyle 
*) x
)); 
9650 static void *_p_wxHtmlWinParserTo_p_wxHtmlParser(void *x
) { 
9651     return (void *)((wxHtmlParser 
*)  ((wxHtmlWinParser 
*) x
)); 
9653 static void *_p_wxScrolledWindowTo_p_wxPanel(void *x
) { 
9654     return (void *)((wxPanel 
*)  ((wxScrolledWindow 
*) x
)); 
9656 static void *_p_wxPyVScrolledWindowTo_p_wxPanel(void *x
) { 
9657     return (void *)((wxPanel 
*)  ((wxPyVScrolledWindow 
*) x
)); 
9659 static void *_p_wxPyHtmlWindowTo_p_wxPanel(void *x
) { 
9660     return (void *)((wxPanel 
*) (wxScrolledWindow 
*) ((wxPyHtmlWindow 
*) x
)); 
9662 static void *_p_wxPyVListBoxTo_p_wxPanel(void *x
) { 
9663     return (void *)((wxPanel 
*) (wxPyVScrolledWindow 
*) ((wxPyVListBox 
*) x
)); 
9665 static void *_p_wxPyHtmlListBoxTo_p_wxPanel(void *x
) { 
9666     return (void *)((wxPanel 
*) (wxPyVScrolledWindow 
*)(wxPyVListBox 
*) ((wxPyHtmlListBox 
*) x
)); 
9668 static void *_p_wxPyPanelTo_p_wxPanel(void *x
) { 
9669     return (void *)((wxPanel 
*)  ((wxPyPanel 
*) x
)); 
9671 static void *_p_wxPreviewCanvasTo_p_wxPanel(void *x
) { 
9672     return (void *)((wxPanel 
*) (wxScrolledWindow 
*) ((wxPreviewCanvas 
*) x
)); 
9674 static void *_p_wxPreviewControlBarTo_p_wxPanel(void *x
) { 
9675     return (void *)((wxPanel 
*)  ((wxPreviewControlBar 
*) x
)); 
9677 static void *_p_wxPyPreviewControlBarTo_p_wxPanel(void *x
) { 
9678     return (void *)((wxPanel 
*) (wxPreviewControlBar 
*) ((wxPyPreviewControlBar 
*) x
)); 
9680 static void *_p_wxPyHtmlWindowTo_p_wxScrolledWindow(void *x
) { 
9681     return (void *)((wxScrolledWindow 
*)  ((wxPyHtmlWindow 
*) x
)); 
9683 static void *_p_wxPreviewCanvasTo_p_wxScrolledWindow(void *x
) { 
9684     return (void *)((wxScrolledWindow 
*)  ((wxPreviewCanvas 
*) x
)); 
9686 static void *_p_wxSplashScreenTo_p_wxWindow(void *x
) { 
9687     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxFrame 
*) ((wxSplashScreen 
*) x
)); 
9689 static void *_p_wxMiniFrameTo_p_wxWindow(void *x
) { 
9690     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxFrame 
*) ((wxMiniFrame 
*) x
)); 
9692 static void *_p_wxPyPanelTo_p_wxWindow(void *x
) { 
9693     return (void *)((wxWindow 
*) (wxPanel 
*) ((wxPyPanel 
*) x
)); 
9695 static void *_p_wxMenuBarTo_p_wxWindow(void *x
) { 
9696     return (void *)((wxWindow 
*)  ((wxMenuBar 
*) x
)); 
9698 static void *_p_wxFindReplaceDialogTo_p_wxWindow(void *x
) { 
9699     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxDialog 
*) ((wxFindReplaceDialog 
*) x
)); 
9701 static void *_p_wxProgressDialogTo_p_wxWindow(void *x
) { 
9702     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxFrame 
*) ((wxProgressDialog 
*) x
)); 
9704 static void *_p_wxMessageDialogTo_p_wxWindow(void *x
) { 
9705     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxDialog 
*) ((wxMessageDialog 
*) x
)); 
9707 static void *_p_wxTextEntryDialogTo_p_wxWindow(void *x
) { 
9708     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxDialog 
*) ((wxTextEntryDialog 
*) x
)); 
9710 static void *_p_wxSingleChoiceDialogTo_p_wxWindow(void *x
) { 
9711     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxDialog 
*) ((wxSingleChoiceDialog 
*) x
)); 
9713 static void *_p_wxMultiChoiceDialogTo_p_wxWindow(void *x
) { 
9714     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxDialog 
*) ((wxMultiChoiceDialog 
*) x
)); 
9716 static void *_p_wxFileDialogTo_p_wxWindow(void *x
) { 
9717     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxDialog 
*) ((wxFileDialog 
*) x
)); 
9719 static void *_p_wxPanelTo_p_wxWindow(void *x
) { 
9720     return (void *)((wxWindow 
*)  ((wxPanel 
*) x
)); 
9722 static void *_p_wxStatusBarTo_p_wxWindow(void *x
) { 
9723     return (void *)((wxWindow 
*)  ((wxStatusBar 
*) x
)); 
9725 static void *_p_wxMDIClientWindowTo_p_wxWindow(void *x
) { 
9726     return (void *)((wxWindow 
*)  ((wxMDIClientWindow 
*) x
)); 
9728 static void *_p_wxPyVScrolledWindowTo_p_wxWindow(void *x
) { 
9729     return (void *)((wxWindow 
*) (wxPanel 
*) ((wxPyVScrolledWindow 
*) x
)); 
9731 static void *_p_wxTipWindowTo_p_wxWindow(void *x
) { 
9732     return (void *)((wxWindow 
*) (wxPopupWindow 
*)(wxPyPopupTransientWindow 
*) ((wxTipWindow 
*) x
)); 
9734 static void *_p_wxPyPopupTransientWindowTo_p_wxWindow(void *x
) { 
9735     return (void *)((wxWindow 
*) (wxPopupWindow 
*) ((wxPyPopupTransientWindow 
*) x
)); 
9737 static void *_p_wxPopupWindowTo_p_wxWindow(void *x
) { 
9738     return (void *)((wxWindow 
*)  ((wxPopupWindow 
*) x
)); 
9740 static void *_p_wxSashLayoutWindowTo_p_wxWindow(void *x
) { 
9741     return (void *)((wxWindow 
*) (wxSashWindow 
*) ((wxSashLayoutWindow 
*) x
)); 
9743 static void *_p_wxScrolledWindowTo_p_wxWindow(void *x
) { 
9744     return (void *)((wxWindow 
*) (wxPanel 
*) ((wxScrolledWindow 
*) x
)); 
9746 static void *_p_wxTopLevelWindowTo_p_wxWindow(void *x
) { 
9747     return (void *)((wxWindow 
*)  ((wxTopLevelWindow 
*) x
)); 
9749 static void *_p_wxSplashScreenWindowTo_p_wxWindow(void *x
) { 
9750     return (void *)((wxWindow 
*)  ((wxSplashScreenWindow 
*) x
)); 
9752 static void *_p_wxSplitterWindowTo_p_wxWindow(void *x
) { 
9753     return (void *)((wxWindow 
*)  ((wxSplitterWindow 
*) x
)); 
9755 static void *_p_wxSashWindowTo_p_wxWindow(void *x
) { 
9756     return (void *)((wxWindow 
*)  ((wxSashWindow 
*) x
)); 
9758 static void *_p_wxPyHtmlWindowTo_p_wxWindow(void *x
) { 
9759     return (void *)((wxWindow 
*) (wxPanel 
*)(wxScrolledWindow 
*) ((wxPyHtmlWindow 
*) x
)); 
9761 static void *_p_wxControlTo_p_wxWindow(void *x
) { 
9762     return (void *)((wxWindow 
*)  ((wxControl 
*) x
)); 
9764 static void *_p_wxPreviewFrameTo_p_wxWindow(void *x
) { 
9765     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxFrame 
*) ((wxPreviewFrame 
*) x
)); 
9767 static void *_p_wxPyPreviewFrameTo_p_wxWindow(void *x
) { 
9768     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxFrame 
*)(wxPreviewFrame 
*) ((wxPyPreviewFrame 
*) x
)); 
9770 static void *_p_wxMDIChildFrameTo_p_wxWindow(void *x
) { 
9771     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxFrame 
*) ((wxMDIChildFrame 
*) x
)); 
9773 static void *_p_wxControlWithItemsTo_p_wxWindow(void *x
) { 
9774     return (void *)((wxWindow 
*) (wxControl 
*) ((wxControlWithItems 
*) x
)); 
9776 static void *_p_wxPyWindowTo_p_wxWindow(void *x
) { 
9777     return (void *)((wxWindow 
*)  ((wxPyWindow 
*) x
)); 
9779 static void *_p_wxPreviewCanvasTo_p_wxWindow(void *x
) { 
9780     return (void *)((wxWindow 
*) (wxPanel 
*)(wxScrolledWindow 
*) ((wxPreviewCanvas 
*) x
)); 
9782 static void *_p_wxPyHtmlListBoxTo_p_wxWindow(void *x
) { 
9783     return (void *)((wxWindow 
*) (wxPanel 
*)(wxPyVScrolledWindow 
*)(wxPyVListBox 
*) ((wxPyHtmlListBox 
*) x
)); 
9785 static void *_p_wxPyVListBoxTo_p_wxWindow(void *x
) { 
9786     return (void *)((wxWindow 
*) (wxPanel 
*)(wxPyVScrolledWindow 
*) ((wxPyVListBox 
*) x
)); 
9788 static void *_p_wxPreviewControlBarTo_p_wxWindow(void *x
) { 
9789     return (void *)((wxWindow 
*) (wxPanel 
*) ((wxPreviewControlBar 
*) x
)); 
9791 static void *_p_wxPyPreviewControlBarTo_p_wxWindow(void *x
) { 
9792     return (void *)((wxWindow 
*) (wxPanel 
*)(wxPreviewControlBar 
*) ((wxPyPreviewControlBar 
*) x
)); 
9794 static void *_p_wxHtmlHelpFrameTo_p_wxWindow(void *x
) { 
9795     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxFrame 
*) ((wxHtmlHelpFrame 
*) x
)); 
9797 static void *_p_wxFrameTo_p_wxWindow(void *x
) { 
9798     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*) ((wxFrame 
*) x
)); 
9800 static void *_p_wxFontDialogTo_p_wxWindow(void *x
) { 
9801     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxDialog 
*) ((wxFontDialog 
*) x
)); 
9803 static void *_p_wxDirDialogTo_p_wxWindow(void *x
) { 
9804     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxDialog 
*) ((wxDirDialog 
*) x
)); 
9806 static void *_p_wxColourDialogTo_p_wxWindow(void *x
) { 
9807     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxDialog 
*) ((wxColourDialog 
*) x
)); 
9809 static void *_p_wxDialogTo_p_wxWindow(void *x
) { 
9810     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*) ((wxDialog 
*) x
)); 
9812 static void *_p_wxPageSetupDialogTo_p_wxWindow(void *x
) { 
9813     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxDialog 
*) ((wxPageSetupDialog 
*) x
)); 
9815 static void *_p_wxPrintDialogTo_p_wxWindow(void *x
) { 
9816     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxDialog 
*) ((wxPrintDialog 
*) x
)); 
9818 static void *_p_wxMDIParentFrameTo_p_wxWindow(void *x
) { 
9819     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxFrame 
*) ((wxMDIParentFrame 
*) x
)); 
9821 static void *_p_wxFrameTo_p_wxTopLevelWindow(void *x
) { 
9822     return (void *)((wxTopLevelWindow 
*)  ((wxFrame 
*) x
)); 
9824 static void *_p_wxMiniFrameTo_p_wxTopLevelWindow(void *x
) { 
9825     return (void *)((wxTopLevelWindow 
*) (wxFrame 
*) ((wxMiniFrame 
*) x
)); 
9827 static void *_p_wxFontDialogTo_p_wxTopLevelWindow(void *x
) { 
9828     return (void *)((wxTopLevelWindow 
*) (wxDialog 
*) ((wxFontDialog 
*) x
)); 
9830 static void *_p_wxDirDialogTo_p_wxTopLevelWindow(void *x
) { 
9831     return (void *)((wxTopLevelWindow 
*) (wxDialog 
*) ((wxDirDialog 
*) x
)); 
9833 static void *_p_wxColourDialogTo_p_wxTopLevelWindow(void *x
) { 
9834     return (void *)((wxTopLevelWindow 
*) (wxDialog 
*) ((wxColourDialog 
*) x
)); 
9836 static void *_p_wxDialogTo_p_wxTopLevelWindow(void *x
) { 
9837     return (void *)((wxTopLevelWindow 
*)  ((wxDialog 
*) x
)); 
9839 static void *_p_wxPageSetupDialogTo_p_wxTopLevelWindow(void *x
) { 
9840     return (void *)((wxTopLevelWindow 
*) (wxDialog 
*) ((wxPageSetupDialog 
*) x
)); 
9842 static void *_p_wxPrintDialogTo_p_wxTopLevelWindow(void *x
) { 
9843     return (void *)((wxTopLevelWindow 
*) (wxDialog 
*) ((wxPrintDialog 
*) x
)); 
9845 static void *_p_wxSplashScreenTo_p_wxTopLevelWindow(void *x
) { 
9846     return (void *)((wxTopLevelWindow 
*) (wxFrame 
*) ((wxSplashScreen 
*) x
)); 
9848 static void *_p_wxMDIParentFrameTo_p_wxTopLevelWindow(void *x
) { 
9849     return (void *)((wxTopLevelWindow 
*) (wxFrame 
*) ((wxMDIParentFrame 
*) x
)); 
9851 static void *_p_wxMDIChildFrameTo_p_wxTopLevelWindow(void *x
) { 
9852     return (void *)((wxTopLevelWindow 
*) (wxFrame 
*) ((wxMDIChildFrame 
*) x
)); 
9854 static void *_p_wxFindReplaceDialogTo_p_wxTopLevelWindow(void *x
) { 
9855     return (void *)((wxTopLevelWindow 
*) (wxDialog 
*) ((wxFindReplaceDialog 
*) x
)); 
9857 static void *_p_wxProgressDialogTo_p_wxTopLevelWindow(void *x
) { 
9858     return (void *)((wxTopLevelWindow 
*) (wxFrame 
*) ((wxProgressDialog 
*) x
)); 
9860 static void *_p_wxMessageDialogTo_p_wxTopLevelWindow(void *x
) { 
9861     return (void *)((wxTopLevelWindow 
*) (wxDialog 
*) ((wxMessageDialog 
*) x
)); 
9863 static void *_p_wxTextEntryDialogTo_p_wxTopLevelWindow(void *x
) { 
9864     return (void *)((wxTopLevelWindow 
*) (wxDialog 
*) ((wxTextEntryDialog 
*) x
)); 
9866 static void *_p_wxSingleChoiceDialogTo_p_wxTopLevelWindow(void *x
) { 
9867     return (void *)((wxTopLevelWindow 
*) (wxDialog 
*) ((wxSingleChoiceDialog 
*) x
)); 
9869 static void *_p_wxMultiChoiceDialogTo_p_wxTopLevelWindow(void *x
) { 
9870     return (void *)((wxTopLevelWindow 
*) (wxDialog 
*) ((wxMultiChoiceDialog 
*) x
)); 
9872 static void *_p_wxFileDialogTo_p_wxTopLevelWindow(void *x
) { 
9873     return (void *)((wxTopLevelWindow 
*) (wxDialog 
*) ((wxFileDialog 
*) x
)); 
9875 static void *_p_wxHtmlHelpFrameTo_p_wxTopLevelWindow(void *x
) { 
9876     return (void *)((wxTopLevelWindow 
*) (wxFrame 
*) ((wxHtmlHelpFrame 
*) x
)); 
9878 static void *_p_wxPreviewFrameTo_p_wxTopLevelWindow(void *x
) { 
9879     return (void *)((wxTopLevelWindow 
*) (wxFrame 
*) ((wxPreviewFrame 
*) x
)); 
9881 static void *_p_wxPyPreviewFrameTo_p_wxTopLevelWindow(void *x
) { 
9882     return (void *)((wxTopLevelWindow 
*) (wxFrame 
*)(wxPreviewFrame 
*) ((wxPyPreviewFrame 
*) x
)); 
9884 static void *_p_wxLayoutConstraintsTo_p_wxObject(void *x
) { 
9885     return (void *)((wxObject 
*)  ((wxLayoutConstraints 
*) x
)); 
9887 static void *_p_wxQueryLayoutInfoEventTo_p_wxObject(void *x
) { 
9888     return (void *)((wxObject 
*) (wxEvent 
*) ((wxQueryLayoutInfoEvent 
*) x
)); 
9890 static void *_p_wxPreviewFrameTo_p_wxObject(void *x
) { 
9891     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxPreviewFrame 
*) x
)); 
9893 static void *_p_wxPyPreviewFrameTo_p_wxObject(void *x
) { 
9894     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*)(wxPreviewFrame 
*) ((wxPyPreviewFrame 
*) x
)); 
9896 static void *_p_wxGBSizerItemTo_p_wxObject(void *x
) { 
9897     return (void *)((wxObject 
*) (wxSizerItem 
*) ((wxGBSizerItem 
*) x
)); 
9899 static void *_p_wxSizerItemTo_p_wxObject(void *x
) { 
9900     return (void *)((wxObject 
*)  ((wxSizerItem 
*) x
)); 
9902 static void *_p_wxScrollEventTo_p_wxObject(void *x
) { 
9903     return (void *)((wxObject 
*) (wxEvent 
*)(wxCommandEvent 
*) ((wxScrollEvent 
*) x
)); 
9905 static void *_p_wxIndividualLayoutConstraintTo_p_wxObject(void *x
) { 
9906     return (void *)((wxObject 
*)  ((wxIndividualLayoutConstraint 
*) x
)); 
9908 static void *_p_wxHtmlLinkInfoTo_p_wxObject(void *x
) { 
9909     return (void *)((wxObject 
*)  ((wxHtmlLinkInfo 
*) x
)); 
9911 static void *_p_wxStaticBoxSizerTo_p_wxObject(void *x
) { 
9912     return (void *)((wxObject 
*) (wxSizer 
*)(wxBoxSizer 
*) ((wxStaticBoxSizer 
*) x
)); 
9914 static void *_p_wxBoxSizerTo_p_wxObject(void *x
) { 
9915     return (void *)((wxObject 
*) (wxSizer 
*) ((wxBoxSizer 
*) x
)); 
9917 static void *_p_wxSizerTo_p_wxObject(void *x
) { 
9918     return (void *)((wxObject 
*)  ((wxSizer 
*) x
)); 
9920 static void *_p_wxGridBagSizerTo_p_wxObject(void *x
) { 
9921     return (void *)((wxObject 
*) (wxSizer 
*)(wxGridSizer 
*)(wxFlexGridSizer 
*) ((wxGridBagSizer 
*) x
)); 
9923 static void *_p_wxHtmlFontCellTo_p_wxObject(void *x
) { 
9924     return (void *)((wxObject 
*) (wxHtmlCell 
*) ((wxHtmlFontCell 
*) x
)); 
9926 static void *_p_wxUpdateUIEventTo_p_wxObject(void *x
) { 
9927     return (void *)((wxObject 
*) (wxEvent 
*)(wxCommandEvent 
*) ((wxUpdateUIEvent 
*) x
)); 
9929 static void *_p_wxPyPanelTo_p_wxObject(void *x
) { 
9930     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxPanel 
*) ((wxPyPanel 
*) x
)); 
9932 static void *_p_wxEventTo_p_wxObject(void *x
) { 
9933     return (void *)((wxObject 
*)  ((wxEvent 
*) x
)); 
9935 static void *_p_wxFontDataTo_p_wxObject(void *x
) { 
9936     return (void *)((wxObject 
*)  ((wxFontData 
*) x
)); 
9938 static void *_p_wxPrintDataTo_p_wxObject(void *x
) { 
9939     return (void *)((wxObject 
*)  ((wxPrintData 
*) x
)); 
9941 static void *_p_wxHtmlTagTo_p_wxObject(void *x
) { 
9942     return (void *)((wxObject 
*)  ((wxHtmlTag 
*) x
)); 
9944 static void *_p_wxFlexGridSizerTo_p_wxObject(void *x
) { 
9945     return (void *)((wxObject 
*) (wxSizer 
*)(wxGridSizer 
*) ((wxFlexGridSizer 
*) x
)); 
9947 static void *_p_wxGridSizerTo_p_wxObject(void *x
) { 
9948     return (void *)((wxObject 
*) (wxSizer 
*) ((wxGridSizer 
*) x
)); 
9950 static void *_p_wxInitDialogEventTo_p_wxObject(void *x
) { 
9951     return (void *)((wxObject 
*) (wxEvent 
*) ((wxInitDialogEvent 
*) x
)); 
9953 static void *_p_wxLayoutAlgorithmTo_p_wxObject(void *x
) { 
9954     return (void *)((wxObject 
*)  ((wxLayoutAlgorithm 
*) x
)); 
9956 static void *_p_wxTaskBarIconTo_p_wxObject(void *x
) { 
9957     return (void *)((wxObject 
*) (wxEvtHandler 
*) ((wxTaskBarIcon 
*) x
)); 
9959 static void *_p_wxFindDialogEventTo_p_wxObject(void *x
) { 
9960     return (void *)((wxObject 
*) (wxEvent 
*)(wxCommandEvent 
*) ((wxFindDialogEvent 
*) x
)); 
9962 static void *_p_wxHtmlHelpFrameTo_p_wxObject(void *x
) { 
9963     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxHtmlHelpFrame 
*) x
)); 
9965 static void *_p_wxHtmlCellTo_p_wxObject(void *x
) { 
9966     return (void *)((wxObject 
*)  ((wxHtmlCell 
*) x
)); 
9968 static void *_p_wxPaintEventTo_p_wxObject(void *x
) { 
9969     return (void *)((wxObject 
*) (wxEvent 
*) ((wxPaintEvent 
*) x
)); 
9971 static void *_p_wxNcPaintEventTo_p_wxObject(void *x
) { 
9972     return (void *)((wxObject 
*) (wxEvent 
*) ((wxNcPaintEvent 
*) x
)); 
9974 static void *_p_wxPaletteChangedEventTo_p_wxObject(void *x
) { 
9975     return (void *)((wxObject 
*) (wxEvent 
*) ((wxPaletteChangedEvent 
*) x
)); 
9977 static void *_p_wxDisplayChangedEventTo_p_wxObject(void *x
) { 
9978     return (void *)((wxObject 
*) (wxEvent 
*) ((wxDisplayChangedEvent 
*) x
)); 
9980 static void *_p_wxMouseCaptureChangedEventTo_p_wxObject(void *x
) { 
9981     return (void *)((wxObject 
*) (wxEvent 
*) ((wxMouseCaptureChangedEvent 
*) x
)); 
9983 static void *_p_wxSysColourChangedEventTo_p_wxObject(void *x
) { 
9984     return (void *)((wxObject 
*) (wxEvent 
*) ((wxSysColourChangedEvent 
*) x
)); 
9986 static void *_p_wxPreviewCanvasTo_p_wxObject(void *x
) { 
9987     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxPanel 
*)(wxScrolledWindow 
*) ((wxPreviewCanvas 
*) x
)); 
9989 static void *_p_wxControlTo_p_wxObject(void *x
) { 
9990     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*) ((wxControl 
*) x
)); 
9992 static void *_p_wxSetCursorEventTo_p_wxObject(void *x
) { 
9993     return (void *)((wxObject 
*) (wxEvent 
*) ((wxSetCursorEvent 
*) x
)); 
9995 static void *_p_wxSplitterEventTo_p_wxObject(void *x
) { 
9996     return (void *)((wxObject 
*) (wxEvent 
*)(wxCommandEvent 
*)(wxNotifyEvent 
*) ((wxSplitterEvent 
*) x
)); 
9998 static void *_p_wxFSFileTo_p_wxObject(void *x
) { 
9999     return (void *)((wxObject 
*)  ((wxFSFile 
*) x
)); 
10001 static void *_p_wxHtmlWidgetCellTo_p_wxObject(void *x
) { 
10002     return (void *)((wxObject 
*) (wxHtmlCell 
*) ((wxHtmlWidgetCell 
*) x
)); 
10004 static void *_p_wxFindReplaceDataTo_p_wxObject(void *x
) { 
10005     return (void *)((wxObject 
*)  ((wxFindReplaceData 
*) x
)); 
10007 static void *_p_wxPySizerTo_p_wxObject(void *x
) { 
10008     return (void *)((wxObject 
*) (wxSizer 
*) ((wxPySizer 
*) x
)); 
10010 static void *_p_wxHtmlColourCellTo_p_wxObject(void *x
) { 
10011     return (void *)((wxObject 
*) (wxHtmlCell 
*) ((wxHtmlColourCell 
*) x
)); 
10013 static void *_p_wxMDIChildFrameTo_p_wxObject(void *x
) { 
10014     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxMDIChildFrame 
*) x
)); 
10016 static void *_p_wxColourDataTo_p_wxObject(void *x
) { 
10017     return (void *)((wxObject 
*)  ((wxColourData 
*) x
)); 
10019 static void *_p_wxPyEventTo_p_wxObject(void *x
) { 
10020     return (void *)((wxObject 
*) (wxEvent 
*) ((wxPyEvent 
*) x
)); 
10022 static void *_p_wxNotifyEventTo_p_wxObject(void *x
) { 
10023     return (void *)((wxObject 
*) (wxEvent 
*)(wxCommandEvent 
*) ((wxNotifyEvent 
*) x
)); 
10025 static void *_p_wxPyWindowTo_p_wxObject(void *x
) { 
10026     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*) ((wxPyWindow 
*) x
)); 
10028 static void *_p_wxSplashScreenTo_p_wxObject(void *x
) { 
10029     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxSplashScreen 
*) x
)); 
10031 static void *_p_wxFileDialogTo_p_wxObject(void *x
) { 
10032     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxFileDialog 
*) x
)); 
10034 static void *_p_wxMultiChoiceDialogTo_p_wxObject(void *x
) { 
10035     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxMultiChoiceDialog 
*) x
)); 
10037 static void *_p_wxSingleChoiceDialogTo_p_wxObject(void *x
) { 
10038     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxSingleChoiceDialog 
*) x
)); 
10040 static void *_p_wxTextEntryDialogTo_p_wxObject(void *x
) { 
10041     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxTextEntryDialog 
*) x
)); 
10043 static void *_p_wxMessageDialogTo_p_wxObject(void *x
) { 
10044     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxMessageDialog 
*) x
)); 
10046 static void *_p_wxProgressDialogTo_p_wxObject(void *x
) { 
10047     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxProgressDialog 
*) x
)); 
10049 static void *_p_wxFindReplaceDialogTo_p_wxObject(void *x
) { 
10050     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxFindReplaceDialog 
*) x
)); 
10052 static void *_p_wxShowEventTo_p_wxObject(void *x
) { 
10053     return (void *)((wxObject 
*) (wxEvent 
*) ((wxShowEvent 
*) x
)); 
10055 static void *_p_wxPrinterTo_p_wxObject(void *x
) { 
10056     return (void *)((wxObject 
*)  ((wxPrinter 
*) x
)); 
10058 static void *_p_wxMenuItemTo_p_wxObject(void *x
) { 
10059     return (void *)((wxObject 
*)  ((wxMenuItem 
*) x
)); 
10061 static void *_p_wxIdleEventTo_p_wxObject(void *x
) { 
10062     return (void *)((wxObject 
*) (wxEvent 
*) ((wxIdleEvent 
*) x
)); 
10064 static void *_p_wxWindowCreateEventTo_p_wxObject(void *x
) { 
10065     return (void *)((wxObject 
*) (wxEvent 
*)(wxCommandEvent 
*) ((wxWindowCreateEvent 
*) x
)); 
10067 static void *_p_wxQueryNewPaletteEventTo_p_wxObject(void *x
) { 
10068     return (void *)((wxObject 
*) (wxEvent 
*) ((wxQueryNewPaletteEvent 
*) x
)); 
10070 static void *_p_wxMaximizeEventTo_p_wxObject(void *x
) { 
10071     return (void *)((wxObject 
*) (wxEvent 
*) ((wxMaximizeEvent 
*) x
)); 
10073 static void *_p_wxIconizeEventTo_p_wxObject(void *x
) { 
10074     return (void *)((wxObject 
*) (wxEvent 
*) ((wxIconizeEvent 
*) x
)); 
10076 static void *_p_wxSizeEventTo_p_wxObject(void *x
) { 
10077     return (void *)((wxObject 
*) (wxEvent 
*) ((wxSizeEvent 
*) x
)); 
10079 static void *_p_wxMoveEventTo_p_wxObject(void *x
) { 
10080     return (void *)((wxObject 
*) (wxEvent 
*) ((wxMoveEvent 
*) x
)); 
10082 static void *_p_wxActivateEventTo_p_wxObject(void *x
) { 
10083     return (void *)((wxObject 
*) (wxEvent 
*) ((wxActivateEvent 
*) x
)); 
10085 static void *_p_wxPyHtmlFilterTo_p_wxObject(void *x
) { 
10086     return (void *)((wxObject 
*)  ((wxPyHtmlFilter 
*) x
)); 
10088 static void *_p_wxXPMHandlerTo_p_wxObject(void *x
) { 
10089     return (void *)((wxObject 
*) (wxImageHandler 
*) ((wxXPMHandler 
*) x
)); 
10091 static void *_p_wxPNMHandlerTo_p_wxObject(void *x
) { 
10092     return (void *)((wxObject 
*) (wxImageHandler 
*) ((wxPNMHandler 
*) x
)); 
10094 static void *_p_wxJPEGHandlerTo_p_wxObject(void *x
) { 
10095     return (void *)((wxObject 
*) (wxImageHandler 
*) ((wxJPEGHandler 
*) x
)); 
10097 static void *_p_wxPCXHandlerTo_p_wxObject(void *x
) { 
10098     return (void *)((wxObject 
*) (wxImageHandler 
*) ((wxPCXHandler 
*) x
)); 
10100 static void *_p_wxGIFHandlerTo_p_wxObject(void *x
) { 
10101     return (void *)((wxObject 
*) (wxImageHandler 
*) ((wxGIFHandler 
*) x
)); 
10103 static void *_p_wxPNGHandlerTo_p_wxObject(void *x
) { 
10104     return (void *)((wxObject 
*) (wxImageHandler 
*) ((wxPNGHandler 
*) x
)); 
10106 static void *_p_wxANIHandlerTo_p_wxObject(void *x
) { 
10107     return (void *)((wxObject 
*) (wxImageHandler 
*)(wxBMPHandler 
*)(wxICOHandler 
*)(wxCURHandler 
*) ((wxANIHandler 
*) x
)); 
10109 static void *_p_wxCURHandlerTo_p_wxObject(void *x
) { 
10110     return (void *)((wxObject 
*) (wxImageHandler 
*)(wxBMPHandler 
*)(wxICOHandler 
*) ((wxCURHandler 
*) x
)); 
10112 static void *_p_wxICOHandlerTo_p_wxObject(void *x
) { 
10113     return (void *)((wxObject 
*) (wxImageHandler 
*)(wxBMPHandler 
*) ((wxICOHandler 
*) x
)); 
10115 static void *_p_wxBMPHandlerTo_p_wxObject(void *x
) { 
10116     return (void *)((wxObject 
*) (wxImageHandler 
*) ((wxBMPHandler 
*) x
)); 
10118 static void *_p_wxImageHandlerTo_p_wxObject(void *x
) { 
10119     return (void *)((wxObject 
*)  ((wxImageHandler 
*) x
)); 
10121 static void *_p_wxTIFFHandlerTo_p_wxObject(void *x
) { 
10122     return (void *)((wxObject 
*) (wxImageHandler 
*) ((wxTIFFHandler 
*) x
)); 
10124 static void *_p_wxEvtHandlerTo_p_wxObject(void *x
) { 
10125     return (void *)((wxObject 
*)  ((wxEvtHandler 
*) x
)); 
10127 static void *_p_wxCalculateLayoutEventTo_p_wxObject(void *x
) { 
10128     return (void *)((wxObject 
*) (wxEvent 
*) ((wxCalculateLayoutEvent 
*) x
)); 
10130 static void *_p_wxPyHtmlTagHandlerTo_p_wxObject(void *x
) { 
10131     return (void *)((wxObject 
*)  ((wxPyHtmlTagHandler 
*) x
)); 
10133 static void *_p_wxPyHtmlWinTagHandlerTo_p_wxObject(void *x
) { 
10134     return (void *)((wxObject 
*) (wxPyHtmlTagHandler 
*) ((wxPyHtmlWinTagHandler 
*) x
)); 
10136 static void *_p_wxPyVListBoxTo_p_wxObject(void *x
) { 
10137     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxPanel 
*)(wxPyVScrolledWindow 
*) ((wxPyVListBox 
*) x
)); 
10139 static void *_p_wxPyHtmlListBoxTo_p_wxObject(void *x
) { 
10140     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxPanel 
*)(wxPyVScrolledWindow 
*)(wxPyVListBox 
*) ((wxPyHtmlListBox 
*) x
)); 
10142 static void *_p_wxAcceleratorTableTo_p_wxObject(void *x
) { 
10143     return (void *)((wxObject 
*)  ((wxAcceleratorTable 
*) x
)); 
10145 static void *_p_wxMiniFrameTo_p_wxObject(void *x
) { 
10146     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxMiniFrame 
*) x
)); 
10148 static void *_p_wxImageTo_p_wxObject(void *x
) { 
10149     return (void *)((wxObject 
*)  ((wxImage 
*) x
)); 
10151 static void *_p_wxFrameTo_p_wxObject(void *x
) { 
10152     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*) ((wxFrame 
*) x
)); 
10154 static void *_p_wxPyPrintoutTo_p_wxObject(void *x
) { 
10155     return (void *)((wxObject 
*)  ((wxPyPrintout 
*) x
)); 
10157 static void *_p_wxHtmlPrintoutTo_p_wxObject(void *x
) { 
10158     return (void *)((wxObject 
*) (wxPyPrintout 
*) ((wxHtmlPrintout 
*) x
)); 
10160 static void *_p_wxScrollWinEventTo_p_wxObject(void *x
) { 
10161     return (void *)((wxObject 
*) (wxEvent 
*) ((wxScrollWinEvent 
*) x
)); 
10163 static void *_p_wxTaskBarIconEventTo_p_wxObject(void *x
) { 
10164     return (void *)((wxObject 
*) (wxEvent 
*) ((wxTaskBarIconEvent 
*) x
)); 
10166 static void *_p_wxStatusBarTo_p_wxObject(void *x
) { 
10167     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*) ((wxStatusBar 
*) x
)); 
10169 static void *_p_wxHtmlDCRendererTo_p_wxObject(void *x
) { 
10170     return (void *)((wxObject 
*)  ((wxHtmlDCRenderer 
*) x
)); 
10172 static void *_p_wxHtmlContainerCellTo_p_wxObject(void *x
) { 
10173     return (void *)((wxObject 
*) (wxHtmlCell 
*) ((wxHtmlContainerCell 
*) x
)); 
10175 static void *_p_wxMDIParentFrameTo_p_wxObject(void *x
) { 
10176     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxMDIParentFrame 
*) x
)); 
10178 static void *_p_wxWindowDestroyEventTo_p_wxObject(void *x
) { 
10179     return (void *)((wxObject 
*) (wxEvent 
*)(wxCommandEvent 
*) ((wxWindowDestroyEvent 
*) x
)); 
10181 static void *_p_wxNavigationKeyEventTo_p_wxObject(void *x
) { 
10182     return (void *)((wxObject 
*) (wxEvent 
*) ((wxNavigationKeyEvent 
*) x
)); 
10184 static void *_p_wxKeyEventTo_p_wxObject(void *x
) { 
10185     return (void *)((wxObject 
*) (wxEvent 
*) ((wxKeyEvent 
*) x
)); 
10187 static void *_p_wxScrolledWindowTo_p_wxObject(void *x
) { 
10188     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxPanel 
*) ((wxScrolledWindow 
*) x
)); 
10190 static void *_p_wxWindowTo_p_wxObject(void *x
) { 
10191     return (void *)((wxObject 
*) (wxEvtHandler 
*) ((wxWindow 
*) x
)); 
10193 static void *_p_wxMenuTo_p_wxObject(void *x
) { 
10194     return (void *)((wxObject 
*) (wxEvtHandler 
*) ((wxMenu 
*) x
)); 
10196 static void *_p_wxMenuBarTo_p_wxObject(void *x
) { 
10197     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*) ((wxMenuBar 
*) x
)); 
10199 static void *_p_wxTopLevelWindowTo_p_wxObject(void *x
) { 
10200     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*) ((wxTopLevelWindow 
*) x
)); 
10202 static void *_p_wxSplashScreenWindowTo_p_wxObject(void *x
) { 
10203     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*) ((wxSplashScreenWindow 
*) x
)); 
10205 static void *_p_wxSplitterWindowTo_p_wxObject(void *x
) { 
10206     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*) ((wxSplitterWindow 
*) x
)); 
10208 static void *_p_wxSashWindowTo_p_wxObject(void *x
) { 
10209     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*) ((wxSashWindow 
*) x
)); 
10211 static void *_p_wxSashLayoutWindowTo_p_wxObject(void *x
) { 
10212     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxSashWindow 
*) ((wxSashLayoutWindow 
*) x
)); 
10214 static void *_p_wxPopupWindowTo_p_wxObject(void *x
) { 
10215     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*) ((wxPopupWindow 
*) x
)); 
10217 static void *_p_wxPyPopupTransientWindowTo_p_wxObject(void *x
) { 
10218     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxPopupWindow 
*) ((wxPyPopupTransientWindow 
*) x
)); 
10220 static void *_p_wxTipWindowTo_p_wxObject(void *x
) { 
10221     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxPopupWindow 
*)(wxPyPopupTransientWindow 
*) ((wxTipWindow 
*) x
)); 
10223 static void *_p_wxPyVScrolledWindowTo_p_wxObject(void *x
) { 
10224     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxPanel 
*) ((wxPyVScrolledWindow 
*) x
)); 
10226 static void *_p_wxMDIClientWindowTo_p_wxObject(void *x
) { 
10227     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*) ((wxMDIClientWindow 
*) x
)); 
10229 static void *_p_wxPyHtmlWindowTo_p_wxObject(void *x
) { 
10230     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxPanel 
*)(wxScrolledWindow 
*) ((wxPyHtmlWindow 
*) x
)); 
10232 static void *_p_wxSashEventTo_p_wxObject(void *x
) { 
10233     return (void *)((wxObject 
*) (wxEvent 
*)(wxCommandEvent 
*) ((wxSashEvent 
*) x
)); 
10235 static void *_p_wxPrintPreviewTo_p_wxObject(void *x
) { 
10236     return (void *)((wxObject 
*)  ((wxPrintPreview 
*) x
)); 
10238 static void *_p_wxPyPrintPreviewTo_p_wxObject(void *x
) { 
10239     return (void *)((wxObject 
*) (wxPrintPreview 
*) ((wxPyPrintPreview 
*) x
)); 
10241 static void *_p_wxPanelTo_p_wxObject(void *x
) { 
10242     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*) ((wxPanel 
*) x
)); 
10244 static void *_p_wxDialogTo_p_wxObject(void *x
) { 
10245     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*) ((wxDialog 
*) x
)); 
10247 static void *_p_wxColourDialogTo_p_wxObject(void *x
) { 
10248     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxColourDialog 
*) x
)); 
10250 static void *_p_wxDirDialogTo_p_wxObject(void *x
) { 
10251     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxDirDialog 
*) x
)); 
10253 static void *_p_wxFontDialogTo_p_wxObject(void *x
) { 
10254     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxFontDialog 
*) x
)); 
10256 static void *_p_wxPageSetupDialogTo_p_wxObject(void *x
) { 
10257     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxPageSetupDialog 
*) x
)); 
10259 static void *_p_wxPrintDialogTo_p_wxObject(void *x
) { 
10260     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxPrintDialog 
*) x
)); 
10262 static void *_p_wxHtmlParserTo_p_wxObject(void *x
) { 
10263     return (void *)((wxObject 
*)  ((wxHtmlParser 
*) x
)); 
10265 static void *_p_wxHtmlWinParserTo_p_wxObject(void *x
) { 
10266     return (void *)((wxObject 
*) (wxHtmlParser 
*) ((wxHtmlWinParser 
*) x
)); 
10268 static void *_p_wxFileSystemTo_p_wxObject(void *x
) { 
10269     return (void *)((wxObject 
*)  ((wxFileSystem 
*) x
)); 
10271 static void *_p_wxContextMenuEventTo_p_wxObject(void *x
) { 
10272     return (void *)((wxObject 
*) (wxEvent 
*)(wxCommandEvent 
*) ((wxContextMenuEvent 
*) x
)); 
10274 static void *_p_wxMenuEventTo_p_wxObject(void *x
) { 
10275     return (void *)((wxObject 
*) (wxEvent 
*) ((wxMenuEvent 
*) x
)); 
10277 static void *_p_wxHtmlWordCellTo_p_wxObject(void *x
) { 
10278     return (void *)((wxObject 
*) (wxHtmlCell 
*) ((wxHtmlWordCell 
*) x
)); 
10280 static void *_p_wxPyAppTo_p_wxObject(void *x
) { 
10281     return (void *)((wxObject 
*) (wxEvtHandler 
*) ((wxPyApp 
*) x
)); 
10283 static void *_p_wxCloseEventTo_p_wxObject(void *x
) { 
10284     return (void *)((wxObject 
*) (wxEvent 
*) ((wxCloseEvent 
*) x
)); 
10286 static void *_p_wxMouseEventTo_p_wxObject(void *x
) { 
10287     return (void *)((wxObject 
*) (wxEvent 
*) ((wxMouseEvent 
*) x
)); 
10289 static void *_p_wxEraseEventTo_p_wxObject(void *x
) { 
10290     return (void *)((wxObject 
*) (wxEvent 
*) ((wxEraseEvent 
*) x
)); 
10292 static void *_p_wxPyCommandEventTo_p_wxObject(void *x
) { 
10293     return (void *)((wxObject 
*) (wxEvent 
*)(wxCommandEvent 
*) ((wxPyCommandEvent 
*) x
)); 
10295 static void *_p_wxCommandEventTo_p_wxObject(void *x
) { 
10296     return (void *)((wxObject 
*) (wxEvent 
*) ((wxCommandEvent 
*) x
)); 
10298 static void *_p_wxPreviewControlBarTo_p_wxObject(void *x
) { 
10299     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxPanel 
*) ((wxPreviewControlBar 
*) x
)); 
10301 static void *_p_wxPyPreviewControlBarTo_p_wxObject(void *x
) { 
10302     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxPanel 
*)(wxPreviewControlBar 
*) ((wxPyPreviewControlBar 
*) x
)); 
10304 static void *_p_wxHtmlEasyPrintingTo_p_wxObject(void *x
) { 
10305     return (void *)((wxObject 
*)  ((wxHtmlEasyPrinting 
*) x
)); 
10307 static void *_p_wxDropFilesEventTo_p_wxObject(void *x
) { 
10308     return (void *)((wxObject 
*) (wxEvent 
*) ((wxDropFilesEvent 
*) x
)); 
10310 static void *_p_wxFocusEventTo_p_wxObject(void *x
) { 
10311     return (void *)((wxObject 
*) (wxEvent 
*) ((wxFocusEvent 
*) x
)); 
10313 static void *_p_wxChildFocusEventTo_p_wxObject(void *x
) { 
10314     return (void *)((wxObject 
*) (wxEvent 
*)(wxCommandEvent 
*) ((wxChildFocusEvent 
*) x
)); 
10316 static void *_p_wxHtmlHelpControllerTo_p_wxObject(void *x
) { 
10317     return (void *)((wxObject 
*) (wxEvtHandler 
*) ((wxHtmlHelpController 
*) x
)); 
10319 static void *_p_wxControlWithItemsTo_p_wxObject(void *x
) { 
10320     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxControl 
*) ((wxControlWithItems 
*) x
)); 
10322 static void *_p_wxPageSetupDialogDataTo_p_wxObject(void *x
) { 
10323     return (void *)((wxObject 
*)  ((wxPageSetupDialogData 
*) x
)); 
10325 static void *_p_wxPrintDialogDataTo_p_wxObject(void *x
) { 
10326     return (void *)((wxObject 
*)  ((wxPrintDialogData 
*) x
)); 
10328 static void *_p_wxPyValidatorTo_p_wxObject(void *x
) { 
10329     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxValidator 
*) ((wxPyValidator 
*) x
)); 
10331 static void *_p_wxValidatorTo_p_wxObject(void *x
) { 
10332     return (void *)((wxObject 
*) (wxEvtHandler 
*) ((wxValidator 
*) x
)); 
10334 static void *_p_wxPyHtmlWinTagHandlerTo_p_wxPyHtmlTagHandler(void *x
) { 
10335     return (void *)((wxPyHtmlTagHandler 
*)  ((wxPyHtmlWinTagHandler 
*) x
)); 
10337 static void *_p_wxSplashScreenTo_p_wxEvtHandler(void *x
) { 
10338     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxSplashScreen 
*) x
)); 
10340 static void *_p_wxMiniFrameTo_p_wxEvtHandler(void *x
) { 
10341     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxMiniFrame 
*) x
)); 
10343 static void *_p_wxPyPanelTo_p_wxEvtHandler(void *x
) { 
10344     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxPanel 
*) ((wxPyPanel 
*) x
)); 
10346 static void *_p_wxMenuBarTo_p_wxEvtHandler(void *x
) { 
10347     return (void *)((wxEvtHandler 
*) (wxWindow 
*) ((wxMenuBar 
*) x
)); 
10349 static void *_p_wxValidatorTo_p_wxEvtHandler(void *x
) { 
10350     return (void *)((wxEvtHandler 
*)  ((wxValidator 
*) x
)); 
10352 static void *_p_wxPyValidatorTo_p_wxEvtHandler(void *x
) { 
10353     return (void *)((wxEvtHandler 
*) (wxValidator 
*) ((wxPyValidator 
*) x
)); 
10355 static void *_p_wxMenuTo_p_wxEvtHandler(void *x
) { 
10356     return (void *)((wxEvtHandler 
*)  ((wxMenu 
*) x
)); 
10358 static void *_p_wxTextEntryDialogTo_p_wxEvtHandler(void *x
) { 
10359     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxTextEntryDialog 
*) x
)); 
10361 static void *_p_wxSingleChoiceDialogTo_p_wxEvtHandler(void *x
) { 
10362     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxSingleChoiceDialog 
*) x
)); 
10364 static void *_p_wxMultiChoiceDialogTo_p_wxEvtHandler(void *x
) { 
10365     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxMultiChoiceDialog 
*) x
)); 
10367 static void *_p_wxFileDialogTo_p_wxEvtHandler(void *x
) { 
10368     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxFileDialog 
*) x
)); 
10370 static void *_p_wxMessageDialogTo_p_wxEvtHandler(void *x
) { 
10371     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxMessageDialog 
*) x
)); 
10373 static void *_p_wxProgressDialogTo_p_wxEvtHandler(void *x
) { 
10374     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxProgressDialog 
*) x
)); 
10376 static void *_p_wxFindReplaceDialogTo_p_wxEvtHandler(void *x
) { 
10377     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxFindReplaceDialog 
*) x
)); 
10379 static void *_p_wxPanelTo_p_wxEvtHandler(void *x
) { 
10380     return (void *)((wxEvtHandler 
*) (wxWindow 
*) ((wxPanel 
*) x
)); 
10382 static void *_p_wxStatusBarTo_p_wxEvtHandler(void *x
) { 
10383     return (void *)((wxEvtHandler 
*) (wxWindow 
*) ((wxStatusBar 
*) x
)); 
10385 static void *_p_wxPyVScrolledWindowTo_p_wxEvtHandler(void *x
) { 
10386     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxPanel 
*) ((wxPyVScrolledWindow 
*) x
)); 
10388 static void *_p_wxTipWindowTo_p_wxEvtHandler(void *x
) { 
10389     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxPopupWindow 
*)(wxPyPopupTransientWindow 
*) ((wxTipWindow 
*) x
)); 
10391 static void *_p_wxPyPopupTransientWindowTo_p_wxEvtHandler(void *x
) { 
10392     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxPopupWindow 
*) ((wxPyPopupTransientWindow 
*) x
)); 
10394 static void *_p_wxPopupWindowTo_p_wxEvtHandler(void *x
) { 
10395     return (void *)((wxEvtHandler 
*) (wxWindow 
*) ((wxPopupWindow 
*) x
)); 
10397 static void *_p_wxSashLayoutWindowTo_p_wxEvtHandler(void *x
) { 
10398     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxSashWindow 
*) ((wxSashLayoutWindow 
*) x
)); 
10400 static void *_p_wxSashWindowTo_p_wxEvtHandler(void *x
) { 
10401     return (void *)((wxEvtHandler 
*) (wxWindow 
*) ((wxSashWindow 
*) x
)); 
10403 static void *_p_wxSplitterWindowTo_p_wxEvtHandler(void *x
) { 
10404     return (void *)((wxEvtHandler 
*) (wxWindow 
*) ((wxSplitterWindow 
*) x
)); 
10406 static void *_p_wxSplashScreenWindowTo_p_wxEvtHandler(void *x
) { 
10407     return (void *)((wxEvtHandler 
*) (wxWindow 
*) ((wxSplashScreenWindow 
*) x
)); 
10409 static void *_p_wxWindowTo_p_wxEvtHandler(void *x
) { 
10410     return (void *)((wxEvtHandler 
*)  ((wxWindow 
*) x
)); 
10412 static void *_p_wxScrolledWindowTo_p_wxEvtHandler(void *x
) { 
10413     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxPanel 
*) ((wxScrolledWindow 
*) x
)); 
10415 static void *_p_wxTopLevelWindowTo_p_wxEvtHandler(void *x
) { 
10416     return (void *)((wxEvtHandler 
*) (wxWindow 
*) ((wxTopLevelWindow 
*) x
)); 
10418 static void *_p_wxMDIClientWindowTo_p_wxEvtHandler(void *x
) { 
10419     return (void *)((wxEvtHandler 
*) (wxWindow 
*) ((wxMDIClientWindow 
*) x
)); 
10421 static void *_p_wxPyHtmlWindowTo_p_wxEvtHandler(void *x
) { 
10422     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxPanel 
*)(wxScrolledWindow 
*) ((wxPyHtmlWindow 
*) x
)); 
10424 static void *_p_wxControlTo_p_wxEvtHandler(void *x
) { 
10425     return (void *)((wxEvtHandler 
*) (wxWindow 
*) ((wxControl 
*) x
)); 
10427 static void *_p_wxPreviewFrameTo_p_wxEvtHandler(void *x
) { 
10428     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxPreviewFrame 
*) x
)); 
10430 static void *_p_wxPyPreviewFrameTo_p_wxEvtHandler(void *x
) { 
10431     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*)(wxPreviewFrame 
*) ((wxPyPreviewFrame 
*) x
)); 
10433 static void *_p_wxMDIChildFrameTo_p_wxEvtHandler(void *x
) { 
10434     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxMDIChildFrame 
*) x
)); 
10436 static void *_p_wxPyAppTo_p_wxEvtHandler(void *x
) { 
10437     return (void *)((wxEvtHandler 
*)  ((wxPyApp 
*) x
)); 
10439 static void *_p_wxControlWithItemsTo_p_wxEvtHandler(void *x
) { 
10440     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxControl 
*) ((wxControlWithItems 
*) x
)); 
10442 static void *_p_wxPyWindowTo_p_wxEvtHandler(void *x
) { 
10443     return (void *)((wxEvtHandler 
*) (wxWindow 
*) ((wxPyWindow 
*) x
)); 
10445 static void *_p_wxPreviewCanvasTo_p_wxEvtHandler(void *x
) { 
10446     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxPanel 
*)(wxScrolledWindow 
*) ((wxPreviewCanvas 
*) x
)); 
10448 static void *_p_wxHtmlHelpControllerTo_p_wxEvtHandler(void *x
) { 
10449     return (void *)((wxEvtHandler 
*)  ((wxHtmlHelpController 
*) x
)); 
10451 static void *_p_wxPyHtmlListBoxTo_p_wxEvtHandler(void *x
) { 
10452     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxPanel 
*)(wxPyVScrolledWindow 
*)(wxPyVListBox 
*) ((wxPyHtmlListBox 
*) x
)); 
10454 static void *_p_wxPyVListBoxTo_p_wxEvtHandler(void *x
) { 
10455     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxPanel 
*)(wxPyVScrolledWindow 
*) ((wxPyVListBox 
*) x
)); 
10457 static void *_p_wxPreviewControlBarTo_p_wxEvtHandler(void *x
) { 
10458     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxPanel 
*) ((wxPreviewControlBar 
*) x
)); 
10460 static void *_p_wxPyPreviewControlBarTo_p_wxEvtHandler(void *x
) { 
10461     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxPanel 
*)(wxPreviewControlBar 
*) ((wxPyPreviewControlBar 
*) x
)); 
10463 static void *_p_wxTaskBarIconTo_p_wxEvtHandler(void *x
) { 
10464     return (void *)((wxEvtHandler 
*)  ((wxTaskBarIcon 
*) x
)); 
10466 static void *_p_wxHtmlHelpFrameTo_p_wxEvtHandler(void *x
) { 
10467     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxHtmlHelpFrame 
*) x
)); 
10469 static void *_p_wxFrameTo_p_wxEvtHandler(void *x
) { 
10470     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*) ((wxFrame 
*) x
)); 
10472 static void *_p_wxFontDialogTo_p_wxEvtHandler(void *x
) { 
10473     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxFontDialog 
*) x
)); 
10475 static void *_p_wxDirDialogTo_p_wxEvtHandler(void *x
) { 
10476     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxDirDialog 
*) x
)); 
10478 static void *_p_wxColourDialogTo_p_wxEvtHandler(void *x
) { 
10479     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxColourDialog 
*) x
)); 
10481 static void *_p_wxDialogTo_p_wxEvtHandler(void *x
) { 
10482     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*) ((wxDialog 
*) x
)); 
10484 static void *_p_wxPageSetupDialogTo_p_wxEvtHandler(void *x
) { 
10485     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxPageSetupDialog 
*) x
)); 
10487 static void *_p_wxPrintDialogTo_p_wxEvtHandler(void *x
) { 
10488     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxPrintDialog 
*) x
)); 
10490 static void *_p_wxMDIParentFrameTo_p_wxEvtHandler(void *x
) { 
10491     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxMDIParentFrame 
*) x
)); 
10493 static void *_p_wxHtmlPrintoutTo_p_wxPyPrintout(void *x
) { 
10494     return (void *)((wxPyPrintout 
*)  ((wxHtmlPrintout 
*) x
)); 
10496 static void *_p_wxMDIChildFrameTo_p_wxFrame(void *x
) { 
10497     return (void *)((wxFrame 
*)  ((wxMDIChildFrame 
*) x
)); 
10499 static void *_p_wxProgressDialogTo_p_wxFrame(void *x
) { 
10500     return (void *)((wxFrame 
*)  ((wxProgressDialog 
*) x
)); 
10502 static void *_p_wxPreviewFrameTo_p_wxFrame(void *x
) { 
10503     return (void *)((wxFrame 
*)  ((wxPreviewFrame 
*) x
)); 
10505 static void *_p_wxPyPreviewFrameTo_p_wxFrame(void *x
) { 
10506     return (void *)((wxFrame 
*) (wxPreviewFrame 
*) ((wxPyPreviewFrame 
*) x
)); 
10508 static void *_p_wxMiniFrameTo_p_wxFrame(void *x
) { 
10509     return (void *)((wxFrame 
*)  ((wxMiniFrame 
*) x
)); 
10511 static void *_p_wxHtmlHelpFrameTo_p_wxFrame(void *x
) { 
10512     return (void *)((wxFrame 
*)  ((wxHtmlHelpFrame 
*) x
)); 
10514 static void *_p_wxSplashScreenTo_p_wxFrame(void *x
) { 
10515     return (void *)((wxFrame 
*)  ((wxSplashScreen 
*) x
)); 
10517 static void *_p_wxMDIParentFrameTo_p_wxFrame(void *x
) { 
10518     return (void *)((wxFrame 
*)  ((wxMDIParentFrame 
*) x
)); 
10520 static void *_p_wxHtmlContainerCellTo_p_wxHtmlCell(void *x
) { 
10521     return (void *)((wxHtmlCell 
*)  ((wxHtmlContainerCell 
*) x
)); 
10523 static void *_p_wxHtmlWidgetCellTo_p_wxHtmlCell(void *x
) { 
10524     return (void *)((wxHtmlCell 
*)  ((wxHtmlWidgetCell 
*) x
)); 
10526 static void *_p_wxHtmlColourCellTo_p_wxHtmlCell(void *x
) { 
10527     return (void *)((wxHtmlCell 
*)  ((wxHtmlColourCell 
*) x
)); 
10529 static void *_p_wxHtmlWordCellTo_p_wxHtmlCell(void *x
) { 
10530     return (void *)((wxHtmlCell 
*)  ((wxHtmlWordCell 
*) x
)); 
10532 static void *_p_wxHtmlFontCellTo_p_wxHtmlCell(void *x
) { 
10533     return (void *)((wxHtmlCell 
*)  ((wxHtmlFontCell 
*) x
)); 
10535 static swig_type_info _swigt__p_wxHtmlDCRenderer
[] = {{"_p_wxHtmlDCRenderer", 0, "wxHtmlDCRenderer *", 0},{"_p_wxHtmlDCRenderer"},{0}}; 
10536 static swig_type_info _swigt__p_wxColour
[] = {{"_p_wxColour", 0, "wxColour *", 0},{"_p_wxColour"},{0}}; 
10537 static swig_type_info _swigt__p_wxPageSetupDialogData
[] = {{"_p_wxPageSetupDialogData", 0, "wxPageSetupDialogData *", 0},{"_p_wxPageSetupDialogData"},{0}}; 
10538 static swig_type_info _swigt__p_wxDC
[] = {{"_p_wxDC", 0, "wxDC *", 0},{"_p_wxDC"},{0}}; 
10539 static swig_type_info _swigt__p_wxDefaultHtmlRenderingStyle
[] = {{"_p_wxDefaultHtmlRenderingStyle", 0, "wxDefaultHtmlRenderingStyle *", 0},{"_p_wxDefaultHtmlRenderingStyle"},{0}}; 
10540 static swig_type_info _swigt__p_wxHtmlRenderingStyle
[] = {{"_p_wxHtmlRenderingStyle", 0, "wxHtmlRenderingStyle *", 0},{"_p_wxHtmlRenderingStyle"},{"_p_wxDefaultHtmlRenderingStyle", _p_wxDefaultHtmlRenderingStyleTo_p_wxHtmlRenderingStyle
},{0}}; 
10541 static swig_type_info _swigt__p_wxMouseEvent
[] = {{"_p_wxMouseEvent", 0, "wxMouseEvent *", 0},{"_p_wxMouseEvent"},{0}}; 
10542 static swig_type_info _swigt__p_wxHtmlWordCell
[] = {{"_p_wxHtmlWordCell", 0, "wxHtmlWordCell *", 0},{"_p_wxHtmlWordCell"},{0}}; 
10543 static swig_type_info _swigt__p_wxHtmlHelpData
[] = {{"_p_wxHtmlHelpData", 0, "wxHtmlHelpData *", 0},{"_p_wxHtmlHelpData"},{0}}; 
10544 static swig_type_info _swigt__p_wxHtmlWinParser
[] = {{"_p_wxHtmlWinParser", 0, "wxHtmlWinParser *", 0},{"_p_wxHtmlWinParser"},{0}}; 
10545 static swig_type_info _swigt__p_wxHtmlParser
[] = {{"_p_wxHtmlParser", 0, "wxHtmlParser *", 0},{"_p_wxHtmlParser"},{"_p_wxHtmlWinParser", _p_wxHtmlWinParserTo_p_wxHtmlParser
},{0}}; 
10546 static swig_type_info _swigt__p_wxPanel
[] = {{"_p_wxPanel", 0, "wxPanel *", 0},{"_p_wxPanel"},{"_p_wxScrolledWindow", _p_wxScrolledWindowTo_p_wxPanel
},{"_p_wxPyHtmlWindow", _p_wxPyHtmlWindowTo_p_wxPanel
},{"_p_wxPyVScrolledWindow", _p_wxPyVScrolledWindowTo_p_wxPanel
},{"_p_wxPyVListBox", _p_wxPyVListBoxTo_p_wxPanel
},{"_p_wxPyHtmlListBox", _p_wxPyHtmlListBoxTo_p_wxPanel
},{"_p_wxPyPanel", _p_wxPyPanelTo_p_wxPanel
},{"_p_wxPreviewCanvas", _p_wxPreviewCanvasTo_p_wxPanel
},{"_p_wxPreviewControlBar", _p_wxPreviewControlBarTo_p_wxPanel
},{"_p_wxPyPreviewControlBar", _p_wxPyPreviewControlBarTo_p_wxPanel
},{0}}; 
10547 static swig_type_info _swigt__p_wxHtmlFontCell
[] = {{"_p_wxHtmlFontCell", 0, "wxHtmlFontCell *", 0},{"_p_wxHtmlFontCell"},{0}}; 
10548 static swig_type_info _swigt__p_wxFont
[] = {{"_p_wxFont", 0, "wxFont *", 0},{"_p_wxFont"},{0}}; 
10549 static swig_type_info _swigt__p_wxHtmlColourCell
[] = {{"_p_wxHtmlColourCell", 0, "wxHtmlColourCell *", 0},{"_p_wxHtmlColourCell"},{0}}; 
10550 static swig_type_info _swigt__p_wxPyHtmlWindow
[] = {{"_p_wxPyHtmlWindow", 0, "wxPyHtmlWindow *", 0},{"_p_wxPyHtmlWindow"},{0}}; 
10551 static swig_type_info _swigt__p_wxScrolledWindow
[] = {{"_p_wxScrolledWindow", 0, "wxScrolledWindow *", 0},{"_p_wxScrolledWindow"},{"_p_wxPyHtmlWindow", _p_wxPyHtmlWindowTo_p_wxScrolledWindow
},{"_p_wxPreviewCanvas", _p_wxPreviewCanvasTo_p_wxScrolledWindow
},{0}}; 
10552 static swig_type_info _swigt__p_wxWindow
[] = {{"_p_wxWindow", 0, "wxWindow *", 0},{"_p_wxSplashScreen", _p_wxSplashScreenTo_p_wxWindow
},{"_p_wxMiniFrame", _p_wxMiniFrameTo_p_wxWindow
},{"_p_wxPyPanel", _p_wxPyPanelTo_p_wxWindow
},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxWindow
},{"_p_wxFindReplaceDialog", _p_wxFindReplaceDialogTo_p_wxWindow
},{"_p_wxProgressDialog", _p_wxProgressDialogTo_p_wxWindow
},{"_p_wxMessageDialog", _p_wxMessageDialogTo_p_wxWindow
},{"_p_wxTextEntryDialog", _p_wxTextEntryDialogTo_p_wxWindow
},{"_p_wxSingleChoiceDialog", _p_wxSingleChoiceDialogTo_p_wxWindow
},{"_p_wxMultiChoiceDialog", _p_wxMultiChoiceDialogTo_p_wxWindow
},{"_p_wxFileDialog", _p_wxFileDialogTo_p_wxWindow
},{"_p_wxPanel", _p_wxPanelTo_p_wxWindow
},{"_p_wxStatusBar", _p_wxStatusBarTo_p_wxWindow
},{"_p_wxTopLevelWindow", _p_wxTopLevelWindowTo_p_wxWindow
},{"_p_wxSplashScreenWindow", _p_wxSplashScreenWindowTo_p_wxWindow
},{"_p_wxSplitterWindow", _p_wxSplitterWindowTo_p_wxWindow
},{"_p_wxSashWindow", _p_wxSashWindowTo_p_wxWindow
},{"_p_wxPyVScrolledWindow", _p_wxPyVScrolledWindowTo_p_wxWindow
},{"_p_wxPyHtmlWindow", _p_wxPyHtmlWindowTo_p_wxWindow
},{"_p_wxWindow"},{"_p_wxScrolledWindow", _p_wxScrolledWindowTo_p_wxWindow
},{"_p_wxSashLayoutWindow", _p_wxSashLayoutWindowTo_p_wxWindow
},{"_p_wxPopupWindow", _p_wxPopupWindowTo_p_wxWindow
},{"_p_wxPyPopupTransientWindow", _p_wxPyPopupTransientWindowTo_p_wxWindow
},{"_p_wxTipWindow", _p_wxTipWindowTo_p_wxWindow
},{"_p_wxMDIClientWindow", _p_wxMDIClientWindowTo_p_wxWindow
},{"_p_wxPyPreviewFrame", _p_wxPyPreviewFrameTo_p_wxWindow
},{"_p_wxPreviewFrame", _p_wxPreviewFrameTo_p_wxWindow
},{"_p_wxControl", _p_wxControlTo_p_wxWindow
},{"_p_wxMDIChildFrame", _p_wxMDIChildFrameTo_p_wxWindow
},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxWindow
},{"_p_wxPreviewCanvas", _p_wxPreviewCanvasTo_p_wxWindow
},{"_p_wxPyWindow", _p_wxPyWindowTo_p_wxWindow
},{"_p_wxPyHtmlListBox", _p_wxPyHtmlListBoxTo_p_wxWindow
},{"_p_wxPyVListBox", _p_wxPyVListBoxTo_p_wxWindow
},{"_p_wxPyPreviewControlBar", _p_wxPyPreviewControlBarTo_p_wxWindow
},{"_p_wxPreviewControlBar", _p_wxPreviewControlBarTo_p_wxWindow
},{"_p_wxHtmlHelpFrame", _p_wxHtmlHelpFrameTo_p_wxWindow
},{"_p_wxFrame", _p_wxFrameTo_p_wxWindow
},{"_p_wxPageSetupDialog", _p_wxPageSetupDialogTo_p_wxWindow
},{"_p_wxPrintDialog", _p_wxPrintDialogTo_p_wxWindow
},{"_p_wxDialog", _p_wxDialogTo_p_wxWindow
},{"_p_wxColourDialog", _p_wxColourDialogTo_p_wxWindow
},{"_p_wxDirDialog", _p_wxDirDialogTo_p_wxWindow
},{"_p_wxFontDialog", _p_wxFontDialogTo_p_wxWindow
},{"_p_wxMDIParentFrame", _p_wxMDIParentFrameTo_p_wxWindow
},{0}}; 
10553 static swig_type_info _swigt__p_wxTopLevelWindow
[] = {{"_p_wxTopLevelWindow", 0, "wxTopLevelWindow *", 0},{"_p_wxFrame", _p_wxFrameTo_p_wxTopLevelWindow
},{"_p_wxMiniFrame", _p_wxMiniFrameTo_p_wxTopLevelWindow
},{"_p_wxColourDialog", _p_wxColourDialogTo_p_wxTopLevelWindow
},{"_p_wxDialog", _p_wxDialogTo_p_wxTopLevelWindow
},{"_p_wxPageSetupDialog", _p_wxPageSetupDialogTo_p_wxTopLevelWindow
},{"_p_wxPrintDialog", _p_wxPrintDialogTo_p_wxTopLevelWindow
},{"_p_wxDirDialog", _p_wxDirDialogTo_p_wxTopLevelWindow
},{"_p_wxFontDialog", _p_wxFontDialogTo_p_wxTopLevelWindow
},{"_p_wxSplashScreen", _p_wxSplashScreenTo_p_wxTopLevelWindow
},{"_p_wxTopLevelWindow"},{"_p_wxMDIParentFrame", _p_wxMDIParentFrameTo_p_wxTopLevelWindow
},{"_p_wxMDIChildFrame", _p_wxMDIChildFrameTo_p_wxTopLevelWindow
},{"_p_wxHtmlHelpFrame", _p_wxHtmlHelpFrameTo_p_wxTopLevelWindow
},{"_p_wxProgressDialog", _p_wxProgressDialogTo_p_wxTopLevelWindow
},{"_p_wxFindReplaceDialog", _p_wxFindReplaceDialogTo_p_wxTopLevelWindow
},{"_p_wxMessageDialog", _p_wxMessageDialogTo_p_wxTopLevelWindow
},{"_p_wxTextEntryDialog", _p_wxTextEntryDialogTo_p_wxTopLevelWindow
},{"_p_wxSingleChoiceDialog", _p_wxSingleChoiceDialogTo_p_wxTopLevelWindow
},{"_p_wxMultiChoiceDialog", _p_wxMultiChoiceDialogTo_p_wxTopLevelWindow
},{"_p_wxFileDialog", _p_wxFileDialogTo_p_wxTopLevelWindow
},{"_p_wxPyPreviewFrame", _p_wxPyPreviewFrameTo_p_wxTopLevelWindow
},{"_p_wxPreviewFrame", _p_wxPreviewFrameTo_p_wxTopLevelWindow
},{0}}; 
10554 static swig_type_info _swigt__p_wxHtmlEasyPrinting
[] = {{"_p_wxHtmlEasyPrinting", 0, "wxHtmlEasyPrinting *", 0},{"_p_wxHtmlEasyPrinting"},{0}}; 
10555 static swig_type_info _swigt__p_wxHtmlSelection
[] = {{"_p_wxHtmlSelection", 0, "wxHtmlSelection *", 0},{"_p_wxHtmlSelection"},{0}}; 
10556 static swig_type_info _swigt__p_wxHtmlRenderingInfo
[] = {{"_p_wxHtmlRenderingInfo", 0, "wxHtmlRenderingInfo *", 0},{"_p_wxHtmlRenderingInfo"},{0}}; 
10557 static swig_type_info _swigt__p_wxHtmlWidgetCell
[] = {{"_p_wxHtmlWidgetCell", 0, "wxHtmlWidgetCell *", 0},{"_p_wxHtmlWidgetCell"},{0}}; 
10558 static swig_type_info _swigt__p_wxObject
[] = {{"_p_wxObject", 0, "wxObject *", 0},{"_p_wxQueryLayoutInfoEvent", _p_wxQueryLayoutInfoEventTo_p_wxObject
},{"_p_wxLayoutConstraints", _p_wxLayoutConstraintsTo_p_wxObject
},{"_p_wxPreviewFrame", _p_wxPreviewFrameTo_p_wxObject
},{"_p_wxPyPreviewFrame", _p_wxPyPreviewFrameTo_p_wxObject
},{"_p_wxGBSizerItem", _p_wxGBSizerItemTo_p_wxObject
},{"_p_wxSizerItem", _p_wxSizerItemTo_p_wxObject
},{"_p_wxHtmlLinkInfo", _p_wxHtmlLinkInfoTo_p_wxObject
},{"_p_wxScrollEvent", _p_wxScrollEventTo_p_wxObject
},{"_p_wxIndividualLayoutConstraint", _p_wxIndividualLayoutConstraintTo_p_wxObject
},{"_p_wxStaticBoxSizer", _p_wxStaticBoxSizerTo_p_wxObject
},{"_p_wxBoxSizer", _p_wxBoxSizerTo_p_wxObject
},{"_p_wxSizer", _p_wxSizerTo_p_wxObject
},{"_p_wxGridBagSizer", _p_wxGridBagSizerTo_p_wxObject
},{"_p_wxHtmlFontCell", _p_wxHtmlFontCellTo_p_wxObject
},{"_p_wxUpdateUIEvent", _p_wxUpdateUIEventTo_p_wxObject
},{"_p_wxPyPanel", _p_wxPyPanelTo_p_wxObject
},{"_p_wxHtmlTag", _p_wxHtmlTagTo_p_wxObject
},{"_p_wxMenu", _p_wxMenuTo_p_wxObject
},{"_p_wxFontData", _p_wxFontDataTo_p_wxObject
},{"_p_wxPrintData", _p_wxPrintDataTo_p_wxObject
},{"_p_wxEvent", _p_wxEventTo_p_wxObject
},{"_p_wxFlexGridSizer", _p_wxFlexGridSizerTo_p_wxObject
},{"_p_wxGridSizer", _p_wxGridSizerTo_p_wxObject
},{"_p_wxHtmlHelpFrame", _p_wxHtmlHelpFrameTo_p_wxObject
},{"_p_wxTaskBarIcon", _p_wxTaskBarIconTo_p_wxObject
},{"_p_wxLayoutAlgorithm", _p_wxLayoutAlgorithmTo_p_wxObject
},{"_p_wxInitDialogEvent", _p_wxInitDialogEventTo_p_wxObject
},{"_p_wxFindDialogEvent", _p_wxFindDialogEventTo_p_wxObject
},{"_p_wxHtmlCell", _p_wxHtmlCellTo_p_wxObject
},{"_p_wxNcPaintEvent", _p_wxNcPaintEventTo_p_wxObject
},{"_p_wxPaintEvent", _p_wxPaintEventTo_p_wxObject
},{"_p_wxMouseCaptureChangedEvent", _p_wxMouseCaptureChangedEventTo_p_wxObject
},{"_p_wxDisplayChangedEvent", _p_wxDisplayChangedEventTo_p_wxObject
},{"_p_wxPaletteChangedEvent", _p_wxPaletteChangedEventTo_p_wxObject
},{"_p_wxSysColourChangedEvent", _p_wxSysColourChangedEventTo_p_wxObject
},{"_p_wxPreviewCanvas", _p_wxPreviewCanvasTo_p_wxObject
},{"_p_wxControl", _p_wxControlTo_p_wxObject
},{"_p_wxSetCursorEvent", _p_wxSetCursorEventTo_p_wxObject
},{"_p_wxSplitterEvent", _p_wxSplitterEventTo_p_wxObject
},{"_p_wxFSFile", _p_wxFSFileTo_p_wxObject
},{"_p_wxHtmlWidgetCell", _p_wxHtmlWidgetCellTo_p_wxObject
},{"_p_wxFindReplaceData", _p_wxFindReplaceDataTo_p_wxObject
},{"_p_wxPySizer", _p_wxPySizerTo_p_wxObject
},{"_p_wxHtmlColourCell", _p_wxHtmlColourCellTo_p_wxObject
},{"_p_wxMDIChildFrame", _p_wxMDIChildFrameTo_p_wxObject
},{"_p_wxColourData", _p_wxColourDataTo_p_wxObject
},{"_p_wxPyEvent", _p_wxPyEventTo_p_wxObject
},{"_p_wxNotifyEvent", _p_wxNotifyEventTo_p_wxObject
},{"_p_wxPyWindow", _p_wxPyWindowTo_p_wxObject
},{"_p_wxSplashScreen", _p_wxSplashScreenTo_p_wxObject
},{"_p_wxFileDialog", _p_wxFileDialogTo_p_wxObject
},{"_p_wxMultiChoiceDialog", _p_wxMultiChoiceDialogTo_p_wxObject
},{"_p_wxSingleChoiceDialog", _p_wxSingleChoiceDialogTo_p_wxObject
},{"_p_wxTextEntryDialog", _p_wxTextEntryDialogTo_p_wxObject
},{"_p_wxMessageDialog", _p_wxMessageDialogTo_p_wxObject
},{"_p_wxProgressDialog", _p_wxProgressDialogTo_p_wxObject
},{"_p_wxFindReplaceDialog", _p_wxFindReplaceDialogTo_p_wxObject
},{"_p_wxShowEvent", _p_wxShowEventTo_p_wxObject
},{"_p_wxPrinter", _p_wxPrinterTo_p_wxObject
},{"_p_wxMenuItem", _p_wxMenuItemTo_p_wxObject
},{"_p_wxPyHtmlFilter", _p_wxPyHtmlFilterTo_p_wxObject
},{"_p_wxIdleEvent", _p_wxIdleEventTo_p_wxObject
},{"_p_wxWindowCreateEvent", _p_wxWindowCreateEventTo_p_wxObject
},{"_p_wxQueryNewPaletteEvent", _p_wxQueryNewPaletteEventTo_p_wxObject
},{"_p_wxMaximizeEvent", _p_wxMaximizeEventTo_p_wxObject
},{"_p_wxIconizeEvent", _p_wxIconizeEventTo_p_wxObject
},{"_p_wxSizeEvent", _p_wxSizeEventTo_p_wxObject
},{"_p_wxMoveEvent", _p_wxMoveEventTo_p_wxObject
},{"_p_wxActivateEvent", _p_wxActivateEventTo_p_wxObject
},{"_p_wxPCXHandler", _p_wxPCXHandlerTo_p_wxObject
},{"_p_wxGIFHandler", _p_wxGIFHandlerTo_p_wxObject
},{"_p_wxJPEGHandler", _p_wxJPEGHandlerTo_p_wxObject
},{"_p_wxPNMHandler", _p_wxPNMHandlerTo_p_wxObject
},{"_p_wxXPMHandler", _p_wxXPMHandlerTo_p_wxObject
},{"_p_wxPNGHandler", _p_wxPNGHandlerTo_p_wxObject
},{"_p_wxANIHandler", _p_wxANIHandlerTo_p_wxObject
},{"_p_wxCURHandler", _p_wxCURHandlerTo_p_wxObject
},{"_p_wxICOHandler", _p_wxICOHandlerTo_p_wxObject
},{"_p_wxBMPHandler", _p_wxBMPHandlerTo_p_wxObject
},{"_p_wxImageHandler", _p_wxImageHandlerTo_p_wxObject
},{"_p_wxTIFFHandler", _p_wxTIFFHandlerTo_p_wxObject
},{"_p_wxEvtHandler", _p_wxEvtHandlerTo_p_wxObject
},{"_p_wxCalculateLayoutEvent", _p_wxCalculateLayoutEventTo_p_wxObject
},{"_p_wxPyHtmlTagHandler", _p_wxPyHtmlTagHandlerTo_p_wxObject
},{"_p_wxPyHtmlWinTagHandler", _p_wxPyHtmlWinTagHandlerTo_p_wxObject
},{"_p_wxPyVListBox", _p_wxPyVListBoxTo_p_wxObject
},{"_p_wxPyHtmlListBox", _p_wxPyHtmlListBoxTo_p_wxObject
},{"_p_wxAcceleratorTable", _p_wxAcceleratorTableTo_p_wxObject
},{"_p_wxMiniFrame", _p_wxMiniFrameTo_p_wxObject
},{"_p_wxImage", _p_wxImageTo_p_wxObject
},{"_p_wxFrame", _p_wxFrameTo_p_wxObject
},{"_p_wxPyPrintout", _p_wxPyPrintoutTo_p_wxObject
},{"_p_wxHtmlPrintout", _p_wxHtmlPrintoutTo_p_wxObject
},{"_p_wxScrollWinEvent", _p_wxScrollWinEventTo_p_wxObject
},{"_p_wxTaskBarIconEvent", _p_wxTaskBarIconEventTo_p_wxObject
},{"_p_wxStatusBar", _p_wxStatusBarTo_p_wxObject
},{"_p_wxHtmlDCRenderer", _p_wxHtmlDCRendererTo_p_wxObject
},{"_p_wxHtmlContainerCell", _p_wxHtmlContainerCellTo_p_wxObject
},{"_p_wxMDIParentFrame", _p_wxMDIParentFrameTo_p_wxObject
},{"_p_wxObject"},{"_p_wxWindowDestroyEvent", _p_wxWindowDestroyEventTo_p_wxObject
},{"_p_wxNavigationKeyEvent", _p_wxNavigationKeyEventTo_p_wxObject
},{"_p_wxKeyEvent", _p_wxKeyEventTo_p_wxObject
},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxObject
},{"_p_wxScrolledWindow", _p_wxScrolledWindowTo_p_wxObject
},{"_p_wxPyHtmlWindow", _p_wxPyHtmlWindowTo_p_wxObject
},{"_p_wxPyVScrolledWindow", _p_wxPyVScrolledWindowTo_p_wxObject
},{"_p_wxMDIClientWindow", _p_wxMDIClientWindowTo_p_wxObject
},{"_p_wxTopLevelWindow", _p_wxTopLevelWindowTo_p_wxObject
},{"_p_wxWindow", _p_wxWindowTo_p_wxObject
},{"_p_wxSashWindow", _p_wxSashWindowTo_p_wxObject
},{"_p_wxSplitterWindow", _p_wxSplitterWindowTo_p_wxObject
},{"_p_wxSplashScreenWindow", _p_wxSplashScreenWindowTo_p_wxObject
},{"_p_wxSashLayoutWindow", _p_wxSashLayoutWindowTo_p_wxObject
},{"_p_wxPopupWindow", _p_wxPopupWindowTo_p_wxObject
},{"_p_wxPyPopupTransientWindow", _p_wxPyPopupTransientWindowTo_p_wxObject
},{"_p_wxTipWindow", _p_wxTipWindowTo_p_wxObject
},{"_p_wxSashEvent", _p_wxSashEventTo_p_wxObject
},{"_p_wxPrintPreview", _p_wxPrintPreviewTo_p_wxObject
},{"_p_wxPyPrintPreview", _p_wxPyPrintPreviewTo_p_wxObject
},{"_p_wxPanel", _p_wxPanelTo_p_wxObject
},{"_p_wxPrintDialog", _p_wxPrintDialogTo_p_wxObject
},{"_p_wxPageSetupDialog", _p_wxPageSetupDialogTo_p_wxObject
},{"_p_wxDialog", _p_wxDialogTo_p_wxObject
},{"_p_wxColourDialog", _p_wxColourDialogTo_p_wxObject
},{"_p_wxDirDialog", _p_wxDirDialogTo_p_wxObject
},{"_p_wxFontDialog", _p_wxFontDialogTo_p_wxObject
},{"_p_wxHtmlParser", _p_wxHtmlParserTo_p_wxObject
},{"_p_wxHtmlWinParser", _p_wxHtmlWinParserTo_p_wxObject
},{"_p_wxFileSystem", _p_wxFileSystemTo_p_wxObject
},{"_p_wxHtmlWordCell", _p_wxHtmlWordCellTo_p_wxObject
},{"_p_wxContextMenuEvent", _p_wxContextMenuEventTo_p_wxObject
},{"_p_wxMenuEvent", _p_wxMenuEventTo_p_wxObject
},{"_p_wxPyApp", _p_wxPyAppTo_p_wxObject
},{"_p_wxCloseEvent", _p_wxCloseEventTo_p_wxObject
},{"_p_wxMouseEvent", _p_wxMouseEventTo_p_wxObject
},{"_p_wxEraseEvent", _p_wxEraseEventTo_p_wxObject
},{"_p_wxPyCommandEvent", _p_wxPyCommandEventTo_p_wxObject
},{"_p_wxCommandEvent", _p_wxCommandEventTo_p_wxObject
},{"_p_wxPreviewControlBar", _p_wxPreviewControlBarTo_p_wxObject
},{"_p_wxPyPreviewControlBar", _p_wxPyPreviewControlBarTo_p_wxObject
},{"_p_wxHtmlEasyPrinting", _p_wxHtmlEasyPrintingTo_p_wxObject
},{"_p_wxDropFilesEvent", _p_wxDropFilesEventTo_p_wxObject
},{"_p_wxFocusEvent", _p_wxFocusEventTo_p_wxObject
},{"_p_wxChildFocusEvent", _p_wxChildFocusEventTo_p_wxObject
},{"_p_wxHtmlHelpController", _p_wxHtmlHelpControllerTo_p_wxObject
},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxObject
},{"_p_wxPageSetupDialogData", _p_wxPageSetupDialogDataTo_p_wxObject
},{"_p_wxPrintDialogData", _p_wxPrintDialogDataTo_p_wxObject
},{"_p_wxValidator", _p_wxValidatorTo_p_wxObject
},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxObject
},{0}}; 
10559 static swig_type_info _swigt__p_wxString
[] = {{"_p_wxString", 0, "wxString *", 0},{"_p_wxString"},{0}}; 
10560 static swig_type_info _swigt__p_wxPyHtmlWinTagHandler
[] = {{"_p_wxPyHtmlWinTagHandler", 0, "wxPyHtmlWinTagHandler *", 0},{"_p_wxPyHtmlWinTagHandler"},{0}}; 
10561 static swig_type_info _swigt__p_wxHtmlTagHandler
[] = {{"_p_wxHtmlTagHandler", 0, "wxHtmlTagHandler *", 0},{"_p_wxHtmlTagHandler"},{0}}; 
10562 static swig_type_info _swigt__p_wxPyHtmlTagHandler
[] = {{"_p_wxPyHtmlTagHandler", 0, "wxPyHtmlTagHandler *", 0},{"_p_wxPyHtmlTagHandler"},{"_p_wxPyHtmlWinTagHandler", _p_wxPyHtmlWinTagHandlerTo_p_wxPyHtmlTagHandler
},{0}}; 
10563 static swig_type_info _swigt__p_wxEvtHandler
[] = {{"_p_wxEvtHandler", 0, "wxEvtHandler *", 0},{"_p_wxSplashScreen", _p_wxSplashScreenTo_p_wxEvtHandler
},{"_p_wxMiniFrame", _p_wxMiniFrameTo_p_wxEvtHandler
},{"_p_wxPyPanel", _p_wxPyPanelTo_p_wxEvtHandler
},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxEvtHandler
},{"_p_wxValidator", _p_wxValidatorTo_p_wxEvtHandler
},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxEvtHandler
},{"_p_wxFindReplaceDialog", _p_wxFindReplaceDialogTo_p_wxEvtHandler
},{"_p_wxTextEntryDialog", _p_wxTextEntryDialogTo_p_wxEvtHandler
},{"_p_wxSingleChoiceDialog", _p_wxSingleChoiceDialogTo_p_wxEvtHandler
},{"_p_wxMultiChoiceDialog", _p_wxMultiChoiceDialogTo_p_wxEvtHandler
},{"_p_wxFileDialog", _p_wxFileDialogTo_p_wxEvtHandler
},{"_p_wxMessageDialog", _p_wxMessageDialogTo_p_wxEvtHandler
},{"_p_wxProgressDialog", _p_wxProgressDialogTo_p_wxEvtHandler
},{"_p_wxPanel", _p_wxPanelTo_p_wxEvtHandler
},{"_p_wxStatusBar", _p_wxStatusBarTo_p_wxEvtHandler
},{"_p_wxTopLevelWindow", _p_wxTopLevelWindowTo_p_wxEvtHandler
},{"_p_wxMDIClientWindow", _p_wxMDIClientWindowTo_p_wxEvtHandler
},{"_p_wxPyVScrolledWindow", _p_wxPyVScrolledWindowTo_p_wxEvtHandler
},{"_p_wxPyHtmlWindow", _p_wxPyHtmlWindowTo_p_wxEvtHandler
},{"_p_wxScrolledWindow", _p_wxScrolledWindowTo_p_wxEvtHandler
},{"_p_wxWindow", _p_wxWindowTo_p_wxEvtHandler
},{"_p_wxSashWindow", _p_wxSashWindowTo_p_wxEvtHandler
},{"_p_wxSplitterWindow", _p_wxSplitterWindowTo_p_wxEvtHandler
},{"_p_wxSplashScreenWindow", _p_wxSplashScreenWindowTo_p_wxEvtHandler
},{"_p_wxSashLayoutWindow", _p_wxSashLayoutWindowTo_p_wxEvtHandler
},{"_p_wxPopupWindow", _p_wxPopupWindowTo_p_wxEvtHandler
},{"_p_wxPyPopupTransientWindow", _p_wxPyPopupTransientWindowTo_p_wxEvtHandler
},{"_p_wxTipWindow", _p_wxTipWindowTo_p_wxEvtHandler
},{"_p_wxPyPreviewFrame", _p_wxPyPreviewFrameTo_p_wxEvtHandler
},{"_p_wxPreviewFrame", _p_wxPreviewFrameTo_p_wxEvtHandler
},{"_p_wxControl", _p_wxControlTo_p_wxEvtHandler
},{"_p_wxMDIChildFrame", _p_wxMDIChildFrameTo_p_wxEvtHandler
},{"_p_wxPyApp", _p_wxPyAppTo_p_wxEvtHandler
},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxEvtHandler
},{"_p_wxEvtHandler"},{"_p_wxPreviewCanvas", _p_wxPreviewCanvasTo_p_wxEvtHandler
},{"_p_wxPyWindow", _p_wxPyWindowTo_p_wxEvtHandler
},{"_p_wxHtmlHelpController", _p_wxHtmlHelpControllerTo_p_wxEvtHandler
},{"_p_wxPyHtmlListBox", _p_wxPyHtmlListBoxTo_p_wxEvtHandler
},{"_p_wxPyVListBox", _p_wxPyVListBoxTo_p_wxEvtHandler
},{"_p_wxPyPreviewControlBar", _p_wxPyPreviewControlBarTo_p_wxEvtHandler
},{"_p_wxPreviewControlBar", _p_wxPreviewControlBarTo_p_wxEvtHandler
},{"_p_wxTaskBarIcon", _p_wxTaskBarIconTo_p_wxEvtHandler
},{"_p_wxHtmlHelpFrame", _p_wxHtmlHelpFrameTo_p_wxEvtHandler
},{"_p_wxFrame", _p_wxFrameTo_p_wxEvtHandler
},{"_p_wxPageSetupDialog", _p_wxPageSetupDialogTo_p_wxEvtHandler
},{"_p_wxPrintDialog", _p_wxPrintDialogTo_p_wxEvtHandler
},{"_p_wxDialog", _p_wxDialogTo_p_wxEvtHandler
},{"_p_wxColourDialog", _p_wxColourDialogTo_p_wxEvtHandler
},{"_p_wxDirDialog", _p_wxDirDialogTo_p_wxEvtHandler
},{"_p_wxFontDialog", _p_wxFontDialogTo_p_wxEvtHandler
},{"_p_wxMenu", _p_wxMenuTo_p_wxEvtHandler
},{"_p_wxMDIParentFrame", _p_wxMDIParentFrameTo_p_wxEvtHandler
},{0}}; 
10564 static swig_type_info _swigt__p_wxPoint
[] = {{"_p_wxPoint", 0, "wxPoint *", 0},{"_p_wxPoint"},{0}}; 
10565 static swig_type_info _swigt__p_wxHtmlHelpController
[] = {{"_p_wxHtmlHelpController", 0, "wxHtmlHelpController *", 0},{"_p_wxHtmlHelpController"},{0}}; 
10566 static swig_type_info _swigt__p_wxCursor
[] = {{"_p_wxCursor", 0, "wxCursor *", 0},{"_p_wxCursor"},{0}}; 
10567 static swig_type_info _swigt__p_wxFileSystem
[] = {{"_p_wxFileSystem", 0, "wxFileSystem *", 0},{"_p_wxFileSystem"},{0}}; 
10568 static swig_type_info _swigt__p_wxHtmlBookRecArray
[] = {{"_p_wxHtmlBookRecArray", 0, "wxHtmlBookRecArray *", 0},{"_p_wxHtmlBookRecArray"},{0}}; 
10569 static swig_type_info _swigt__p_wxPyPrintout
[] = {{"_p_wxPyPrintout", 0, "wxPyPrintout *", 0},{"_p_wxPyPrintout"},{"_p_wxHtmlPrintout", _p_wxHtmlPrintoutTo_p_wxPyPrintout
},{0}}; 
10570 static swig_type_info _swigt__p_wxHtmlPrintout
[] = {{"_p_wxHtmlPrintout", 0, "wxHtmlPrintout *", 0},{"_p_wxHtmlPrintout"},{0}}; 
10571 static swig_type_info _swigt__p_wxHtmlSearchStatus
[] = {{"_p_wxHtmlSearchStatus", 0, "wxHtmlSearchStatus *", 0},{"_p_wxHtmlSearchStatus"},{0}}; 
10572 static swig_type_info _swigt__p_wxHtmlContentsItem
[] = {{"_p_wxHtmlContentsItem", 0, "wxHtmlContentsItem *", 0},{"_p_wxHtmlContentsItem"},{0}}; 
10573 static swig_type_info _swigt__p_wxConfigBase
[] = {{"_p_wxConfigBase", 0, "wxConfigBase *", 0},{"_p_wxConfigBase"},{0}}; 
10574 static swig_type_info _swigt__p_wxPrintData
[] = {{"_p_wxPrintData", 0, "wxPrintData *", 0},{"_p_wxPrintData"},{0}}; 
10575 static swig_type_info _swigt__p_wxHtmlHelpFrame
[] = {{"_p_wxHtmlHelpFrame", 0, "wxHtmlHelpFrame *", 0},{"_p_wxHtmlHelpFrame"},{0}}; 
10576 static swig_type_info _swigt__p_wxHtmlRenderingState
[] = {{"_p_wxHtmlRenderingState", 0, "wxHtmlRenderingState *", 0},{"_p_wxHtmlRenderingState"},{0}}; 
10577 static swig_type_info _swigt__p_wxFrame
[] = {{"_p_wxFrame", 0, "wxFrame *", 0},{"_p_wxMDIChildFrame", _p_wxMDIChildFrameTo_p_wxFrame
},{"_p_wxProgressDialog", _p_wxProgressDialogTo_p_wxFrame
},{"_p_wxPreviewFrame", _p_wxPreviewFrameTo_p_wxFrame
},{"_p_wxPyPreviewFrame", _p_wxPyPreviewFrameTo_p_wxFrame
},{"_p_wxMiniFrame", _p_wxMiniFrameTo_p_wxFrame
},{"_p_wxHtmlHelpFrame", _p_wxHtmlHelpFrameTo_p_wxFrame
},{"_p_wxFrame"},{"_p_wxSplashScreen", _p_wxSplashScreenTo_p_wxFrame
},{"_p_wxMDIParentFrame", _p_wxMDIParentFrameTo_p_wxFrame
},{0}}; 
10578 static swig_type_info _swigt__p_wxPyHtmlFilter
[] = {{"_p_wxPyHtmlFilter", 0, "wxPyHtmlFilter *", 0},{"_p_wxPyHtmlFilter"},{0}}; 
10579 static swig_type_info _swigt__p_wxHtmlFilter
[] = {{"_p_wxHtmlFilter", 0, "wxHtmlFilter *", 0},{"_p_wxHtmlFilter"},{0}}; 
10580 static swig_type_info _swigt__p_wxHtmlCell
[] = {{"_p_wxHtmlCell", 0, "wxHtmlCell *", 0},{"_p_wxHtmlCell"},{"_p_wxHtmlContainerCell", _p_wxHtmlContainerCellTo_p_wxHtmlCell
},{"_p_wxHtmlWidgetCell", _p_wxHtmlWidgetCellTo_p_wxHtmlCell
},{"_p_wxHtmlColourCell", _p_wxHtmlColourCellTo_p_wxHtmlCell
},{"_p_wxHtmlWordCell", _p_wxHtmlWordCellTo_p_wxHtmlCell
},{"_p_wxHtmlFontCell", _p_wxHtmlFontCellTo_p_wxHtmlCell
},{0}}; 
10581 static swig_type_info _swigt__p_wxHtmlContainerCell
[] = {{"_p_wxHtmlContainerCell", 0, "wxHtmlContainerCell *", 0},{"_p_wxHtmlContainerCell"},{0}}; 
10582 static swig_type_info _swigt__p_wxHtmlTag
[] = {{"_p_wxHtmlTag", 0, "wxHtmlTag *", 0},{"_p_wxHtmlTag"},{0}}; 
10583 static swig_type_info _swigt__p_wxHtmlLinkInfo
[] = {{"_p_wxHtmlLinkInfo", 0, "wxHtmlLinkInfo *", 0},{"_p_wxHtmlLinkInfo"},{0}}; 
10584 static swig_type_info _swigt__p_int
[] = {{"_p_int", 0, "int *", 0},{"_p_int"},{0}}; 
10585 static swig_type_info _swigt__p_wxHtmlBookRecord
[] = {{"_p_wxHtmlBookRecord", 0, "wxHtmlBookRecord *", 0},{"_p_wxHtmlBookRecord"},{0}}; 
10587 static swig_type_info 
*swig_types_initial
[] = { 
10588 _swigt__p_wxHtmlDCRenderer
,  
10589 _swigt__p_wxColour
,  
10590 _swigt__p_wxPageSetupDialogData
,  
10592 _swigt__p_wxDefaultHtmlRenderingStyle
,  
10593 _swigt__p_wxHtmlRenderingStyle
,  
10594 _swigt__p_wxMouseEvent
,  
10595 _swigt__p_wxHtmlWordCell
,  
10596 _swigt__p_wxHtmlHelpData
,  
10597 _swigt__p_wxHtmlWinParser
,  
10598 _swigt__p_wxHtmlParser
,  
10600 _swigt__p_wxHtmlFontCell
,  
10602 _swigt__p_wxHtmlColourCell
,  
10603 _swigt__p_wxPyHtmlWindow
,  
10604 _swigt__p_wxScrolledWindow
,  
10605 _swigt__p_wxWindow
,  
10606 _swigt__p_wxTopLevelWindow
,  
10607 _swigt__p_wxHtmlEasyPrinting
,  
10608 _swigt__p_wxHtmlSelection
,  
10609 _swigt__p_wxHtmlRenderingInfo
,  
10610 _swigt__p_wxHtmlWidgetCell
,  
10611 _swigt__p_wxObject
,  
10612 _swigt__p_wxString
,  
10613 _swigt__p_wxPyHtmlWinTagHandler
,  
10614 _swigt__p_wxHtmlTagHandler
,  
10615 _swigt__p_wxPyHtmlTagHandler
,  
10616 _swigt__p_wxEvtHandler
,  
10618 _swigt__p_wxHtmlHelpController
,  
10619 _swigt__p_wxCursor
,  
10620 _swigt__p_wxFileSystem
,  
10621 _swigt__p_wxHtmlBookRecArray
,  
10622 _swigt__p_wxPyPrintout
,  
10623 _swigt__p_wxHtmlPrintout
,  
10624 _swigt__p_wxHtmlSearchStatus
,  
10625 _swigt__p_wxHtmlContentsItem
,  
10626 _swigt__p_wxConfigBase
,  
10627 _swigt__p_wxPrintData
,  
10628 _swigt__p_wxHtmlHelpFrame
,  
10629 _swigt__p_wxHtmlRenderingState
,  
10631 _swigt__p_wxPyHtmlFilter
,  
10632 _swigt__p_wxHtmlFilter
,  
10633 _swigt__p_wxHtmlCell
,  
10634 _swigt__p_wxHtmlContainerCell
,  
10635 _swigt__p_wxHtmlTag
,  
10636 _swigt__p_wxHtmlLinkInfo
,  
10638 _swigt__p_wxHtmlBookRecord
,  
10643 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */ 
10645 static swig_const_info swig_const_table
[] = { 
10646 { SWIG_PY_INT
,     (char *)"HTML_ALIGN_LEFT", (long) wxHTML_ALIGN_LEFT
, 0, 0, 0}, 
10647 { SWIG_PY_INT
,     (char *)"HTML_ALIGN_CENTER", (long) wxHTML_ALIGN_CENTER
, 0, 0, 0}, 
10648 { SWIG_PY_INT
,     (char *)"HTML_ALIGN_RIGHT", (long) wxHTML_ALIGN_RIGHT
, 0, 0, 0}, 
10649 { SWIG_PY_INT
,     (char *)"HTML_ALIGN_BOTTOM", (long) wxHTML_ALIGN_BOTTOM
, 0, 0, 0}, 
10650 { SWIG_PY_INT
,     (char *)"HTML_ALIGN_TOP", (long) wxHTML_ALIGN_TOP
, 0, 0, 0}, 
10651 { SWIG_PY_INT
,     (char *)"HTML_CLR_FOREGROUND", (long) wxHTML_CLR_FOREGROUND
, 0, 0, 0}, 
10652 { SWIG_PY_INT
,     (char *)"HTML_CLR_BACKGROUND", (long) wxHTML_CLR_BACKGROUND
, 0, 0, 0}, 
10653 { SWIG_PY_INT
,     (char *)"HTML_UNITS_PIXELS", (long) wxHTML_UNITS_PIXELS
, 0, 0, 0}, 
10654 { SWIG_PY_INT
,     (char *)"HTML_UNITS_PERCENT", (long) wxHTML_UNITS_PERCENT
, 0, 0, 0}, 
10655 { SWIG_PY_INT
,     (char *)"HTML_INDENT_LEFT", (long) wxHTML_INDENT_LEFT
, 0, 0, 0}, 
10656 { SWIG_PY_INT
,     (char *)"HTML_INDENT_RIGHT", (long) wxHTML_INDENT_RIGHT
, 0, 0, 0}, 
10657 { SWIG_PY_INT
,     (char *)"HTML_INDENT_TOP", (long) wxHTML_INDENT_TOP
, 0, 0, 0}, 
10658 { SWIG_PY_INT
,     (char *)"HTML_INDENT_BOTTOM", (long) wxHTML_INDENT_BOTTOM
, 0, 0, 0}, 
10659 { SWIG_PY_INT
,     (char *)"HTML_INDENT_HORIZONTAL", (long) wxHTML_INDENT_HORIZONTAL
, 0, 0, 0}, 
10660 { SWIG_PY_INT
,     (char *)"HTML_INDENT_VERTICAL", (long) wxHTML_INDENT_VERTICAL
, 0, 0, 0}, 
10661 { SWIG_PY_INT
,     (char *)"HTML_INDENT_ALL", (long) wxHTML_INDENT_ALL
, 0, 0, 0}, 
10662 { SWIG_PY_INT
,     (char *)"HTML_COND_ISANCHOR", (long) wxHTML_COND_ISANCHOR
, 0, 0, 0}, 
10663 { SWIG_PY_INT
,     (char *)"HTML_COND_ISIMAGEMAP", (long) wxHTML_COND_ISIMAGEMAP
, 0, 0, 0}, 
10664 { SWIG_PY_INT
,     (char *)"HTML_COND_USER", (long) wxHTML_COND_USER
, 0, 0, 0}, 
10665 { SWIG_PY_INT
,     (char *)"HW_SCROLLBAR_NEVER", (long) wxHW_SCROLLBAR_NEVER
, 0, 0, 0}, 
10666 { SWIG_PY_INT
,     (char *)"HW_SCROLLBAR_AUTO", (long) wxHW_SCROLLBAR_AUTO
, 0, 0, 0}, 
10667 { SWIG_PY_INT
,     (char *)"HW_NO_SELECTION", (long) wxHW_NO_SELECTION
, 0, 0, 0}, 
10668 { SWIG_PY_INT
,     (char *)"HW_DEFAULT_STYLE", (long) wxHW_DEFAULT_STYLE
, 0, 0, 0}, 
10669 { SWIG_PY_INT
,     (char *)"HTML_OPEN", (long) wxHTML_OPEN
, 0, 0, 0}, 
10670 { SWIG_PY_INT
,     (char *)"HTML_BLOCK", (long) wxHTML_BLOCK
, 0, 0, 0}, 
10671 { SWIG_PY_INT
,     (char *)"HTML_REDIRECT", (long) wxHTML_REDIRECT
, 0, 0, 0}, 
10672 { SWIG_PY_INT
,     (char *)"HTML_URL_PAGE", (long) wxHTML_URL_PAGE
, 0, 0, 0}, 
10673 { SWIG_PY_INT
,     (char *)"HTML_URL_IMAGE", (long) wxHTML_URL_IMAGE
, 0, 0, 0}, 
10674 { SWIG_PY_INT
,     (char *)"HTML_URL_OTHER", (long) wxHTML_URL_OTHER
, 0, 0, 0}, 
10675 { SWIG_PY_INT
,     (char *)"HTML_SEL_OUT", (long) wxHTML_SEL_OUT
, 0, 0, 0}, 
10676 { SWIG_PY_INT
,     (char *)"HTML_SEL_IN", (long) wxHTML_SEL_IN
, 0, 0, 0}, 
10677 { SWIG_PY_INT
,     (char *)"HTML_SEL_CHANGING", (long) wxHTML_SEL_CHANGING
, 0, 0, 0}, 
10678 { SWIG_PY_INT
,     (char *)"HTML_FIND_EXACT", (long) wxHTML_FIND_EXACT
, 0, 0, 0}, 
10679 { SWIG_PY_INT
,     (char *)"HTML_FIND_NEAREST_BEFORE", (long) wxHTML_FIND_NEAREST_BEFORE
, 0, 0, 0}, 
10680 { SWIG_PY_INT
,     (char *)"HTML_FIND_NEAREST_AFTER", (long) wxHTML_FIND_NEAREST_AFTER
, 0, 0, 0}, 
10681 { SWIG_PY_INT
,     (char *)"PAGE_ODD", (long) wxPAGE_ODD
, 0, 0, 0}, 
10682 { SWIG_PY_INT
,     (char *)"PAGE_EVEN", (long) wxPAGE_EVEN
, 0, 0, 0}, 
10683 { SWIG_PY_INT
,     (char *)"PAGE_ALL", (long) wxPAGE_ALL
, 0, 0, 0}, 
10684 { SWIG_PY_INT
,     (char *)"HF_TOOLBAR", (long) wxHF_TOOLBAR
, 0, 0, 0}, 
10685 { SWIG_PY_INT
,     (char *)"HF_FLATTOOLBAR", (long) wxHF_FLATTOOLBAR
, 0, 0, 0}, 
10686 { SWIG_PY_INT
,     (char *)"HF_CONTENTS", (long) wxHF_CONTENTS
, 0, 0, 0}, 
10687 { SWIG_PY_INT
,     (char *)"HF_INDEX", (long) wxHF_INDEX
, 0, 0, 0}, 
10688 { SWIG_PY_INT
,     (char *)"HF_SEARCH", (long) wxHF_SEARCH
, 0, 0, 0}, 
10689 { SWIG_PY_INT
,     (char *)"HF_BOOKMARKS", (long) wxHF_BOOKMARKS
, 0, 0, 0}, 
10690 { SWIG_PY_INT
,     (char *)"HF_OPENFILES", (long) wxHF_OPENFILES
, 0, 0, 0}, 
10691 { SWIG_PY_INT
,     (char *)"HF_PRINT", (long) wxHF_PRINT
, 0, 0, 0}, 
10692 { SWIG_PY_INT
,     (char *)"HF_DEFAULTSTYLE", (long) wxHF_DEFAULTSTYLE
, 0, 0, 0}, 
10702 SWIGEXPORT(void) SWIG_init(void) { 
10703     static PyObject 
*SWIG_globals 
= 0;  
10704     static int       typeinit 
= 0; 
10707     if (!SWIG_globals
) SWIG_globals 
= SWIG_newvarlink(); 
10708     m 
= Py_InitModule((char *) SWIG_name
, SwigMethods
); 
10709     d 
= PyModule_GetDict(m
); 
10712         for (i 
= 0; swig_types_initial
[i
]; i
++) { 
10713             swig_types
[i
] = SWIG_TypeRegister(swig_types_initial
[i
]); 
10717     SWIG_InstallConstants(d
,swig_const_table
); 
10720     wxPyPtrTypeMap_Add("wxHtmlTagHandler",    "wxPyHtmlTagHandler"); 
10721     wxPyPtrTypeMap_Add("wxHtmlWinTagHandler", "wxPyHtmlWinTagHandler"); 
10722     wxPyPtrTypeMap_Add("wxHtmlWindow",        "wxPyHtmlWindow"); 
10723     wxPyPtrTypeMap_Add("wxHtmlFilter",        "wxPyHtmlFilter");