struct mola::gui::Menu

Overview

A top-level menu, e.g. “File”, “View”, “Help”.

#include <GuiWidgetDescription.h>

struct Menu
{
    // fields

    std::string label;
    std::vector<MenuItem> items;
};

Fields

std::string label

e.g. “File”