Brief Index      Full Index      I.M. Reference

Show_Style_Segment


Functions

void Show_Style_Segment (HC_KEY key, char *pathname)
HC_KEY KShow_Style_Segment (HC_KEY key)

Function Documentation

void Show_Style_Segment ( HC_KEY  key,
char *  pathname 
)

Returns the segment that is referenced by a style inclusion.

Parameters:
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.

DETAILS

Given the key returned by a previous call to Find_Contents() ( Begin_Contents_Search() ) or KStyle_Segment() , this routine will indicate which segment was to be used for styling. It might be used, for example, to "localize" a styling by looking at the style segment, then duplicating some of its attributes within a new segment.

NOTES

RESTRICTIONS

See also:
Style_Segment, Begin_Contents_Search.

HC_KEY KShow_Style_Segment ( HC_KEY  key  ) 

Similar to Show_Style_Segment(), but returns an HC_KEY to the object.

Parameters:
key - Unique numeric identifier pointing to a previously defined style inclusion.
Returns:
segkey

DETAILS

No additional details. See Show_Style_Segment()

Main Index
Brief Index      Full Index      I.M. Functions