Name

kOfxParamPropInteractPreferedSize — The preferred size of a parameter's custom interface.

Synopsis

#include "/ofxParam.h"
#define kOfxParamPropInteractPreferedSize "OfxParamPropInteractPreferedSize"

Type

kOfxParamPropInteractPreferedSize 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 preferred size of a parameter's custom interface.

A host should attempt to set a parameter's custom interface on a parameter to be this size if possible, otherwise it will be of kOfxParamPropInteractSizeAspect aspect but larger than kOfxParamPropInteractMinimumSize.