Some but not all compile fixes for typetest (VC++ 1.5); added datetime.cpp
[wxWidgets.git] / distrib / msw / tmake / filelist.txt
1 ###############################################################################
2 # File:    src/msw/filelist.cpp
3 # Purpose: The list of source files for MSW version of wxWindows.
4 # Author:  Vadim Zeitlin
5 # Created: 14.07.99
6 # Version: $Id$
7 #
8 # Format of this file: TAB separated columns. The first column contains the
9 # filename, the second a letter corresonding a directory:
10 #  B    /src/common but only needed for the wxBase compilation
11 #  G    /src/generic
12 #  C    /src/common
13 #  M    /src/msw
14 #  X    /src/motif   X for Xt
15 #  U    /src/unix
16 #  R    /src/gtk     R for Robert
17 #  O    /src/os2
18 #  H    /src/html
19 #  W    /include/wx
20 #  K    /include/wx/gtk        K for gtK
21 #  F    /include/wx/motif      F for motiF
22 #  9    /include/wx/msw        9 for Windows 9x
23 #  2    /include/wx/os2        2 for os2
24 #  N    /include/wx/generic    N for geNeric
25 #  L    /include/wx/html       L for htmL
26 #  P    /include/wx/protocol
27 #  S    /include/wx/unix       S for poSix
28 #
29 # The third column may be empty or contain some additional info about this
30 # file (only compile it in 16bit mode, don't compile it with this or that
31 # compiler, &c)
32 #
33 # Known flags:
34 #  B    makes part of the base library too
35 #  16   a generic file implementing Win32 control for Win16
36 #  32   only can be compiled under Win32
37 #  PS   PostScript related file, normally not compiled under Windows
38 #  G    generic code which might be used instead of native one
39 #  U    Unix-ish file, normally not compiled under Windows
40 #  O    OLE file (needs Win32 and a decent compiler)
41 #  S    Socket file (currently doesn't compile under Win16 nor with GNU)
42 #  R    Not required for the GTK port
43 #  X    Not required for the Motif port
44 #  P    Not required for the os2Pm port
45 #               (unfortunately I can't use O since that is
46 #                in use already - and above I can't use P :-( )
47 #
48 #  WX   Base header
49 #  GTK  GTK header
50 #  MSW  MSW header
51 #  MAC  Mac header
52 #  MOT  Motif header
53 #  PM   OS/2 header
54 #  GEN  Generic header
55 #  PRO  Protocol header
56 #  HTM  wxHtml header
57 #  UNX  Unix header
58 ###############################################################################
59
60 # File name     Type    Flags
61
62 busyinfo.cpp    G
63 calctrl.cpp     G
64 caret.cpp       G       U
65 choicdgg.cpp    G
66 colrdlgg.cpp    G       G
67 dcpsg.cpp       G       U
68 dirdlgg.cpp     G       16,P
69 fontdlgg.cpp    G       G,R,P
70 filedlgg.cpp    G       U,X,P
71 grid.cpp        G
72 helpext.cpp     G       G
73 helphtml.cpp    G       G
74 helpwxht.cpp    G       G
75 helpxlp.cpp     G       G,R
76 imaglist.cpp    G       16
77 laywin.cpp      G
78 listctrl.cpp    G       16
79 logg.cpp        G
80 msgdlgg.cpp     G       G
81 notebook.cpp    G       16,R,P
82 panelg.cpp      G
83 plot.cpp        G
84 printps.cpp     G       PS
85 prntdlgg.cpp    G       PS,U
86 progdlgg.cpp    G
87 prop.cpp        G
88 propform.cpp    G
89 proplist.cpp    G
90 sashwin.cpp     G
91 scrolwin.cpp    G
92 splitter.cpp    G
93 statline.cpp    G       U,R,P
94 statusbr.cpp    G
95 tabg.cpp        G       16,P
96 numdlgg.cpp     G
97 tbarsmpl.cpp    G
98 textdlgg.cpp    G
99 tipdlg.cpp      G
100 treectrl.cpp    G       16
101 wizard.cpp      G
102
103 appcmn.cpp      C       B
104 choiccmn.cpp    C
105 cmdline.cpp     C       B
106 cmndata.cpp     C
107 clipcmn.cpp     C
108 config.cpp      C       B
109 ctrlcmn.cpp     C
110 ctrlsub.cpp     C
111 datetime.cpp    C       B
112 datstrm.cpp     C
113 db.cpp  C
114 dbtable.cpp     C
115 dcbase.cpp      C
116 dlgcmn.cpp      C
117 dobjcmn.cpp     C
118 dndcmn.cpp      C
119 docmdi.cpp      C
120 docview.cpp     C
121 dynarray.cpp    C       B
122 dynlib.cpp      C       B
123 encconv.cpp     C
124 event.cpp       C       B
125 extended.c      C       B
126 ffile.cpp       C       B
127 file.cpp        C       B
128 fileconf.cpp    C       B
129 filefn.cpp      C       B
130 filesys.cpp     C       B
131 fontcmn.cpp     C
132 fontmap.cpp     C
133 framecmn.cpp    C
134 fs_inet.cpp     C
135 fs_zip.cpp      C
136 ftp.cpp C       S
137 gdicmn.cpp      C
138 geometry.cpp    C
139 gifdecod.cpp    C
140 hash.cpp        C       B
141 helpbase.cpp    C
142 http.cpp        C       S
143 imagbmp.cpp     C
144 image.cpp       C
145 imagall.cpp     C
146 imaggif.cpp     C
147 imagjpeg.cpp    C       32
148 imagtiff.cpp    C       32
149 imagpcx.cpp     C       32
150 imagpng.cpp     C       32
151 imagpnm.cpp     C       32
152 init.cpp        B
153 intl.cpp        C       B
154 ipcbase.cpp     C
155 layout.cpp      C
156 lboxcmn.cpp     C
157 list.cpp        C       B
158 log.cpp C       B
159 longlong.cpp    C       B
160 memory.cpp      C
161 menucmn.cpp     C
162 mimecmn.cpp     C       32,B
163 module.cpp      C       B
164 mstream.cpp     C
165 object.cpp      C       B
166 objstrm.cpp     C
167 odbc.cpp        C       R,X
168 paper.cpp       C
169 prntbase.cpp    C
170 process.cpp     C       32,B
171 protocol.cpp    C       S
172 resource.cpp    C
173 sckaddr.cpp     C       S
174 sckfile.cpp     C       S
175 sckipc.cpp      C       S
176 sckstrm.cpp     C       S
177 serbase.cpp     C
178 sizer.cpp       C
179 socket.cpp      C       S
180 stream.cpp      C       B
181 strconv.cpp     C       B
182 string.cpp      C       B
183 tbarbase.cpp    C
184 textcmn.cpp     C
185 textfile.cpp    C       B
186 timercmn.cpp    C       B
187 tokenzr.cpp     C       B
188 txtstrm.cpp     C       B
189 unzip.c C
190 url.cpp C       S
191 utilscmn.cpp    C       B
192 valgen.cpp      C
193 validate.cpp    C
194 valtext.cpp     C
195 variant.cpp     C       B
196 wfstream.cpp    C       B
197 wincmn.cpp      C
198 wxchar.cpp      C       B
199 wxexpr.cpp      C
200 zipstrm.cpp     C
201 zstream.cpp     C
202
203 accel.cpp       M
204 app.cpp M
205 automtn.cpp     M       O
206 bitmap.cpp      M
207 bmpbuttn.cpp    M
208 brush.cpp       M
209 button.cpp      M
210 caret.cpp       M
211 checkbox.cpp    M
212 checklst.cpp    M
213 choice.cpp      M
214 clipbrd.cpp     M
215 colordlg.cpp    M
216 colour.cpp      M
217 combobox.cpp    M
218 control.cpp     M
219 curico.cpp      M
220 cursor.cpp      M
221 data.cpp        M
222 dataobj.cpp     M       O
223 dc.cpp  M
224 dcclient.cpp    M
225 dcmemory.cpp    M
226 dcprint.cpp     M
227 dcscreen.cpp    M
228 dde.cpp M
229 dialog.cpp      M
230 dialup.cpp      M
231 dib.cpp M
232 dibutils.cpp    M
233 dir.cpp M       B
234 dirdlg.cpp      M       32
235 dragimag.cpp    M
236 dropsrc.cpp     M       O
237 droptgt.cpp     M       O
238 enhmeta.cpp     M       32
239 filedlg.cpp     M
240 font.cpp        M
241 fontdlg.cpp     M
242 fontenum.cpp    M
243 fontutil.cpp    M
244 frame.cpp       M
245 gauge95.cpp     M       32
246 gaugemsw.cpp    M       16
247 gdiimage.cpp    M
248 gdiobj.cpp      M
249 helpwin.cpp     M
250 icon.cpp        M
251 imaglist.cpp    M       32
252 iniconf.cpp     M       16
253 joystick.cpp    M
254 listbox.cpp     M
255 listctrl.cpp    M       32
256 main.cpp        M       B
257 mdi.cpp M
258 menu.cpp        M
259 menuitem.cpp    M
260 metafile.cpp    M
261 mimetype.cpp    M       32,B
262 minifram.cpp    M
263 msgdlg.cpp      M
264 nativdlg.cpp    M
265 notebook.cpp    M       32
266 oleutils.cpp    M       O
267 ownerdrw.cpp    M
268 palette.cpp     M
269 pen.cpp M
270 penwin.cpp      M
271 printdlg.cpp    M
272 printwin.cpp    M
273 radiobox.cpp    M
274 radiobut.cpp    M
275 regconf.cpp     M       32,B
276 region.cpp      M
277 registry.cpp    M       32,B
278 scrolbar.cpp    M
279 settings.cpp    M
280 slider95.cpp    M       32
281 slidrmsw.cpp    M       16
282 spinbutt.cpp    M
283 spinctrl.cpp    M
284 statbmp.cpp     M
285 statbox.cpp     M
286 statbr95.cpp    M       32
287 statline.cpp    M
288 stattext.cpp    M
289 tabctrl.cpp     M
290 taskbar.cpp     M       32
291 tbar95.cpp      M       32
292 tbarmsw.cpp     M       16
293 textctrl.cpp    M
294 thread.cpp      M       32,B
295 timer.cpp       M
296 tooltip.cpp     M       32
297 treectrl.cpp    M       32
298 utils.cpp       M       B
299 utilsexc.cpp    M       B
300 uuid.cpp        M       O
301 wave.cpp        M
302 window.cpp      M
303 xpmhand.cpp     M
304 gsocket.c       M       S
305
306 dialup.cpp      U
307 dir.cpp U       B
308 fontenum.cpp    U
309 fontutil.cpp    U
310 mimetype.cpp    U       B
311 threadpsx.cpp   U       B
312 utilsunx.cpp    U       B
313 gsocket.c       U
314 mimetype.cpp    U       B
315
316 gsockgtk.c      R
317 win_gtk.c       R
318 accel.cpp       R
319 app.cpp R
320 bitmap.cpp      R
321 bmpbuttn.cpp    R
322 brush.cpp       R
323 button.cpp      R
324 checkbox.cpp    R
325 checklst.cpp    R
326 choice.cpp      R
327 clipbrd.cpp     R
328 colour.cpp      R
329 combobox.cpp    R
330 control.cpp     R
331 cursor.cpp      R
332 data.cpp        R
333 dataobj.cpp     R
334 dc.cpp  R
335 dcclient.cpp    R
336 dcmemory.cpp    R
337 dcscreen.cpp    R
338 dialog.cpp      R
339 dnd.cpp R
340 font.cpp        R
341 fontdlg.cpp     R
342 frame.cpp       R
343 gauge.cpp       R
344 gdiobj.cpp      R
345 icon.cpp        R
346 listbox.cpp     R
347 main.cpp        R
348 mdi.cpp R
349 menu.cpp        R
350 minifram.cpp    R
351 notebook.cpp    R
352 palette.cpp     R
353 pen.cpp R
354 radiobox.cpp    R
355 radiobut.cpp    R
356 region.cpp      R
357 scrolbar.cpp    R
358 settings.cpp    R
359 slider.cpp      R
360 spinbutt.cpp    R
361 spinctrl.cpp    R
362 statbmp.cpp     R
363 statbox.cpp     R
364 statline.cpp    R
365 stattext.cpp    R
366 tbargtk.cpp     R
367 textctrl.cpp    R
368 timer.cpp       R
369 tooltip.cpp     R
370 utilsgtk.cpp    R
371 utilsres.cpp    R
372 wave.cpp        R
373 window.cpp      R
374
375 gsockmot.c      X       S
376 accel.cpp       X
377 app.cpp X
378 bitmap.cpp      X
379 bmpbuttn.cpp    X
380 brush.cpp       X
381 button.cpp      X
382 checkbox.cpp    X
383 checklst.cpp    X
384 choice.cpp      X
385 clipbrd.cpp     X
386 colour.cpp      X
387 combobox.cpp    X
388 control.cpp     X
389 cursor.cpp      X
390 data.cpp        X
391 dataobj.cpp     X
392 dc.cpp  X
393 dcclient.cpp    X
394 dcmemory.cpp    X
395 dcscreen.cpp    X
396 dialog.cpp      X
397 filedlg.cpp     X
398 font.cpp        X
399 frame.cpp       X
400 gauge.cpp       X
401 gdiobj.cpp      X
402 icon.cpp        X
403 listbox.cpp     X
404 main.cpp        X
405 mdi.cpp X
406 menu.cpp        X
407 menuitem.cpp    X
408 minifram.cpp    X
409 msgdlg.cpp      X
410 palette.cpp     X
411 pen.cpp X
412 radiobox.cpp    X
413 radiobut.cpp    X
414 region.cpp      X
415 scrolbar.cpp    X
416 settings.cpp    X
417 slider.cpp      X
418 spinbutt.cpp    X
419 statbmp.cpp     X
420 statbox.cpp     X
421 stattext.cpp    X
422 toolbar.cpp     X
423 textctrl.cpp    X
424 timer.cpp       X
425 utils.cpp       X
426 window.cpp      X
427
428 accel.cpp       O
429 app.cpp O
430 bitmap.cpp      O
431 bmpbuttn.cpp    O
432 brush.cpp       O
433 button.cpp      O
434 checkbox.cpp    O
435 checklst.cpp    O
436 choice.cpp      O
437 clipbrd.cpp     O
438 colour.cpp      O
439 combobox.cpp    O
440 control.cpp     O
441 cursor.cpp      O
442 data.cpp        O
443 dataobj.cpp     O
444 dc.cpp  O
445 dcclient.cpp    O
446 dcmemory.cpp    O
447 dcprint.cpp     O
448 dcscreen.cpp    O
449 dialog.cpp      O
450 #dialup.cpp     O
451 dir.cpp O       B
452 dirdlg.cpp      O
453 dnd.cpp O
454 filedlg.cpp     O
455 font.cpp        O
456 fontdlg.cpp     O
457 fontenum.cpp    O
458 fontutil.cpp    O
459 frame.cpp       O
460 gauge.cpp       O
461 gdiimage.cpp    O
462 gdiobj.cpp      O
463 helpwin.cpp     O
464 icon.cpp        O
465 iniconf.cpp     O
466 joystick.cpp    O
467 listbox.cpp     O
468 main.cpp        O
469 mdi.cpp O
470 menu.cpp        O
471 menuitem.cpp    O
472 metafile.cpp    O
473 mimetype.cpp    O
474 minifram.cpp    O
475 msgdlg.cpp      O
476 nativdlg.cpp    O
477 notebook.cpp    O
478 ownerdrw.cpp    O
479 palette.cpp     O
480 pen.cpp O
481 print.cpp       O
482 radiobox.cpp    O
483 radiobut.cpp    O
484 region.cpp      O
485 scrolbar.cpp    O
486 settings.cpp    O
487 slider.cpp      O
488 spinbutt.cpp    O
489 spinctrl.cpp    O
490 statbmp.cpp     O
491 statbox.cpp     O
492 statline.cpp    O
493 stattext.cpp    O
494 tabctrl.cpp     O
495 taskbar.cpp     O
496 textctrl.cpp    O
497 timer.cpp       O
498 thread.cpp      O
499 toolbar.cpp     O
500 tooltip.cpp     O
501 utils.cpp       O       B
502 utilsexc.cpp    O       B
503 wave.cpp        O
504 window.cpp      O
505 gsocket.c       O
506
507 helpdata.cpp    H
508 helpfrm.cpp     H
509 helpctrl.cpp    H
510 htmlcell.cpp    H
511 htmlfilt.cpp    H
512 htmlpars.cpp    H
513 htmltag.cpp     H
514 htmlwin.cpp     H
515 winpars.cpp     H
516 m_fonts.cpp     H
517 m_hline.cpp     H
518 m_image.cpp     H
519 m_layout.cpp    H
520 m_links.cpp     H
521 m_list.cpp      H
522 m_dflist.cpp    H
523 m_pre.cpp       H
524 m_tables.cpp    H
525 m_meta.cpp      H
526 htmprint.cpp    H
527
528 arrimpl.cpp     W
529 listimpl.cpp    W
530 accel.h W
531 app.h   W       B
532 bitmap.h        W
533 bmpbuttn.h      W
534 brush.h W
535 buffer.h        W       B
536 busyinfo.h      W
537 button.h        W
538 calctrl.h       W
539 caret.h W
540 checkbox.h      W
541 checklst.h      W
542 choicdlg.h      W
543 choice.h        W
544 clipbrd.h       W
545 cmdline.h       W       B
546 cmndata.h       W
547 colordlg.h      W
548 colour.h        W
549 combobox.h      W
550 confbase.h      W
551 config.h        W
552 control.h       W
553 ctrlsub.h       W
554 cursor.h        W
555 dataobj.h       W
556 date.h  W       B
557 datetime.h      W       B
558 datetime.inl    W       B
559 datstrm.h       W
560 db.h    W
561 dbtable.h       W
562 dc.h    W
563 dcclient.h      W
564 dcmemory.h      W
565 dcprint.h       W
566 dcps.h  W
567 dcscreen.h      W
568 dde.h   W
569 debug.h W       B
570 defs.h  W       B
571 dialog.h        W
572 dialup.h        W
573 dir.h   W       B
574 dirdlg.h        W
575 dnd.h   W
576 docmdi.h        W
577 docview.h       W
578 dragimag.h      W
579 dynarray.h      W       B
580 dynlib.h        W       B
581 encconv.h       W
582 event.h W       B
583 expr.h  W
584 ffile.h W       B
585 file.h  W       B
586 fileconf.h      W       B
587 filedlg.h       W
588 filefn.h        W
589 filesys.h       W
590 font.h  W
591 fontdlg.h       W
592 fontenum.h      W
593 fontmap.h       W
594 fontdlg.h       W
595 fontutil.h      W
596 frame.h W
597 fs_inet.h       W
598 fs_zip.h        W
599 gauge.h W
600 gdicmn.h        W
601 gdiobj.h        W
602 geometry.h      W
603 gifdecod.h      W
604 grid.h  W
605 gsocket.h       W
606 hash.h  W       B
607 help.h  W
608 helpbase.h      W
609 helphtml.h      W
610 helpwin.h       W
611 helpxlp.h       W
612 icon.h  W
613 image.h W
614 imaggif.h       W
615 imagbmp.h       W
616 imagpng.h       W
617 imagpcx.h       W
618 imagpnm.h       W
619 imagtiff.h      W
620 imagjpeg.h      W
621 imaglist.h      W
622 intl.h  W       B
623 ioswrap.h       W       B
624 ipcbase.h       W
625 isql.h  W
626 isqlext.h       W
627 joystick.h      W
628 layout.h        W
629 laywin.h        W
630 list.h  W       B
631 listbox.h       W
632 listctrl.h      W
633 log.h   W       B
634 longlong.h      W       B
635 matrix.h        W
636 mdi.h   W
637 memory.h        W       B
638 memconf.h       W       B
639 menu.h  W
640 menuitem.h      W
641 metafile.h      W
642 mimetype.h      W       B
643 minifram.h      W
644 module.h        W       B
645 msgdlg.h        W
646 mstream.h       W
647 notebook.h      W
648 object.h        W       B
649 objstrm.h       W
650 odbc.h  W
651 ownerdrw.h      W
652 palette.h       W
653 panel.h W
654 paper.h W
655 pen.h   W
656 plot.h  W
657 print.h W
658 printdlg.h      W
659 prntbase.h      W
660 process.h       W       B
661 progdlg.h       W
662 prop.h  W
663 propform.h      W
664 proplist.h      W
665 radiobox.h      W
666 radiobut.h      W
667 region.h        W
668 resource.h      W
669 sashwin.h       W
670 sckaddr.h       W
671 sckipc.h        W
672 sckstrm.h       W
673 scrolbar.h      W
674 scrolwin.h      W
675 serbase.h       W
676 settings.h      W
677 setup.h W
678 sizer.h W
679 slider.h        W
680 socket.h        W
681 spinbutt.h      W
682 spinctrl.h      W
683 splitter.h      W
684 statbmp.h       W
685 statbox.h       W
686 statline.h      W
687 stattext.h      W
688 statusbr.h      W
689 strconv.h       W       B
690 stream.h        W       B
691 string.h        W       B
692 tab.h   W
693 tabctrl.h       W
694 taskbar.h       W
695 tbarbase.h      W
696 tbarsmpl.h      W
697 textctrl.h      W
698 textdlg.h       W
699 textfile.h      W       B
700 txtstrm.h       W       B
701 thread.h        W       B
702 time.h  W       B
703 timer.h W       B
704 tipdlg.h        W
705 tokenzr.h       W       B
706 toolbar.h       W
707 tooltip.h       W
708 treectrl.h      W
709 types.h W
710 url.h   W
711 utils.h W       B
712 valgen.h        W
713 validate.h      W
714 valtext.h       W
715 variant.h       W       B
716 version.h       W       B
717 wave.h  W
718 wfstream.h      W       B
719 window.h        W
720 wizard.h        W
721 wx.h    W       B
722 wx_cw.h W
723 wx_cw_cm.h      W
724 wx_cw_d.h       W
725 wxchar.h        W       B
726 wxexpr.h        W
727 wxhtml.h        W
728 wxprec.h        W       B
729 xpmhand.h       W
730 zipstrm.h       W
731 zstream.h       W
732
733 accel.h K
734 app.h   K
735 bitmap.h        K
736 bmpbuttn.h      K
737 brush.h K
738 button.h        K
739 checkbox.h      K
740 checklst.h      K
741 choice.h        K
742 clipbrd.h       K
743 colour.h        K
744 combobox.h      K
745 control.h       K
746 cursor.h        K
747 dataform.h      K
748 dataobj.h       K
749 dataobj2.h      K
750 dc.h    K
751 dcclient.h      K
752 dcmemory.h      K
753 dcscreen.h      K
754 dialog.h        K
755 dnd.h   K
756 filedlg.h       K
757 font.h  K
758 fontdlg.h       K
759 frame.h K
760 gauge.h K
761 gdiobj.h        K
762 icon.h  K
763 joystick.h      K
764 listbox.h       K
765 mdi.h   K
766 menu.h  K
767 menuitem.h      K
768 minifram.h      K
769 notebook.h      K
770 palette.h       K
771 pen.h   K
772 radiobox.h      K
773 radiobut.h      K
774 region.h        K
775 scrolbar.h      K
776 settings.h      K
777 slider.h        K
778 spinbutt.h      K
779 spinctrl.h      K
780 statbmp.h       K
781 statbox.h       K
782 statline.h      K
783 stattext.h      K
784 tbargtk.h       K
785 textctrl.h      K
786 timer.h K
787 tooltip.h       K
788 treectrl.h      K
789 wave.h  K
790 win_gtk.h       K
791 window.h        K
792
793 accel.h F
794 app.h   F
795 bitmap.h        F
796 bmpbuttn.h      F
797 brush.h F
798 button.h        F
799 checkbox.h      F
800 checklst.h      F
801 choice.h        F
802 clipbrd.h       F
803 colordlg.h      F
804 colour.h        F
805 combobox.h      F
806 control.h       F
807 cursor.h        F
808 dataform.h      F
809 dataobj.h       F
810 dataobj2.h      F
811 dc.h    F
812 dcclient.h      F
813 dcmemory.h      F
814 dcprint.h       F
815 dcscreen.h      F
816 dialog.h        F
817 dnd.h   F
818 filedlg.h       F
819 font.h  F
820 fontdlg.h       F
821 frame.h F
822 gauge.h F
823 gdiobj.h        F
824 icon.h  F
825 joystick.h      F
826 listbox.h       F
827 mdi.h   F
828 menu.h  F
829 menuitem.h      F
830 metafile.h      F
831 minifram.h      F
832 msgdlg.h        F
833 palette.h       F
834 pen.h   F
835 print.h F
836 printdlg.h      F
837 private.h       F
838 radiobox.h      F
839 radiobut.h      F
840 region.h        F
841 scrolbar.h      F
842 settings.h      F
843 slider.h        F
844 spinbutt.h      F
845 statbmp.h       F
846 statbox.h       F
847 stattext.h      F
848 textctrl.h      F
849 timer.h F
850 toolbar.h       F
851 window.h        F
852
853 accel.h 9
854 app.h   9
855 bitmap.h        9
856 bmpbuttn.h      9
857 brush.h 9
858 button.h        9
859 caret.h 9
860 checkbox.h      9
861 checklst.h      9
862 choice.h        9
863 clipbrd.h       9
864 colordlg.h      9
865 colour.h        9
866 combobox.h      9
867 control.h       9
868 curico.h        9
869 curicop.h       9
870 cursor.h        9
871 dc.h    9
872 dcclient.h      9
873 dcmemory.h      9
874 dcprint.h       9
875 dcscreen.h      9
876 dde.h   9
877 dialog.h        9
878 dib.h   9
879 dibutils.h      9
880 dirdlg.h        9
881 dragimag.h      9
882 enhmeta.h       9       32
883 filedlg.h       9
884 font.h  9
885 fontdlg.h       9
886 frame.h 9
887 gauge.h 9
888 gauge95.h       9
889 gaugemsw.h      9
890 gdiimage.h      9
891 gdiobj.h        9
892 helpwin.h       9
893 icon.h  9
894 imaglist.h      9
895 iniconf.h       9
896 joystick.h      9
897 listbox.h       9
898 listctrl.h      9
899 mdi.h   9
900 menu.h  9
901 menuitem.h      9
902 metafile.h      9
903 mimetype.h      9       32,B
904 minifram.h      9
905 msgdlg.h        9
906 msvcrt.h        9
907 notebook.h      9
908 palette.h       9
909 pen.h   9
910 printdlg.h      9
911 printwin.h      9
912 private.h       9
913 radiobox.h      9
914 radiobut.h      9
915 regconf.h       9
916 region.h        9
917 registry.h      9
918 scrolbar.h      9
919 settings.h      9
920 setup0.h        9
921 slider.h        9
922 slider95.h      9
923 slidrmsw.h      9
924 spinbutt.h      9
925 statbmp.h       9
926 statbox.h       9
927 statbr95.h      9
928 statline.h      9
929 stattext.h      9
930 tabctrl.h       9
931 taskbar.h       9
932 tbar95.h        9
933 tbarmsw.h       9
934 textctrl.h      9
935 timer.h 9
936 tooltip.h       9
937 treectrl.h      9
938 wave.h  9
939 window.h        9
940 winundef.h      9
941 xpmhand.h       9
942 # blank.cur     9
943 # bullseye.cur  9
944 # child.ico     9
945 # clock.cur     9
946 # error.ico     9
947 # hand.cur      9
948 # heart.cur     9
949 # info.ico      9
950 # magnif1.cur   9
951 # mdi.ico       9
952 # noentry.cur   9
953 # pbrush.cur    9
954 # pencil.cur    9
955 # pntleft.cur   9
956 # pntright.cur  9
957 # query.cur     9
958 # question.ico  9
959 # roller.cur    9
960 # size.cur      9
961 # std.ico       9
962 # tip.ico       9
963 # warning.ico   9
964 # watch1.cur    9
965 # disable.bmp   9
966 # wx.rc 9
967
968 accel.h 2
969 dataobj.h       2
970 helpwin.h       2
971 pngread.h       2
972 statline.h      2
973 app.h   2
974 dataobj2.h      2
975 icon.h  2
976 stattext.h      2
977 bitmap.h        2
978 dc.h    2
979 tabctrl.h       2
980 dcclient.h      2
981 print.h 2
982 taskbar.h       2
983 bmpbuttn.h      2
984 dcmemory.h      2
985 iniconf.h       2
986 private.h       2
987 textctrl.h      2
988 brush.h 2
989 dcprint.h       2
990 joystick.h      2
991 timer.h 2
992 dcscreen.h      2
993 listbox.h       2
994 button.h        2
995 dialog.h        2
996 radiobox.h      2
997 toolbar.h       2
998 checkbox.h      2
999 dirdlg.h        2
1000 mdi.h   2
1001 radiobut.h      2
1002 tooltip.h       2
1003 checklst.h      2
1004 dnd.h   2
1005 menu.h  2
1006 region.h        2
1007 menuitem.h      2
1008 choice.h        2
1009 filedlg.h       2
1010 metafile.h      2
1011 scrolbar.h      2
1012 wave.h  2
1013 clipbrd.h       2
1014 font.h  2
1015 minifram.h      2
1016 settings.h      2
1017 window.h        2
1018 fontdlg.h       2
1019 msgdlg.h        2
1020 colour.h        2
1021 frame.h 2
1022 setup0.h        2
1023 combobox.h      2
1024 gauge.h 2
1025 notebook.h      2
1026 control.h       2
1027 gdiimage.h      2
1028 palette.h       2
1029 slider.h        2
1030 cursor.h        2
1031 gdiobj.h        2
1032 spinbutt.h      2
1033 gsockos2.h      2
1034 pen.h   2
1035 spinctrl.h      2
1036 statbmp.h       2
1037 dataform.h      2
1038 pnghand.h       2
1039 statbox.h       2
1040
1041 fontutil.h      S
1042 execute.h       S
1043 mimetype.h      S       B
1044 gsockunx.h      S
1045
1046 file.h  P
1047 ftp.h   P
1048 http.h  P
1049 protocol.h      P
1050
1051 forcelnk.h      L
1052 helpdata.h      L
1053 helpfrm.h       L
1054 helpctrl.h      L
1055 htmlcell.h      L
1056 htmldefs.h      L
1057 htmlfilt.h      L
1058 htmlpars.h      L
1059 htmltag.h       L
1060 htmlwin.h       L
1061 winpars.h       L
1062 m_templ.h       L
1063 htmprint.h      L
1064
1065 calctrl.h       N
1066 caret.h N
1067 choicdgg.h      N
1068 colrdlgg.h      N
1069 dcpsg.h N
1070 dirdlgg.h       N       16
1071 fontdlgg.h      N
1072 filedlgg.h      N
1073 grid.h  N
1074 gridg.h N
1075 helpext.h       N
1076 helpwxht.h      N
1077 helphtml.h      N
1078 helpxlp.h       N
1079 imaglist.h      N
1080 laywin.h        N
1081 listctrl.h      N       16
1082 msgdlgg.h       N
1083 notebook.h      N
1084 panelg.h        N
1085 plot.h  N
1086 printps.h       N
1087 prntdlgg.h      N
1088 progdlgg.h      N
1089 sashwin.h       N
1090 scrolwin.h      N
1091 splitter.h      N
1092 statusbr.h      N
1093 tabg.h  N       16
1094 textdlgg.h      N
1095 treectrl.h      N       16
1096 wizard.h        N
1097
1098 # vi: set noet ts=16 nolist: