MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / ContextMenuEntry

Class ContextMenuEntry

LibLemon/include/lemon/gui/ctxentry.h:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5namespace Lemon::GUI{
6 struct ContextMenuEntry{
7 unsigned short id;
8 std::string name;
9 };
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected