Contents Up Previous Next

Utilities and libraries supplied with wxWindows

In addition to the core wxWindows library, a number of further libraries and utilities are supplied with each distribution.

Some are under the 'contrib' hierarchy which mirrors the structure of the main wxWindows hierarchy. See also the 'utils' hierarchy. The first place to look for documentation about these tools and libraries is under the wxWindows 'docs' hierarchy, for example docs/htmlhelp/fl.chm.

For other user-contributed packages, please see the Contributions page on the wxWindows Web site.

Helpview
Helpview is a program for displaying wxWindows HTML Help files. In many cases, you may wish to use the wxWindows HTML Help classes from within your application, but this provides a handy stand-alone viewer. See wxHTML Notes for more details. You can find it in samples/html/helpview.

Tex2RTF
Supplied with wxWindows is a utility called Tex2RTF for converting LaTeX manuals HTML, MS HTML Help, wxHTML Help, RTF, and Windows Help RTF formats. Tex2RTF is used for the wxWindows manuals and can be used independently by authors wishing to create on-line and printed manuals from the same LaTeX source. Please see the separate documentation for Tex2RTF. You can find it under utils/tex2rtf.

Helpgen
Helpgen takes C++ header files and generates a Tex2RTF-compatible documentation file for each class it finds, using comments as appropriate. This is a good way to start a reference for a set of classes.

Dialog Editor
Dialog Editor allows interactive construction of dialogs using absolute positioning, producing WXR output files. This tool is generally deprecated in favour of sizer-based tools. You can find Dialog Editor in utils/dialoged.

XRC resource system
This is the sizer-aware replacement for the WXR resource system, and uses XML-based resource specifications that can be generated by tools such as wxDesigner and XRC's own wxrcedit. You can find this in contrib/src/xrc, contrib/include/wx/xrc, contrib/samples/xrc, and contrib/utils/wxrcedit. For more information, see the XML-based resource system overview.

Object Graphics Library
OGL defines an API for applications that need to display objects connected by lines. The objects can be moved around and interacted with. You can find this in contrib/src/ogl, contrib/include/wx/ogl, and contrib/samples/ogl.

Frame Layout library
FL provides sophisticated pane dragging and docking facilities. You can find this in contrib/src/fl, contrib/include/wx/fl, and contrib/samples/fl.

Gizmos library
Gizmos is a collection of useful widgets and other classes. Classes include wxLEDNumberCtrl, wxEditableListBox, wxMultiCellCanvas. You can find this in contrib/src/fl, contrib/include/wx/fl, and contrib/samples/fl.

Net library
Net is a collection of very simple mail and web related classes. Currently there is only wxEmail, which makes it easy to send email messages via MAPI on Windows or sendmail on Unix. You can find this in contrib/src/net and contrib/include/wx/net.

Animate library
Animate allows you to load animated GIFs and play them on a window. The library can be extended to use other animation formats. You can find this in contrib/src/animate, contrib/include/wx/animate, and contrib/samples/animate.

Canvas library
Canvas supports high-level, double-buffered drawing operations with transformations. You can find this in contrib/src/canvas, contrib/include/wx/canvas, and contrib/samples/canvas.

MMedia library
Mmedia supports a variety of multimedia functionality. The status of this library is currently unclear. You can find this in contrib/src/mmedia, contrib/include/wx/mmedia, and contrib/samples/mmedia.

Styled Text Control library
STC is a wrapper around Scintilla, a syntax-highlighting text editor. You can find this in contrib/src/stc, contrib/include/wx/stc, and contrib/samples/stc.

Plot
Plot is a simple curve plotting library. You can find this in contrib/src/plot, contrib/include/wx/plot, and contrib/samples/plot.