Q3View_GetAttributeState
You can use theQ3View_GetAttributeStatefunction 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_GetAttributeStatefunction returns, in thedataparameter, a pointer to the attribute data associated with the attribute type specified by theattributeTypeparameter in the attribute set of the view specified by theviewparameter. If the valueNULLis returned in thedataparameter, 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