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

A table column description. More...

#include <gp_widget_table.h>

Data Fields

const char * id
 Column human readable ID.
 
unsigned long idx
 An index to map the human readable ID to.
 
int sortable:1
 If sort is not set this describes if column is sortable.
 

Detailed Description

A table column description.

Describes:

  • An human readable id to index mapping, the human readable id is used by the widget JSON parser to match the column in the table header.
  • Sortable flag, set if column could be sorted by gp_widget_table_col_ops::sort()

Definition at line 86 of file gp_widget_table.h.


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