Create an API for assigning the menubar contents
This commit is contained in:
parent
0a12774680
commit
334de06322
9 changed files with 216 additions and 60 deletions
|
@ -46,6 +46,8 @@ impl super::App for App {
|
|||
fn fonts(&self) -> std::sync::Arc<dyn super::FontSystem> {
|
||||
self.fonts.clone()
|
||||
}
|
||||
|
||||
fn quit(&self) {}
|
||||
}
|
||||
|
||||
impl Window {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue