egui/egui_extras
Emil Ernerfeldt c3b6d1bab9
Warn about Id clashes for Grid, Plot, ScrollArea, Table (#1452)
Id clashes can cause subtle bugs.

egui already warns when the same Id is used to interact with different
parts of the screen.

This adds warnings about id clashes for some widgets that store state:
Grid, Plot, ScrollArea, Table.

The PR also adds `Context::check_for_id_clash` so users who create
their own widgets can add the same type of check.
2022-04-04 13:13:34 +02:00
..
src Warn about Id clashes for Grid, Plot, ScrollArea, Table (#1452) 2022-04-04 13:13:34 +02:00
Cargo.toml Dynamic sized strips, tables, and date picker (#963) 2022-03-31 21:13:25 +02:00
CHANGELOG.md Table resize (#1438) 2022-04-01 12:01:00 +02:00
README.md egui_extras README grammar fixes (#1313) 2022-03-07 10:14:00 +01:00

egui_extras

Latest version Documentation MIT Apache

This is a crate that adds some features on top top of egui. This crate is for experimental features, and features that require big dependencies that do not belong in egui.