1.1.5.3. html
This module provides a window which shows HTML content.
1.1.5.3.1. Classes
- class HTMLWindow(application)[source]
Bases:
GladeGObject
This basic window contains a
WebKitHTMLView
widget for rendering and displaying HTML content.- __init__(application)[source]
- Parameters
application (
Gtk.Application
) – The parent application for this object.
- dependencies = <GladeDependencies name='HTMLWindow' >[source]
A
GladeDependencies
instance which defines information for loading the widget from the GTK builder data.
- top_gobject = 'window'[source]
The name of the attribute to set a reference of the top level GObject to.
- webview[source]
The
WebKitHTMLView
widget instance.