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