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 Slotsbaseline-row The baseline-row property of type :int (Read / Write) The row to align to the baseline when valign has the :center value of the gtk-align enumeration. Allowed values: >= 0 Default value: 0 column-homogeneous The column-homogeneous property of type :boolean (Read / Write) If true, the columns are all the same width. Default value: false column-spacing The column-spacing property of type :int (Read / Write) The amount of space between two consecutive columns. Allowed values: [0, 32767] Default value: 0 row-homogeneous The row-homogeneous property of type :boolean (Read / Write) If true, the rows are all the same height. Default value: false row-spacing The row-spacing property of type :int (Read / Write) The amount of space between two consecutive rows. Allowed values: [0, 32767] Default value: 0 Details 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