BeRTOS
|
Widget (interface). More...
Go to the source code of this file.
Data Structures | |
struct | DWidget |
Widget definition. More... | |
Typedefs | |
typedef uint8_t | dpos_t |
Widget position. | |
typedef iptr_t | dcontext_t |
Widget drawing context. | |
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 (interface).
Definition in file dwidget.h.
typedef iptr_t dcontext_t |