Untabifiy

This commit is contained in:
ocornut
2015-05-11 09:26:53 +01:00
parent 8ac9036db3
commit c2c43928a9
2 changed files with 3 additions and 3 deletions

View File

@ -358,7 +358,7 @@ namespace ImGui
IMGUI_API void ListBoxFooter(); // terminate the scrolling region
// Widgets: Menus
// FIXME-WIP: v1.39 in development
// FIXME-WIP: v1.39 in development
IMGUI_API bool MenuItem(const char* label, const char* shortcut = NULL, bool selected = false); // bool enabled = true
IMGUI_API bool MenuItem(const char* label, const char* shortcut, bool* p_selected); // bool enabled = true