Package: gtk

Function gtk-layout-new

Lambda List

gtk-layout-new (&optional hadjustment vadjustment)

Arguments

hadjustment -- a horizontal scroll gtk-adjustment object
vadjustment -- a vertical scroll gtk-adjustment object

Return Value

A new gtk-layout widget.

Details

Creates a new layout. Unless you have a specific adjustment you would like the layout to use for scrolling, pass nil for the hadjustment and vadjustment arguments.

Lisp binding

In the Lisp binding the adjustments are optional arguments with the nil default value.
 

See also

2021-12-9