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