Searched refs:ImGuiWindowFlags_UnsavedDocument (Results 1 – 2 of 2) sorted by relevance
713 …ImGuiWindowFlags_UnsavedDocument = 1 << 20, // Append '*' to title without affecting the I… enumerator
5395 …float marker_size_x = (flags & ImGuiWindowFlags_UnsavedDocument) ? CalcTextSize(UNSAVED_DOCUMENT_M… in Begin()5407 if (flags & ImGuiWindowFlags_UnsavedDocument) in Begin()