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