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