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