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