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