previous up next     contents index
Next: Media Toolbox Up: Overview Previous: Changing the System

Core Toolbox

The core toolbox supports basic user-level elements such as windows, menus, buttons, as well as programmer-level objects such as pens, bitmaps, and communication channels.

The basic classes for user-level graphical elements are:

The wx: window classes should rarely be instantiated directly; instances of these classes do not have automatic managmennt for their graphical size and location. Instead, for automatic geometry managment, create instances of the corresponding mred: classes (see section gif).

  Most other classes in the core toolbox are for drawing. The destination of drawing commands is always a device context, or DC, and instance of  wx:dc%. Different kinds of DCs are used for different kinds of drawing:

Tools used for drawing include  wx:pen% objects for drawing lines,  wx:brush% objects for filling shapes, and  wx:bitmap% objects for storing bitmaps.


previous up next     contents index
Next: Media Toolbox Up: Overview Previous: Changing the System

PLT