gtkcustom --> gtkmultivpaned
[lttv.git] / ltt / branches / poly / include / lttv / mainWindow.h
index c590ac9634cbc3941e6a53e36e29fe6113b4aa92..01bbb9de3c41820a17881fe8758708745588d276 100644 (file)
@@ -9,7 +9,7 @@
 #include <lttv/processTrace.h>
 
 #include <lttv/common.h>
-#include <lttv/gtkcustom.h>
+#include <lttv/gtkmultivpaned.h>
 #include <lttv/hook.h>
 #include <lttv/stats.h>
 
@@ -59,7 +59,7 @@ struct _MainWindow{
 
 struct _Tab{
   GtkWidget * label;
-  GtkCustom * custom;
+  GtkMultiVPaned * multi_vpaned;
    
   // startTime is the left of the visible area. Corresponds to the scrollbar
   // value.
This page took 0.022825 seconds and 4 git commands to generate.