Draw_Item.h attribute name change
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / CFV-private.h
CommitLineData
72c44f9e 1#ifndef _CFV_PRIVATE_H
2#define _CFV_PRIVATE_H
3
4
5
6struct _ControlFlowData {
7
ba90bc77 8 GtkWidget *scrolled_window;
9 MainWindow *mw;
a56a1ba4 10
ba90bc77 11 ProcessList *process_list;
a56a1ba4 12 Drawing_t *Drawing;
13
ba90bc77 14 GtkWidget *h_paned;
a56a1ba4 15
ba90bc77 16 GtkAdjustment *v_adjust ;
a56a1ba4 17
18 /* Shown events information */
ba90bc77 19 TimeWindow time_window;
20 LttTime current_time;
a56a1ba4 21
68997a22 22 //guint currently_Selected_Event ;
ba90bc77 23 guint number_of_process;
72c44f9e 24
25} ;
26
27
28#endif //_CFV_PRIVATE_H
This page took 0.023713 seconds and 4 git commands to generate.