Package: gtk

Function gtk-scrolled-window-new

Lambda List

gtk-scrolled-window-new (&optional hadjustment vadjustment)

Arguments

hadjustment -- a gtk-adjustment object with the horizontal adjustment
vadjustment -- a gtk-adjustment object with the vertical adjustment

Return Value

A new gtk-scrolled-window widget.

Details

Creates a new scrolled window. The two optional arguments are the adjustments of the scrolled window. These will be shared with the scrollbars and the child widget to keep the bars in sync with the child. Usually you want to use the default values for the adjustments, which will cause the scrolled window to create them for you.
 

See also

2021-10-14