Introduction
The wxWindows Dialog Editor is a tool for creating dialog resource files, in .wxr format.
It differs from wxBuilder in the following respectes:
- Scope. It is written for dialog editing only, and is therefore more convenient than wxBuilder for this purpose.
- File format. Dialog editor reads and writes wxWindows resource files (extension .wxr) and has
no independent file format.
- Robustness. It is written in a more principled way than wxBuilder, and is less ambitious.
- Ease of use. Windows are edited using the mouse or via consistent property editors, which
provide immediate visual feedback of changed properties.
Dialog Editor 2.0 should be compiled and used with wxWindows 2.0.
Current status
Future developments