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 }
add_with_viewport (child) |
get_hadjustment () |
get_vadjustment () |
set_hadjustment (hadjustment) |
set_placement (window_placement) |
set_policy (hscrollbar_policy, vscrollbar_policy) |
set_vadjustment (hadjustment) |
gtk_scrolled_window_get_type () -- replaces GTK_TYPE_SCROLLED_WINDOW |
gtk_scrolled_window_new (hadjustment, vadjustment) |
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.