.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2018 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.webkit.WebKitNewWindowEvent: ========================================================================================================================================== |phoenix_title| **wx.webkit.WebKitNewWindowEvent** ========================================================================================================================================== | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class WebKitNewWindowEvent:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.webkit.WebKitNewWindowEvent.__init__` :meth:`~wx.webkit.WebKitNewWindowEvent.GetTargetName` :meth:`~wx.webkit.WebKitNewWindowEvent.GetURL` :meth:`~wx.webkit.WebKitNewWindowEvent.SetTargetName` :meth:`~wx.webkit.WebKitNewWindowEvent.SetURL` ================================================================================ ================================================================================ | |property_summary| Properties Summary ===================================== ================================================================================ ================================================================================ :attr:`~wx.webkit.WebKitNewWindowEvent.TargetName` See :meth:`~wx.webkit.WebKitNewWindowEvent.GetTargetName` and :meth:`~wx.webkit.WebKitNewWindowEvent.SetTargetName` :attr:`~wx.webkit.WebKitNewWindowEvent.URL` See :meth:`~wx.webkit.WebKitNewWindowEvent.GetURL` and :meth:`~wx.webkit.WebKitNewWindowEvent.SetURL` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: wx.webkit.WebKitNewWindowEvent(CommandEvent) **Possible constructors**:: WebKitNewWindowEvent(win=0) .. method:: __init__(self, win=0) :param `win`: :type `win`: wx.Window .. method:: GetTargetName(self) :rtype: `string` .. method:: GetURL(self) :rtype: `string` .. method:: SetTargetName(self, name) :param `name`: :type `name`: string .. method:: SetURL(self, url) :param `url`: :type `url`: string .. attribute:: TargetName See :meth:`~wx.webkit.WebKitNewWindowEvent.GetTargetName` and :meth:`~wx.webkit.WebKitNewWindowEvent.SetTargetName` .. attribute:: URL See :meth:`~wx.webkit.WebKitNewWindowEvent.GetURL` and :meth:`~wx.webkit.WebKitNewWindowEvent.SetURL`