

You should have the following files in your directory:


strconv.xxx   - a string converter
strcnvds.h    - descriptor for string converter

numlabel.xxx  - a number-label
extnumed.xxx  - an extended number editor
btnnumed.xxx  - a button number editor
smpnumed.cpp  - sample program for editors

sellabel.xxx  - a selectable label
icon.xxx      - an icon
iconwin.xxx   - an icon window
icondsc.h     - an icon descriptor
spmicon.cpp   - sample program for icons
sylt.bmp      - bitmaps therefore 
watten.bnp

chart.xxx     - a chart
pair.xxx      - a pair   (used for chart)
clpair.xxx    - YACL-pair(used for chart)
smpchart.cpp  - sample program for charts

strdict.xxx   - a string dictionary
lnkcombo.xxx  - a linked combo box
lnksisel.xxx  - a linked single selection
lnkmusel.xxx  - a linked multi selection
lnkstuff.txt  - explanation for this link stuff

eventdsp.xxx - an event dispatcher
dspstrct.h   - a dispatcher struct

childgen.xxx  - a child generator
newtypes.h    - constant definitions

group.cxx     - a group



'xxx' can be 
- 'cpp' / 'h' for source / header
- 'txt' for explanation



You might excuse that I used non-capitals for method names (this is 
because in German language all verbes are written with small letters,
nomes in capitals and it seems to be natural to associate methods
with verbes).  There are also some German comments (not very important).
I use the directory name 'gui' within the include directives for my own
classes ('ui' and 'base' for YACL).  There might be some include directives
for other files (eventually 'gui/stdmsg.h') that can be deleted.
Some of the classes I haven't finished yet, but are already useable.
And sometimes it's not the best programming style (but unfortunately 
I don't have the time to make it all perfect).  Anyway I hope you'll
like some of the classes.

Best regards,


Joerg-Peter Reich.







 