#include <libheraia.h>
Definition at line 151 of file libheraia.h.
Data Fields | |
guint | index |
number for this tab | |
guint | nb_cols |
number of columns in this tab - this MUST NOT change in any way | |
guint | nb_rows |
number of rows in this tab - this is automatically updated | |
GtkWidget * | label |
label for this tab | |
GPtrArray * | col_labels |
array of GtkWidgets of columns labels | |
GPtrArray * | vboxes |
array of vboxes where we will pack label and entry widgets | |
GPtrArray * | rows |
array of pointers to decode_generic_t variables. |
guint tab_t::index |
number for this tab
Definition at line 153 of file libheraia.h.
Referenced by add_new_tab_in_data_interpretor().
guint tab_t::nb_cols |
number of columns in this tab - this MUST NOT change in any way
Definition at line 154 of file libheraia.h.
Referenced by add_new_tab_in_data_interpretor(), and refresh_one_tab().
guint tab_t::nb_rows |
number of rows in this tab - this is automatically updated
Definition at line 155 of file libheraia.h.
Referenced by add_new_row_to_tab(), and add_new_tab_in_data_interpretor().
GtkWidget* tab_t::label |
label for this tab
Definition at line 156 of file libheraia.h.
Referenced by add_new_tab_in_data_interpretor().
GPtrArray* tab_t::col_labels |
array of GtkWidgets of columns labels
Definition at line 157 of file libheraia.h.
Referenced by add_new_tab_in_data_interpretor().
GPtrArray* tab_t::vboxes |
array of vboxes where we will pack label and entry widgets
Definition at line 158 of file libheraia.h.
Referenced by add_new_row_to_tab(), and add_new_tab_in_data_interpretor().
GPtrArray* tab_t::rows |
array of pointers to decode_generic_t variables.
Definition at line 159 of file libheraia.h.
Referenced by add_new_row_to_tab(), add_new_tab_in_data_interpretor(), and refresh_one_tab().