discoverpixy
Data Structures | Typedefs | Functions
NummericUpDown
Collaboration diagram for NummericUpDown:

Data Structures

struct  NUMUPDOWN_STRUCT
 

Typedefs

typedef void(* NUMUPDOWN_CALLBACK) (void *numupdown, int16_t value)
 Function pointer used... More...
 

Functions

bool gui_numupdown_add (NUMUPDOWN_STRUCT *numupdown)
 
void gui_numupdown_remove (NUMUPDOWN_STRUCT *numupdown)
 
void gui_numupdown_update (NUMUPDOWN_STRUCT *numupdown)
 
void gui_numupdown_redraw (NUMUPDOWN_STRUCT *numupdown)
 

Detailed Description

The NummericUpDown Gui Element

Typedef Documentation

typedef void(* NUMUPDOWN_CALLBACK) (void *numupdown, int16_t value)

Function pointer used...

Function Documentation

bool gui_numupdown_add ( NUMUPDOWN_STRUCT numupdown)

Here is the call graph for this function:

Here is the caller graph for this function:

void gui_numupdown_redraw ( NUMUPDOWN_STRUCT numupdown)

Here is the call graph for this function:

void gui_numupdown_remove ( NUMUPDOWN_STRUCT numupdown)

Here is the call graph for this function:

Here is the caller graph for this function:

void gui_numupdown_update ( NUMUPDOWN_STRUCT numupdown)

Here is the call graph for this function:

Here is the caller graph for this function: