Q3HighlightStyle_New
You can use theQ3HighlightStyle_Newfunction to create a new highlight style object.
TQ3StyleObject Q3HighlightStyle_New ( TQ3AttributeSet highlightAttribute);
- highlightAttribute
- An attribute set.
DESCRIPTION
TheQ3HighlightStyle_Newfunction returns, as its function result, a new style object having the highlight style specified by thehighlightAttributeparameter. ThehighlightAttributeparameter should be a reference to an attribute set.If a new style object could not be created,
Q3HighlightStyle_Newreturns the valueNULL.To change the current highlight style, you must actually draw the style object. You can call
Q3Style_Submitto draw the style in retained mode orQ3HighlightStyle_Submit(described next) to draw the style in immediate mode.SEE ALSO
See "Highlight Styles" on page 6-6 for a description of highlight styles.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help