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