SYNOPSIS
#include <transform.h>
int Trf_SetObjOption
(
Trf_Options options,
Tcl_Interp *interp,
const char *optname,
const Tcl_Obj *optvalue,
ClientData clientData
);
PARAMETERS
- Trf_Options options
- Container to place the value into.
- Tcl_Interp *interp
- Interpreter for error messages (NULL possible).
- const char *optname
- Name of option to define.
- const Tcl_Obj *optvalue
- Value to set into the container.
- ClientData clientData
- Arbitrary information, as defined in Trf_TypeDefinition.clientData.