Dillo
Dillo Widget Overview

Note: If you are already familiar with the Gtk+-based version of Dw, read Changes to the GTK+-based Release Version.

The module Dw (Dillo Widget) is responsible for the low-level rendering of all resources, e.g. images, plain text, and HTML pages (this is the most complex type). Dw is not responsible for parsing HTML, or decoding image data. Furthermore, the document tree, which is planned for CSS, is neither a part of Dw, instead, it is a new module on top of Dw.

The rendering, as done by Dw, is split into two phases:

The result of the layouting allocates an area, which is called canvas.

Structure

The whole Dw module can be split into the following parts:

dot_inline_dotgraph_6.png
[legend]

Platform means in most cases the underlying UI toolkit (e.g. FLTK). A layout is bound to a specific platform, but multiple platforms may be handled in one program.

A short overview:

Header Files

The structures mentioned above can be found in the following header files:

Further Documentations

A complete map can be found at Dillo Widget Documentation Map.