]> git.saurik.com Git - wxWidgets.git/blame - distrib/msw/tmake/filelist.txt
compilation fixes
[wxWidgets.git] / distrib / msw / tmake / filelist.txt
CommitLineData
f2071dda
VZ
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
a3015c54 9# filename, the second a letter corresonding a directory:
791a2102 10# B /src/common but only needed for the wxBase compilation
b87654f3 11# G /src/generic
a3015c54
RR
12# C /src/common
13# M /src/msw
073478b3 14# X /src/motif X for Xt
a3015c54 15# U /src/unix
073478b3 16# R /src/gtk R for Robert
a3015c54 17# H /src/html
2aa88730
RR
18# W /include/wx
19# K /include/wx/gtk K for gtK
b87654f3 20# F /include/wx/motif F for motiF
791a2102 21# 9 /include/wx/msw 9 for Windows 9x
b87654f3
VZ
22# N /include/wx/generic N for geNeric
23# L /include/wx/html L for htmL
24# P /include/wx/protocol
25# S /include/wx/unix S for poSix
a3015c54 26#
b87654f3
VZ
27# The third column may be empty or contain some additional info about this
28# file (only compile it in 16bit mode, don't compile it with this or that
a3015c54 29# compiler, &c)
f2071dda
VZ
30#
31# Known flags:
e90c1d2a 32# B makes part of the base library too
f2071dda
VZ
33# 16 a generic file implementing Win32 control for Win16
34# 32 only can be compiled under Win32
35# PS PostScript related file, normally not compiled under Windows
36# G generic code which might be used instead of native one
37# U Unix-ish file, normally not compiled under Windows
38# O OLE file (needs Win32 and a decent compiler)
39# S Socket file (currently doesn't compile under Win16 nor with GNU)
a3015c54 40# R Not required for the GTK port
8e877c19 41# X Not required for the Motif port
e90c1d2a 42#
23a54e14 43# WX Base header
37667812 44# GTK GTK header
23a54e14 45# MSW MSW header
37667812 46# MAC Mac header
23a54e14
RR
47# MOT Motif header
48# PM OS/2 header
49# GEN Generic header
50# PRO Protocol header
51# HTM wxHtml header
52# UNX Unix header
f2071dda
VZ
53###############################################################################
54
55# File name Type Flags
56
57busyinfo.cpp G
a3015c54 58caret.cpp G U
92afa2b1 59choicdgg.cpp G
f2071dda 60colrdlgg.cpp G G
48b1d0ff 61dcpsg.cpp G U
f2071dda 62dirdlgg.cpp G 16
8636aed8 63fontdlgg.cpp G G,R
4130b487 64filedlgg.cpp G U,X
f85afd4e 65grid.cpp G
08794f69 66helpext.cpp G G
b1683d38
RR
67helphtml.cpp G G
68helpwxht.cpp G G
a3015c54 69helpxlp.cpp G G,R
f2071dda
VZ
70imaglist.cpp G 16
71laywin.cpp G
72listctrl.cpp G 16
dd85fc6b 73logg.cpp G
92afa2b1 74msgdlgg.cpp G G
a3015c54 75notebook.cpp G 16,R
f2071dda
VZ
76panelg.cpp G
77printps.cpp G PS
78prntdlgg.cpp G PS,U
79progdlgg.cpp G
80prop.cpp G
81propform.cpp G
82proplist.cpp G
83sashwin.cpp G
84scrolwin.cpp G
85splitter.cpp G
b387781c 86statline.cpp G U,R
f2071dda 87statusbr.cpp G
d21895ae 88tabg.cpp G
31528cd3 89numdlgg.cpp G
92afa2b1 90textdlgg.cpp G
f2071dda
VZ
91tipdlg.cpp G
92treectrl.cpp G 16
b87654f3 93wizard.cpp G
f2071dda 94
ec6c9ccd 95appcmn.cpp C B
9abe166a 96choiccmn.cpp C
f2071dda 97cmndata.cpp C
b068c4e8 98clipcmn.cpp C
e90c1d2a 99config.cpp C B
9abe166a 100ctrlcmn.cpp C
6c8a980f 101ctrlsub.cpp C
e90c1d2a 102date.cpp C B
f2071dda
VZ
103datstrm.cpp C
104db.cpp C
105dbtable.cpp C
106dcbase.cpp C
107dlgcmn.cpp C
3f364be8 108dobjcmn.cpp C
f2071dda
VZ
109docmdi.cpp C
110docview.cpp C
e90c1d2a
VZ
111dynarray.cpp C B
112dynlib.cpp C B
37667812 113event.cpp C B
e90c1d2a
VZ
114extended.c C B
115ffile.cpp C B
116file.cpp C B
117fileconf.cpp C B
118filefn.cpp C B
119filesys.cpp C B
e0f83017 120fontcmn.cpp C
60be19c4 121fontmap.cpp C
f2071dda
VZ
122framecmn.cpp C
123fs_inet.cpp C
124fs_zip.cpp C
125ftp.cpp C S
126gdicmn.cpp C
e8ac7bf2 127gifdecod.cpp C
e90c1d2a 128hash.cpp C B
f2071dda
VZ
129helpbase.cpp C
130http.cpp C S
131imagbmp.cpp C
132image.cpp C
d57eb7b9 133imagall.cpp C
f2071dda 134imaggif.cpp C
1044a386
JS
135imagjpeg.cpp C 32
136imagpcx.cpp C 32
137imagpng.cpp C 32
138imagpnm.cpp C 32
791a2102 139init.cpp B
e90c1d2a 140intl.cpp C B
f2071dda
VZ
141ipcbase.cpp C
142layout.cpp C
2ee3ee1b 143lboxcmn.cpp C
e90c1d2a
VZ
144list.cpp C B
145log.cpp C B
f2071dda 146memory.cpp C
3dfac970 147menucmn.cpp C
e90c1d2a
VZ
148mimetype.cpp C 32,B
149module.cpp C B
f2071dda 150mstream.cpp C
e90c1d2a 151object.cpp C B
f2071dda 152objstrm.cpp C
76db86e7 153odbc.cpp C R,X
f2071dda
VZ
154paper.cpp C
155prntbase.cpp C
e90c1d2a 156process.cpp C 32,B
f2071dda
VZ
157protocol.cpp C S
158resource.cpp C
159sckaddr.cpp C S
160sckfile.cpp C S
f2071dda
VZ
161sckipc.cpp C S
162sckstrm.cpp C S
ae8f5769 163serbase.cpp C
0ae2df30 164sizer.cpp C
f2071dda 165socket.cpp C S
37667812 166stream.cpp C B
e90c1d2a
VZ
167strconv.cpp C B
168string.cpp C B
f2071dda 169tbarbase.cpp C
fcd4694c 170tbarsmpl.cpp C
f2071dda 171textcmn.cpp C
e90c1d2a
VZ
172textfile.cpp C B
173time.cpp C B
174timercmn.cpp C B
175tokenzr.cpp C B
37667812 176txtstrm.cpp C B
f2071dda
VZ
177unzip.c C
178url.cpp C S
e90c1d2a 179utilscmn.cpp C B
f2071dda
VZ
180valgen.cpp C
181validate.cpp C
182valtext.cpp C
e90c1d2a 183variant.cpp C B
f2071dda
VZ
184wfstream.cpp C
185wincmn.cpp C
e90c1d2a 186wxchar.cpp C B
f2071dda 187wxexpr.cpp C
6001e347 188zipstrm.cpp C
f2071dda
VZ
189zstream.cpp C
190
191accel.cpp M
192app.cpp M
193automtn.cpp M O
194bitmap.cpp M
195bmpbuttn.cpp M
196brush.cpp M
197button.cpp M
198caret.cpp M
199checkbox.cpp M
200checklst.cpp M
201choice.cpp M
202clipbrd.cpp M
203colordlg.cpp M
204colour.cpp M
205combobox.cpp M
206control.cpp M
207curico.cpp M
208cursor.cpp M
209data.cpp M
210dataobj.cpp M O
211dc.cpp M
212dcclient.cpp M
213dcmemory.cpp M
214dcprint.cpp M
215dcscreen.cpp M
216dde.cpp M
217dialog.cpp M
162999bf 218dialup.cpp M
f2071dda
VZ
219dib.cpp M
220dibutils.cpp M
221dirdlg.cpp M 32
222dragimag.cpp M
223dropsrc.cpp M O
224droptgt.cpp M O
225filedlg.cpp M
226font.cpp M
227fontdlg.cpp M
7e69b0e8 228fontenum.cpp M
60be19c4 229fontutil.cpp M
f2071dda
VZ
230frame.cpp M
231gauge95.cpp M 32
232gaugemsw.cpp M 16
0d0512bd 233gdiimage.cpp M
f2071dda
VZ
234gdiobj.cpp M
235helpwin.cpp M
236icon.cpp M
237imaglist.cpp M 32
a1665b22 238iniconf.cpp M 16
f2071dda
VZ
239joystick.cpp M
240listbox.cpp M
241listctrl.cpp M 32
242main.cpp M
243mdi.cpp M
244menu.cpp M
245menuitem.cpp M
246metafile.cpp M
247minifram.cpp M
248msgdlg.cpp M
249nativdlg.cpp M
9b73db3c 250notebook.cpp M 32
f2071dda
VZ
251oleutils.cpp M O
252ownerdrw.cpp M
253palette.cpp M
254pen.cpp M
255penwin.cpp M
1044a386 256pnghand.cpp M 32
f2071dda
VZ
257printdlg.cpp M
258printwin.cpp M
259radiobox.cpp M
260radiobut.cpp M
261regconf.cpp M 32
262region.cpp M
263registry.cpp M 32
264scrolbar.cpp M
265settings.cpp M
266slider95.cpp M 32
267slidrmsw.cpp M 16
268spinbutt.cpp M
b4fe5125 269spinctrl.cpp M
f2071dda
VZ
270statbmp.cpp M
271statbox.cpp M
272statbr95.cpp M 32
273statline.cpp M
274stattext.cpp M
275tabctrl.cpp M
276taskbar.cpp M 32
277tbar95.cpp M 32
278tbarmsw.cpp M 16
279textctrl.cpp M
280thread.cpp M 32
281timer.cpp M
282tooltip.cpp M 32
283treectrl.cpp M 32
284utils.cpp M
285utilsexc.cpp M
286uuid.cpp M O
287wave.cpp M
288window.cpp M
289xpmhand.cpp M
a9775f1f 290gsocket.c M S
f2071dda 291
e90c1d2a 292dialup.cpp U
d111a89a 293fontenum.cpp U
60be19c4 294fontutil.cpp U
a3015c54 295threadpsx.cpp U
37667812 296utilsunx.cpp U B
a3015c54
RR
297gsocket.c U
298
299gsockgtk.c R
300win_gtk.c R
301accel.cpp R
302app.cpp R
303bitmap.cpp R
304bmpbuttn.cpp R
305brush.cpp R
306button.cpp R
307checkbox.cpp R
308checklst.cpp R
309choice.cpp R
a3015c54
RR
310clipbrd.cpp R
311colour.cpp R
312combobox.cpp R
313control.cpp R
314cursor.cpp R
315data.cpp R
316dataobj.cpp R
317dc.cpp R
318dcclient.cpp R
8e877c19 319dcmemory.cpp R
a3015c54
RR
320dcscreen.cpp R
321dialog.cpp R
322dnd.cpp R
a3015c54 323font.cpp R
8636aed8 324fontdlg.cpp R
a3015c54
RR
325frame.cpp R
326gauge.cpp R
327gdiobj.cpp R
328icon.cpp R
329listbox.cpp R
330main.cpp R
331mdi.cpp R
332menu.cpp R
333minifram.cpp R
a3015c54
RR
334notebook.cpp R
335palette.cpp R
336pen.cpp R
337radiobox.cpp R
338radiobut.cpp R
339region.cpp R
340scrolbar.cpp R
341settings.cpp R
342slider.cpp R
343spinbutt.cpp R
738f9e5a 344spinctrl.cpp R
a3015c54
RR
345statbmp.cpp R
346statbox.cpp R
347statline.cpp R
348stattext.cpp R
349tbargtk.cpp R
350textctrl.cpp R
a3015c54
RR
351timer.cpp R
352tooltip.cpp R
353utilsgtk.cpp R
354utilsres.cpp R
355wave.cpp R
356window.cpp R
357
93ccaed8 358gsockmot.c X S
073478b3
RR
359accel.cpp X
360app.cpp X
361bitmap.cpp X
362bmpbuttn.cpp X
363brush.cpp X
364button.cpp X
365checkbox.cpp X
b387781c 366checklst.cpp X
073478b3
RR
367choice.cpp X
368clipbrd.cpp X
369colour.cpp X
370combobox.cpp X
371control.cpp X
372cursor.cpp X
373data.cpp X
374dataobj.cpp X
375dc.cpp X
376dcclient.cpp X
8e877c19 377dcmemory.cpp X
073478b3
RR
378dcscreen.cpp X
379dialog.cpp X
380filedlg.cpp X
381font.cpp X
382frame.cpp X
383gauge.cpp X
384gdiobj.cpp X
385icon.cpp X
386listbox.cpp X
387main.cpp X
388mdi.cpp X
389menu.cpp X
390menuitem.cpp X
391minifram.cpp X
392msgdlg.cpp X
393palette.cpp X
394pen.cpp X
395radiobox.cpp X
396radiobut.cpp X
397region.cpp X
398scrolbar.cpp X
399settings.cpp X
400slider.cpp X
b387781c 401spinbutt.cpp X
073478b3
RR
402statbmp.cpp X
403statbox.cpp X
404stattext.cpp X
405toolbar.cpp X
406textctrl.cpp X
407timer.cpp X
073478b3
RR
408utils.cpp X
409window.cpp X
410
8ec2b484
HH
411helpdata.cpp H
412helpfrm.cpp H
413helpctrl.cpp H
a3015c54 414htmlcell.cpp H
69941f05
VS
415htmlfilt.cpp H
416htmlpars.cpp H
a3015c54
RR
417htmltag.cpp H
418htmlwin.cpp H
69941f05
VS
419winpars.cpp H
420m_fonts.cpp H
421m_hline.cpp H
422m_image.cpp H
423m_layout.cpp H
424m_links.cpp H
425m_list.cpp H
426m_pre.cpp H
427m_tables.cpp H
3ce369e6 428htmprint.cpp H
a3015c54 429
2aa88730
RR
430arrimpl.cpp W
431listimpl.cpp W
432accel.h W
37667812 433app.h W B
2aa88730
RR
434bitmap.h W
435bmpbuttn.h W
436brush.h W
437buffer.h W
438busyinfo.h W
439button.h W
440caret.h W
441checkbox.h W
442checklst.h W
443choicdlg.h W
444choice.h W
445clipbrd.h W
446cmndata.h W
447colordlg.h W
448colour.h W
449combobox.h W
450confbase.h W
451config.h W
452control.h W
11e1c70d 453ctrlsub.h W
2aa88730
RR
454cursor.h W
455dataobj.h W
37667812 456date.h W B
2aa88730
RR
457datstrm.h W
458db.h W
459dbtable.h W
460dc.h W
461dcclient.h W
462dcmemory.h W
463dcprint.h W
464dcps.h W
465dcscreen.h W
466dde.h W
37667812
VZ
467debug.h W B
468defs.h W B
2aa88730 469dialog.h W
fc9c7c09 470dialup.h W
2aa88730
RR
471dirdlg.h W
472dnd.h W
473docmdi.h W
474docview.h W
475dragimag.h W
37667812
VZ
476dynarray.h W B
477dynlib.h W B
478event.h W B
2aa88730 479expr.h W
37667812
VZ
480ffile.h W B
481file.h W B
482fileconf.h W B
2aa88730
RR
483filedlg.h W
484filefn.h W
485filesys.h W
486font.h W
7beba2fc 487fontdlg.h W
8487f887 488fontenum.h W
60be19c4 489fontmap.h W
8487f887 490fontdlg.h W
60be19c4 491fontutil.h W
2aa88730
RR
492frame.h W
493fs_inet.h W
494fs_zip.h W
495gauge.h W
496gdicmn.h W
497gdiobj.h W
e8ac7bf2 498gifdecod.h W
2aa88730 499grid.h W
526ddb13 500gsocket.h W
37667812 501hash.h W B
2aa88730
RR
502help.h W
503helpbase.h W
504helphtml.h W
505helpwin.h W
506helpxlp.h W
507icon.h W
508image.h W
509imaglist.h W
37667812 510intl.h W B
2aa88730
RR
511ioswrap.h W
512ipcbase.h W
513joystick.h W
514layout.h W
515laywin.h W
37667812 516list.h W B
2aa88730
RR
517listbox.h W
518listctrl.h W
37667812
VZ
519log.h W B
520longlong.h W B
2aa88730
RR
521matrix.h W
522mdi.h W
523memory.h W
524menu.h W
525menuitem.h W
526metafile.h W
37667812 527mimetype.h W B
2aa88730 528minifram.h W
37667812 529module.h W B
2aa88730
RR
530msgdlg.h W
531mstream.h W
532notebook.h W
37667812 533object.h W B
2aa88730
RR
534objstrm.h W
535odbc.h W
536ownerdrw.h W
537palette.h W
538panel.h W
539paper.h W
540pen.h W
541pnghand.h W
542print.h W
543printdlg.h W
544prntbase.h W
37667812 545process.h W B
2aa88730
RR
546progdlg.h W
547prop.h W
548propform.h W
549proplist.h W
550radiobox.h W
551radiobut.h W
552region.h W
553resource.h W
554sashwin.h W
555sckaddr.h W
556sckipc.h W
557sckstrm.h W
558scrolbar.h W
559scrolwin.h W
560serbase.h W
561settings.h W
37667812 562setup.h W B
517a619d 563sizer.h W
2aa88730
RR
564slider.h W
565socket.h W
566spinbutt.h W
c09ab26a 567spinctrl.h W
2aa88730
RR
568splitter.h W
569statbmp.h W
570statbox.h W
571statline.h W
572stattext.h W
573statusbr.h W
37667812
VZ
574strconv.h W B
575stream.h W B
576string.h W B
2aa88730
RR
577tab.h W
578tabctrl.h W
579taskbar.h W
580tbar95.h W
581tbarbase.h W
582tbarmsw.h W
583tbarsmpl.h W
584textctrl.h W
585textdlg.h W
37667812
VZ
586textfile.h W B
587txtstrm.h W B
588thread.h W B
589time.h W B
590timer.h W B
2aa88730 591tipdlg.h W
37667812 592tokenzr.h W B
2aa88730
RR
593toolbar.h W
594tooltip.h W
595treectrl.h W
596types.h W
597url.h W
37667812 598utils.h W B
2aa88730
RR
599valgen.h W
600validate.h W
601valtext.h W
37667812
VZ
602variant.h W B
603version.h W B
2aa88730
RR
604wave.h W
605wfstream.h W
606window.h W
e9093718 607wizard.h W
37667812 608wx.h W B
2aa88730
RR
609wx_cw.h W
610wx_cw_cm.h W
611wx_cw_d.h W
37667812 612wxchar.h W B
2aa88730
RR
613wxexpr.h W
614wxhtml.h W
37667812 615wxprec.h W B
2aa88730
RR
616xpmhand.h W
617zipstrm.h W
618zstream.h W
23a54e14 619
2aa88730
RR
620accel.h K
621app.h K
622bitmap.h K
623bmpbuttn.h K
624brush.h K
625button.h K
626checkbox.h K
627checklst.h K
628choice.h K
629clipbrd.h K
630colour.h K
631combobox.h K
632control.h K
633cursor.h K
3f364be8 634dataform.h K
2aa88730 635dataobj.h K
3f364be8 636dataobj2.h K
2aa88730
RR
637dc.h K
638dcclient.h K
639dcmemory.h K
640dcscreen.h K
641dialog.h K
642dnd.h K
643filedlg.h K
644font.h K
8636aed8 645fontdlg.h K
2aa88730
RR
646frame.h K
647gauge.h K
648gdiobj.h K
649icon.h K
650joystick.h K
651listbox.h K
652mdi.h K
653menu.h K
654menuitem.h K
2aa88730
RR
655minifram.h K
656notebook.h K
657palette.h K
658pen.h K
659radiobox.h K
660radiobut.h K
661region.h K
662scrolbar.h K
663settings.h K
664slider.h K
665spinbutt.h K
c09ab26a 666spinctrl.h K
2aa88730
RR
667statbmp.h K
668statbox.h K
669statline.h K
670stattext.h K
671tbargtk.h K
672textctrl.h K
673timer.h K
674tooltip.h K
675treectrl.h K
676wave.h K
677win_gtk.h K
678window.h K
679
583a6578
RR
680accel.h F
681app.h F
682bitmap.h F
683bmpbuttn.h F
684brush.h F
685button.h F
686checkbox.h F
687checklst.h F
688choice.h F
689clipbrd.h F
690colordlg.h F
691colour.h F
692combobox.h F
693control.h F
694cursor.h F
3f364be8 695dataform.h F
583a6578 696dataobj.h F
3f364be8 697dataobj2.h F
583a6578
RR
698dc.h F
699dcclient.h F
700dcmemory.h F
701dcprint.h F
702dcscreen.h F
703dialog.h F
704dnd.h F
705filedlg.h F
706font.h F
707fontdlg.h F
708frame.h F
709gauge.h F
710gdiobj.h F
711icon.h F
712joystick.h F
713listbox.h F
714mdi.h F
715menu.h F
716menuitem.h F
717metafile.h F
718minifram.h F
719msgdlg.h F
720palette.h F
721pen.h F
722print.h F
723printdlg.h F
724private.h F
725radiobox.h F
726radiobut.h F
727region.h F
728scrolbar.h F
729settings.h F
730slider.h F
731spinbutt.h F
732statbmp.h F
733statbox.h F
734stattext.h F
735textctrl.h F
736timer.h F
737toolbar.h F
738window.h F
739
791a2102
VZ
740accel.h 9
741app.h 9
742bitmap.h 9
743bmpbuttn.h 9
744brush.h 9
745button.h 9
746caret.h 9
747checkbox.h 9
748checklst.h 9
749choice.h 9
750clipbrd.h 9
751colordlg.h 9
752colour.h 9
753combobox.h 9
754control.h 9
755curico.h 9
756curicop.h 9
757cursor.h 9
758dc.h 9
759dcclient.h 9
760dcmemory.h 9
761dcprint.h 9
762dcscreen.h 9
763dde.h 9
764dialog.h 9
765dib.h 9
766dibutils.h 9
767dirdlg.h 9
768dragimag.h 9
769filedlg.h 9
770font.h 9
771fontdlg.h 9
772frame.h 9
773gauge.h 9
774gauge95.h 9
775gaugemsw.h 9
0d0512bd 776gdiimage.h 9
791a2102
VZ
777gdiobj.h 9
778helpwin.h 9
779icon.h 9
780imaglist.h 9
781iniconf.h 9
782joystick.h 9
783listbox.h 9
784listctrl.h 9
785mdi.h 9
786menu.h 9
787menuitem.h 9
788metafile.h 9
789minifram.h 9
790msgdlg.h 9
791msvcrt.h 9
792notebook.h 9
793palette.h 9
794pen.h 9
795pnghand.h 9
796pngread.h 9
797printdlg.h 9
798printwin.h 9
799private.h 9
800radiobox.h 9
801radiobut.h 9
802regconf.h 9
803region.h 9
804registry.h 9
805scrolbar.h 9
806settings.h 9
807setup0.h 9
808slider.h 9
809slider95.h 9
810slidrmsw.h 9
811spinbutt.h 9
812statbmp.h 9
813statbox.h 9
814statbr95.h 9
815statline.h 9
816stattext.h 9
817tabctrl.h 9
818taskbar.h 9
819tbar95.h 9
820tbarmsw.h 9
821textctrl.h 9
822timer.h 9
823tooltip.h 9
824treectrl.h 9
825wave.h 9
826window.h 9
827winundef.h 9
828xpmhand.h 9
829# blank.cur 9
830# bullseye.cur 9
831# child.ico 9
832# clock.cur 9
833# error.ico 9
834# hand.cur 9
835# heart.cur 9
836# info.ico 9
837# magnif1.cur 9
838# mdi.ico 9
839# noentry.cur 9
840# pbrush.cur 9
841# pencil.cur 9
842# pntleft.cur 9
843# pntright.cur 9
844# query.cur 9
845# question.ico 9
846# roller.cur 9
847# size.cur 9
848# std.ico 9
849# tip.ico 9
850# warning.ico 9
851# watch1.cur 9
852# disable.bmp 9
853# wx.rc 9
a4aad961 854
7beba2fc 855fontutil.h S
2aa88730
RR
856execute.h S
857
858file.h P
859ftp.h P
860http.h P
861protocol.h P
862
69941f05 863forcelnk.h L
8ec2b484
HH
864helpdata.h L
865helpfrm.h L
866helpctrl.h L
2aa88730
RR
867htmlcell.h L
868htmldefs.h L
69941f05
VS
869htmlfilt.h L
870htmlpars.h L
2aa88730
RR
871htmltag.h L
872htmlwin.h L
69941f05
VS
873winpars.h L
874m_templ.h L
3ce369e6 875htmprint.h L
2aa88730
RR
876
877caret.h N
878choicdgg.h N
879colrdlgg.h N
880dcpsg.h N
881dirdlgg.h N
882fontdlgg.h N
e8ac7bf2 883filedlgg.h N
f85afd4e 884grid.h N
e7494fa9 885gridg.h N
2aa88730
RR
886helpext.h N
887helpwxht.h N
888helphtml.h N
889helpxlp.h N
890imaglist.h N
891laywin.h N
892listctrl.h N
893msgdlgg.h N
894notebook.h N
895panelg.h N
896printps.h N
897prntdlgg.h N
898progdlgg.h N
899sashwin.h N
900scrolwin.h N
901splitter.h N
902statusbr.h N
903tabg.h N
904textdlgg.h N
905treectrl.h N
23a54e14 906
6a008b33 907# vi: set noet ts=16 nolist: