Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 13 - View Objects / View Objects Reference
View Objects Routines / Managing a View's Attribute Set


Q3View_GetAttributeState

You can use the Q3View_GetAttributeState function to get the state of a view's attribute.

TQ3Status Q3View_GetAttributeState (
TQ3ViewObject view, 
TQ3AttributeType attributeType, 
void *data);
view
A view.
attributeType
An attribute type.
data
On exit, a pointer to the attribute data associated with the specified attribute type.
DESCRIPTION
The Q3View_GetAttributeState function returns, in the data parameter, a pointer to the attribute data associated with the attribute type specified by the attributeType parameter in the attribute set of the view specified by the view parameter. If the value NULL is returned in the data parameter, there is no attribute of the specified type in the view's attribute set.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help