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