phoenix_title wx.webkit.WebKitBeforeLoadEvent


class_hierarchy Class Hierarchy

Inheritance diagram for class WebKitBeforeLoadEvent:

method_summary Methods Summary

__init__

Cancel

GetNavigationType

GetURL

IsCancelled

SetNavigationType

SetURL


property_summary Properties Summary

NavigationType

See GetNavigationType and SetNavigationType

URL

See GetURL and SetURL


api Class API

class wx.webkit.WebKitBeforeLoadEvent(CommandEvent)

Possible constructors:

WebKitBeforeLoadEvent(win=0)
__init__(self, win=0)
Parameters

win (wx.Window) –

Cancel(self, cancel=True)
Parameters

cancel (bool) –

GetNavigationType(self)
Return type

int

GetURL(self)
Return type

string

IsCancelled(self)
Return type

bool

SetNavigationType(self, navType)
Parameters

navType (int) –

SetURL(self, url)
Parameters

url (string) –

NavigationType

See GetNavigationType and SetNavigationType

URL

See GetURL and SetURL