Heraia
0.1.8
|
Tabulation structure to be used in the GtkNoteBook of data_interpretor's window. More...
#include <libheraia.h>
Data Fields | |
guint | index |
number for this tab More... | |
guint | nb_cols |
number of columns in this tab - this MUST NOT change in any way More... | |
guint | nb_rows |
number of rows in this tab - this is automatically updated More... | |
GtkWidget * | label |
label for this tab More... | |
GPtrArray * | col_labels |
array of GtkWidgets of columns labels More... | |
GPtrArray * | vboxes |
array of vboxes where we will pack label and entry widgets More... | |
GPtrArray * | rows |
array of pointers to decode_generic_t variables. More... | |
Tabulation structure to be used in the GtkNoteBook of data_interpretor's window.
Definition at line 190 of file libheraia.h.
GPtrArray* tab_t::col_labels |
array of GtkWidgets of columns labels
Definition at line 196 of file libheraia.h.
Referenced by add_new_tab_in_data_interpretor(), and fdft_category_cb_changed().
guint tab_t::index |
number for this tab
Definition at line 192 of file libheraia.h.
Referenced by add_new_tab_in_data_interpretor().
GtkWidget* tab_t::label |
label for this tab
Definition at line 195 of file libheraia.h.
Referenced by add_new_tab_in_data_interpretor(), and fdft_window_populate_category_cb().
guint tab_t::nb_cols |
number of columns in this tab - this MUST NOT change in any way
Definition at line 193 of file libheraia.h.
Referenced by add_new_tab_in_data_interpretor(), fdft_category_cb_changed(), and refresh_one_tab().
guint tab_t::nb_rows |
number of rows in this tab - this is automatically updated
Definition at line 194 of file libheraia.h.
Referenced by add_new_row_to_tab(), add_new_tab_in_data_interpretor(), and fdft_category_cb_changed().
GPtrArray* tab_t::rows |
array of pointers to decode_generic_t variables.
Definition at line 198 of file libheraia.h.
Referenced by add_new_row_to_tab(), add_new_tab_in_data_interpretor(), fdft_category_cb_changed(), get_decode_struct(), and refresh_one_tab().
GPtrArray* tab_t::vboxes |
array of vboxes where we will pack label and entry widgets
Definition at line 197 of file libheraia.h.
Referenced by add_new_row_to_tab(), and add_new_tab_in_data_interpretor().