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

A table column header. More...

#include <gp_widget_table.h>

Collaboration diagram for gp_widget_table_header:
Collaboration graph
[legend]

Data Fields

gp_widget_table_col_desccol_desc
 Pointer to a table column descriptor.
 
char * label
 Column header label, may be NULL.
 
gp_widget_tattr tattr
 Column header label text attributes.
 
unsigned int col_min_size
 Column minimal size in text letters.
 
unsigned int col_fill
 Column fill coeficient.
 

Detailed Description

A table column header.

Defines a single widget column that is shown on the screen. The table that is shown in the widget is described by an array of these entries.

Definition at line 161 of file gp_widget_table.h.

Field Documentation

◆ col_desc

gp_widget_table_col_desc* gp_widget_table_header::col_desc

Pointer to a table column descriptor.

This points to a single entry in the gp_widget_table_col_ops::col_map which defines which table column is choosen for this widget column.

Definition at line 169 of file gp_widget_table.h.


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