| Home | Trees | Index | Help |
|
|---|
| Package wx :: Module webkit :: Class WebKitCtrl |
|
object--+ |Object--+ |EvtHandler--+ |Window--+ |Control--+ | WebKitCtrl
Proxy of C++ WebKitCtrl class
| Method Summary | |
|---|---|
| Control |
Create a Control. |
| bool | CanDecreaseTextSize(self)
|
| bool | CanGetPageSource(self)
|
| bool | CanGoBack(self)
|
| bool | CanGoForward(self)
|
| bool | CanIncreaseTextSize(self)
|
| bool |
Do the 2nd phase and create the GUI control. |
DecreaseTextSize(self)
| |
| String | GetPageSource(self)
|
| String | GetPageTitle(self)
|
| String | GetPageURL(self)
|
| int |
Returns the built-in scrollbar position. |
| String | GetSelection(self)
|
| bool | GoBack(self)
|
| bool | GoForward(self)
|
IncreaseTextSize(self)
| |
| bool | IsEditable(self)
|
LoadURL(self,
url)
| |
MakeEditable(self,
enable)
| |
Print(self,
showPrompt)
| |
Reload(self)
| |
| String | RunScript(self,
javascript)
|
SetPageSource(self,
source,
baseUrl)
| |
Sets the position of one of the built-in scrollbars. | |
Stop(self)
| |
| Property Summary | |
|---|---|
PageSource: See GetPageSource and SetPageSource | |
PageTitle: See GetPageTitle | |
PageURL: See GetPageURL | |
ScrollPos: See GetScrollPos and SetScrollPos | |
Selection: See GetSelection | |
thisown: The membership flag | |
| Instance Method Details |
|---|
__init__(self,
parent,
winID=-1,
strURL=EmptyString,
pos=DefaultPosition,
size=DefaultSize,
style=0,
validator=DefaultValidator,
name=WebKitNameStr)
|
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.
|
GetScrollPos(self)Returns the built-in scrollbar position.
|
SetScrollPos(self, pos)Sets the position of one of the built-in scrollbars.
|
| Property Details |
|---|
PageSourceSee
|
PageTitleSee
|
PageURLSee
|
ScrollPosSee
|
SelectionSee
|
thisownThe membership flag
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:07:11 2007 | http://epydoc.sf.net |