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