Functions | |
HC_KEY | Show_Style_Segment (HC_KEY key, char *pathname) |
void | Show_Named_Style_Segment (HC_KEY style_key, char *style_name) |
HC_KEY Show_Style_Segment | ( | HC_KEY | key, | |
char * | pathname | |||
) |
Returns the segment that is referenced by a style inclusion.
key | - Unique numeric identifier pointing to a previously defined style inclusion. | |
pathname | - Full pathname of the segment that is used for the styling referenced by key. Returned to user. Passed by reference always. |
void Show_Named_Style_Segment | ( | HC_KEY | style_key, | |
char * | style_name | |||
) |
Returns the name of a named style previously defined by Define_Named_Style().
key | - Unique numeric identifier pointing to a previously defined style inclusion. | |
style_name | - Name of the custom style. Returned to the user. |