|
discoverpixy
|
#include "touch.h"

Go to the source code of this file.
Data Structures | |
| struct | CHECKBOX_STRUCT |
Macros | |
| #define | CHECKBOX_WIN_FG_COLOR RGB(32,161,34) |
Typedefs | |
| typedef void(* | CHECKBOX_CALLBACK) (void *checkbox, bool checked) |
Functions | |
| bool | gui_checkbox_add (CHECKBOX_STRUCT *checkbox) |
| void | gui_checkbox_remove (CHECKBOX_STRUCT *checkbox) |
| void | gui_checkbox_update (CHECKBOX_STRUCT *checkbox) |
| void | gui_checkbox_redraw (CHECKBOX_STRUCT *checkbox) |
1.8.9.1