Package: gtk

Class gtk:grid-layout-child

Superclasses

gtk:layout-child, gobject:object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

column
The column property of type :int (Read / Write)
The column to place the child widget in.
Default value: 0
column-span
The column-span property of type :int (Read / Write)
The number of columns the child spans to.
Allowed values: >= 1
Default value: 1
row
The row property of type :int (Read / Write)
The row to place the child widget in.
Default value: 0
row-span
The row-span property of type :int (Read / Write)
The number of rows the child widget spans to.
Allowed values: >= 1
Default value: 1

Details

The gtk:layout-child subclass for children in a gtk:grid-layout object.
 

Slot Access Functions

Inherited Slot Access Functions

See also

2024-4-23