[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]

Gadget imagery can also be created by specifying a series of lines to be
drawn.  These lines can go around or through the select box of the gadget,
and can be drawn using any color pen and draw mode.  Multiple groups of
lines may be specified, each with its own pen and draw mode.

The Border structure is used to describe the lines to be drawn.  The
Border structure is incorporated into the gadget by clearing the
GFLG_GADGIMAGE flag in the gadget's Flags field.  The address of the
Border structure is placed into the gadget's GadgetRender field.  The
border imagery will be positioned relative to the gadget's select box.
For more information about creating a Border structure, see the chapter
"Intuition Images, Line Drawing, and Text."


[Back to Amiga Developer Docs]