Module cell
zng
0.19.2
Module cell
Module Items
Structs
Constants
Functions
In zng::
grid
zng
::
grid
Module
cell
Copy item path
Source
Expand description
Cell widget and properties.
Structs
§
Cell
W
Grid cell container.
Cell
Info
Represents values set by cell properties in a widget.
Constants
§
AT_AUTO
Value for
at
that causes the cell to be positioned based on the logical index
i
, for columns
i % columns
and for rows
i / columns
.
Functions
§
at
P
Cell column and row indexes.
column
P
Cell column index.
column_
span
P
Cell column span.
row
P
Cell row index.
row_
span
P
Cell row span.
span
P
Cell column and row span.