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