Package: gtk
Class gtk-grid
Superclassesgtk-container, gtk-widget, gtk-buildable, gtk-orientable, g-object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails The gtk-grid widget is a container which arranges its child widgets
in rows and columns, with arbitrary positions and horizontal/vertical spans. Children are added using the gtk-grid-attach function. They can span multiple rows or columns. It is also possible to add a child next to an existing child, using the gtk-grid-attach-next-to function. The behaviour of the gtk-grid widget when several children occupy the same grid cell is undefined. The gtk-grid widget can be used like a gtk-box widget by just using the gtk-container-add function, which will place children next to each other in the direction determined by the orientation property. However, if all you want is a single row or column, then the gtk-box widget is the preferred widget. CSS nodesChild Property Details
| Slot Access Functions
Inherited Slot Access FunctionsSee also |
*2021-10-30