LispWorks CAPI User Guide

NextPrevTopContentsIndex

11 Creating Your Own Panes

The CAPI provides a wide range of built-in panes, but it is still fairly common to need to create panes of your own. In order to do this, you need to specify both the input behavior of the pane (how it reacts to keyboard and mouse events) and its output behavior (how it displays itself). The class output-pane is provided for this purpose.

An output-pane is a fully functional graphics port. This allows it to use all of the graphics ports functionality to create graphics, and it also has a powerful input model which allows it to receive mouse and keyboard input.

11.1 Displaying graphics

11.2 Receiving input from the user

11.3 Creating graphical objects


LispWorks CAPI User Guide (Windows version) - 22 Dec 2009

NextPrevTopContentsIndex