alias ImGui::TopLevel::ImGuiCond

Alias Definition

ImGui::ImGuiCond

Defined in:

types.cr

Constant Summary

Always = 1

No condition (always set the variable), same as _None

Appearing = 8

Set the variable if the object/window is appearing after being hidden/inactive (or the first time)

FirstUseEver = 4

Set the variable if the object/window has no persistently saved data (no entry in .ini file)

None = 0

No condition (always set the variable), same as _Always

Once = 2

Set the variable once per runtime session (only the first call will succeed)