Unravel Engine C++ Reference
Loading...
Searching...
No Matches
imgui_context_menu_style.h
Go to the documentation of this file.
1#pragma once
2
3#include <imgui/imgui.h>
4
5namespace ImGui
6{
7
10
26
27auto MenuItemIcon(const char* icon,
28 const char* label,
29 const char* shortcut = nullptr,
30 bool enabled = true) -> bool;
31auto BeginMenuIcon(const char* icon, const char* label, bool enabled = true) -> bool;
32
33} // namespace ImGui
const char * icon
auto BeginMenuIcon(const char *icon, const char *label, bool enabled) -> bool
auto MenuItemIcon(const char *icon, const char *label, const char *shortcut, bool enabled) -> bool
ContextMenuStyleScope & operator=(const ContextMenuStyleScope &)=delete
ContextMenuStyleScope(const ContextMenuStyleScope &)=delete
bool enabled