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