wxWidgets/docs/latex/proplist
1999-03-01 13:06:15 +00:00
..
back.gif Added Property List classes to main library; added proplist sample; merged 1998-12-31 16:15:45 +00:00
body.tex Added Property List classes to main library; added proplist sample; merged 1998-12-31 16:15:45 +00:00
books.bmp Added Property List classes to main library; added proplist sample; merged 1998-12-31 16:15:45 +00:00
books.gif Added Property List classes to main library; added proplist sample; merged 1998-12-31 16:15:45 +00:00
bullet.bmp Added Property List classes to main library; added proplist sample; merged 1998-12-31 16:15:45 +00:00
changes.tex Added Property List classes to main library; added proplist sample; merged 1998-12-31 16:15:45 +00:00
classes.tex Added 'tardist' script for creating .tgz archives of wxWin; cured wxExecute 1999-02-18 14:55:34 +00:00
contents.gif Added Property List classes to main library; added proplist sample; merged 1998-12-31 16:15:45 +00:00
forward.gif Added Property List classes to main library; added proplist sample; merged 1998-12-31 16:15:45 +00:00
prop1.bmp Added Property List classes to main library; added proplist sample; merged 1998-12-31 16:15:45 +00:00
prop1.eps Added Property List classes to main library; added proplist sample; merged 1998-12-31 16:15:45 +00:00
prop1.gif Added Property List classes to main library; added proplist sample; merged 1998-12-31 16:15:45 +00:00
prop2.bmp Added Property List classes to main library; added proplist sample; merged 1998-12-31 16:15:45 +00:00
prop2.eps Added Property List classes to main library; added proplist sample; merged 1998-12-31 16:15:45 +00:00
prop2.gif Added Property List classes to main library; added proplist sample; merged 1998-12-31 16:15:45 +00:00
prop.tex Added Property List classes to main library; added proplist sample; merged 1998-12-31 16:15:45 +00:00
readme.txt Added Property List classes to main library; added proplist sample; merged 1998-12-31 16:15:45 +00:00
tex2rtf.ini Added dummy OnIdle to wxWindow in wxGTK; doc tweaks 1999-03-01 13:06:15 +00:00
up.gif Added Property List classes to main library; added proplist sample; merged 1998-12-31 16:15:45 +00:00
wxprop.hpj Added Property List classes to main library; added proplist sample; merged 1998-12-31 16:15:45 +00:00

Prototype dialog editor and property sheet classes
--------------------------------------------------

Julian Smart, October 4th 1995
------------------------------

Here's what I've done so far on a lightweight dialog editor.  The 16-bit
Windows binaries in the bin directory are dialoged.exe (the dialog
editor) and test.exe (a small property sheet demo). 

Main points:

 - You can create a new dialog box and add items to it.
 - You can move items around, and right-click
   to edit a few properties (very incomplete).
 - Can't write out .wxr files yet. Loading code is in
   wxWindows, but writing code is absent: should be put
   into wxWindows.
 - No attempt at resources other than dialogs yet.
   Should have menu editor too.
 - Should *somehow* have a protocol to allow
   existing resources e.g. in wxCLIPS/wxPython
   to be edited in situ.
   This should be made simpler by the existance of
   the plug-in event handler mechanism, which means you
   can temporarily handle all the events yourself.
 - See dialoged.cc: the main program is tiny because
   it's meant to be embeddable.
 - The wxPropertySheet (set of) classes are very
   general and should be put into wxWin and documented.
   
Comments, chivvying and help all appreciated. Maybe if
I documented what I had, it would be easier for others
to do some work on it.

Regards,

Julian