Package conduit :: Package platform :: Class WebBrowser
[hide private]

Class WebBrowser

source code


Basic webbrowser abstraction to provide an upgrade path to webkit from gtkmozembed

Instance Methods [hide private]
 
__init__(self, emitOnIdle=False) source code
 
emit(self, *args)
Override the gobject signal emission so that signals can be emitted from the main loop on an idle handler
source code
 
load_url(self, url) source code
 
stop_load(self) source code
Class Variables [hide private]
  __gsignals__ = {"location_changed":(gobject.SIGNAL_RUN_LAST, g...
Class Variable Details [hide private]

__gsignals__

Value:
{"location_changed":(gobject.SIGNAL_RUN_LAST, gobject.TYPE_NONE, [gobj\
ect.TYPE_STRING]), "loading_started":(gobject.SIGNAL_RUN_LAST, gobject\
.TYPE_NONE, []), "loading_finished":(gobject.SIGNAL_RUN_LAST, gobject.\
TYPE_NONE, []), "loading_progress":(gobject.SIGNAL_RUN_LAST, gobject.T\
YPE_NONE, [gobject.TYPE_FLOAT]), "status_changed":(gobject.SIGNAL_RUN_\
LAST, gobject.TYPE_NONE, [gobject.TYPE_STRING]), "open_uri":(gobject.S\
IGNAL_RUN_LAST, gobject.TYPE_NONE, [gobject.TYPE_STRING])}