Crate zng_wgt_grid

source ·
Expand description

Grid widgets, properties and nodes.

§Crate

This crate is part of the zng project.

Modules§

  • Cell widget and properties.
  • Column widget and properties.
  • Row widget and properties.

Macros§

Structs§

Enums§

Functions§

  • c Widget function used when new rows or columns are needed to cover a cell placement.
  • c Defines the direction the grid auto-grows and the maximum inclusive index that can be covered by auto-generated columns or rows. If a cell is outside this index and is not covered by predefined columns or rows a new one is auto generated for it, but if the cell is also outside this max it is collapsed.
  • c Cell widget items.
  • c Column definitions.
  • Grid node.
  • c Row definitions.
  • c Space in-between cells.