Function label_menu

Source
fn label_menu(
    ui: &mut Ui,
    current: u8,
    labels: &Vec<(String, [u8; 3])>,
    palette: &Palette,
) -> Option<LabelPick>
Expand description

“Label ▸” submenu over the project’s own labels; returns the pick (“Edit labels…” included).