wxWidgets/utils/dialoged/docs
Bryan Petty f6bcfd974e merged 2.2 branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-15 19:51:35 +00:00
..
alignb.bmp
alignb.eps
alignb.gif
alignl.bmp
alignl.eps
alignl.gif
alignr.bmp
alignr.eps
alignr.gif
alignt.bmp
alignt.eps
alignt.gif
arrow.bmp
arrow.eps
arrow.gif
back.gif merged 2.2 branch 2000-07-15 19:51:35 +00:00
bmpbuttn.bmp
bmpbuttn.eps
bmpbuttn.gif
body.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
books.bmp
books.gif
bugs.tex
bullet.bmp
button.bmp
button.eps
button.gif
changes.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
check.bmp
check.eps
check.gif
choice.bmp
choice.eps
choice.gif
classes.tex
contents.gif merged 2.2 branch 2000-07-15 19:51:35 +00:00
copyhght.bmp merged 2.2 branch 2000-07-15 19:51:35 +00:00
copyhght.gif merged 2.2 branch 2000-07-15 19:51:35 +00:00
copysize.bmp
copysize.eps
copysize.gif
copywdth.bmp merged 2.2 branch 2000-07-15 19:51:35 +00:00
copywdth.gif merged 2.2 branch 2000-07-15 19:51:35 +00:00
dialog.bmp
dialog.eps
dialog.gif
dialoged.hpj
dialoged.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
disthor.bmp merged 2.2 branch 2000-07-15 19:51:35 +00:00
disthor.gif merged 2.2 branch 2000-07-15 19:51:35 +00:00
distvert.bmp merged 2.2 branch 2000-07-15 19:51:35 +00:00
distvert.gif merged 2.2 branch 2000-07-15 19:51:35 +00:00
forward.gif merged 2.2 branch 2000-07-15 19:51:35 +00:00
gauge.bmp
gauge.eps
gauge.gif
group.bmp
group.eps
group.gif
help.bmp
help.eps
help.gif
horiz.bmp
horiz.eps
horiz.gif
listbox.bmp
listbox.eps
listbox.gif
load.bmp
load.eps
load.gif
message.bmp
message.eps
message.gif
mtext.bmp
mtext.eps
mtext.gif
new.bmp
new.eps
new.gif
notes.txt
open.bmp
open.eps
open.gif
picture.bmp
picture.eps
picture.gif
radio.bmp
radio.eps
radio.gif
readme.txt
save.bmp
save.eps
save.gif
scroll.bmp
scroll.eps
scroll.gif
slider.bmp
slider.eps
slider.gif
tech.tex
tex2rtf.ini merged 2.2 branch 2000-07-15 19:51:35 +00:00
text.bmp
text.eps
text.gif
toback.bmp
toback.eps
toback.gif
tofront.bmp
tofront.eps
tofront.gif
up.gif merged 2.2 branch 2000-07-15 19:51:35 +00:00
vert.bmp
vert.eps
vert.gif

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