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