The core toolbox provides the standard user interface tools that are common to every GUI toolbox: windows, buttons, menus, simple text items, canvases, etc. Large graphics-based systems inevitably need to build custom, higher-level graphical objects from these tools. Two types of custom objects are particulary common:
The media classes provides this common functionality by extending the core toolbox with an editor class and a pasteboard class. These two high-level classes share an extensible implementation of editable sub-objects, and they are mutually nestable.
The media toolbox is contained in the wx@ signed unit, which is described in Core Toolbox.