Carbon


SetWindowControlList

Header: MacWindows.h Carbon status: Unsupported

void SetWindowControlList (
    WindowRef window, 
    Handle controlList
);
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 6/30/2000)