BeRTOS
|
Integer edit widget (implementation). More...
#include "editint.h"
#include <cfg/macros.h>
#include <dt/dwidget.h>
#include <dt/dtag.h>
#include <dt/dnotifier.h>
#include <drv/lcd_text.h>
Go to the source code of this file.
Functions | |
void | editint_init (DEditInt *e, dpos_t pos, dpos_t size, dcontext_t *context, int *value, int min, int max) |
Init. | |
void | editint_update (DEditInt *e, dtag_t tag, dval_t _val) |
Handle the messages (edit the int). | |
void | editint_draw (DEditInt *e) |
Draw the integer on the context. |
Integer edit widget (implementation).
Definition in file editint.c.