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