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