GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
Structure to pass callbacks to the JSON loader. More...
#include <gp_widget_json.h>
Data Fields | |
void * | default_priv |
A default priv pointer passed to widgets when allocated. | |
const gp_widget_json_addr * | addrs |
A NULL terminated array of callbacks. | |
Structure to pass callbacks to the JSON loader.
Definition at line 59 of file gp_widget_json.h.
const gp_widget_json_addr* gp_widget_json_callbacks::addrs |
A NULL terminated array of callbacks.
Definition at line 67 of file gp_widget_json.h.