Draft first-class TitleBar in pane_grid
This commit is contained in:
parent
4c494c7244
commit
a11bcf5af0
10 changed files with 190 additions and 56 deletions
6
native/src/widget/pane_grid/title_bar.rs
Normal file
6
native/src/widget/pane_grid/title_bar.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
use crate::Element;
|
||||
|
||||
pub struct TitleBar<'a, Message, Renderer> {
|
||||
title: String,
|
||||
buttons: Option<Element<'a, Message, Renderer>>,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue