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 840 2007-10-08 17:21:31Z marco

Version:
Id
dwidget.c 840 2007-10-08 17:21:31Z marco
Author:
Bernardo Innocenti <bernie@develer.com>

Francesco Sacchi <batt@ðeveler.com>

Definition in file dwidget.c.