Package: gtk
Accessor gtk:widget-layout-manager
Lambda Listgtk:widget-layout-manager (object) SyntaxArgumentsDetails The accessor for the layout-manager slot of the gtk:widget class gets or sets the layout manager delegate instance
that provides an implementation for measuring and allocating the children
of the widget. Examples
(gtk:widget-layout-manager (make-instance 'gtk:button))
=> #<GTK:BIN-LAYOUT {1005DDB073}>
(gtk:widget-layout-manager (make-instance 'gtk:grid))
=> #<GTK:GRID-LAYOUT {1005DD9863}> | See also |
2025-08-22