Brief Index      Full Index      Events Index      I.M. Reference

Begin_Named_Style_Search


Functions

void Begin_Named_Style_Search (void)
HC_BOOLEAN Find_Named_Style (char *style_name)
void End_Named_Style_Search (void)

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().

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().

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().

Brief Index      Full Index      Events Index      I.M. Reference