BeRTOS
Functions
editbool.h File Reference

Edit bool widget (interface). More...

#include <dt/dwidget.h>
#include <dt/dtag.h>

Go to the source code of this file.

Functions

void editbool_init (DEditBool *e, dpos_t pos, dpos_t size, dcontext_t *context, bool *val, const char *true_str, const char *false_str)
 Init widget.
void editbool_update (DEditBool *e, dtag_t tag, dval_t val)
 Handle the messages (edit the bool).
void editbool_draw (DEditBool *e)
 Draw the string on the context.

Detailed Description

Edit bool widget (interface).

Author:
Francesco Sacchi <batt@develer.com>

Definition in file editbool.h.