pub fn toolbar_menu<M>(
id: impl Into<String>,
label: impl IntoText<M>,
items: Vec<MenuEntry>,
) -> ToolbarEntryExpand description
A button that drops a menu, built from the same entries crate::app_menu takes.
pub fn toolbar_menu<M>(
id: impl Into<String>,
label: impl IntoText<M>,
items: Vec<MenuEntry>,
) -> ToolbarEntryA button that drops a menu, built from the same entries crate::app_menu takes.