Functions | |
void | Begin_Named_Style_Search (void) |
HC_BOOLEAN | Find_Named_Style (char *style_name) |
void | End_Named_Style_Search (void) |
void Begin_Named_Style_Search | ( | void | ) |
Used to locate all named styles previously defined by 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.
style_name | - Name of the custom style. Returned to the user. |
void End_Named_Style_Search | ( | void | ) |
Terminates a named style search sequence and frees any involved memory.