Various makefile corrections,
[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 #  O    /src/os2
18 #  H    /src/html
19 #  W    /include/wx
20 #  K    /include/wx/gtk        K for gtK
21 #  F    /include/wx/motif      F for motiF
22 #  9    /include/wx/msw        9 for Windows 9x
23 #  2    /include/wx/os2        2 for os2
24 #  N    /include/wx/generic    N for geNeric
25 #  L    /include/wx/html       L for htmL
26 #  P    /include/wx/protocol
27 #  S    /include/wx/unix       S for poSix
28 #
29 # The third column may be empty or contain some additional info about this
30 # file (only compile it in 16bit mode, don't compile it with this or that
31 # compiler, &c)
32 #
33 # Known flags:
34 #  B    makes part of the base library too
35 #  16   a generic file implementing Win32 control for Win16
36 #  32   only can be compiled under Win32
37 #  PS   PostScript related file, normally not compiled under Windows
38 #  G    generic code which might be used instead of native one
39 #  U    Unix-ish file, normally not compiled under Windows
40 #  O    OLE file (needs Win32 and a decent compiler)
41 #  S    Socket file (currently doesn't compile under Win16 nor with GNU)
42 #  R    Not required for the GTK port
43 #  X    Not required for the Motif port
44 #  P    Not required for the os2Pm port
45 #               (unfortunately I can't use O since that is
46 #                in use already - and above I can't use P :-( )
47 #
48 #  WX   Base header
49 #  GTK  GTK header
50 #  MSW  MSW header
51 #  MAC  Mac header
52 #  MOT  Motif header
53 #  PM   OS/2 header
54 #  GEN  Generic header
55 #  PRO  Protocol header
56 #  HTM  wxHtml header
57 #  UNX  Unix header
58 ###############################################################################
59
60 # File name     Type    Flags
61
62 busyinfo.cpp    G
63 calctrl.cpp     G
64 caret.cpp       G       U
65 choicdgg.cpp    G
66 colrdlgg.cpp    G       G
67 dcpsg.cpp       G       U
68 dirdlgg.cpp     G       16,P
69 fontdlgg.cpp    G       G,R,P
70 filedlgg.cpp    G       U,X,P
71 grid.cpp        G
72 helpext.cpp     G       G
73 helphtml.cpp    G       G
74 helpwxht.cpp    G       G
75 helpxlp.cpp     G       G,R
76 imaglist.cpp    G       16
77 laywin.cpp      G
78 listctrl.cpp    G       16
79 logg.cpp        G
80 msgdlgg.cpp     G       G
81 notebook.cpp    G       16,R,P
82 panelg.cpp      G
83 plot.cpp        G
84 printps.cpp     G       PS
85 prntdlgg.cpp    G       PS,U
86 progdlgg.cpp    G
87 prop.cpp        G
88 propform.cpp    G
89 proplist.cpp    G
90 sashwin.cpp     G
91 scrolwin.cpp    G
92 splitter.cpp    G
93 statline.cpp    G       U,R,P
94 statusbr.cpp    G
95 tabg.cpp        G       16,P
96 numdlgg.cpp     G
97 tbarsmpl.cpp    G
98 textdlgg.cpp    G
99 tipdlg.cpp      G
100 treectrl.cpp    G       16
101 wizard.cpp      G
102
103 appcmn.cpp      C       B
104 choiccmn.cpp    C
105 cmdline.cpp     C       B
106 cmndata.cpp     C
107 clipcmn.cpp     C
108 config.cpp      C       B
109 ctrlcmn.cpp     C
110 ctrlsub.cpp     C
111 datetime.cpp    C       32,B
112 datstrm.cpp     C
113 db.cpp  C
114 dbtable.cpp     C
115 dcbase.cpp      C
116 dlgcmn.cpp      C
117 dobjcmn.cpp     C
118 docmdi.cpp      C
119 docview.cpp     C
120 dynarray.cpp    C       B
121 dynlib.cpp      C       B
122 encconv.cpp     C
123 event.cpp       C       B
124 extended.c      C       B
125 ffile.cpp       C       B
126 file.cpp        C       B
127 fileconf.cpp    C       B
128 filefn.cpp      C       B
129 filesys.cpp     C       B
130 fontcmn.cpp     C
131 fontmap.cpp     C
132 framecmn.cpp    C
133 fs_inet.cpp     C
134 fs_zip.cpp      C
135 ftp.cpp C       S
136 gdicmn.cpp      C
137 gifdecod.cpp    C
138 hash.cpp        C       B
139 helpbase.cpp    C
140 http.cpp        C       S
141 imagbmp.cpp     C
142 image.cpp       C
143 imagall.cpp     C
144 imaggif.cpp     C
145 imagjpeg.cpp    C       32
146 imagtiff.cpp    C       32
147 imagpcx.cpp     C       32
148 imagpng.cpp     C       32
149 imagpnm.cpp     C       32
150 init.cpp        B
151 intl.cpp        C       B
152 ipcbase.cpp     C
153 layout.cpp      C
154 lboxcmn.cpp     C
155 list.cpp        C       B
156 log.cpp C       B
157 longlong.cpp    C       B
158 memory.cpp      C
159 menucmn.cpp     C
160 mimecmn.cpp     C       32,B
161 module.cpp      C       B
162 mstream.cpp     C
163 object.cpp      C       B
164 objstrm.cpp     C
165 odbc.cpp        C       R,X
166 paper.cpp       C
167 prntbase.cpp    C
168 process.cpp     C       32,B
169 protocol.cpp    C       S
170 resource.cpp    C
171 sckaddr.cpp     C       S
172 sckfile.cpp     C       S
173 sckipc.cpp      C       S
174 sckstrm.cpp     C       S
175 serbase.cpp     C
176 sizer.cpp       C
177 socket.cpp      C       S
178 stream.cpp      C       B
179 strconv.cpp     C       B
180 string.cpp      C       B
181 tbarbase.cpp    C
182 textcmn.cpp     C
183 textfile.cpp    C       B
184 timercmn.cpp    C       B
185 tokenzr.cpp     C       B
186 txtstrm.cpp     C       B
187 unzip.c C
188 url.cpp C       S
189 utilscmn.cpp    C       B
190 valgen.cpp      C
191 validate.cpp    C
192 valtext.cpp     C
193 variant.cpp     C       B
194 wfstream.cpp    C       B
195 wincmn.cpp      C
196 wxchar.cpp      C       B
197 wxexpr.cpp      C
198 zipstrm.cpp     C
199 zstream.cpp     C
200
201 accel.cpp       M
202 app.cpp M
203 automtn.cpp     M       O
204 bitmap.cpp      M
205 bmpbuttn.cpp    M
206 brush.cpp       M
207 button.cpp      M
208 caret.cpp       M
209 checkbox.cpp    M
210 checklst.cpp    M
211 choice.cpp      M
212 clipbrd.cpp     M
213 colordlg.cpp    M
214 colour.cpp      M
215 combobox.cpp    M
216 control.cpp     M
217 curico.cpp      M
218 cursor.cpp      M
219 data.cpp        M
220 dataobj.cpp     M       O
221 dc.cpp  M
222 dcclient.cpp    M
223 dcmemory.cpp    M
224 dcprint.cpp     M
225 dcscreen.cpp    M
226 dde.cpp M
227 dialog.cpp      M
228 dialup.cpp      M
229 dib.cpp M
230 dibutils.cpp    M
231 dir.cpp M       B
232 dirdlg.cpp      M       32
233 dragimag.cpp    M
234 dropsrc.cpp     M       O
235 droptgt.cpp     M       O
236 enhmeta.cpp     M       32
237 filedlg.cpp     M
238 font.cpp        M
239 fontdlg.cpp     M
240 fontenum.cpp    M
241 fontutil.cpp    M
242 frame.cpp       M
243 gauge95.cpp     M       32
244 gaugemsw.cpp    M       16
245 gdiimage.cpp    M
246 gdiobj.cpp      M
247 helpwin.cpp     M
248 icon.cpp        M
249 imaglist.cpp    M       32
250 iniconf.cpp     M       16
251 joystick.cpp    M
252 listbox.cpp     M
253 listctrl.cpp    M       32
254 main.cpp        M       B
255 mdi.cpp M
256 menu.cpp        M
257 menuitem.cpp    M
258 metafile.cpp    M
259 minifram.cpp    M
260 msgdlg.cpp      M
261 nativdlg.cpp    M
262 notebook.cpp    M       32
263 oleutils.cpp    M       O
264 ownerdrw.cpp    M
265 palette.cpp     M
266 pen.cpp M
267 penwin.cpp      M
268 printdlg.cpp    M
269 printwin.cpp    M
270 radiobox.cpp    M
271 radiobut.cpp    M
272 regconf.cpp     M       32,B
273 region.cpp      M
274 registry.cpp    M       32,B
275 scrolbar.cpp    M
276 settings.cpp    M
277 slider95.cpp    M       32
278 slidrmsw.cpp    M       16
279 spinbutt.cpp    M
280 spinctrl.cpp    M
281 statbmp.cpp     M
282 statbox.cpp     M
283 statbr95.cpp    M       32
284 statline.cpp    M
285 stattext.cpp    M
286 tabctrl.cpp     M
287 taskbar.cpp     M       32
288 tbar95.cpp      M       32
289 tbarmsw.cpp     M       16
290 textctrl.cpp    M
291 thread.cpp      M       32,B
292 timer.cpp       M
293 tooltip.cpp     M       32
294 treectrl.cpp    M       32
295 utils.cpp       M       B
296 utilsexc.cpp    M       B
297 uuid.cpp        M       O
298 wave.cpp        M
299 window.cpp      M
300 xpmhand.cpp     M
301 gsocket.c       M       S
302
303 dialup.cpp      U
304 dir.cpp U       B
305 fontenum.cpp    U
306 fontutil.cpp    U
307 threadpsx.cpp   U       B
308 utilsunx.cpp    U       B
309 gsocket.c       U
310 mimetype.cpp    U       B
311
312 gsockgtk.c      R
313 win_gtk.c       R
314 accel.cpp       R
315 app.cpp R
316 bitmap.cpp      R
317 bmpbuttn.cpp    R
318 brush.cpp       R
319 button.cpp      R
320 checkbox.cpp    R
321 checklst.cpp    R
322 choice.cpp      R
323 clipbrd.cpp     R
324 colour.cpp      R
325 combobox.cpp    R
326 control.cpp     R
327 cursor.cpp      R
328 data.cpp        R
329 dataobj.cpp     R
330 dc.cpp  R
331 dcclient.cpp    R
332 dcmemory.cpp    R
333 dcscreen.cpp    R
334 dialog.cpp      R
335 dnd.cpp R
336 font.cpp        R
337 fontdlg.cpp     R
338 frame.cpp       R
339 gauge.cpp       R
340 gdiobj.cpp      R
341 icon.cpp        R
342 listbox.cpp     R
343 main.cpp        R
344 mdi.cpp R
345 menu.cpp        R
346 minifram.cpp    R
347 notebook.cpp    R
348 palette.cpp     R
349 pen.cpp R
350 radiobox.cpp    R
351 radiobut.cpp    R
352 region.cpp      R
353 scrolbar.cpp    R
354 settings.cpp    R
355 slider.cpp      R
356 spinbutt.cpp    R
357 spinctrl.cpp    R
358 statbmp.cpp     R
359 statbox.cpp     R
360 statline.cpp    R
361 stattext.cpp    R
362 tbargtk.cpp     R
363 textctrl.cpp    R
364 timer.cpp       R
365 tooltip.cpp     R
366 utilsgtk.cpp    R
367 utilsres.cpp    R
368 wave.cpp        R
369 window.cpp      R
370
371 gsockmot.c      X       S
372 accel.cpp       X
373 app.cpp X
374 bitmap.cpp      X
375 bmpbuttn.cpp    X
376 brush.cpp       X
377 button.cpp      X
378 checkbox.cpp    X
379 checklst.cpp    X
380 choice.cpp      X
381 clipbrd.cpp     X
382 colour.cpp      X
383 combobox.cpp    X
384 control.cpp     X
385 cursor.cpp      X
386 data.cpp        X
387 dataobj.cpp     X
388 dc.cpp  X
389 dcclient.cpp    X
390 dcmemory.cpp    X
391 dcscreen.cpp    X
392 dialog.cpp      X
393 filedlg.cpp     X
394 font.cpp        X
395 frame.cpp       X
396 gauge.cpp       X
397 gdiobj.cpp      X
398 icon.cpp        X
399 listbox.cpp     X
400 main.cpp        X
401 mdi.cpp X
402 menu.cpp        X
403 menuitem.cpp    X
404 minifram.cpp    X
405 msgdlg.cpp      X
406 palette.cpp     X
407 pen.cpp X
408 radiobox.cpp    X
409 radiobut.cpp    X
410 region.cpp      X
411 scrolbar.cpp    X
412 settings.cpp    X
413 slider.cpp      X
414 spinbutt.cpp    X
415 statbmp.cpp     X
416 statbox.cpp     X
417 stattext.cpp    X
418 toolbar.cpp     X
419 textctrl.cpp    X
420 timer.cpp       X
421 utils.cpp       X
422 window.cpp      X
423
424 accel.cpp       O
425 app.cpp O
426 bitmap.cpp      O
427 bmpbuttn.cpp    O
428 brush.cpp       O
429 button.cpp      O
430 checkbox.cpp    O
431 checklst.cpp    O
432 choice.cpp      O
433 clipbrd.cpp     O
434 colour.cpp      O
435 combobox.cpp    O
436 control.cpp     O
437 cursor.cpp      O
438 data.cpp        O
439 dataobj.cpp     O
440 dc.cpp  O
441 dcclient.cpp    O
442 dcmemory.cpp    O
443 dcprint.cpp     O
444 dcscreen.cpp    O
445 dialog.cpp      O
446 #dialup.cpp     O
447 dir.cpp O       B
448 dirdlg.cpp      O
449 dnd.cpp O
450 filedlg.cpp     O
451 font.cpp        O
452 fontdlg.cpp     O
453 frame.cpp       O
454 gauge.cpp       O
455 gdiimage.cpp    O
456 gdiobj.cpp      O
457 helpwin.cpp     O
458 icon.cpp        O
459 iniconf.cpp     O
460 joystick.cpp    O
461 listbox.cpp     O
462 main.cpp        O
463 mdi.cpp O
464 menu.cpp        O
465 menuitem.cpp    O
466 metafile.cpp    O
467 minifram.cpp    O
468 msgdlg.cpp      O
469 nativdlg.cpp    O
470 notebook.cpp    O
471 ownerdrw.cpp    O
472 palette.cpp     O
473 pen.cpp O
474 print.cpp       O
475 radiobox.cpp    O
476 radiobut.cpp    O
477 region.cpp      O
478 scrolbar.cpp    O
479 settings.cpp    O
480 slider.cpp      O
481 spinbutt.cpp    O
482 spinctrl.cpp    O
483 statbmp.cpp     O
484 statbox.cpp     O
485 statline.cpp    O
486 stattext.cpp    O
487 tabctrl.cpp     O
488 taskbar.cpp     O
489 textctrl.cpp    O
490 timer.cpp       O
491 thread.cpp      O
492 toolbar.cpp     O
493 tooltip.cpp     O
494 utils.cpp       O       B
495 utilsexc.cpp    O       B
496 wave.cpp        O
497 window.cpp      O
498 gsocket.c       O
499
500 helpdata.cpp    H
501 helpfrm.cpp     H
502 helpctrl.cpp    H
503 htmlcell.cpp    H
504 htmlfilt.cpp    H
505 htmlpars.cpp    H
506 htmltag.cpp     H
507 htmlwin.cpp     H
508 winpars.cpp     H
509 m_fonts.cpp     H
510 m_hline.cpp     H
511 m_image.cpp     H
512 m_layout.cpp    H
513 m_links.cpp     H
514 m_list.cpp      H
515 m_dflist.cpp    H
516 m_pre.cpp       H
517 m_tables.cpp    H
518 m_meta.cpp      H
519 htmprint.cpp    H
520
521 arrimpl.cpp     W
522 listimpl.cpp    W
523 accel.h W
524 app.h   W       B
525 bitmap.h        W
526 bmpbuttn.h      W
527 brush.h W
528 buffer.h        W       B
529 busyinfo.h      W
530 button.h        W
531 calctrl.h       W
532 caret.h W
533 checkbox.h      W
534 checklst.h      W
535 choicdlg.h      W
536 choice.h        W
537 clipbrd.h       W
538 cmdline.h       W       B
539 cmndata.h       W
540 colordlg.h      W
541 colour.h        W
542 combobox.h      W
543 confbase.h      W
544 config.h        W
545 control.h       W
546 ctrlsub.h       W
547 cursor.h        W
548 dataobj.h       W
549 date.h  W       B
550 datetime.h      W       B
551 datstrm.h       W
552 db.h    W
553 dbtable.h       W
554 dc.h    W
555 dcclient.h      W
556 dcmemory.h      W
557 dcprint.h       W
558 dcps.h  W
559 dcscreen.h      W
560 dde.h   W
561 debug.h W       B
562 defs.h  W       B
563 dialog.h        W
564 dialup.h        W
565 dir.h   W       B
566 dirdlg.h        W
567 dnd.h   W
568 docmdi.h        W
569 docview.h       W
570 dragimag.h      W
571 dynarray.h      W       B
572 dynlib.h        W       B
573 encconv.h       W
574 event.h W       B
575 expr.h  W
576 ffile.h W       B
577 file.h  W       B
578 fileconf.h      W       B
579 filedlg.h       W
580 filefn.h        W
581 filesys.h       W
582 font.h  W
583 fontdlg.h       W
584 fontenum.h      W
585 fontmap.h       W
586 fontdlg.h       W
587 fontutil.h      W
588 frame.h W
589 fs_inet.h       W
590 fs_zip.h        W
591 gauge.h W
592 gdicmn.h        W
593 gdiobj.h        W
594 gifdecod.h      W
595 grid.h  W
596 gsocket.h       W
597 hash.h  W       B
598 help.h  W
599 helpbase.h      W
600 helphtml.h      W
601 helpwin.h       W
602 helpxlp.h       W
603 icon.h  W
604 image.h W
605 imaggif.h       W
606 imagbmp.h       W
607 imagpng.h       W
608 imagpcx.h       W
609 imagpnm.h       W
610 imagtiff.h      W
611 imagjpeg.h      W
612 imaglist.h      W
613 intl.h  W       B
614 ioswrap.h       W       B
615 ipcbase.h       W
616 joystick.h      W
617 layout.h        W
618 laywin.h        W
619 list.h  W       B
620 listbox.h       W
621 listctrl.h      W
622 log.h   W       B
623 longlong.h      W       B
624 matrix.h        W
625 mdi.h   W
626 memory.h        W       B
627 menu.h  W
628 menuitem.h      W
629 metafile.h      W
630 mimetype.h      W       B
631 minifram.h      W
632 module.h        W       B
633 msgdlg.h        W
634 mstream.h       W
635 notebook.h      W
636 object.h        W       B
637 objstrm.h       W
638 odbc.h  W
639 ownerdrw.h      W
640 palette.h       W
641 panel.h W
642 paper.h W
643 pen.h   W
644 plot.h  W
645 print.h W
646 printdlg.h      W
647 prntbase.h      W
648 process.h       W       B
649 progdlg.h       W
650 prop.h  W
651 propform.h      W
652 proplist.h      W
653 radiobox.h      W
654 radiobut.h      W
655 region.h        W
656 resource.h      W
657 sashwin.h       W
658 sckaddr.h       W
659 sckipc.h        W
660 sckstrm.h       W
661 scrolbar.h      W
662 scrolwin.h      W
663 serbase.h       W
664 settings.h      W
665 setup.h W
666 sizer.h W
667 slider.h        W
668 socket.h        W
669 spinbutt.h      W
670 spinctrl.h      W
671 splitter.h      W
672 statbmp.h       W
673 statbox.h       W
674 statline.h      W
675 stattext.h      W
676 statusbr.h      W
677 strconv.h       W       B
678 stream.h        W       B
679 string.h        W       B
680 tab.h   W
681 tabctrl.h       W
682 taskbar.h       W
683 tbarbase.h      W
684 tbarsmpl.h      W
685 textctrl.h      W
686 textdlg.h       W
687 textfile.h      W       B
688 txtstrm.h       W       B
689 thread.h        W       B
690 time.h  W       B
691 timer.h W       B
692 tipdlg.h        W
693 tokenzr.h       W       B
694 toolbar.h       W
695 tooltip.h       W
696 treectrl.h      W
697 types.h W
698 url.h   W
699 utils.h W       B
700 valgen.h        W
701 validate.h      W
702 valtext.h       W
703 variant.h       W       B
704 version.h       W       B
705 wave.h  W
706 wfstream.h      W       B
707 window.h        W
708 wizard.h        W
709 wx.h    W       B
710 wx_cw.h W
711 wx_cw_cm.h      W
712 wx_cw_d.h       W
713 wxchar.h        W       B
714 wxexpr.h        W
715 wxhtml.h        W
716 wxprec.h        W       B
717 xpmhand.h       W
718 zipstrm.h       W
719 zstream.h       W
720
721 accel.h K
722 app.h   K
723 bitmap.h        K
724 bmpbuttn.h      K
725 brush.h K
726 button.h        K
727 checkbox.h      K
728 checklst.h      K
729 choice.h        K
730 clipbrd.h       K
731 colour.h        K
732 combobox.h      K
733 control.h       K
734 cursor.h        K
735 dataform.h      K
736 dataobj.h       K
737 dataobj2.h      K
738 dc.h    K
739 dcclient.h      K
740 dcmemory.h      K
741 dcscreen.h      K
742 dialog.h        K
743 dnd.h   K
744 filedlg.h       K
745 font.h  K
746 fontdlg.h       K
747 frame.h K
748 gauge.h K
749 gdiobj.h        K
750 icon.h  K
751 joystick.h      K
752 listbox.h       K
753 mdi.h   K
754 menu.h  K
755 menuitem.h      K
756 minifram.h      K
757 notebook.h      K
758 palette.h       K
759 pen.h   K
760 radiobox.h      K
761 radiobut.h      K
762 region.h        K
763 scrolbar.h      K
764 settings.h      K
765 slider.h        K
766 spinbutt.h      K
767 spinctrl.h      K
768 statbmp.h       K
769 statbox.h       K
770 statline.h      K
771 stattext.h      K
772 tbargtk.h       K
773 textctrl.h      K
774 timer.h K
775 tooltip.h       K
776 treectrl.h      K
777 wave.h  K
778 win_gtk.h       K
779 window.h        K
780
781 accel.h F
782 app.h   F
783 bitmap.h        F
784 bmpbuttn.h      F
785 brush.h F
786 button.h        F
787 checkbox.h      F
788 checklst.h      F
789 choice.h        F
790 clipbrd.h       F
791 colordlg.h      F
792 colour.h        F
793 combobox.h      F
794 control.h       F
795 cursor.h        F
796 dataform.h      F
797 dataobj.h       F
798 dataobj2.h      F
799 dc.h    F
800 dcclient.h      F
801 dcmemory.h      F
802 dcprint.h       F
803 dcscreen.h      F
804 dialog.h        F
805 dnd.h   F
806 filedlg.h       F
807 font.h  F
808 fontdlg.h       F
809 frame.h F
810 gauge.h F
811 gdiobj.h        F
812 icon.h  F
813 joystick.h      F
814 listbox.h       F
815 mdi.h   F
816 menu.h  F
817 menuitem.h      F
818 metafile.h      F
819 minifram.h      F
820 msgdlg.h        F
821 palette.h       F
822 pen.h   F
823 print.h F
824 printdlg.h      F
825 private.h       F
826 radiobox.h      F
827 radiobut.h      F
828 region.h        F
829 scrolbar.h      F
830 settings.h      F
831 slider.h        F
832 spinbutt.h      F
833 statbmp.h       F
834 statbox.h       F
835 stattext.h      F
836 textctrl.h      F
837 timer.h F
838 toolbar.h       F
839 window.h        F
840
841 accel.h 9
842 app.h   9
843 bitmap.h        9
844 bmpbuttn.h      9
845 brush.h 9
846 button.h        9
847 caret.h 9
848 checkbox.h      9
849 checklst.h      9
850 choice.h        9
851 clipbrd.h       9
852 colordlg.h      9
853 colour.h        9
854 combobox.h      9
855 control.h       9
856 curico.h        9
857 curicop.h       9
858 cursor.h        9
859 dc.h    9
860 dcclient.h      9
861 dcmemory.h      9
862 dcprint.h       9
863 dcscreen.h      9
864 dde.h   9
865 dialog.h        9
866 dib.h   9
867 dibutils.h      9
868 dirdlg.h        9
869 dragimag.h      9
870 enhmeta.h       9       32
871 filedlg.h       9
872 font.h  9
873 fontdlg.h       9
874 frame.h 9
875 gauge.h 9
876 gauge95.h       9
877 gaugemsw.h      9
878 gdiimage.h      9
879 gdiobj.h        9
880 helpwin.h       9
881 icon.h  9
882 imaglist.h      9
883 iniconf.h       9
884 joystick.h      9
885 listbox.h       9
886 listctrl.h      9
887 mdi.h   9
888 menu.h  9
889 menuitem.h      9
890 metafile.h      9
891 minifram.h      9
892 msgdlg.h        9
893 msvcrt.h        9
894 notebook.h      9
895 palette.h       9
896 pen.h   9
897 printdlg.h      9
898 printwin.h      9
899 private.h       9
900 radiobox.h      9
901 radiobut.h      9
902 regconf.h       9
903 region.h        9
904 registry.h      9
905 scrolbar.h      9
906 settings.h      9
907 setup0.h        9
908 slider.h        9
909 slider95.h      9
910 slidrmsw.h      9
911 spinbutt.h      9
912 statbmp.h       9
913 statbox.h       9
914 statbr95.h      9
915 statline.h      9
916 stattext.h      9
917 tabctrl.h       9
918 taskbar.h       9
919 tbar95.h        9
920 tbarmsw.h       9
921 textctrl.h      9
922 timer.h 9
923 tooltip.h       9
924 treectrl.h      9
925 wave.h  9
926 window.h        9
927 winundef.h      9
928 xpmhand.h       9
929 # blank.cur     9
930 # bullseye.cur  9
931 # child.ico     9
932 # clock.cur     9
933 # error.ico     9
934 # hand.cur      9
935 # heart.cur     9
936 # info.ico      9
937 # magnif1.cur   9
938 # mdi.ico       9
939 # noentry.cur   9
940 # pbrush.cur    9
941 # pencil.cur    9
942 # pntleft.cur   9
943 # pntright.cur  9
944 # query.cur     9
945 # question.ico  9
946 # roller.cur    9
947 # size.cur      9
948 # std.ico       9
949 # tip.ico       9
950 # warning.ico   9
951 # watch1.cur    9
952 # disable.bmp   9
953 # wx.rc 9
954
955 accel.h 2
956 dataobj.h       2
957 helpwin.h       2
958 pngread.h       2
959 statline.h      2
960 app.h   2
961 dataobj2.h      2
962 icon.h  2
963 stattext.h      2
964 bitmap.h        2
965 dc.h    2
966 tabctrl.h       2
967 dcclient.h      2
968 print.h 2
969 taskbar.h       2
970 bmpbuttn.h      2
971 dcmemory.h      2
972 iniconf.h       2
973 private.h       2
974 textctrl.h      2
975 brush.h 2
976 dcprint.h       2
977 joystick.h      2
978 timer.h 2
979 dcscreen.h      2
980 listbox.h       2
981 button.h        2
982 dialog.h        2
983 radiobox.h      2
984 toolbar.h       2
985 checkbox.h      2
986 dirdlg.h        2
987 mdi.h   2
988 radiobut.h      2
989 tooltip.h       2
990 checklst.h      2
991 dnd.h   2
992 menu.h  2
993 region.h        2
994 menuitem.h      2
995 choice.h        2
996 filedlg.h       2
997 metafile.h      2
998 scrolbar.h      2
999 wave.h  2
1000 clipbrd.h       2
1001 font.h  2
1002 minifram.h      2
1003 settings.h      2
1004 window.h        2
1005 fontdlg.h       2
1006 msgdlg.h        2
1007 colour.h        2
1008 frame.h 2
1009 setup0.h        2
1010 combobox.h      2
1011 gauge.h 2
1012 notebook.h      2
1013 control.h       2
1014 gdiimage.h      2
1015 palette.h       2
1016 slider.h        2
1017 cursor.h        2
1018 gdiobj.h        2
1019 spinbutt.h      2
1020 gsockos2.h      2
1021 pen.h   2
1022 spinctrl.h      2
1023 statbmp.h       2
1024 dataform.h      2
1025 pnghand.h       2
1026 statbox.h       2
1027
1028 fontutil.h      S
1029 execute.h       S
1030 mimetype.h      S
1031 gsockunx.h      S
1032
1033 file.h  P
1034 ftp.h   P
1035 http.h  P
1036 protocol.h      P
1037
1038 forcelnk.h      L
1039 helpdata.h      L
1040 helpfrm.h       L
1041 helpctrl.h      L
1042 htmlcell.h      L
1043 htmldefs.h      L
1044 htmlfilt.h      L
1045 htmlpars.h      L
1046 htmltag.h       L
1047 htmlwin.h       L
1048 winpars.h       L
1049 m_templ.h       L
1050 htmprint.h      L
1051
1052 calctrl.h       N
1053 caret.h N
1054 choicdgg.h      N
1055 colrdlgg.h      N
1056 dcpsg.h N
1057 dirdlgg.h       N       16
1058 fontdlgg.h      N
1059 filedlgg.h      N
1060 grid.h  N
1061 gridg.h N
1062 helpext.h       N
1063 helpwxht.h      N
1064 helphtml.h      N
1065 helpxlp.h       N
1066 imaglist.h      N
1067 laywin.h        N
1068 listctrl.h      N       16
1069 msgdlgg.h       N
1070 notebook.h      N
1071 panelg.h        N
1072 plot.h  N
1073 printps.h       N
1074 prntdlgg.h      N
1075 progdlgg.h      N
1076 sashwin.h       N
1077 scrolwin.h      N
1078 splitter.h      N
1079 statusbr.h      N
1080 tabg.h  N       16
1081 textdlgg.h      N
1082 treectrl.h      N       16
1083 wizard.h        N
1084
1085 # vi: set noet ts=16 nolist: