Searched defs:ImGuiTabItemFlags_UnsavedDocument (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h828 ImGuiTabItemFlags_UnsavedDocument = 1 << 0, // Append '*' to title without affecting the ID, as a convenience to avoid using the ### operator. Also: tab is selected on closure and closure is deferred by one frame to allow code to undo it without flicker. enumerator in enum:ImGuiTabItemFlags_
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h828 ImGuiTabItemFlags_UnsavedDocument = 1 << 0, // Append '*' to title without affecting the ID, as a convenience to avoid using the ### operator. Also: tab is selected on closure and closure is deferred by one frame to allow code to undo it without flicker. enumerator in enum:ImGuiTabItemFlags_

Completed in 16 milliseconds