editint.c File Reference

Integer edit widget (implementation). More...

#include <mware/editint.h>
#include <dt/dwidget.h>
#include <dt/dtag.h>
#include <dt/dnotifier.h>
#include <cfg/macros.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 840 2007-10-08 17:21:31Z marco

Version:
Id
editint.c 840 2007-10-08 17:21:31Z marco
Author:
Bernardo Innocenti <bernie@develer.com>

Francesco Sacchi <batt@develer.com>

Definition in file editint.c.