1//---------------------------------------------------------------------------
2// This file is generated by wxPython's SIP generator.  Do not edit by hand.
3//
4// Copyright: (c) 2018 by Total Control Software
5// License:   wxWindows License
6
7%Module( name=wx._html2,
8         keyword_arguments="All",
9         use_argument_names=True,
10         all_raise_py_exception=True,
11         language="C++")
12{
13    %AutoPyName(remove_leading="wx")
14};
15
16%Copying
17    Copyright: (c) 2018 by Total Control Software
18    License:   wxWindows License
19%End
20
21%DefaultDocstringFormat(name="deindented")
22
23%Extract(id=pycode_html2, order=5)
24# This file is generated by wxPython's SIP generator.  Do not edit by hand.
25#
26# Copyright: (c) 2018 by Total Control Software
27# License:   wxWindows License
28
29"""
30The ``wx.html2`` module includes a widget class and supporting classes that
31wraps native browser components on the system, therefore providing a fully
32featured HTML rendering component including the latest HTML, Javascript and
33CSS standards. Since platform-specific back-ends are used (Microsoft Trident,
34WebKit webView, etc.) there will be some difference in ability and behaviors,
35but these classes will minimize those differences as much as possible.
36"""
37
38from ._html2 import *
39
40%End
41
42//---------------------------------------------------------------------------
43
44%ModuleHeaderCode
45#include <wxPython/wxpy_api.h>
46%End
47
48%Import _core.sip
49
50%Include webview.sip
51
52
53//---------------------------------------------------------------------------
54
55%Extract(id=pycode_html2, order=10)
56import wx
57
58%End
59
60
61//---------------------------------------------------------------------------
62
63