|
||
TAG_NODE |
||||||||||||||||||||||||
Structure |
A data type that is used to attach named properties to SilverScreen entities.
struct TAG_NODE { int type; NAME name;
union { double tag_double; SS_XYZ tag_xyz; char *tag_text; } data;
TAG_NODE *next_tag; };
|
|||||||||||||||||||||||
Members |
|
|||||||||||||||||||||||
See Also |
|
|||||||||||||||||||||||
Header |
silver.h, ssnodes.h |
|||||||||||||||||||||||