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