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