Package: gtk

Accessor gtk:layout-height

Lambda List

gtk:layout-height (object)

Syntax

(gtk:layout-height object) => height
(setf (gtk:layout-height object) height)

Arguments

object -- a gtk:layout widget
height -- an unsigned integer with the height of the layout

Details

Accessor of the height slot of the gtk:layout class.

The gtk:layout-height function gets the height of the layout. The (setf gtk:layout-height) function sets the height.
 

See also

2024-4-10