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