Package: gtk

Accessor gtk:layout-width

Lambda List

gtk:layout-width (object)

Syntax

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

Arguments

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

Details

Accessor of the width slot of the gtk:layout class. The gtk:layout-width function gets the width of the layout. The (setf gtk:layout-width) function sets the width.
 

See also

2024-4-10