32 #import "CoreGTK/CGTKBin.h" 43 -(id)initWithHadjustment:(GtkAdjustment*) hadjustment andVadjustment:(GtkAdjustment*) vadjustment;
134 -(void)getPolicyWithHscrollbarPolicy:(GtkPolicyType*) hscrollbarPolicy andVscrollbarPolicy:(GtkPolicyType*) vscrollbarPolicy;
176 -(void)setCaptureButtonPress:(BOOL) captureButtonPress;
183 -(void)setHadjustment:(GtkAdjustment*) hadjustment;
190 -(void)setKineticScrolling:(BOOL) kineticScrolling;
197 -(void)setMaxContentHeight:(gint) height;
204 -(void)setMaxContentWidth:(gint) width;
211 -(void)setMinContentHeight:(gint) height;
218 -(void)setMinContentWidth:(gint) width;
225 -(void)setOverlayScrolling:(BOOL) overlayScrolling;
232 -(void)setPlacement:(GtkCornerType) windowPlacement;
240 -(void)setPolicyWithHscrollbarPolicy:(GtkPolicyType) hscrollbarPolicy andVscrollbarPolicy:(GtkPolicyType) vscrollbarPolicy;
247 -(void)setPropagateNaturalHeight:(BOOL) propagate;
254 -(void)setPropagateNaturalWidth:(BOOL) propagate;
261 -(void)setShadowType:(GtkShadowType) type;
268 -(void)setVadjustment:(GtkAdjustment*) vadjustment;