BeRTOS
Functions
dwidget.c File Reference

Widget (implementation). 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.

Author:
Bernie Innocenti <bernie@codewiz.org>
Francesco Sacchi <batt@ðeveler.com>

Definition in file dwidget.c.