fn cell_with_hover_button_ui(
    ui: &mut Ui,
    icon: &'static Icon,
    style: CellStyle,
    cell_content: impl FnOnce(&mut Ui)
) -> bool
Expand description

Draw some cell content with a right-aligned, on-hover button.

The button is only displayed when the cell is hovered. Returns true if the button was clicked. Both the visuals and the click behavior is affected by the style.