navit  0.5.3-trunk
table_data Struct Reference

A structure to store information about a table. More...

#include <gui_internal_widget.h>

Data Fields

GListtop_row
 
GListbottom_row
 
struct scroll_buttons scroll_buttons
 

Detailed Description

A structure to store information about a table.

The table_data widget stores pointers to extra information needed by the table widget.

The table_data structure needs to be freed with data_free along with the widget.

Field Documentation

◆ bottom_row

GList* table_data::bottom_row

A Glist pointer into a widget->children list that indicates the row currently being rendered at the bottom of the table.

Referenced by gui_internal_cmd_pois(), gui_internal_motion_cb(), gui_internal_table_button_next(), gui_internal_table_hide_rows(), gui_internal_table_render(), and gui_internal_widget_table_clear().

◆ scroll_buttons

◆ top_row


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