mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Rename Region to Ui (shorter, sweeter)
This commit is contained in:
@@ -12,10 +12,10 @@ pub use {
|
||||
|
||||
// TODO
|
||||
// pub trait Container {
|
||||
// fn show(self, region: &mut Region, add_contents: impl FnOnce(&mut Region));
|
||||
// fn show(self, ui: &mut Ui, add_contents: impl FnOnce(&mut Ui));
|
||||
// }
|
||||
|
||||
// pub trait Container {
|
||||
// fn begin(&mut self, parent: &mut Region) -> Region;
|
||||
// fn end(self, parent: &mut Region, content: Region);
|
||||
// fn begin(&mut self, parent: &mut Ui) -> Ui;
|
||||
// fn end(self, parent: &mut Ui, content: Ui);
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user