Getting Started With Anthemion Dialog Blocks

From WxWiki
Jump to navigation Jump to search

Getting Started

1. As with most things in wxWidgets, it's best to start with the demo project and amend it. Unless you are very certain how to handle sizers, don't consider starting with a blank dialog.

2. Three dialogs are included in the sample project. The C++ files generated -- newproject.cpp and newproject.h -- only get refreshed from the first of these. To get the C++ for the others, you'll have to cut and paste.

3. To delete items, use 'Cut'. (Only applies to old versions. New versions have Delete)

4. If like me you use keyboard shortcuts, don't minimise the window with Alt-space: it deletes things, for some reason.