previous up next     contents index
Next: get-cap Up: Class Reference Previous: tab

wx:pen%

    Superclass:  wx:object%

A pen is a drawing tool for drawing lines and outlines; i.e., for drawing lines and painting the outline of rectangles, ellipses, etc. It has a colour, a width and a style. On a monochrome display, the all non-white pens are drawn as black.

The possible pen styles are:

Instead of using one of these styles, an arbitrary stipple bitmap can be specified.

To avoid creating multiple pens with the same characteristics, use the global  wx:pen-list% object  wx:the-pen-list.

Methods:

PLT