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._webkit, 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_webkit, 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 :ref:`wx.webkit.wxWebKitCtrl` and related classes are provided mainly for 31backwards compatibility only. New code would be more future-proof by using the 32``wx.html2`` module. The classes in this module are light wrappers around 33the OSX WebKit control and is not implemented on any other platform. 34""" 35 36from ._webkit import * 37 38%End 39 40//--------------------------------------------------------------------------- 41 42%ModuleHeaderCode 43#include <wxPython/wxpy_api.h> 44%End 45 46%Import _core.sip 47 48%Include webkit.sip 49 50 51//--------------------------------------------------------------------------- 52 53%Extract(id=pycode_webkit, order=10) 54import wx 55 56%End 57 58 59//--------------------------------------------------------------------------- 60 61