1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
<HTML>
<head><title>Introduction</title></head>
<BODY BGCOLOR=#FFFFFF>
<A NAME="introduction"></A><CENTER>
<A HREF="dlged.htm"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="dlged.htm"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="dlged1.htm#topic0"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="dlged3.htm#topic1"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>
<H2>Introduction</H2>
The wxWindows Dialog Editor is a tool for creating dialog resource files, in <TT>.wxr</TT> format.
It differs from wxBuilder in the following respectes:<P>
<OL>
<LI> Scope. It is written for dialog editing only, and is therefore more convenient than wxBuilder for this purpose.
<LI> File format. Dialog editor reads and writes wxWindows resource files (extension <TT>.wxr</TT>) and has
no independent file format.
<LI> Robustness. It is written in a more principled way than wxBuilder, and is less ambitious.
<LI> Ease of use. Windows are edited using the mouse or via consistent <I>property editors</I>, which
provide immediate visual feedback of changed properties.
</OL>
<P>
Dialog Editor 2.0 should be compiled and used with wxWindows 2.0.<P>
<A HREF="dlged3.htm#topic1"><B>Current status</B></A><BR>
<A HREF="dlged4.htm#topic2"><B>Future developments</B></A><BR>
</BODY></HTML>
|