43#ifndef GP_WIDGET_TABLE_H
44#define GP_WIDGET_TABLE_H
209typedef struct gp_widget_table {
211 unsigned int min_rows;
218 unsigned int selected_row;
219 unsigned int sorted_by_col;
226 int in_drag_scroll:1;
227 int did_drag_scroll:1;
229 unsigned int start_row;
230 unsigned int last_rows;
int gp_coord
Integer type for coordinates i.e. x, y, ...