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