Condition#

Fully qualified name: carb::simplegui::Condition

Defined in carb/simplegui/SimpleGuiTypes.h

enum class carb::simplegui::Condition#

Condition for simplegui::setWindow***(), setNextWindow***(), setNextTreeNode***() functions.

Values:

enumerator eAlways#

Set the variable.

enumerator eOnce#

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

enumerator eFirstUseEver#

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

enumerator eAppearing#

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