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