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