mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
Add a bunch of TODOs
This commit is contained in:
@@ -16,7 +16,7 @@ pub struct State {
|
||||
pub size: Vec2,
|
||||
}
|
||||
|
||||
// TODO: rename Floating to something else.
|
||||
// TODO: rename Floating to something else. Area?
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
pub struct Floating {
|
||||
id: Id,
|
||||
|
||||
@@ -6,6 +6,7 @@ pub struct State {
|
||||
pub size: Vec2,
|
||||
}
|
||||
|
||||
// TODO: auto-shink/grow should be part of another container!
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
pub struct Resize {
|
||||
/// If false, we are no enabled
|
||||
|
||||
Reference in New Issue
Block a user