Introduction

Getting Started

Programming Guides

API Reference

Additional Resources

Begin_Named_Style_Search

Functions

void Begin_Named_Style_Search (void)
 Used to locate all named styles previously defined by Define_Named_Style(). More...
 
void End_Named_Style_Search (void)
 Terminates a named style search sequence and frees any involved memory. More...
 
HC_BOOLEAN Find_Named_Style (char *style_name)
 Retrieves the style names, one at a time. The function returns false when all objects have been returned. More...
 

Detailed Description

Function Documentation

void Begin_Named_Style_Search ( void  )

Used to locate all named styles previously defined by Define_Named_Style().

DETAILS

No additional details. See Define_Named_Style().

void End_Named_Style_Search ( void  )

Terminates a named style search sequence and frees any involved memory.

DETAILS

No additional details. See Define_Named_Style() and Begin_Named_Style_Search().

HC_BOOLEAN Find_Named_Style ( char *  style_name)

Retrieves the style names, one at a time. The function returns false when all objects have been returned.

Parameters
style_name- Name of the custom style. Returned to the user.
Returns
flag

DETAILS

No additional details. See Define_Named_Style and Begin_Named_Style_Search().