Crate exgrid

Source

Structs§

ExGrid
ExGrid- drop-in replacement for egui::Grid with superpowers:
ExUi
Wrapper for egui::Ui (most functions will work exactly the same; ExUi derefs to Ui for all not implemented functions), but with some additional state & functions to manage adding widgets inside ExGrid.

Enums§

GridMode
Configures ExGrid Layout

Traits§

ExWidget
Similar to egui::Widget, but for use with ExUi
ExWidgetConvinence
Exatly the same as ExWidget, but for convinence function is named as in egui::Widget