1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
<HTML>
<head><title>Files</title></head>
<BODY BGCOLOR=#FFFFFF>
<A NAME="topic19"></A><CENTER>
<A HREF="dlged.htm"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="dlged22.htm#technotes"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="dlged26.htm#topic18"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <img align=center src="forward.gif" BORDER=0 ALT="Next"> </CENTER><HR>
<H2>Files</H2>
<P>
The Dialog Editor source files are as follows:<P>
<UL>
<LI> wx_rprop.h, wx_rprop.cc: handle property setting and getting through the 'proxy' wxPropertyInfo
classes and using the property list editor from utils/wxprop.
<LI> wx_resed.h, wx_resed.cc: the main implementation, in particular the wxResourceManager class.
<LI> wx_reswr.cc: resource writing code.
<LI> wx_repal.cc: the dialog editor palette implementation.
<LI> dialoged.h, dialoged.cc: small 'stub' for invoking the user interface via a wxResourceManager object.
</UL>
<P>
</BODY></HTML>
|