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