32 #import "CoreGTK/CGTKContainer.h"
43 -(id)initWithHadjustment:(GtkAdjustment*) hadjustment andVadjustment:(GtkAdjustment*) vadjustment;
56 -(GdkWindow*)getBinWindow;
63 -(GtkAdjustment*)getHadjustment;
71 -(void)getSizeWithWidth:(guint*) width andHeight:(guint*) height;
78 -(GtkAdjustment*)getVadjustment;
87 -(void)moveWithChildWidget:(
CGTKWidget*) childWidget andX:(gint) x andY:(gint) y;
96 -(void)putWithChildWidget:(
CGTKWidget*) childWidget andX:(gint) x andY:(gint) y;
103 -(void)setHadjustment:(GtkAdjustment*) adjustment;
111 -(void)setSizeWithWidth:(guint) width andHeight:(guint) height;
118 -(void)setVadjustment:(GtkAdjustment*) adjustment;