retabulation 2 spaces
[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
a56a1ba4 8 GtkWidget *Scrolled_Window_VC;
9 MainWindow *Parent_Window;
10
11 ProcessList *Process_List;
12 Drawing_t *Drawing;
13
14 //GtkWidget *HBox_V;
15 //GtkWidget *Inside_HBox_V;
16 GtkWidget *HPaned;
17
18 GtkAdjustment *VAdjust_C ;
19
20 /* Trace information */
21 //TraceSet *Trace_Set;
22 //TraceStatistics *Trace_Statistics;
23
24 /* Shown events information */
25 guint First_Event, Last_Event;
26 TimeWindow Time_Window;
27 LttTime Current_Time;
28
29
30 /* TEST DATA, TO BE READ FROM THE TRACE */
31 gint Number_Of_Events ;
32 guint Currently_Selected_Event ;
33 gboolean Selected_Event ;
34 guint Number_Of_Process;
72c44f9e 35
36} ;
37
38
39#endif //_CFV_PRIVATE_H
This page took 0.023622 seconds and 4 git commands to generate.