Phoenix Logo

phoenix_title wx.webkit.WebKitNewWindowEvent


class_hierarchy Class Hierarchy

Inheritance diagram for class WebKitNewWindowEvent:

method_summary Methods Summary

__init__  
GetTargetName  
GetURL  
SetTargetName  
SetURL  

property_summary Properties Summary

TargetName See GetTargetName and SetTargetName
URL See GetURL and SetURL

api Class API



class wx.webkit.WebKitNewWindowEvent(CommandEvent)

Possible constructors:

WebKitNewWindowEvent(win=0)

Methods



__init__(self, win=0)
Parameters:win (wx.Window) –


GetTargetName(self)
Return type:string


GetURL(self)
Return type:string


SetTargetName(self, name)
Parameters:name (string) –


SetURL(self, url)
Parameters:url (string) –

Properties



TargetName

See GetTargetName and SetTargetName



URL

See GetURL and SetURL