Q3Group_AddObjectBefore
You can use theQ3Group_AddObjectBeforefunction to add an object to a group, positioning it before a certain object already in the group.
TQ3GroupPosition Q3Group_AddObjectBefore ( TQ3GroupObject group, TQ3GroupPosition position, TQ3Object object);
group- A group.
position- A group position.
object- An object.
DESCRIPTION
TheQ3Group_AddObjectBeforefunction inserts the object specified by theobjectparameter into the group specified by thegroupparameter, before the group position specified by thepositionparameter.Q3Group_AddObjectBeforereturns, as its function result, the new position of the object in the group. If an error occurs during the insertion of the object into the group,Q3Group_AddObjectBeforereturnsNULL.ERRORS
kQ3ErrorInvalidObject
kQ3ErrorInvalidPositionForGroup
kQ3ErrorOutOfMemory
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help