#include <Malena/Graphics/Controls/NativeMenuBar.h>
Public Types | |
| enum class | Type { Action , Separator } |
Public Attributes | |
| std::function< void()> | action |
| std::string | label |
| Type | type |
Definition at line 44 of file NativeMenuBar.h.
|
strong |
| Enumerator | |
|---|---|
| Action | |
| Separator | |
Definition at line 46 of file NativeMenuBar.h.
| std::function<void()> ml::NativeMenuBar::Item::action |
Definition at line 49 of file NativeMenuBar.h.
| std::string ml::NativeMenuBar::Item::label |
Definition at line 48 of file NativeMenuBar.h.
| Type ml::NativeMenuBar::Item::type |
Definition at line 47 of file NativeMenuBar.h.