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