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