32 #import "CoreGTK/CGTKBin.h"
43 -(id)initWithHadjustment:(GtkAdjustment*) hadjustment andVadjustment:(GtkAdjustment*) vadjustment;
49 -(GtkScrolledWindow*)SCROLLEDWINDOW;
63 -(BOOL)getCaptureButtonPress;
70 -(GtkAdjustment*)getHadjustment;
84 -(BOOL)getKineticScrolling;
91 -(gint)getMinContentHeight;
98 -(gint)getMinContentWidth;
105 -(GtkCornerType)getPlacement;
113 -(void)getPolicyWithHscrollbarPolicy:(GtkPolicyType*) hscrollbarPolicy andVscrollbarPolicy:(GtkPolicyType*) vscrollbarPolicy;
120 -(GtkShadowType)getShadowType;
127 -(GtkAdjustment*)getVadjustment;
141 -(void)setCaptureButtonPress:(BOOL) captureButtonPress;
148 -(void)setHadjustment:(GtkAdjustment*) hadjustment;
155 -(void)setKineticScrolling:(BOOL) kineticScrolling;
162 -(void)setMinContentHeight:(gint) height;
169 -(void)setMinContentWidth:(gint) width;
176 -(void)setPlacement:(GtkCornerType) windowPlacement;
184 -(void)setPolicyWithHscrollbarPolicy:(GtkPolicyType) hscrollbarPolicy andVscrollbarPolicy:(GtkPolicyType) vscrollbarPolicy;
191 -(void)setShadowType:(GtkShadowType) type;
198 -(void)setVadjustment:(GtkAdjustment*) vadjustment;
204 -(void)unsetPlacement;