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