|
Gocator Development Kit
|
| kStatus GdkToolVersionInfo_AddParam | ( | GdkToolVersionInfo | versionInfo, |
| GdkParamType | paramType, | ||
| const kChar * | name, | ||
| const kChar * | label, | ||
| const void * | defValue, | ||
| GdkParamInfo * | paramInfo | ||
| ) |
Adds a parameter to a tool.
| versionInfo | Version info object. |
| name | Name of the parameter. |
| paramType | Tool parameter type. The following types are supported: |
| label | Label of the param. If kNULL, will be set to same as name parameter |
| defValue | Pointer to the default value to set the parameter. This depends on the paramType passed. |
| paramInfo | Pointer to receive the new input data set's paramInfo object. |