Boopsi uses tag lists to pass and manipulate its attributes. To Boopsi, each tagitem (defined in <utility/tagitem.h>) in a tag list is an attribute/value pair. The TagItem.ti_Tag field contains an ID for the attribute and the ti_Data field holds the attribute's value. For example, the string gadget class defines an attribute called stringa_longval, which is the current integer value of the gadget. certain gadgetclass objects have an attribute called ga_image. its value is not an integer, it is a pointer to an image. Note that these tag lists can also contain utility.library Global System control tags (like tag_skip and tag_done), which boopsi uses in processing its tag lists. Any application that ends up processing these lists should do so using the tag manipulation functions from utility.library. For more information on tags and utility.library, see the "utility library" chapter of this manual.