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