X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=inline;f=ltt%2Fbranches%2Fpoly%2Finclude%2Flttv%2Fgtkcustom.h;h=cb0817fdbece48d801c4c510449d0039d0105cfb;hb=1f1ae8291146c371158191d7c7efd426e4a6f1ce;hp=2bd174bb9a604d2adb544fd4b4f9bf3134a225e2;hpb=e969fd8ead1ce0d34c839d8598a24f3af768d42e;p=lttv.git diff --git a/ltt/branches/poly/include/lttv/gtkcustom.h b/ltt/branches/poly/include/lttv/gtkcustom.h index 2bd174bb..cb0817fd 100644 --- a/ltt/branches/poly/include/lttv/gtkcustom.h +++ b/ltt/branches/poly/include/lttv/gtkcustom.h @@ -7,7 +7,7 @@ #include #include #include - +#include #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);