BeRTOS
Functions
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).

Author:
Bernie Innocenti <bernie@codewiz.org>
Francesco Sacchi <batt@develer.com>

Definition in file editint.c.