-List of files yet to be implemented. As you finish a file, delete it from the list
-
- ..\os2\$D\accel.obj \
- ..\os2\$D\app.obj \
- ..\os2\$D\bitmap.obj \
- ..\os2\$D\bmpbuttn.obj \
- ..\os2\$D\brush.obj \
- ..\os2\$D\button.obj \
- ..\os2\$D\checkbox.obj \
- ..\os2\$D\checklst.obj \
- ..\os2\$D\choice.obj \
- ..\os2\$D\clipbrd.obj \
- ..\os2\$D\colour.obj \
- ..\os2\$D\combobox.obj \
- ..\os2\$D\control.obj \
- ..\os2\$D\cursor.obj \
- ..\os2\$D\data.obj \
- ..\os2\$D\dc.obj \
- ..\os2\$D\dcclient.obj \
- ..\os2\$D\dcmemory.obj \
+List of files yet to be implemented. As you finish a file, delete it from the list.
+
..\os2\$D\dcprint.obj \
- ..\os2\$D\dcscreen.obj \
- ..\os2\$D\dialog.obj \
- ..\os2\$D\dirdlg.obj \
..\os2\$D\dnd.obj \
- ..\os2\$D\filedlg.obj \
- ..\os2\$D\font.obj \
- ..\os2\$D\fontdlg.obj \
- ..\os2\$D\frame.obj \
- ..\os2\$D\gauge.obj \
- ..\os2\$D\gdiobj.obj \
- ..\os2\$D\gsocket.obj \
..\os2\$D\helpwin.obj \
- ..\os2\$D\icon.obj \
- ..\os2\$D\imaglist.obj \
- ..\os2\$D\iniconf.obj \
..\os2\$D\joystick.obj \
- ..\os2\$D\listbox.obj \
- ..\os2\$D\listctrl.obj \
- ..\os2\$D\main.obj \
- ..\os2\$D\mdi.obj \
- ..\os2\$D\menu.obj \
- ..\os2\$D\menuitem.obj \
..\os2\$D\metafile.obj \
- ..\os2\$D\minifram.obj \
- ..\os2\$D\msgdlg.obj \
- ..\os2\$D\nativdlg.obj \
- ..\os2\$D\notebook.obj \
- ..\os2\$D\ownerdrw.obj \
- ..\os2\$D\palette.obj \
- ..\os2\$D\pen.obj \
- ..\os2\$D\pnghand.obj \
..\os2\$D\print.obj \
- ..\os2\$D\radiobox.obj \
- ..\os2\$D\radiobut.obj \
- ..\os2\$D\region.obj \
- ..\os2\$D\scrolbar.obj \
- ..\os2\$D\settings.obj \
- ..\os2\$D\slider.obj \
- ..\os2\$D\spinbutt.obj \
- ..\os2\$D\spinctrl.obj \
- ..\os2\$D\statbmp.obj \
- ..\os2\$D\statbox.obj \
- ..\os2\$D\stattext.obj \
- ..\os2\$D\statbrpm.obj \
- ..\os2\$D\tabctrl.obj \
..\os2\$D\taskbar.obj \
- ..\os2\$D\textctrl.obj \
- ..\os2\$D\thread.obj \
- ..\os2\$D\toolbar.obj \
- ..\os2\$D\tooltip.obj \
- ..\os2\$D\treectrl.obj \
- ..\os2\$D\utils.obj \
- ..\os2\$D\utilsexc.obj \
..\os2\$D\wave.obj \
- ..\os2\$D\window.obj
+
+
+List of things that still need doing, include the above files. Some are more difficult than others.
+
+DND is a needed component of the tree control.
+
+The tree control is a component of the list and dirctrl's. These are, in turn, components of the dirdlgg.
+
+DDE isn't used much anymore as an IPC protocol, but if OS/2 needs DDE, it should be straight forward.
+
+Printing is an untouched area, but should not be too difficult to finish.
+
+Not sure what good a taskbar control is but the other ports have one.
+
+The wave file is for OS/2 to be able to simply play back a .wav file. I have not touched
+multimedia as of yet.
+
+There is a problem with TIFF right now for some reason.
+
+The color sliders in the color dialog do not seem to display correctly.
+
+Dialogs are generally not resizable, but in wxOS2, resizing a dialog leaves the title bar un-resized.
+
+Static bitmap controls need some work as they are non-wx standard, requiring a resource. Probably need
+a "roll-our-own" control that is a simple window with an icon or bitmap drawn directly in it.
+
+
+