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