|
Gocator Development Kit
|
| kStatus GdkParamsInfo_AddParam | ( | GdkParamsInfo | info, |
| GdkParamType | paramType, | ||
| const kChar * | name, | ||
| const kChar * | label, | ||
| const void * | defValue, | ||
| GdkParamInfo * | paramInfo | ||
| ) |
Add a parameter to the set.
| info | Params info object. |
| paramType | Parameter type to add. Can be one of: |
| name | Parameter name. |
| label | Parameter label. |
| defValue | Parameter default value. |
| paramInfo | Pointer to receive the parameter info object. |