discoverpixy
Data Structures | Macros | Typedefs | Functions
checkbox.h File Reference
#include "touch.h"
Include dependency graph for checkbox.h:
This graph shows which files directly or indirectly include this file:

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)