]> git.saurik.com Git - wxWidgets.git/blob - distrib/msw/tmake/filelist.txt
post-merge fix: added chkconf.h to filelist.txt so that make install will install it
[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 chkconf.h W B
605 choicdlg.h W
606 choice.h W
607 clipbrd.h W
608 cmdline.h W B
609 cmdproc.cpp W
610 cmndata.h W
611 colordlg.h W
612 colour.h W
613 combobox.h W
614 confbase.h W B
615 config.h W B
616 control.h W
617 ctrlsub.h W
618 cursor.h W
619 dataobj.h W
620 date.h W B
621 datetime.h W B
622 datetime.inl W B
623 datstrm.h W B
624 db.h W B
625 dbgrid.h W
626 dbtable.h W B
627 dc.h W
628 dcclient.h W
629 dcmemory.h W
630 dcprint.h W
631 dcps.h W
632 dcscreen.h W
633 dde.h W B
634 debug.h W B
635 defs.h W B
636 dialog.h W
637 dialup.h W
638 dir.h W B
639 dirdlg.h W
640 dnd.h W
641 docmdi.h W
642 docview.h W
643 dragimag.h W
644 dynarray.h W B
645 dynlib.h W B
646 encconv.h W B
647 event.h W B
648 expr.h W
649 ffile.h W B
650 file.h W B
651 fileconf.h W B
652 filedlg.h W
653 filefn.h W B
654 filename.h W B
655 filesys.h W B
656 font.h W
657 fontdlg.h W
658 fontenc.h W B
659 fontenum.h W
660 fontmap.h W B
661 fontdlg.h W
662 fontutil.h W
663 frame.h W
664 fs_inet.h W B
665 fs_zip.h W B
666 fs_mem.h W B
667 gauge.h W
668 gdicmn.h W
669 gdiobj.h W
670 geometry.h W
671 gifdecod.h W
672 xpmdecod.h W
673 dbkeyg.h W
674 glcanvas.h W
675 grid.h W
676 gridctrl.h W
677 gsocket.h W B
678 hash.h W B
679 help.h W
680 helpbase.h W
681 cshelp.h W
682 helphtml.h W
683 helpchm.h W
684 helpwin.h W
685 helpxlp.h W
686 icon.h W
687 image.h W
688 imaggif.h W
689 imagxpm.h W
690 imagbmp.h W
691 imagpng.h W
692 imagpcx.h W
693 imagpnm.h W
694 imagxpm.h W
695 imagtiff.h W
696 imagjpeg.h W
697 imaglist.h W
698 intl.h W B
699 ioswrap.h W B
700 ipcbase.h W B
701 isql.h W
702 isqlext.h W
703 joystick.h W
704 layout.h W
705 laywin.h W
706 list.h W B
707 listbox.h W
708 listctrl.h W
709 log.h W B
710 longlong.h W B
711 matrix.h W
712 mdi.h W
713 memory.h W B
714 memconf.h W B
715 menu.h W
716 menuitem.h W
717 metafile.h W
718 mimetype.h W B
719 minifram.h W
720 module.h W B
721 msgdlg.h W
722 mstream.h W B
723 notebook.h W
724 object.h W B
725 objstrm.h W B
726 odbc.h W
727 ownerdrw.h W
728 palette.h W
729 panel.h W
730 paper.h W
731 pen.h W
732 print.h W
733 printdlg.h W
734 prntbase.h W
735 process.h W B
736 progdlg.h W
737 prop.h W
738 propform.h W
739 proplist.h W
740 radiobox.h W
741 radiobut.h W
742 region.h W
743 resource.h W
744 sashwin.h W
745 sckaddr.h W B
746 sckipc.h W B
747 sckstrm.h W B
748 scrolbar.h W
749 scrolwin.h W
750 serbase.h W B
751 settings.h W
752 setup.h W B
753 sizer.h W
754 slider.h W
755 socket.h W B
756 snglinst.h W B
757 spinbutt.h W
758 spinctrl.h W
759 splash.h W
760 splitter.h W
761 statbmp.h W
762 statbox.h W
763 statline.h W
764 stattext.h W
765 statusbr.h W
766 strconv.h W B
767 stream.h W B
768 string.h W B
769 tab.h W
770 tabctrl.h W
771 taskbar.h W
772 tbarbase.h W
773 tbarsmpl.h W
774 textctrl.h W
775 textdlg.h W
776 textfile.h W B
777 tglbtn.h W
778 thread.h W B
779 time.h W B
780 timer.h W B
781 tipdlg.h W
782 tipwin.h W
783 tokenzr.h W B
784 toolbar.h W
785 tooltip.h W
786 treebase.h W
787 treectrl.h W
788 txtstrm.h W B
789 types.h W
790 url.h W B
791 utils.h W B
792 valgen.h W
793 validate.h W
794 valtext.h W
795 variant.h W B
796 version.h W B
797 wave.h W
798 wfstream.h W B
799 window.h W
800 wizard.h W
801 wx.h W B
802 wx_cw.h W
803 wx_cw_cm.h W
804 wx_cw_d.h W
805 wxchar.h W B
806 wxexpr.h W
807 wxhtml.h W
808 wxprec.h W B
809 zipstrm.h W B
810 zstream.h W B
811
812 accel.h K
813 app.h K
814 bitmap.h K
815 bmpbuttn.h K
816 brush.h K
817 button.h K
818 checkbox.h K
819 checklst.h K
820 choice.h K
821 clipbrd.h K
822 colour.h K
823 combobox.h K
824 control.h K
825 cursor.h K
826 dataform.h K
827 dataobj.h K
828 dataobj2.h K
829 dc.h K
830 dcclient.h K
831 dcmemory.h K
832 dcscreen.h K
833 dialog.h K
834 dnd.h K
835 filedlg.h K
836 font.h K
837 fontdlg.h K
838 frame.h K
839 gauge.h K
840 gdiobj.h K
841 glcanvas.h K
842 icon.h K
843 joystick.h K
844 listbox.h K
845 mdi.h K
846 menu.h K
847 menuitem.h K
848 minifram.h K
849 notebook.h K
850 paletteg.h N U,X,P
851 pen.h K
852 radiobox.h K
853 radiobut.h K
854 region.h K
855 scrolbar.h K
856 scrolwin.h K
857 settings.h K
858 slider.h K
859 spinbutt.h K
860 spinctrl.h K
861 statbmp.h K
862 statbox.h K
863 statline.h K
864 stattext.h K
865 tbargtk.h K
866 textctrl.h K
867 tglbtn.h K
868 timer.h K
869 tooltip.h K
870 treectrl.h K
871 wave.h K
872 win_gtk.h K
873 window.h K
874
875 accel.h F
876 app.h F
877 bitmap.h F
878 bmpbuttn.h F
879 brush.h F
880 button.h F
881 checkbox.h F
882 checklst.h F
883 choice.h F
884 clipbrd.h F
885 colordlg.h F
886 colour.h F
887 combobox.h F
888 control.h F
889 cursor.h F
890 dataform.h F
891 dataobj.h F
892 dataobj2.h F
893 dc.h F
894 dcclient.h F
895 dcmemory.h F
896 dcprint.h F
897 dcscreen.h F
898 dialog.h F
899 dnd.h F
900 filedlg.h F
901 font.h F
902 fontdlg.h F
903 frame.h F
904 gauge.h F
905 gdiobj.h F
906 glcanvas.h F
907 icon.h F
908 joystick.h F
909 listbox.h F
910 mdi.h F
911 menu.h F
912 menuitem.h F
913 metafile.h F
914 minifram.h F
915 msgdlg.h F
916 palette.h F
917 pen.h F
918 print.h F
919 printdlg.h F
920 private.h F
921 radiobox.h F
922 radiobut.h F
923 region.h F
924 scrolbar.h F
925 settings.h F
926 slider.h F
927 spinbutt.h F
928 statbmp.h F
929 statbox.h F
930 stattext.h F
931 textctrl.h F
932 timer.h F
933 toolbar.h F
934 window.h F
935
936 accel.h 9
937 app.h 9
938 bitmap.h 9
939 bmpbuttn.h 9
940 brush.h 9
941 button.h 9
942 caret.h 9
943 checkbox.h 9
944 checklst.h 9
945 choice.h 9
946 clipbrd.h 9
947 colordlg.h 9
948 colour.h 9
949 combobox.h 9
950 control.h 9
951 curico.h 9
952 curicop.h 9
953 cursor.h 9
954 dc.h 9
955 dcclient.h 9
956 dcmemory.h 9
957 dcprint.h 9
958 dcscreen.h 9
959 dde.h 9 B
960 dialog.h 9
961 dib.h 9
962 dibutils.h 9
963 dirdlg.h 9
964 dragimag.h 9
965 enhmeta.h 9 32
966 filedlg.h 9
967 font.h 9
968 fontdlg.h 9
969 frame.h 9
970 gauge.h 9
971 gauge95.h 9
972 gaugemsw.h 9
973 gdiimage.h 9
974 gdiobj.h 9
975 glcanvas.h 9
976 helpchm.h 9
977 helpwin.h 9
978 icon.h 9
979 imaglist.h 9
980 iniconf.h 9
981 joystick.h 9
982 listbox.h 9
983 listctrl.h 9
984 mdi.h 9
985 menu.h 9
986 menuitem.h 9
987 metafile.h 9
988 mimetype.h 9 32,B
989 minifram.h 9
990 msgdlg.h 9
991 msvcrt.h 9
992 notebook.h 9
993 palette.h 9
994 pen.h 9
995 printdlg.h 9
996 printwin.h 9
997 private.h 9
998 radiobox.h 9
999 radiobut.h 9
1000 regconf.h 9
1001 region.h 9
1002 registry.h 9
1003 scrolbar.h 9
1004 settings.h 9
1005 setup0.h 9
1006 slider.h 9
1007 slider95.h 9
1008 slidrmsw.h 9
1009 spinbutt.h 9
1010 statbmp.h 9
1011 statbox.h 9
1012 statbr95.h 9
1013 statline.h 9
1014 stattext.h 9
1015 tabctrl.h 9
1016 taskbar.h 9
1017 tbar95.h 9
1018 tbarmsw.h 9
1019 textctrl.h 9
1020 tglbtn.h 9
1021 timer.h 9
1022 tooltip.h 9
1023 treectrl.h 9
1024 wave.h 9
1025 window.h 9
1026 winundef.h 9
1027 # blank.cur 9
1028 # bullseye.cur 9
1029 # child.ico 9
1030 # clock.cur 9
1031 # error.ico 9
1032 # hand.cur 9
1033 # heart.cur 9
1034 # info.ico 9
1035 # magnif1.cur 9
1036 # mdi.ico 9
1037 # noentry.cur 9
1038 # pbrush.cur 9
1039 # pencil.cur 9
1040 # pntleft.cur 9
1041 # pntright.cur 9
1042 # query.cur 9
1043 # question.ico 9
1044 # roller.cur 9
1045 # size.cur 9
1046 # std.ico 9
1047 # tip.ico 9
1048 # warning.ico 9
1049 # watch1.cur 9
1050 # disable.bmp 9
1051 # wx.rc 9
1052
1053 accel.h 2
1054 dataobj.h 2
1055 helpwin.h 2
1056 pngread.h 2
1057 statline.h 2
1058 app.h 2
1059 dataobj2.h 2
1060 icon.h 2
1061 stattext.h 2
1062 bitmap.h 2
1063 dc.h 2
1064 tabctrl.h 2
1065 dcclient.h 2
1066 print.h 2
1067 taskbar.h 2
1068 bmpbuttn.h 2
1069 dcmemory.h 2
1070 iniconf.h 2
1071 private.h 2
1072 textctrl.h 2
1073 brush.h 2
1074 dcprint.h 2
1075 joystick.h 2
1076 timer.h 2
1077 dcscreen.h 2
1078 listbox.h 2
1079 button.h 2
1080 dialog.h 2
1081 radiobox.h 2
1082 toolbar.h 2
1083 checkbox.h 2
1084 dirdlg.h 2
1085 mdi.h 2
1086 radiobut.h 2
1087 tooltip.h 2
1088 checklst.h 2
1089 dnd.h 2
1090 menu.h 2
1091 region.h 2
1092 menuitem.h 2
1093 choice.h 2
1094 filedlg.h 2
1095 metafile.h 2
1096 scrolbar.h 2
1097 wave.h 2
1098 clipbrd.h 2
1099 font.h 2
1100 minifram.h 2
1101 settings.h 2
1102 window.h 2
1103 fontdlg.h 2
1104 msgdlg.h 2
1105 colour.h 2
1106 frame.h 2
1107 setup0.h 2
1108 combobox.h 2
1109 gauge.h 2
1110 notebook.h 2
1111 control.h 2
1112 gdiimage.h 2
1113 palette.h 2
1114 slider.h 2
1115 cursor.h 2
1116 gdiobj.h 2
1117 spinbutt.h 2
1118 gsockos2.h 2
1119 pen.h 2
1120 spinctrl.h 2
1121 statbmp.h 2
1122 dataform.h 2
1123 pnghand.h 2
1124 statbox.h 2
1125
1126 execute.h S
1127 fontutil.h S
1128 gsockunx.h S B
1129 mimetype.h S B
1130
1131 file.h P B
1132 ftp.h P B
1133 http.h P B
1134 protocol.h P B
1135
1136 forcelnk.h L
1137 helpdata.h L
1138 helpfrm.h L
1139 helpctrl.h L
1140 htmlcell.h L
1141 htmldefs.h L
1142 htmlfilt.h L
1143 htmlpars.h L
1144 htmltag.h L
1145 htmlwin.h L
1146 winpars.h L
1147 m_templ.h L
1148 htmprint.h L
1149
1150 calctrl.h N
1151 caret.h N
1152 choicdgg.h N
1153 colrdlgg.h N
1154 dcpsg.h N
1155 dirctrlg.h N
1156 dirdlgg.h N 16
1157 dragimgg.h N 16
1158 fontdlgg.h N
1159 filedlgg.h N
1160 grid.h N
1161 gridctrl.h N
1162 gridg.h N
1163 helpext.h N
1164 helpwxht.h N
1165 helphtml.h N
1166 helpxlp.h N
1167 imaglist.h N
1168 laywin.h N
1169 listctrl.h N 16
1170 msgdlgg.h N
1171 notebook.h N
1172 panelg.h N
1173 printps.h N
1174 prntdlgg.h N
1175 progdlgg.h N
1176 sashwin.h N
1177 scrolwin.h N
1178 splash.h N
1179 splitter.h N
1180 statusbr.h N
1181 tabg.h N 16
1182 textdlgg.h N
1183 treectlg.h N 16
1184 wizard.h N
1185
1186 # wxMGL:
1187 colour.cpp Z L
1188 dc.cpp Z L
1189 gdiobj.cpp Z L
1190 palette.cpp Z L
1191 region.cpp Z L
1192 brush.cpp Z L
1193 pen.cpp Z L
1194 font.cpp Z L
1195 data.cpp Z L
1196 #fontenum.cpp Z L
1197 #fontutil.cpp Z L
1198 app.cpp Z L
1199 bitmap.cpp Z L
1200 clipbrd.cpp Z L
1201 cursor.cpp Z L
1202 dcclient.cpp Z L
1203 dcmemory.cpp Z L
1204 dcscreen.cpp Z L
1205 dialog.cpp Z L
1206 frame.cpp Z L
1207 icon.cpp Z L
1208 settings.cpp Z L
1209 timer.cpp Z L
1210 window.cpp Z L
1211 utils.cpp Z L
1212 bmpbase.cpp Z L
1213
1214 # vi: set noet ts=16 nolist: