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