Added simpler MW example
This commit is contained in:
parent
8ba1843080
commit
ce4b2c93d9
6 changed files with 741 additions and 559 deletions
|
|
@ -109,7 +109,7 @@ where
|
|||
///
|
||||
/// This title can be dynamic! The runtime will automatically update the
|
||||
/// title of your application when necessary.
|
||||
fn title(&self, window_id: window::Id) -> String;
|
||||
fn title(&self, window: window::Id) -> String;
|
||||
|
||||
/// Returns the current [`Theme`] of the [`Application`].
|
||||
fn theme(&self) -> <Self::Renderer as crate::Renderer>::Theme;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue