42 -(GtkScrolledWindow *)SCROLLED_WINDOW;
48 -(id)initWithHadjustment:(GtkAdjustment *)hadjustment andVadjustment:(GtkAdjustment *)vadjustment;
54 -(void)setHadjustment:(GtkAdjustment *)hadjustment;
60 -(void)setVadjustment:(GtkAdjustment *)vadjustment;
66 -(GtkAdjustment *)getHadjustment;
72 -(GtkAdjustment *)getVadjustment;
90 -(void)setPolicyWithHscrollbarPolicy:(GtkPolicyType)hscrollbarPolicy andVscrollbarPolicy:(GtkPolicyType)vscrollbarPolicy;
96 -(void)getPolicyWithHscrollbarPolicy:(GtkPolicyType *)hscrollbarPolicy andVscrollbarPolicy:(GtkPolicyType *)vscrollbarPolicy;
102 -(void)setPlacement:(GtkCornerType)windowPlacement;
108 -(void)unsetPlacement;
114 -(GtkCornerType)getPlacement;
120 -(void)setShadowType:(GtkShadowType)type;
126 -(GtkShadowType)getShadowType;