editint.h File Reference
Integer edit (interface). More...
#include <dt/dwidget.h>#include <dt/dtag.h>#include <drv/lcd_text.h>#include <cfg/compiler.h>#include <cfg/macros.h>Go to the source code of this file.
Typedefs | |
| typedef uint16_t | dstyle_t |
| Type for edit style. | |
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. | |
Detailed Description
Integer edit (interface).
Definition in file editint.h.
