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