public class ScrolledWindow : Bin, Implementor, Buildable {
public weak Widget hscrollbar ;
public weak Widget vscrollbar ;
public uint hscrollbar_visible ;
public uint vscrollbar_visible ;
public uint focus_out ;
public weak Adjustment hadjustment { get; construct set; } ;
public weak PolicyType hscrollbar_policy { get; set; } ;
public weak ShadowType shadow_type { get; set; } ;
public weak Adjustment vadjustment { get; construct set; } ;
public weak PolicyType vscrollbar_policy { get; set; } ;
public weak CornerType window_placement { get; set; } ;
public weak bool window_placement_set { get; set; } ;
public ScrolledWindow ( Adjustment? hadjustment,
Adjustment? vadjustment ) ;
public signal void move_focus_out ( DirectionType direction ) ;
public signal bool scroll_child ( ScrollType scroll,
bool horizontal ) ;
public void add_with_viewport ( Widget child ) ;
public weak Adjustment get_hadjustment ( ) ;
public weak Widget get_hscrollbar ( ) ;
public CornerType get_placement ( ) ;
public void get_policy ( PolicyType hscrollbar_policy,
PolicyType vscrollbar_policy ) ;
public ShadowType get_shadow_type ( ) ;
public weak Adjustment get_vadjustment ( ) ;
public weak Widget get_vscrollbar ( ) ;
public void set_hadjustment ( Adjustment hadjustment ) ;
public void set_placement ( CornerType window_placement ) ;
public void set_policy ( PolicyType hscrollbar_policy,
PolicyType vscrollbar_policy ) ;
public void set_shadow_type ( ShadowType type ) ;
public void set_vadjustment ( Adjustment vadjustment ) ;
public void unset_placement ( ) ;
}

public ScrolledWindow ( Adjustment? hadjustment,
Adjustment? vadjustment ) ;
public weak Widget hscrollbar ;
public weak Widget vscrollbar ;
public uint hscrollbar_visible ;
public uint vscrollbar_visible ;
public uint focus_out ;
public signal void move_focus_out ( DirectionType direction ) ;
public signal bool scroll_child ( ScrollType scroll,
bool horizontal ) ;
public weak Adjustment hadjustment { get; construct set; } ;
public weak PolicyType hscrollbar_policy { get; set; } ;
public weak ShadowType shadow_type { get; set; } ;
public weak Adjustment vadjustment { get; construct set; } ;
public weak PolicyType vscrollbar_policy { get; set; } ;
public weak CornerType window_placement { get; set; } ;
public weak bool window_placement_set { get; set; } ;
public void add_with_viewport ( Widget child ) ;
public weak Adjustment get_hadjustment ( ) ;
public weak Widget get_hscrollbar ( ) ;
public CornerType get_placement ( ) ;
public void get_policy ( PolicyType hscrollbar_policy,
PolicyType vscrollbar_policy ) ;
public ShadowType get_shadow_type ( ) ;
public weak Adjustment get_vadjustment ( ) ;
public weak Widget get_vscrollbar ( ) ;
public void set_hadjustment ( Adjustment hadjustment ) ;
public void set_placement ( CornerType window_placement ) ;
public void set_policy ( PolicyType hscrollbar_policy,
PolicyType vscrollbar_policy ) ;
public void set_shadow_type ( ShadowType type ) ;
public void set_vadjustment ( Adjustment vadjustment ) ;
public void unset_placement ( ) ;
Created by Valadoc