mirror of
https://github.com/ocornut/imgui.git
synced 2025-10-08 02:56:29 +00:00
Style: added ImGuiCol_UnsavedMarker. (#8983)
This commit is contained in:
1
imgui.h
1
imgui.h
@@ -1774,6 +1774,7 @@ enum ImGuiCol_
|
||||
ImGuiCol_TextSelectedBg, // Selected text inside an InputText
|
||||
ImGuiCol_TreeLines, // Tree node hierarchy outlines when using ImGuiTreeNodeFlags_DrawLines
|
||||
ImGuiCol_DragDropTarget, // Rectangle highlighting a drop target
|
||||
ImGuiCol_UnsavedMarker, // Unsaved Document marker (in window title and tabs)
|
||||
ImGuiCol_NavCursor, // Color of keyboard/gamepad navigation cursor/rectangle, when visible
|
||||
ImGuiCol_NavWindowingHighlight, // Highlight window when using CTRL+TAB
|
||||
ImGuiCol_NavWindowingDimBg, // Darken/colorize entire screen behind the CTRL+TAB window list, when active
|
||||
|
Reference in New Issue
Block a user