dwidget.c File Reference

Widget (implementation). A widget is typically a graphic object on a device. Its proproperties are the position, the size and a context on which the widget is drawn. More...

#include <dt/dwidget.h>
#include <dt/dnotifier.h>

Go to the source code of this file.

Functions

void widget_init (DWidget *w, dpos_t pos, dpos_t size, dcontext_t *context)
 Init the widget of pos and size on the drawing context.

Detailed Description

Widget (implementation). A widget is typically a graphic object on a device. Its proproperties are the position, the size and a context on which the widget is drawn.

Version:
Id
dwidget.c 2506 2009-04-15 08:29:07Z duplo
Version:
Id
dwidget.c 2506 2009-04-15 08:29:07Z duplo
Author:
Bernie Innocenti <bernie@codewiz.org>
Francesco Sacchi <batt@ðeveler.com>

Definition in file dwidget.c.