GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
Data Fields
gp_widget_json_callbacks Struct Reference

Structure to pass callbacks to the JSON loader. More...

#include <gp_widget_json.h>

Collaboration diagram for gp_widget_json_callbacks:
Collaboration graph
[legend]

Data Fields

void * default_priv
 A default priv pointer passed to widgets when allocated.
 
const gp_widget_json_addraddrs
 A NULL terminated array of callbacks.
 

Detailed Description

Structure to pass callbacks to the JSON loader.

Definition at line 59 of file gp_widget_json.h.

Field Documentation

◆ addrs

const gp_widget_json_addr* gp_widget_json_callbacks::addrs

A NULL terminated array of callbacks.

Attention
: The array must be sorted by addr::id!

Definition at line 67 of file gp_widget_json.h.


The documentation for this struct was generated from the following file: