Q3View_SetDefaultAttributeSet
You can use theQ3View_SetDefaultAttributeSetfunction to set the default attribute set associated with a view.
TQ3Status Q3View_SetDefaultAttributeSet ( TQ3ViewObject view, TQ3AttributeSet attributeSet);
view- A view.
attributeSet- The default attribute set to be associated with the specified view.
DESCRIPTION
TheQ3View_SetDefaultAttributeSetfunction sets the default attribute set of the view specified by theviewparameter to the set specified in theattributeSetparameter.