call CwRemoveObjectFromGroup hObject hObject (handle) The object to remove from its group.
/* Create a bunch of objects, group them, then ungroup them. */ a = CwCreateEffect("rectangle", "solid color") b = CwCreateEffect("rectangle", "solid color") c = CwCreateEffect("rectangle", "solid color") gh = CwAddObjectToGroup(a,0) call CwAddObjectToGroup b, gh call CwAddObjectToGroup c, gh call CwRemoveObjectFromGroup(a) call CwRemoveObjectFromGroup(b) call CwRemoveObjectFromGroup(c)
Functions by NAME |
Index |
Functions by PURPOSE |