following GTK convention
[lttv.git] / ltt / branches / poly / include / lttv / gtkcustom.h
index 984eb2feca852efc5da5b0469f3253b8fa1a07ae..016df1bd2da51c9789df59c6e1ab45494294d812 100644 (file)
@@ -30,17 +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;  
-  GtkAdjustment *hAdjust;
-  mainWindow * mw;
+  GtkWidget * hscrollbar;  
+  GtkAdjustment *hadjust;
+  MainWindow * mw;
 };
 
 struct _GtkCustomClass
This page took 0.022709 seconds and 4 git commands to generate.