This element renders HTML documents by using the gtkhtml2 engine.
Name | Type | Default Value | Description |
---|---|---|---|
data | string | A string of HTML code to display. | |
loading | boolean | Read-only property which is true while the site is still being loaded. | |
scollbars | boolean | true | Whether to display scrollbars or not. |
uri | URI | The URI of the HTML document to display. |
<display bg-color="grey50" anchor="center" x="50%" y="50%"> <frame> <html uri="http://gdesklets.gnomedesktop.org" width="30cm" height="20cm"/> </frame> </display>