Trait cosmic::style::menu_bar::StyleSheet
source · pub trait StyleSheet {
type Style: Default;
// Required method
fn appearance(&self, style: &Self::Style) -> Appearance;
}
Expand description
The style sheet of a menu bar and its menus.
Required Associated Types§
sourcetype Style: Default
type Style: Default
The supported style of the StyleSheet
.
Required Methods§
sourcefn appearance(&self, style: &Self::Style) -> Appearance
fn appearance(&self, style: &Self::Style) -> Appearance
Produces the Appearance
of a menu bar and its menus.