Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
widget.hh File Reference
Include dependency graph for widget.hh:
This graph shows which files directly or indirectly include this file:

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

namespace  dw
 Dw is in this namespace, or sub namespaces of this one.
 
namespace  dw::core
 The core of Dw is defined in this namespace.
 

Typedefs

typedef void(* DW_Callback_t) (void *data)
 The type for callback functions.
 

Functions

void dw::core::splitHeightPreserveAscent (int height, int *ascent, int *descent)
 
void dw::core::splitHeightPreserveDescent (int height, int *ascent, int *descent)
 

Typedef Documentation

◆ DW_Callback_t

typedef void(* DW_Callback_t) (void *data)

The type for callback functions.

Definition at line 33 of file widget.hh.