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