Dillo
|
#include "../lout/identity.hh"
Go to the source code of this file.
Classes | |
class | dw::core::Widget |
The base class of all dillo widgets. More... | |
class | dw::core::Widget::WidgetImgRenderer |
Implementation which represents the whole widget. More... | |
Namespaces | |
dw | |
Dw is in this namespace, or sub namespaces of this one. | |
dw::core | |
The core of Dw is defined in this namespace. | |
Typedefs | |
typedef void(* | DW_Callback_t )(void *data) |
The type for callback functions. More... | |
Functions | |
void | dw::core::splitHeightPreserveAscent (int height, int *ascent, int *descent) |
void | dw::core::splitHeightPreserveDescent (int height, int *ascent, int *descent) |
typedef void(* DW_Callback_t)(void *data) |
The type for callback functions.