editint.c File Reference
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. | |
Detailed Description
Integer edit widget (implementation).
- Version:
- Id
- editint.c 2506 2009-04-15 08:29:07Z duplo
Definition in file editint.c.
