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