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