discoverpixy
Data Structures | Macros | Typedefs | Functions
Checkbox
Collaboration diagram for Checkbox:

Data Structures

struct  CHECKBOX_STRUCT
 

Macros

#define CHECKBOX_WIN_FG_COLOR   RGB(32,161,34)
 

Typedefs

typedef void(* CHECKBOX_CALLBACK) (void *checkbox, bool checked)
 Function pointer used... More...
 

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)
 

Detailed Description

The Checkbox Gui-Element

Macro Definition Documentation

#define CHECKBOX_WIN_FG_COLOR   RGB(32,161,34)

Typedef Documentation

typedef void(* CHECKBOX_CALLBACK) (void *checkbox, bool checked)

Function pointer used...

Function Documentation

bool gui_checkbox_add ( CHECKBOX_STRUCT checkbox)

Here is the call graph for this function:

Here is the caller graph for this function:

void gui_checkbox_redraw ( CHECKBOX_STRUCT checkbox)

Here is the call graph for this function:

Here is the caller graph for this function:

void gui_checkbox_remove ( CHECKBOX_STRUCT checkbox)

Here is the call graph for this function:

Here is the caller graph for this function:

void gui_checkbox_update ( CHECKBOX_STRUCT checkbox)

Here is the call graph for this function:

Here is the caller graph for this function: