Package wx :: Module webkit :: Class WebKitStateChangedEvent
[frames | no frames]

Type WebKitStateChangedEvent

object --+            
         |            
    Object --+        
             |        
         Event --+    
                 |    
      CommandEvent --+
                     |
                    WebKitStateChangedEvent


Proxy of C++ WebKitStateChangedEvent class


Method Summary
CommandEvent __init__(self, commandType, winid)
This event class contains information about command events, which originate from a variety of simple controls, as well as menus and toolbars.
int GetState(self)
String GetURL(self)
  SetState(self, state)
  SetURL(self, url)

Property Summary
  State: See GetState and SetState
  thisown: The membership flag
  URL: See GetURL and SetURL

Method Details

__init__(self, win=None)
(Constructor)

This event class contains information about command events, which originate from a variety of simple controls, as well as menus and toolbars.

Parameters:
commandType
           (type=EventType)

winid
           (type=int)

Returns:
CommandEvent
Overrides:
wx.CommandEvent.__init__ (inherited documentation)

Property Details

State

See GetState and SetState

Get Method:
GetState(self)
Set Method:
SetState(self, state)

thisown

The membership flag

Get Method:
unknown--1273647180(...)
Set Method:
unknown--1273036756(...)

URL

See GetURL and SetURL

Get Method:
GetURL(self)
Set Method:
SetURL(self, url)

Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:13:47 2007 http://epydoc.sf.net