Data interpretor window structure. More...
#include <libheraia.h>
Data Fields | |
GtkWidget * | diw |
data interpretor window | |
gint | tab_displayed |
keeps the last displayed tab's number before closing | |
guint | nb_tabs |
keeps Number of tabs in the GPtrArray | |
GPtrArray * | tabs |
an array of tabs displayed in data interpretor's notebook (tab_t) |
Data interpretor window structure.
Definition at line 199 of file libheraia.h.
GtkWidget* data_window_t::diw |
data interpretor window
Definition at line 201 of file libheraia.h.
Referenced by data_interpretor_init_interface(), heraia_init_main_struct(), on_DIMenu_activate(), and record_all_dialog_box_positions().
guint data_window_t::nb_tabs |
keeps Number of tabs in the GPtrArray
Definition at line 203 of file libheraia.h.
Referenced by add_default_tabs(), and fdft_window_populate_category_cb().
keeps the last displayed tab's number before closing
Definition at line 202 of file libheraia.h.
Referenced by di_set_selected_tab(), heraia_init_main_struct(), main(), and on_DIMenu_activate().
GPtrArray* data_window_t::tabs |
an array of tabs displayed in data interpretor's notebook (tab_t)
Definition at line 204 of file libheraia.h.
Referenced by add_default_tabs(), fdft_category_cb_changed(), fdft_window_populate_category_cb(), get_decode_struct(), and refresh_all_tabs().