Draft Scrollable widget (no clipping yet!)
This commit is contained in:
parent
4769272122
commit
719c073fc6
13 changed files with 526 additions and 50 deletions
|
|
@ -23,4 +23,9 @@ pub enum Primitive {
|
|||
path: String,
|
||||
bounds: Rectangle,
|
||||
},
|
||||
Scrollable {
|
||||
bounds: Rectangle,
|
||||
offset: u32,
|
||||
content: Box<Primitive>,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue