Package: gtk
Class gtk:grid-layout
Superclassesgtk:layout-manager, gobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails
Layout manager for grid like widgets. The gtk:grid-layout object is a layout manager which arranges child
widgets in rows and columns, with arbitrary positions and horizontal/vertical
spans. Children have an "attach point" defined by the horizontal and vertical index of the cell they occupy. Children can span multiple rows or columns. The layout properties for setting the attach points and spans are set using the gtk:grid-layout-child object associated to each child widget. The behaviour of the gtk:grid widget when several children occupy the same grid cell is undefined. The gtk:grid-layout object can be used like a gtk:box-layout object if all children are attached to the same row or column. However, if you only ever need a single row or column, you should consider using the gtk:box-layout object. | Returned bySlot Access Functions
Inherited Slot Access FunctionsSee also |
2024-4-23