tab_t Struct Reference

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
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.

Detailed Description

Tabulation structure to be used in the GtkNoteBook of data_interpretor's window.

Definition at line 168 of file libheraia.h.


Field Documentation

GPtrArray* tab_t::col_labels

array of GtkWidgets of columns labels

Definition at line 174 of file libheraia.h.

Referenced by add_new_tab_in_data_interpretor().

guint tab_t::index

number for this tab

Definition at line 170 of file libheraia.h.

Referenced by add_new_tab_in_data_interpretor().

GtkWidget* tab_t::label

label for this tab

Definition at line 173 of file libheraia.h.

Referenced by add_new_tab_in_data_interpretor().

number of columns in this tab - this MUST NOT change in any way

Definition at line 171 of file libheraia.h.

Referenced by add_new_tab_in_data_interpretor(), and refresh_one_tab().

number of rows in this tab - this is automatically updated

Definition at line 172 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 176 of file libheraia.h.

Referenced by add_new_row_to_tab(), add_new_tab_in_data_interpretor(), and refresh_one_tab().

GPtrArray* tab_t::vboxes

array of vboxes where we will pack label and entry widgets

Definition at line 175 of file libheraia.h.

Referenced by add_new_row_to_tab(), and add_new_tab_in_data_interpretor().


The documentation for this struct was generated from the following file:
Generated on Fri Aug 20 09:16:11 2010 for Heraia by  doxygen 1.6.3