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