32 #import "CoreGTK/CGTKBin.h" 43 -(id)initWithHadjustment:(GtkAdjustment*) hadjustment andVadjustment:(GtkAdjustment*) vadjustment;
120 -(void)getPolicyWithHscrollbarPolicy:(GtkPolicyType*) hscrollbarPolicy andVscrollbarPolicy:(GtkPolicyType*) vscrollbarPolicy;
148 -(void)setCaptureButtonPress:(BOOL) captureButtonPress;
155 -(void)setHadjustment:(GtkAdjustment*) hadjustment;
162 -(void)setKineticScrolling:(BOOL) kineticScrolling;
169 -(void)setMinContentHeight:(gint) height;
176 -(void)setMinContentWidth:(gint) width;
183 -(void)setOverlayScrolling:(BOOL) overlayScrolling;
190 -(void)setPlacement:(GtkCornerType) windowPlacement;
198 -(void)setPolicyWithHscrollbarPolicy:(GtkPolicyType) hscrollbarPolicy andVscrollbarPolicy:(GtkPolicyType) vscrollbarPolicy;
205 -(void)setShadowType:(GtkShadowType) type;
212 -(void)setVadjustment:(GtkAdjustment*) vadjustment;