pub fn toolbar_button<M>(
id: impl Into<String>,
label: impl IntoText<M>,
) -> ToolbarEntryExpand description
A push button: toolbar_button("refresh", tr("refresh")).icon(Symbol::Refresh).action(…).
pub fn toolbar_button<M>(
id: impl Into<String>,
label: impl IntoText<M>,
) -> ToolbarEntryA push button: toolbar_button("refresh", tr("refresh")).icon(Symbol::Refresh).action(…).