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