X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Fmainwindow-private.h;h=67cc9364094e074278d71008119feb1193f80291;hb=b9ce0bad7daf7c0a2333c91fdb1e35d602afe17f;hp=5bd9705e0ebc7bee540aefb6caec34a6a60afa18;hpb=f61f4dca50e13aa52b1ca3941c8f420848f4353f;p=lttv.git diff --git a/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow-private.h b/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow-private.h index 5bd9705e..67cc9364 100644 --- a/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow-private.h +++ b/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow-private.h @@ -12,8 +12,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, - * MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. */ #ifndef _MAIN_WINDOW_PRIVATE_ @@ -21,12 +21,14 @@ #include -#include #include #include -#include + #include +#ifdef BABEL_CLEANUP +#include #include +#endif /* BABEL_CLEANUP */ #include //#include #include @@ -34,8 +36,7 @@ #define SCROLL_STEP_PER_PAGE 10.0 struct _TracesetInfo { - //FIXME? TracesetContext and stats in same or different variable ? - LttvTracesetStats * traceset_context; + //FIXME? Traceset is the unique member of tracesetinfo LttvTraceset * traceset; }; @@ -54,7 +55,6 @@ struct _MainWindow{ //gotoEventWindow* GotoEventWindow; /*search for event description*/ //openFilterWindow* OpenFilterWindow; /* Open a filter selection window */ GtkWidget* help_contents;/* Window to display help contents */ - GtkWidget* about_box; /* Window about information */ // lttv_trace_filter * filter; /* trace filter associated with the window */ @@ -75,37 +75,9 @@ struct _Tab{ GtkWidget *viewer_container; GtkWidget *scrollbar; - /* Paste zones */ - GtkTooltips *tooltips; - /* time bar */ GtkWidget *MTimebar; - GtkWidget *MEventBox1a; - GtkWidget *MText1a; - GtkWidget *MEventBox1b; - GtkWidget *MText1b; - GtkWidget *MEntry1; - GtkWidget *MText2; - GtkWidget *MEntry2; - GtkWidget *MText3a; - GtkWidget *MEventBox3b; - GtkWidget *MText3b; - GtkWidget *MEntry3; - GtkWidget *MText4; - GtkWidget *MEntry4; - GtkWidget *MText5a; - GtkWidget *MEventBox5b; - GtkWidget *MText5b; - GtkWidget *MEntry5; - GtkWidget *MText6; - GtkWidget *MEntry6; - GtkWidget *MText7; - GtkWidget *MEventBox8; - GtkWidget *MText8; - GtkWidget *MEntry7; - GtkWidget *MText9; - GtkWidget *MEntry8; - GtkWidget *MText10; + // startTime is the left of the visible area. Corresponds to the scrollbar // value.