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