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