Functions | |
void | Show_Style_Segment (HC_KEY key, char *pathname) |
HC_KEY | KShow_Style_Segment (HC_KEY key) |
void 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. |
HC_KEY KShow_Style_Segment | ( | HC_KEY | key | ) |
Similar to Show_Style_Segment(), but returns an HC_KEY to the object.
key | - Unique numeric identifier pointing to a previously defined style inclusion. |