1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 22:00:03 -04:00

Make Area state public (#4576)

This commit is contained in:
Emil Ernerfeldt
2024-05-29 15:48:52 +02:00
committed by GitHub
parent 913cef3361
commit c7cb524bdb
5 changed files with 43 additions and 29 deletions

View File

@@ -91,7 +91,7 @@ where
}
}
/// Helper so that you can do `TextEdit::State::read…`
/// Helper so that you can do e.g. `TextEdit::State::load`.
pub trait WidgetWithState {
type State;
}