BeRTOS
|
Edit bool widget (interface). More...
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. |
Edit bool widget (interface).
Definition in file editbool.h.