Package: gtk

Class gtk:layout-child

Superclasses

gobject:object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

Direct Slots

child-widget
The child-widget property of type gtk:widget (Read / Write / Construct only)
The widget that is associated to the gtk:layout-child object.
layout-manager
The layout-manager property of type gtk:layout-manager (Read / Write / Construct only)
The layout manager that created the gtk:layout-child object.

Details

The gtk:layout-child class is the base class for objects that are meant to hold layout properties. If a gtk:layout-manager object has per-child properties, like their packing type, or the horizontal and vertical span, or the icon name, then the layout manager should use a gtk:layout-child implementation to store those properties.

A gtk:layout-child instance is only ever valid while a widget is part of a layout.
 

Inherited Slot Access Functions

See also

2024-4-19