BeRTOS
|
Widget (implementation). More...
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. |
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.
Definition in file dwidget.c.