kOfxPropLabel
— User visible name of an object.
#include "/ofxCore.h" #define kOfxPropLabel "OfxPropLabel"
This is a property that belongs to the on many objects (descriptors and instances), see PropertiesByObject . Typically readable and writable in most cases..
User visible name of an object.
The label is what a user sees on any interface in place of the object's name.
Note that resetting this will also reset
kOfxPropShortLabel
and
kOfxPropLongLabel
.