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