Q3View_GetAttributeState
You can use theQ3View_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
TheQ3View_GetAttributeState
function returns, in thedata
parameter, a pointer to the attribute data associated with the attribute type specified by theattributeType
parameter in the attribute set of the view specified by theview
parameter. If the valueNULL
is returned in thedata
parameter, there is no attribute of the specified type in the view's attribute set.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help