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).
- Version:
- Id
- editbool.h 1308 2008-05-20 15:59:04Z asterix
Definition in file editbool.h.
