egui/egui_extras/src
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
..
datepicker More table improvements (#1440) 2022-04-01 15:27:42 +02:00
image.rs Use atomic_refcell instead of parking_lot for wasm32 targets (#1404) 2022-03-22 15:34:21 +01:00
layout.rs Add more doc-links in docstrings (#1419) 2022-04-03 18:18:35 +02:00
lib.rs Dynamic sized strips, tables, and date picker (#963) 2022-03-31 21:13:25 +02:00
sizing.rs Add more doc-links in docstrings (#1419) 2022-04-03 18:18:35 +02:00
strip.rs More table improvements (#1440) 2022-04-01 15:27:42 +02:00
table.rs Warn about Id clashes for Grid, Plot, ScrollArea, Table (#1452) 2022-04-04 13:13:34 +02:00