GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A table column header. More...
#include <gp_widget_table.h>
Data Fields | |
gp_widget_table_col_desc * | col_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. | |
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.
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.