Contents Up Previous Next

Code generation details

Some or all of the following files may be generated:

For every frame, dialog box and subwindow, a class is generated, to allow customization for each window instance except for panel items.

Frames, dialog boxes and subwindows are generated with data members for their contained windows. Pointers to all frame objects are held in the wxApp-derived class.

The description property is used to document class declarations and definitions.

If the user has specified actions for menu commands, buttons or tool bar tools, the appropriate wxFrame::OnMenuCommand members functions, wxToolBar::OnLeftClick member functions, or button callbacks are generated with working code, otherwise empty stubs (or case statements) are generated for the user to fill in.

Platform-specific resource loading is dealt with using conditional compilation statements.