Next: , Previous: enum-item, Up: Enum types information


4.5.2 flags-item

— Structure: flags-item
     (defstruct flags-item
       name value nick)
name
A string - name of flags item
value
An integer - numeric value of flags item
nick
A string - short name of an flags item

Structure flags-item represents a single item of an flags type.

Example:

     #S(FLAGS-ITEM
        :NAME "GDK_POINTER_MOTION_HINT_MASK"
        :VALUE 8
        :NICK "pointer-motion-hint-mask")