Next Previous Contents

9. Values for ``border''

These values can be used for either the the menu `border' field or item `border' field. You can use either the numeric value or the name (without quotes). Borders are drawn within the boundaries of a menu/item, and the available space within shrinks according to the border size.

9.1 0 WINDOW_BORDER_NONE

No border is drawn.

9.2 1 WINDOW_BORDER_FULL

Borders are drawn along the top, bottom, left, and right edges.

9.3 2 WINDOW_BORDER_HORZ

Draw only along the top and bottom (horizontal) edges.

9.4 3 WINDOW_BORDER_VERT

Draw only along the left and right (vertical) edges.

9.5 4 WINDOW_BORDER_KCGRADIENT

Draw only along the top and bottom edges with the KC (Kevin Cloud?) Gradient effect.


Next Previous Contents