GtkScrolledWindow

GtkScrolledWindow — adds scrollbars to a widget.

Synopsis

class GtkScrolledWindow GtkBin
{
    hadjustment;              // GtkAdjustment : Read / Write 
    hscrollbar_policy;        // GtkPolicyType : Read / Write 
    vadjustment;              // GtkAdjustment : Read / Write 
    vscrollbar_policy;        // GtkPolicyType : Read / Write 
    window_placement;         // GtkCornerType : Read / Write 
}
     

Parent Classes

GtkObject<-- GtkWidget<-- GtkContainer<-- GtkBin<--GtkScrolledWindow

Methods

add_with_viewport (child)
get_hadjustment ()
get_vadjustment ()
set_hadjustment (hadjustment)
set_placement (window_placement)
set_policy (hscrollbar_policy, vscrollbar_policy)
set_vadjustment (hadjustment)

Related Functions

gtk_scrolled_window_get_type () -- replaces GTK_TYPE_SCROLLED_WINDOW
gtk_scrolled_window_new (hadjustment, vadjustment)

Example

See the Scrolled Windows example in the Example Code Appendix.