Package: gtk

Function gtk:layout-size

Lambda List

gtk:layout-size (layout)

Syntax

(gtk:layout-size layout) => width, height
(setf (gtk:layout-size layout) (list width height))

Arguments

layout -- a gtk:layout widget
width -- an unsigned integer for the width of the entire scrollable area
height -- an unsigned integer for the height of the entire scrollable area

Details

Gets or sets the size in pixels on the layout, that determines the total extents of the scrollbar of the layout area.

Lisp binding

In the Lisp binding the gtk:layout-width and gtk:layout-height functions get or set the width and height of the scrollable area.
 

See also

2026-06-20