comment out not working items in the GUI
[lttv.git] / ltt / branches / poly / include / lttv / gtkcustom.h
index 2bd174bb9a604d2adb544fd4b4f9bf3134a225e2..cb0817fdbece48d801c4c510449d0039d0105cfb 100644 (file)
@@ -7,7 +7,7 @@
 #include <glib-object.h>
 #include <gdk/gdk.h>
 #include <gtk/gtkcontainer.h>
-
+#include <lttv/common.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -30,15 +30,17 @@ struct _GtkCustom
   GtkPaned container;
 
   /*< public >*/
-  GtkPaned * firstPane;
-  GtkPaned * lastPane;
-  GtkPaned * focusedPane;
-  guint numChildren;
+  GtkPaned * first_pane;
+  GtkPaned * last_pane;
+  GtkPaned * focused_pane;
+  guint num_children;
 
   GtkWidget * vbox;
   //  GtkWidget * scrollWindow;
   //  GtkWidget * viewport;
-  GtkWidget * hScrollbar;  
+  GtkWidget * hscrollbar;  
+  GtkAdjustment *hadjust;
+  MainWindow * mw;
 };
 
 struct _GtkCustomClass
@@ -55,6 +57,7 @@ void gtk_custom_widget_add(GtkCustom * custom, GtkWidget * widget1);
 void gtk_custom_widget_delete(GtkCustom * custom);
 void gtk_custom_widget_move_up(GtkCustom * custom);
 void gtk_custom_widget_move_down(GtkCustom * custom);
+void gtk_custom_set_adjust(GtkCustom * custom, gboolean first_time);
 
 
 
This page took 0.034778 seconds and 4 git commands to generate.