Name

kOfxParamPropInteractMinimumSize — The minimum size of a parameter's custom interface, in screen pixels.

Synopsis

#include "/ofxParam.h"
#define kOfxParamPropInteractMinimumSize "OfxParamPropInteractMinimumSize"

Type

kOfxParamPropInteractMinimumSize is of type int, and has 2 dimensions.

Property Set

This is a property that belongs to the plugin parameter descriptor (read/write) and instance (read only).

Default

The default value is 10,10.

Valid Values

greater than (0, 0)

Description

The minimum size of a parameter's custom interface, in screen pixels.

Any custom interface will not be less than this size.