43#ifndef GP_WIDGET_TABLE_H
44#define GP_WIDGET_TABLE_H
211typedef struct gp_widget_table {
213 unsigned int min_rows;
220 unsigned int selected_row;
221 unsigned int sorted_by_col;
228 int in_drag_scroll:1;
229 int did_drag_scroll:1;
231 unsigned int start_row;
232 unsigned int last_rows;
240 char buf[] GP_ALIGNED;
int gp_coord
Integer type for coordinates i.e. x, y, ...
A compiler dependent macros.