Create an API for assigning the menubar contents

This commit is contained in:
Max Brunsfeld 2021-04-08 15:56:21 -07:00
parent 0a12774680
commit 334de06322
9 changed files with 216 additions and 60 deletions

View file

@ -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 {