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