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

A structure to store data for the users of this widget. More...

#include <gp_widget_table.h>

Data Fields

void * priv
 A pointer to a data structure with the table data.
 
union { 
 
   void *   row_priv 
 A current row pointer.
 
   unsigned long   row_idx 
 A current row index.
 
};  
 

Detailed Description

A structure to store data for the users of this widget.

Definition at line 193 of file gp_widget_table.h.

Field Documentation

◆ [union]

union { ... } gp_widget_table_priv

An index to store current row index for the iterator based API.


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