gtk+-2.0 Reference Manual

Synopsis

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           (  ) ;
}

ScrolledWindow Description

Details

Constructor Details

ScrolledWindow ()
    public                              ScrolledWindow            ( Adjustment?         hadjustment,
                                                                    Adjustment?         vadjustment ) ;		

Field Details

hscrollbar
    public    weak Widget               hscrollbar ;		

vscrollbar
    public    weak Widget               vscrollbar ;		

hscrollbar_visible
    public    uint                      hscrollbar_visible ;		

vscrollbar_visible
    public    uint                      vscrollbar_visible ;		

focus_out
    public    uint                      focus_out ;		

Signal Details

move_focus_out
    public    signal void               move_focus_out            ( DirectionType       direction )  ;		

scroll_child
    public    signal bool               scroll_child              ( ScrollType          scroll,
                                                                    bool                horizontal )  ;		

Property Details

hadjustment
    public    weak Adjustment           hadjustment               { get; construct set; } ;		

hscrollbar_policy
    public    weak PolicyType           hscrollbar_policy         { get; set; } ;		

shadow_type
    public    weak ShadowType           shadow_type               { get; set; } ;		

vadjustment
    public    weak Adjustment           vadjustment               { get; construct set; } ;		

vscrollbar_policy
    public    weak PolicyType           vscrollbar_policy         { get; set; } ;		

window_placement
    public    weak CornerType           window_placement          { get; set; } ;		

window_placement_set
    public    weak bool                 window_placement_set      { get; set; } ;		

Method Details

add_with_viewport ()
    public    void                      add_with_viewport         ( Widget              child ) ;		

get_hadjustment ()
    public    weak Adjustment           get_hadjustment           (  ) ;		

get_hscrollbar ()
    public    weak Widget               get_hscrollbar            (  ) ;		

get_placement ()
    public    CornerType                get_placement             (  ) ;		

get_policy ()
    public    void                      get_policy                ( PolicyType          hscrollbar_policy,
                                                                    PolicyType          vscrollbar_policy ) ;		

get_shadow_type ()
    public    ShadowType                get_shadow_type           (  ) ;		

get_vadjustment ()
    public    weak Adjustment           get_vadjustment           (  ) ;		

get_vscrollbar ()
    public    weak Widget               get_vscrollbar            (  ) ;		

set_hadjustment ()
    public    void                      set_hadjustment           ( Adjustment          hadjustment ) ;		

set_placement ()
    public    void                      set_placement             ( CornerType          window_placement ) ;		

set_policy ()
    public    void                      set_policy                ( PolicyType          hscrollbar_policy,
                                                                    PolicyType          vscrollbar_policy ) ;		

set_shadow_type ()
    public    void                      set_shadow_type           ( ShadowType          type ) ;		

set_vadjustment ()
    public    void                      set_vadjustment           ( Adjustment          vadjustment ) ;		

unset_placement ()
    public    void                      unset_placement           (  ) ;		


Created by Valadoc