Q3Group_SetPositionObject
You can use theQ3Group_SetPositionObjectfunction to set the object located at a certain position in a group.
TQ3Status Q3Group_SetPositionObject ( TQ3GroupObject group, TQ3GroupPosition position, TQ3Object object);
group- A group.
position- A group position.
object- An object.
DESCRIPTION
TheQ3Group_SetPositionObjectfunction sets the object having the position specified by thepositionparameter in the group specified by thegroupparameter to the object specified by theobjectparameter. The object previously occupying that position is disposed of. The reference count ofobjectis incremented.
Q3GroupPosition_SetObjectreturns, as its function result, either a pointer to the object installed in the specified position, orNULLif an error occurs.ERRORS
kQ3ErrorInvalidObject
kQ3ErrorInvalidObjectForGroup
kQ3ErrorInvalidObjectForPosition
kQ3ErrorInvalidPositionForGroup
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help