Pair of params next to eachother?
Hello,
I am using the C SDK to create a native CS6 compatible plugin.
I am wondering how I can display two parameters next to eachother?
For instance a dropdown and a button or checkbox next to it:

It should be possible to do this somehow, right?
prSuiteError (*AddParamGroup)(
csSDK_uint32 exporterPluginID,
csSDK_int32 inMultiGroupIndex,
const exParamIdentifier inParentGroupIdentifier, // parent group.
// use NULL to put the group into the multigroup
const exParamIdentifier inParamGroupIdentifier,
const prUTF16Char *inGroupName,
csSDK_int32 inHidden,
csSDK_int32 inDisabled,
csSDK_int32 inIsParamPairGroup); // inIsParamPairGroup = true means this is a group that
// displays 2 params side by side. Group box is not shown.
Thanks,
Daniel