Carbon


SetWindowControlList

Header: MacWindows.h Carbon status: Unsupported

void SetWindowControlList (
    WindowRef window, 
    Handle controlList
);
window
controlList

AVAILABILITY

Not supported in Carbon.

CARBON NOTES

Accessing the window control list is not supported in Carbon. Use the Control Manager's control embedding hierarchy functions (CreateRootControl, GetRootControl, EmbedControl, AutoEmbedControl, GetSuperControl, GetIndexedSubControl, and SetControlSupervisor) to determine control ordering instead.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)