Added fontenum/fontutil and mimetype for OS/2
[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 mimetype.cpp    M
260 minifram.cpp    M
261 msgdlg.cpp      M
262 nativdlg.cpp    M
263 notebook.cpp    M       32
264 oleutils.cpp    M       O
265 ownerdrw.cpp    M
266 palette.cpp     M
267 pen.cpp M
268 penwin.cpp      M
269 printdlg.cpp    M
270 printwin.cpp    M
271 radiobox.cpp    M
272 radiobut.cpp    M
273 regconf.cpp     M       32,B
274 region.cpp      M
275 registry.cpp    M       32,B
276 scrolbar.cpp    M
277 settings.cpp    M
278 slider95.cpp    M       32
279 slidrmsw.cpp    M       16
280 spinbutt.cpp    M
281 spinctrl.cpp    M
282 statbmp.cpp     M
283 statbox.cpp     M
284 statbr95.cpp    M       32
285 statline.cpp    M
286 stattext.cpp    M
287 tabctrl.cpp     M
288 taskbar.cpp     M       32
289 tbar95.cpp      M       32
290 tbarmsw.cpp     M       16
291 textctrl.cpp    M
292 thread.cpp      M       32,B
293 timer.cpp       M
294 tooltip.cpp     M       32
295 treectrl.cpp    M       32
296 utils.cpp       M       B
297 utilsexc.cpp    M       B
298 uuid.cpp        M       O
299 wave.cpp        M
300 window.cpp      M
301 xpmhand.cpp     M
302 gsocket.c       M       S
303
304 dialup.cpp      U
305 dir.cpp U       B
306 fontenum.cpp    U
307 fontutil.cpp    U
308 mimetype.cpp    U
309 threadpsx.cpp   U       B
310 utilsunx.cpp    U       B
311 gsocket.c       U
312 mimetype.cpp    U       B
313
314 gsockgtk.c      R
315 win_gtk.c       R
316 accel.cpp       R
317 app.cpp R
318 bitmap.cpp      R
319 bmpbuttn.cpp    R
320 brush.cpp       R
321 button.cpp      R
322 checkbox.cpp    R
323 checklst.cpp    R
324 choice.cpp      R
325 clipbrd.cpp     R
326 colour.cpp      R
327 combobox.cpp    R
328 control.cpp     R
329 cursor.cpp      R
330 data.cpp        R
331 dataobj.cpp     R
332 dc.cpp  R
333 dcclient.cpp    R
334 dcmemory.cpp    R
335 dcscreen.cpp    R
336 dialog.cpp      R
337 dnd.cpp R
338 font.cpp        R
339 fontdlg.cpp     R
340 frame.cpp       R
341 gauge.cpp       R
342 gdiobj.cpp      R
343 icon.cpp        R
344 listbox.cpp     R
345 main.cpp        R
346 mdi.cpp R
347 menu.cpp        R
348 minifram.cpp    R
349 notebook.cpp    R
350 palette.cpp     R
351 pen.cpp R
352 radiobox.cpp    R
353 radiobut.cpp    R
354 region.cpp      R
355 scrolbar.cpp    R
356 settings.cpp    R
357 slider.cpp      R
358 spinbutt.cpp    R
359 spinctrl.cpp    R
360 statbmp.cpp     R
361 statbox.cpp     R
362 statline.cpp    R
363 stattext.cpp    R
364 tbargtk.cpp     R
365 textctrl.cpp    R
366 timer.cpp       R
367 tooltip.cpp     R
368 utilsgtk.cpp    R
369 utilsres.cpp    R
370 wave.cpp        R
371 window.cpp      R
372
373 gsockmot.c      X       S
374 accel.cpp       X
375 app.cpp X
376 bitmap.cpp      X
377 bmpbuttn.cpp    X
378 brush.cpp       X
379 button.cpp      X
380 checkbox.cpp    X
381 checklst.cpp    X
382 choice.cpp      X
383 clipbrd.cpp     X
384 colour.cpp      X
385 combobox.cpp    X
386 control.cpp     X
387 cursor.cpp      X
388 data.cpp        X
389 dataobj.cpp     X
390 dc.cpp  X
391 dcclient.cpp    X
392 dcmemory.cpp    X
393 dcscreen.cpp    X
394 dialog.cpp      X
395 filedlg.cpp     X
396 font.cpp        X
397 frame.cpp       X
398 gauge.cpp       X
399 gdiobj.cpp      X
400 icon.cpp        X
401 listbox.cpp     X
402 main.cpp        X
403 mdi.cpp X
404 menu.cpp        X
405 menuitem.cpp    X
406 minifram.cpp    X
407 msgdlg.cpp      X
408 palette.cpp     X
409 pen.cpp X
410 radiobox.cpp    X
411 radiobut.cpp    X
412 region.cpp      X
413 scrolbar.cpp    X
414 settings.cpp    X
415 slider.cpp      X
416 spinbutt.cpp    X
417 statbmp.cpp     X
418 statbox.cpp     X
419 stattext.cpp    X
420 toolbar.cpp     X
421 textctrl.cpp    X
422 timer.cpp       X
423 utils.cpp       X
424 window.cpp      X
425
426 accel.cpp       O
427 app.cpp O
428 bitmap.cpp      O
429 bmpbuttn.cpp    O
430 brush.cpp       O
431 button.cpp      O
432 checkbox.cpp    O
433 checklst.cpp    O
434 choice.cpp      O
435 clipbrd.cpp     O
436 colour.cpp      O
437 combobox.cpp    O
438 control.cpp     O
439 cursor.cpp      O
440 data.cpp        O
441 dataobj.cpp     O
442 dc.cpp  O
443 dcclient.cpp    O
444 dcmemory.cpp    O
445 dcprint.cpp     O
446 dcscreen.cpp    O
447 dialog.cpp      O
448 #dialup.cpp     O
449 dir.cpp O       B
450 dirdlg.cpp      O
451 dnd.cpp O
452 filedlg.cpp     O
453 font.cpp        O
454 fontdlg.cpp     O
455 fontenum.cpp    O
456 fontutil.cpp    O
457 frame.cpp       O
458 gauge.cpp       O
459 gdiimage.cpp    O
460 gdiobj.cpp      O
461 helpwin.cpp     O
462 icon.cpp        O
463 iniconf.cpp     O
464 joystick.cpp    O
465 listbox.cpp     O
466 main.cpp        O
467 mdi.cpp O
468 menu.cpp        O
469 menuitem.cpp    O
470 metafile.cpp    O
471 mimetype.cpp    O
472 minifram.cpp    O
473 msgdlg.cpp      O
474 nativdlg.cpp    O
475 notebook.cpp    O
476 ownerdrw.cpp    O
477 palette.cpp     O
478 pen.cpp O
479 print.cpp       O
480 radiobox.cpp    O
481 radiobut.cpp    O
482 region.cpp      O
483 scrolbar.cpp    O
484 settings.cpp    O
485 slider.cpp      O
486 spinbutt.cpp    O
487 spinctrl.cpp    O
488 statbmp.cpp     O
489 statbox.cpp     O
490 statline.cpp    O
491 stattext.cpp    O
492 tabctrl.cpp     O
493 taskbar.cpp     O
494 textctrl.cpp    O
495 timer.cpp       O
496 thread.cpp      O
497 toolbar.cpp     O
498 tooltip.cpp     O
499 utils.cpp       O       B
500 utilsexc.cpp    O       B
501 wave.cpp        O
502 window.cpp      O
503 gsocket.c       O
504
505 helpdata.cpp    H
506 helpfrm.cpp     H
507 helpctrl.cpp    H
508 htmlcell.cpp    H
509 htmlfilt.cpp    H
510 htmlpars.cpp    H
511 htmltag.cpp     H
512 htmlwin.cpp     H
513 winpars.cpp     H
514 m_fonts.cpp     H
515 m_hline.cpp     H
516 m_image.cpp     H
517 m_layout.cpp    H
518 m_links.cpp     H
519 m_list.cpp      H
520 m_dflist.cpp    H
521 m_pre.cpp       H
522 m_tables.cpp    H
523 m_meta.cpp      H
524 htmprint.cpp    H
525
526 arrimpl.cpp     W
527 listimpl.cpp    W
528 accel.h W
529 app.h   W       B
530 bitmap.h        W
531 bmpbuttn.h      W
532 brush.h W
533 buffer.h        W       B
534 busyinfo.h      W
535 button.h        W
536 calctrl.h       W
537 caret.h W
538 checkbox.h      W
539 checklst.h      W
540 choicdlg.h      W
541 choice.h        W
542 clipbrd.h       W
543 cmdline.h       W       B
544 cmndata.h       W
545 colordlg.h      W
546 colour.h        W
547 combobox.h      W
548 confbase.h      W
549 config.h        W
550 control.h       W
551 ctrlsub.h       W
552 cursor.h        W
553 dataobj.h       W
554 date.h  W       B
555 datetime.h      W       B
556 datstrm.h       W
557 db.h    W
558 dbtable.h       W
559 dc.h    W
560 dcclient.h      W
561 dcmemory.h      W
562 dcprint.h       W
563 dcps.h  W
564 dcscreen.h      W
565 dde.h   W
566 debug.h W       B
567 defs.h  W       B
568 dialog.h        W
569 dialup.h        W
570 dir.h   W       B
571 dirdlg.h        W
572 dnd.h   W
573 docmdi.h        W
574 docview.h       W
575 dragimag.h      W
576 dynarray.h      W       B
577 dynlib.h        W       B
578 encconv.h       W
579 event.h W       B
580 expr.h  W
581 ffile.h W       B
582 file.h  W       B
583 fileconf.h      W       B
584 filedlg.h       W
585 filefn.h        W
586 filesys.h       W
587 font.h  W
588 fontdlg.h       W
589 fontenum.h      W
590 fontmap.h       W
591 fontdlg.h       W
592 fontutil.h      W
593 frame.h W
594 fs_inet.h       W
595 fs_zip.h        W
596 gauge.h W
597 gdicmn.h        W
598 gdiobj.h        W
599 gifdecod.h      W
600 grid.h  W
601 gsocket.h       W
602 hash.h  W       B
603 help.h  W
604 helpbase.h      W
605 helphtml.h      W
606 helpwin.h       W
607 helpxlp.h       W
608 icon.h  W
609 image.h W
610 imaggif.h       W
611 imagbmp.h       W
612 imagpng.h       W
613 imagpcx.h       W
614 imagpnm.h       W
615 imagtiff.h      W
616 imagjpeg.h      W
617 imaglist.h      W
618 intl.h  W       B
619 ioswrap.h       W       B
620 ipcbase.h       W
621 joystick.h      W
622 layout.h        W
623 laywin.h        W
624 list.h  W       B
625 listbox.h       W
626 listctrl.h      W
627 log.h   W       B
628 longlong.h      W       B
629 matrix.h        W
630 mdi.h   W
631 memory.h        W       B
632 menu.h  W
633 menuitem.h      W
634 metafile.h      W
635 mimetype.h      W       B
636 minifram.h      W
637 module.h        W       B
638 msgdlg.h        W
639 mstream.h       W
640 notebook.h      W
641 object.h        W       B
642 objstrm.h       W
643 odbc.h  W
644 ownerdrw.h      W
645 palette.h       W
646 panel.h W
647 paper.h W
648 pen.h   W
649 plot.h  W
650 print.h W
651 printdlg.h      W
652 prntbase.h      W
653 process.h       W       B
654 progdlg.h       W
655 prop.h  W
656 propform.h      W
657 proplist.h      W
658 radiobox.h      W
659 radiobut.h      W
660 region.h        W
661 resource.h      W
662 sashwin.h       W
663 sckaddr.h       W
664 sckipc.h        W
665 sckstrm.h       W
666 scrolbar.h      W
667 scrolwin.h      W
668 serbase.h       W
669 settings.h      W
670 setup.h W
671 sizer.h W
672 slider.h        W
673 socket.h        W
674 spinbutt.h      W
675 spinctrl.h      W
676 splitter.h      W
677 statbmp.h       W
678 statbox.h       W
679 statline.h      W
680 stattext.h      W
681 statusbr.h      W
682 strconv.h       W       B
683 stream.h        W       B
684 string.h        W       B
685 tab.h   W
686 tabctrl.h       W
687 taskbar.h       W
688 tbarbase.h      W
689 tbarsmpl.h      W
690 textctrl.h      W
691 textdlg.h       W
692 textfile.h      W       B
693 txtstrm.h       W       B
694 thread.h        W       B
695 time.h  W       B
696 timer.h W       B
697 tipdlg.h        W
698 tokenzr.h       W       B
699 toolbar.h       W
700 tooltip.h       W
701 treectrl.h      W
702 types.h W
703 url.h   W
704 utils.h W       B
705 valgen.h        W
706 validate.h      W
707 valtext.h       W
708 variant.h       W       B
709 version.h       W       B
710 wave.h  W
711 wfstream.h      W       B
712 window.h        W
713 wizard.h        W
714 wx.h    W       B
715 wx_cw.h W
716 wx_cw_cm.h      W
717 wx_cw_d.h       W
718 wxchar.h        W       B
719 wxexpr.h        W
720 wxhtml.h        W
721 wxprec.h        W       B
722 xpmhand.h       W
723 zipstrm.h       W
724 zstream.h       W
725
726 accel.h K
727 app.h   K
728 bitmap.h        K
729 bmpbuttn.h      K
730 brush.h K
731 button.h        K
732 checkbox.h      K
733 checklst.h      K
734 choice.h        K
735 clipbrd.h       K
736 colour.h        K
737 combobox.h      K
738 control.h       K
739 cursor.h        K
740 dataform.h      K
741 dataobj.h       K
742 dataobj2.h      K
743 dc.h    K
744 dcclient.h      K
745 dcmemory.h      K
746 dcscreen.h      K
747 dialog.h        K
748 dnd.h   K
749 filedlg.h       K
750 font.h  K
751 fontdlg.h       K
752 frame.h K
753 gauge.h K
754 gdiobj.h        K
755 icon.h  K
756 joystick.h      K
757 listbox.h       K
758 mdi.h   K
759 menu.h  K
760 menuitem.h      K
761 minifram.h      K
762 notebook.h      K
763 palette.h       K
764 pen.h   K
765 radiobox.h      K
766 radiobut.h      K
767 region.h        K
768 scrolbar.h      K
769 settings.h      K
770 slider.h        K
771 spinbutt.h      K
772 spinctrl.h      K
773 statbmp.h       K
774 statbox.h       K
775 statline.h      K
776 stattext.h      K
777 tbargtk.h       K
778 textctrl.h      K
779 timer.h K
780 tooltip.h       K
781 treectrl.h      K
782 wave.h  K
783 win_gtk.h       K
784 window.h        K
785
786 accel.h F
787 app.h   F
788 bitmap.h        F
789 bmpbuttn.h      F
790 brush.h F
791 button.h        F
792 checkbox.h      F
793 checklst.h      F
794 choice.h        F
795 clipbrd.h       F
796 colordlg.h      F
797 colour.h        F
798 combobox.h      F
799 control.h       F
800 cursor.h        F
801 dataform.h      F
802 dataobj.h       F
803 dataobj2.h      F
804 dc.h    F
805 dcclient.h      F
806 dcmemory.h      F
807 dcprint.h       F
808 dcscreen.h      F
809 dialog.h        F
810 dnd.h   F
811 filedlg.h       F
812 font.h  F
813 fontdlg.h       F
814 frame.h F
815 gauge.h F
816 gdiobj.h        F
817 icon.h  F
818 joystick.h      F
819 listbox.h       F
820 mdi.h   F
821 menu.h  F
822 menuitem.h      F
823 metafile.h      F
824 minifram.h      F
825 msgdlg.h        F
826 palette.h       F
827 pen.h   F
828 print.h F
829 printdlg.h      F
830 private.h       F
831 radiobox.h      F
832 radiobut.h      F
833 region.h        F
834 scrolbar.h      F
835 settings.h      F
836 slider.h        F
837 spinbutt.h      F
838 statbmp.h       F
839 statbox.h       F
840 stattext.h      F
841 textctrl.h      F
842 timer.h F
843 toolbar.h       F
844 window.h        F
845
846 accel.h 9
847 app.h   9
848 bitmap.h        9
849 bmpbuttn.h      9
850 brush.h 9
851 button.h        9
852 caret.h 9
853 checkbox.h      9
854 checklst.h      9
855 choice.h        9
856 clipbrd.h       9
857 colordlg.h      9
858 colour.h        9
859 combobox.h      9
860 control.h       9
861 curico.h        9
862 curicop.h       9
863 cursor.h        9
864 dc.h    9
865 dcclient.h      9
866 dcmemory.h      9
867 dcprint.h       9
868 dcscreen.h      9
869 dde.h   9
870 dialog.h        9
871 dib.h   9
872 dibutils.h      9
873 dirdlg.h        9
874 dragimag.h      9
875 enhmeta.h       9       32
876 filedlg.h       9
877 font.h  9
878 fontdlg.h       9
879 frame.h 9
880 gauge.h 9
881 gauge95.h       9
882 gaugemsw.h      9
883 gdiimage.h      9
884 gdiobj.h        9
885 helpwin.h       9
886 icon.h  9
887 imaglist.h      9
888 iniconf.h       9
889 joystick.h      9
890 listbox.h       9
891 listctrl.h      9
892 mdi.h   9
893 menu.h  9
894 menuitem.h      9
895 metafile.h      9
896 minifram.h      9
897 msgdlg.h        9
898 msvcrt.h        9
899 notebook.h      9
900 palette.h       9
901 pen.h   9
902 printdlg.h      9
903 printwin.h      9
904 private.h       9
905 radiobox.h      9
906 radiobut.h      9
907 regconf.h       9
908 region.h        9
909 registry.h      9
910 scrolbar.h      9
911 settings.h      9
912 setup0.h        9
913 slider.h        9
914 slider95.h      9
915 slidrmsw.h      9
916 spinbutt.h      9
917 statbmp.h       9
918 statbox.h       9
919 statbr95.h      9
920 statline.h      9
921 stattext.h      9
922 tabctrl.h       9
923 taskbar.h       9
924 tbar95.h        9
925 tbarmsw.h       9
926 textctrl.h      9
927 timer.h 9
928 tooltip.h       9
929 treectrl.h      9
930 wave.h  9
931 window.h        9
932 winundef.h      9
933 xpmhand.h       9
934 # blank.cur     9
935 # bullseye.cur  9
936 # child.ico     9
937 # clock.cur     9
938 # error.ico     9
939 # hand.cur      9
940 # heart.cur     9
941 # info.ico      9
942 # magnif1.cur   9
943 # mdi.ico       9
944 # noentry.cur   9
945 # pbrush.cur    9
946 # pencil.cur    9
947 # pntleft.cur   9
948 # pntright.cur  9
949 # query.cur     9
950 # question.ico  9
951 # roller.cur    9
952 # size.cur      9
953 # std.ico       9
954 # tip.ico       9
955 # warning.ico   9
956 # watch1.cur    9
957 # disable.bmp   9
958 # wx.rc 9
959
960 accel.h 2
961 dataobj.h       2
962 helpwin.h       2
963 pngread.h       2
964 statline.h      2
965 app.h   2
966 dataobj2.h      2
967 icon.h  2
968 stattext.h      2
969 bitmap.h        2
970 dc.h    2
971 tabctrl.h       2
972 dcclient.h      2
973 print.h 2
974 taskbar.h       2
975 bmpbuttn.h      2
976 dcmemory.h      2
977 iniconf.h       2
978 private.h       2
979 textctrl.h      2
980 brush.h 2
981 dcprint.h       2
982 joystick.h      2
983 timer.h 2
984 dcscreen.h      2
985 listbox.h       2
986 button.h        2
987 dialog.h        2
988 radiobox.h      2
989 toolbar.h       2
990 checkbox.h      2
991 dirdlg.h        2
992 mdi.h   2
993 radiobut.h      2
994 tooltip.h       2
995 checklst.h      2
996 dnd.h   2
997 menu.h  2
998 region.h        2
999 menuitem.h      2
1000 choice.h        2
1001 filedlg.h       2
1002 metafile.h      2
1003 scrolbar.h      2
1004 wave.h  2
1005 clipbrd.h       2
1006 font.h  2
1007 minifram.h      2
1008 settings.h      2
1009 window.h        2
1010 fontdlg.h       2
1011 msgdlg.h        2
1012 colour.h        2
1013 frame.h 2
1014 setup0.h        2
1015 combobox.h      2
1016 gauge.h 2
1017 notebook.h      2
1018 control.h       2
1019 gdiimage.h      2
1020 palette.h       2
1021 slider.h        2
1022 cursor.h        2
1023 gdiobj.h        2
1024 spinbutt.h      2
1025 gsockos2.h      2
1026 pen.h   2
1027 spinctrl.h      2
1028 statbmp.h       2
1029 dataform.h      2
1030 pnghand.h       2
1031 statbox.h       2
1032
1033 fontutil.h      S
1034 execute.h       S
1035 mimetype.h      S
1036 gsockunx.h      S
1037
1038 file.h  P
1039 ftp.h   P
1040 http.h  P
1041 protocol.h      P
1042
1043 forcelnk.h      L
1044 helpdata.h      L
1045 helpfrm.h       L
1046 helpctrl.h      L
1047 htmlcell.h      L
1048 htmldefs.h      L
1049 htmlfilt.h      L
1050 htmlpars.h      L
1051 htmltag.h       L
1052 htmlwin.h       L
1053 winpars.h       L
1054 m_templ.h       L
1055 htmprint.h      L
1056
1057 calctrl.h       N
1058 caret.h N
1059 choicdgg.h      N
1060 colrdlgg.h      N
1061 dcpsg.h N
1062 dirdlgg.h       N       16
1063 fontdlgg.h      N
1064 filedlgg.h      N
1065 grid.h  N
1066 gridg.h N
1067 helpext.h       N
1068 helpwxht.h      N
1069 helphtml.h      N
1070 helpxlp.h       N
1071 imaglist.h      N
1072 laywin.h        N
1073 listctrl.h      N       16
1074 msgdlgg.h       N
1075 notebook.h      N
1076 panelg.h        N
1077 plot.h  N
1078 printps.h       N
1079 prntdlgg.h      N
1080 progdlgg.h      N
1081 sashwin.h       N
1082 scrolwin.h      N
1083 splitter.h      N
1084 statusbr.h      N
1085 tabg.h  N       16
1086 textdlgg.h      N
1087 treectrl.h      N       16
1088 wizard.h        N
1089
1090 # vi: set noet ts=16 nolist: