]> git.saurik.com Git - wxWidgets.git/blob - distrib/msw/tmake/filelist.txt
62344e0b672b56b5d2564039bbe0ece6e8f04b3c
[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 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 m_meta.cpp H
517 htmprint.cpp H
518
519 arrimpl.cpp W
520 listimpl.cpp W
521 accel.h W
522 app.h W B
523 bitmap.h W
524 bmpbuttn.h W
525 brush.h W
526 buffer.h W B
527 busyinfo.h W
528 button.h W
529 calctrl.h W
530 caret.h W
531 checkbox.h W
532 checklst.h W
533 choicdlg.h W
534 choice.h W
535 clipbrd.h W
536 cmdline.h W B
537 cmndata.h W
538 colordlg.h W
539 colour.h W
540 combobox.h W
541 confbase.h W
542 config.h W
543 control.h W
544 ctrlsub.h W
545 cursor.h W
546 dataobj.h W
547 date.h W B
548 datetime.h W B
549 datstrm.h W
550 db.h W
551 dbtable.h W
552 dc.h W
553 dcclient.h W
554 dcmemory.h W
555 dcprint.h W
556 dcps.h W
557 dcscreen.h W
558 dde.h W
559 debug.h W B
560 defs.h W B
561 dialog.h W
562 dialup.h W
563 dir.h W B
564 dirdlg.h W
565 dnd.h W
566 docmdi.h W
567 docview.h W
568 dragimag.h W
569 dynarray.h W B
570 dynlib.h W B
571 encconv.h W
572 event.h W B
573 expr.h W
574 ffile.h W B
575 file.h W B
576 fileconf.h W B
577 filedlg.h W
578 filefn.h W
579 filesys.h W
580 font.h W
581 fontdlg.h W
582 fontenum.h W
583 fontmap.h W
584 fontdlg.h W
585 fontutil.h W
586 frame.h W
587 fs_inet.h W
588 fs_zip.h W
589 gauge.h W
590 gdicmn.h W
591 gdiobj.h W
592 gifdecod.h W
593 grid.h W
594 gsocket.h W
595 hash.h W B
596 help.h W
597 helpbase.h W
598 helphtml.h W
599 helpwin.h W
600 helpxlp.h W
601 icon.h W
602 image.h W
603 imaggif.h W
604 imagbmp.h W
605 imagpng.h W
606 imagpcx.h W
607 imagpnm.h W
608 imagtiff.h W
609 imagjpeg.h W
610 imaglist.h W
611 intl.h W B
612 ioswrap.h W B
613 ipcbase.h W
614 joystick.h W
615 layout.h W
616 laywin.h W
617 list.h W B
618 listbox.h W
619 listctrl.h W
620 log.h W B
621 longlong.h W B
622 matrix.h W
623 mdi.h W
624 memory.h W B
625 menu.h W
626 menuitem.h W
627 metafile.h W
628 mimetype.h W B
629 minifram.h W
630 module.h W B
631 msgdlg.h W
632 mstream.h W
633 notebook.h W
634 object.h W B
635 objstrm.h W
636 odbc.h W
637 ownerdrw.h W
638 palette.h W
639 panel.h W
640 paper.h W
641 pen.h W
642 print.h W
643 printdlg.h W
644 prntbase.h W
645 process.h W B
646 progdlg.h W
647 prop.h W
648 propform.h W
649 proplist.h W
650 radiobox.h W
651 radiobut.h W
652 region.h W
653 resource.h W
654 sashwin.h W
655 sckaddr.h W
656 sckipc.h W
657 sckstrm.h W
658 scrolbar.h W
659 scrolwin.h W
660 serbase.h W
661 settings.h W
662 setup.h W
663 sizer.h W
664 slider.h W
665 socket.h W
666 spinbutt.h W
667 spinctrl.h W
668 splitter.h W
669 statbmp.h W
670 statbox.h W
671 statline.h W
672 stattext.h W
673 statusbr.h W
674 strconv.h W B
675 stream.h W B
676 string.h W B
677 tab.h W
678 tabctrl.h W
679 taskbar.h W
680 tbarbase.h W
681 tbarsmpl.h W
682 textctrl.h W
683 textdlg.h W
684 textfile.h W B
685 txtstrm.h W B
686 thread.h W B
687 time.h W B
688 timer.h W B
689 tipdlg.h W
690 tokenzr.h W B
691 toolbar.h W
692 tooltip.h W
693 treectrl.h W
694 types.h W
695 url.h W
696 utils.h W B
697 valgen.h W
698 validate.h W
699 valtext.h W
700 variant.h W B
701 version.h W B
702 wave.h W
703 wfstream.h W B
704 window.h W
705 wizard.h W
706 wx.h W B
707 wx_cw.h W
708 wx_cw_cm.h W
709 wx_cw_d.h W
710 wxchar.h W B
711 wxexpr.h W
712 wxhtml.h W
713 wxprec.h W B
714 xpmhand.h W
715 zipstrm.h W
716 zstream.h W
717
718 accel.h K
719 app.h K
720 bitmap.h K
721 bmpbuttn.h K
722 brush.h K
723 button.h K
724 checkbox.h K
725 checklst.h K
726 choice.h K
727 clipbrd.h K
728 colour.h K
729 combobox.h K
730 control.h K
731 cursor.h K
732 dataform.h K
733 dataobj.h K
734 dataobj2.h K
735 dc.h K
736 dcclient.h K
737 dcmemory.h K
738 dcscreen.h K
739 dialog.h K
740 dnd.h K
741 filedlg.h K
742 font.h K
743 fontdlg.h K
744 frame.h K
745 gauge.h K
746 gdiobj.h K
747 icon.h K
748 joystick.h K
749 listbox.h K
750 mdi.h K
751 menu.h K
752 menuitem.h K
753 minifram.h K
754 notebook.h K
755 palette.h K
756 pen.h K
757 radiobox.h K
758 radiobut.h K
759 region.h K
760 scrolbar.h K
761 settings.h K
762 slider.h K
763 spinbutt.h K
764 spinctrl.h K
765 statbmp.h K
766 statbox.h K
767 statline.h K
768 stattext.h K
769 tbargtk.h K
770 textctrl.h K
771 timer.h K
772 tooltip.h K
773 treectrl.h K
774 wave.h K
775 win_gtk.h K
776 window.h K
777
778 accel.h F
779 app.h F
780 bitmap.h F
781 bmpbuttn.h F
782 brush.h F
783 button.h F
784 checkbox.h F
785 checklst.h F
786 choice.h F
787 clipbrd.h F
788 colordlg.h F
789 colour.h F
790 combobox.h F
791 control.h F
792 cursor.h F
793 dataform.h F
794 dataobj.h F
795 dataobj2.h F
796 dc.h F
797 dcclient.h F
798 dcmemory.h F
799 dcprint.h F
800 dcscreen.h F
801 dialog.h F
802 dnd.h F
803 filedlg.h F
804 font.h F
805 fontdlg.h F
806 frame.h F
807 gauge.h F
808 gdiobj.h F
809 icon.h F
810 joystick.h F
811 listbox.h F
812 mdi.h F
813 menu.h F
814 menuitem.h F
815 metafile.h F
816 minifram.h F
817 msgdlg.h F
818 palette.h F
819 pen.h F
820 print.h F
821 printdlg.h F
822 private.h F
823 radiobox.h F
824 radiobut.h F
825 region.h F
826 scrolbar.h F
827 settings.h F
828 slider.h F
829 spinbutt.h F
830 statbmp.h F
831 statbox.h F
832 stattext.h F
833 textctrl.h F
834 timer.h F
835 toolbar.h F
836 window.h F
837
838 accel.h 9
839 app.h 9
840 bitmap.h 9
841 bmpbuttn.h 9
842 brush.h 9
843 button.h 9
844 caret.h 9
845 checkbox.h 9
846 checklst.h 9
847 choice.h 9
848 clipbrd.h 9
849 colordlg.h 9
850 colour.h 9
851 combobox.h 9
852 control.h 9
853 curico.h 9
854 curicop.h 9
855 cursor.h 9
856 dc.h 9
857 dcclient.h 9
858 dcmemory.h 9
859 dcprint.h 9
860 dcscreen.h 9
861 dde.h 9
862 dialog.h 9
863 dib.h 9
864 dibutils.h 9
865 dirdlg.h 9
866 dragimag.h 9
867 enhmeta.h 9 32
868 filedlg.h 9
869 font.h 9
870 fontdlg.h 9
871 frame.h 9
872 gauge.h 9
873 gauge95.h 9
874 gaugemsw.h 9
875 gdiimage.h 9
876 gdiobj.h 9
877 helpwin.h 9
878 icon.h 9
879 imaglist.h 9
880 iniconf.h 9
881 joystick.h 9
882 listbox.h 9
883 listctrl.h 9
884 mdi.h 9
885 menu.h 9
886 menuitem.h 9
887 metafile.h 9
888 minifram.h 9
889 msgdlg.h 9
890 msvcrt.h 9
891 notebook.h 9
892 palette.h 9
893 pen.h 9
894 printdlg.h 9
895 printwin.h 9
896 private.h 9
897 radiobox.h 9
898 radiobut.h 9
899 regconf.h 9
900 region.h 9
901 registry.h 9
902 scrolbar.h 9
903 settings.h 9
904 setup0.h 9
905 slider.h 9
906 slider95.h 9
907 slidrmsw.h 9
908 spinbutt.h 9
909 statbmp.h 9
910 statbox.h 9
911 statbr95.h 9
912 statline.h 9
913 stattext.h 9
914 tabctrl.h 9
915 taskbar.h 9
916 tbar95.h 9
917 tbarmsw.h 9
918 textctrl.h 9
919 timer.h 9
920 tooltip.h 9
921 treectrl.h 9
922 wave.h 9
923 window.h 9
924 winundef.h 9
925 xpmhand.h 9
926 # blank.cur 9
927 # bullseye.cur 9
928 # child.ico 9
929 # clock.cur 9
930 # error.ico 9
931 # hand.cur 9
932 # heart.cur 9
933 # info.ico 9
934 # magnif1.cur 9
935 # mdi.ico 9
936 # noentry.cur 9
937 # pbrush.cur 9
938 # pencil.cur 9
939 # pntleft.cur 9
940 # pntright.cur 9
941 # query.cur 9
942 # question.ico 9
943 # roller.cur 9
944 # size.cur 9
945 # std.ico 9
946 # tip.ico 9
947 # warning.ico 9
948 # watch1.cur 9
949 # disable.bmp 9
950 # wx.rc 9
951
952 accel.h 2
953 dataobj.h 2
954 helpwin.h 2
955 pngread.h 2
956 statline.h 2
957 app.h 2
958 dataobj2.h 2
959 icon.h 2
960 stattext.h 2
961 bitmap.h 2
962 dc.h 2
963 tabctrl.h 2
964 dcclient.h 2
965 print.h 2
966 taskbar.h 2
967 bmpbuttn.h 2
968 dcmemory.h 2
969 iniconf.h 2
970 private.h 2
971 textctrl.h 2
972 brush.h 2
973 dcprint.h 2
974 joystick.h 2
975 timer.h 2
976 dcscreen.h 2
977 listbox.h 2
978 button.h 2
979 dialog.h 2
980 radiobox.h 2
981 toolbar.h 2
982 checkbox.h 2
983 dirdlg.h 2
984 mdi.h 2
985 radiobut.h 2
986 tooltip.h 2
987 checklst.h 2
988 dnd.h 2
989 menu.h 2
990 region.h 2
991 menuitem.h 2
992 choice.h 2
993 filedlg.h 2
994 metafile.h 2
995 scrolbar.h 2
996 wave.h 2
997 clipbrd.h 2
998 font.h 2
999 minifram.h 2
1000 settings.h 2
1001 window.h 2
1002 fontdlg.h 2
1003 msgdlg.h 2
1004 colour.h 2
1005 frame.h 2
1006 setup0.h 2
1007 combobox.h 2
1008 gauge.h 2
1009 notebook.h 2
1010 control.h 2
1011 gdiimage.h 2
1012 palette.h 2
1013 slider.h 2
1014 cursor.h 2
1015 gdiobj.h 2
1016 spinbutt.h 2
1017 gsockos2.h 2
1018 pen.h 2
1019 spinctrl.h 2
1020 statbmp.h 2
1021 dataform.h 2
1022 pnghand.h 2
1023 statbox.h 2
1024
1025 fontutil.h S
1026 execute.h S
1027
1028 file.h P
1029 ftp.h P
1030 http.h P
1031 protocol.h P
1032
1033 forcelnk.h L
1034 helpdata.h L
1035 helpfrm.h L
1036 helpctrl.h L
1037 htmlcell.h L
1038 htmldefs.h L
1039 htmlfilt.h L
1040 htmlpars.h L
1041 htmltag.h L
1042 htmlwin.h L
1043 winpars.h L
1044 m_templ.h L
1045 htmprint.h L
1046
1047 calctrl.h N
1048 caret.h N
1049 choicdgg.h N
1050 colrdlgg.h N
1051 dcpsg.h N
1052 dirdlgg.h N 16
1053 fontdlgg.h N
1054 filedlgg.h N
1055 grid.h N
1056 gridg.h N
1057 helpext.h N
1058 helpwxht.h N
1059 helphtml.h N
1060 helpxlp.h N
1061 imaglist.h N
1062 laywin.h N
1063 listctrl.h N 16
1064 msgdlgg.h N
1065 notebook.h N
1066 panelg.h N
1067 printps.h N
1068 prntdlgg.h N
1069 progdlgg.h N
1070 sashwin.h N
1071 scrolwin.h N
1072 splitter.h N
1073 statusbr.h N
1074 tabg.h N 16
1075 textdlgg.h N
1076 treectrl.h N 16
1077 wizard.h N
1078
1079 # vi: set noet ts=16 nolist: