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

Type WebKitCtrl

object --+                
         |                
    Object --+            
             |            
    EvtHandler --+        
                 |        
            Window --+    
                     |    
               Control --+
                         |
                        WebKitCtrl


Proxy of C++ WebKitCtrl class


Method Summary
Control __init__(self, parent, id, pos, size, style, validator, name)
Create a Control.
  __repr__(self)
bool CanGetPageSource(self)
bool CanGoBack(self)
bool CanGoForward(self)
bool Create(self, parent, id, pos, size, style, validator, name)
Do the 2nd phase and create the GUI control.
String GetPageSource(self)
String GetPageTitle(self)
String GetPageURL(self)
bool GoBack(self)
bool GoForward(self)
  LoadURL(self, url)
  Reload(self)
  SetPageSource(self, source, baseUrl)
  Stop(self)

Instance Method Details

__init__(self, parent, winID=-1, strURL=EmptyString, pos=DefaultPosition, size=DefaultSize, style=0, validator=DefaultValidator, name=WebKitNameStr)
(Constructor)

Create a Control. Normally you should only call this from a subclass' __init__ as a plain old wx.Control is not very useful.

Parameters:
parent
           (type=Window)

id
           (type=int)

pos
           (type=Point)

size
           (type=Size)

style
           (type=long)

validator
           (type=Validator)

name
           (type=String)

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

Create(self, parent, winID=-1, strURL=EmptyString, pos=DefaultPosition, size=DefaultSize, style=0, validator=DefaultValidator, name=WebKitNameStr)

Do the 2nd phase and create the GUI control.

Parameters:
parent
           (type=Window)

id
           (type=int)

pos
           (type=Point)

size
           (type=Size)

style
           (type=long)

validator
           (type=Validator)

name
           (type=String)

Returns:
bool
Overrides:
wx.Control.Create (inherited documentation)

Generated by Epydoc 2.1.20050511.rpd on Sun Mar 26 10:02:11 2006 http://epydoc.sf.net