added HTML printing
[wxWidgets.git] / distrib / msw / tmake / filelist.txt
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 #  H    /src/html
18 #  W    /include/wx
19 #  K    /include/wx/gtk        K for gtK
20 #  F    /include/wx/motif      F for motiF
21 #  9    /include/wx/msw        9 for Windows 9x
22 #  N    /include/wx/generic    N for geNeric
23 #  L    /include/wx/html       L for htmL
24 #  P    /include/wx/protocol
25 #  S    /include/wx/unix       S for poSix
26 #
27 # The third column may be empty or contain some additional info about this
28 # file (only compile it in 16bit mode, don't compile it with this or that
29 # compiler, &c)
30 #
31 # Known flags:
32 #  B    makes part of the base library too
33 #  16   a generic file implementing Win32 control for Win16
34 #  32   only can be compiled under Win32
35 #  PS   PostScript related file, normally not compiled under Windows
36 #  G    generic code which might be used instead of native one
37 #  U    Unix-ish file, normally not compiled under Windows
38 #  O    OLE file (needs Win32 and a decent compiler)
39 #  S    Socket file (currently doesn't compile under Win16 nor with GNU)
40 #  R    Not required for the GTK port
41 #  X    Not required for the Motif port
42 #
43 #  WX   Base header
44 #  GTK  GTK header
45 #  MSW  MSW header
46 #  MAC  Mac header
47 #  MOT  Motif header
48 #  PM   OS/2 header
49 #  GEN  Generic header
50 #  PRO  Protocol header
51 #  HTM  wxHtml header
52 #  UNX  Unix header
53 ###############################################################################
54
55 # File name     Type    Flags
56
57 busyinfo.cpp    G
58 caret.cpp       G       U
59 choicdgg.cpp    G
60 colrdlgg.cpp    G       G
61 dcpsg.cpp       G       U
62 dirdlgg.cpp     G       16
63 fontdlgg.cpp    G       G,R
64 filedlgg.cpp    G       U,X
65 grid.cpp        G
66 helphtml.cpp    G       G
67 helpwxht.cpp    G       G
68 helpxlp.cpp     G       G,R
69 imaglist.cpp    G       16
70 laywin.cpp      G
71 listctrl.cpp    G       16
72 logg.cpp        G
73 msgdlgg.cpp     G       G
74 notebook.cpp    G       16,R
75 panelg.cpp      G
76 printps.cpp     G       PS
77 prntdlgg.cpp    G       PS,U
78 progdlgg.cpp    G
79 prop.cpp        G
80 propform.cpp    G
81 proplist.cpp    G
82 sashwin.cpp     G
83 scrolwin.cpp    G
84 splitter.cpp    G
85 statline.cpp    G       U,R
86 statusbr.cpp    G
87 tabg.cpp        G       R
88 numdlgg.cpp     G
89 textdlgg.cpp    G
90 tipdlg.cpp      G
91 treectrl.cpp    G       16
92 wizard.cpp      G
93
94 choiccmn.cpp    C       R
95 cmndata.cpp     C
96 config.cpp      C       B
97 ctrlcmn.cpp     C       R
98 date.cpp        C       B
99 datstrm.cpp     C
100 db.cpp  C
101 dbtable.cpp     C
102 dcbase.cpp      C
103 dlgcmn.cpp      C
104 docmdi.cpp      C
105 docview.cpp     C
106 dynarray.cpp    C       B
107 dynlib.cpp      C       B
108 event.cpp       C       B
109 extended.c      C       B
110 ffile.cpp       C       B
111 file.cpp        C       B
112 fileconf.cpp    C       B
113 filefn.cpp      C       B
114 filesys.cpp     C       B
115 fontcmn.cpp     C
116 framecmn.cpp    C
117 fs_inet.cpp     C
118 fs_zip.cpp      C
119 ftp.cpp C       S
120 gdicmn.cpp      C
121 gifdecod.cpp    C
122 hash.cpp        C       B
123 helpbase.cpp    C
124 http.cpp        C       S
125 imagbmp.cpp     C
126 image.cpp       C
127 imagall.cpp     C
128 imaggif.cpp     C
129 imagjpeg.cpp    C       32
130 imagpcx.cpp     C       32
131 imagpng.cpp     C       32
132 imagpnm.cpp     C       32
133 init.cpp        B
134 intl.cpp        C       B
135 ipcbase.cpp     C
136 layout.cpp      C
137 list.cpp        C       B
138 log.cpp C       B
139 memory.cpp      C
140 mimetype.cpp    C       32,B
141 module.cpp      C       B
142 mstream.cpp     C
143 object.cpp      C       B
144 objstrm.cpp     C
145 odbc.cpp        C       R
146 paper.cpp       C
147 prntbase.cpp    C
148 process.cpp     C       32,B
149 protocol.cpp    C       S
150 resource.cpp    C
151 sckaddr.cpp     C       S
152 sckfile.cpp     C       S
153 sckipc.cpp      C       S
154 sckstrm.cpp     C       S
155 serbase.cpp     C
156 sizer.cpp       C
157 socket.cpp      C       S
158 stream.cpp      C       B
159 strconv.cpp     C       B
160 string.cpp      C       B
161 tbarbase.cpp    C
162 tbarsmpl.cpp    C
163 textcmn.cpp     C
164 textfile.cpp    C       B
165 time.cpp        C       B
166 timercmn.cpp    C       B
167 tokenzr.cpp     C       B
168 txtstrm.cpp     C       B
169 unzip.c C
170 url.cpp C       S
171 utilscmn.cpp    C       B
172 valgen.cpp      C
173 validate.cpp    C
174 valtext.cpp     C
175 variant.cpp     C       B
176 wfstream.cpp    C
177 wincmn.cpp      C
178 wxchar.cpp      C       B
179 wxexpr.cpp      C
180 zipstrm.cpp     C
181 zstream.cpp     C
182
183 accel.cpp       M
184 app.cpp M
185 automtn.cpp     M       O
186 bitmap.cpp      M
187 bmpbuttn.cpp    M
188 brush.cpp       M
189 button.cpp      M
190 caret.cpp       M
191 checkbox.cpp    M
192 checklst.cpp    M
193 choice.cpp      M
194 clipbrd.cpp     M
195 colordlg.cpp    M
196 colour.cpp      M
197 combobox.cpp    M
198 control.cpp     M
199 curico.cpp      M
200 cursor.cpp      M
201 data.cpp        M
202 dataobj.cpp     M       O
203 dc.cpp  M
204 dcclient.cpp    M
205 dcmemory.cpp    M
206 dcprint.cpp     M
207 dcscreen.cpp    M
208 dde.cpp M
209 dialog.cpp      M
210 dib.cpp M
211 dibutils.cpp    M
212 dirdlg.cpp      M       32
213 dragimag.cpp    M
214 dropsrc.cpp     M       O
215 droptgt.cpp     M       O
216 filedlg.cpp     M
217 font.cpp        M
218 fontdlg.cpp     M
219 frame.cpp       M
220 gauge95.cpp     M       32
221 gaugemsw.cpp    M       16
222 gdiobj.cpp      M
223 helpwin.cpp     M
224 icon.cpp        M
225 imaglist.cpp    M       32
226 iniconf.cpp     M       16
227 joystick.cpp    M
228 listbox.cpp     M
229 listctrl.cpp    M       32
230 main.cpp        M
231 mdi.cpp M
232 menu.cpp        M
233 menuitem.cpp    M
234 metafile.cpp    M
235 minifram.cpp    M
236 msgdlg.cpp      M
237 nativdlg.cpp    M
238 notebook.cpp    M       32
239 oleutils.cpp    M       O
240 ownerdrw.cpp    M
241 palette.cpp     M
242 pen.cpp M
243 penwin.cpp      M
244 pnghand.cpp     M       32
245 printdlg.cpp    M
246 printwin.cpp    M
247 radiobox.cpp    M
248 radiobut.cpp    M
249 regconf.cpp     M       32
250 region.cpp      M
251 registry.cpp    M       32
252 scrolbar.cpp    M
253 settings.cpp    M
254 slider95.cpp    M       32
255 slidrmsw.cpp    M       16
256 spinbutt.cpp    M
257 spinctrl.cpp    M
258 statbmp.cpp     M
259 statbox.cpp     M
260 statbr95.cpp    M       32
261 statline.cpp    M
262 stattext.cpp    M
263 tabctrl.cpp     M
264 taskbar.cpp     M       32
265 tbar95.cpp      M       32
266 tbarmsw.cpp     M       16
267 textctrl.cpp    M
268 thread.cpp      M       32
269 timer.cpp       M
270 tooltip.cpp     M       32
271 treectrl.cpp    M       32
272 utils.cpp       M
273 utilsexc.cpp    M
274 uuid.cpp        M       O
275 wave.cpp        M
276 window.cpp      M
277 xpmhand.cpp     M
278 gsocket.c       M       S
279
280 dialup.cpp      U
281 threadpsx.cpp   U
282 utilsunx.cpp    U       B
283 gsocket.c       U
284
285 gsockgtk.c      R
286 win_gtk.c       R
287 accel.cpp       R
288 app.cpp R
289 bitmap.cpp      R
290 bmpbuttn.cpp    R
291 brush.cpp       R
292 button.cpp      R
293 checkbox.cpp    R
294 checklst.cpp    R
295 choice.cpp      R
296 clipbrd.cpp     R
297 colour.cpp      R
298 combobox.cpp    R
299 control.cpp     R
300 cursor.cpp      R
301 data.cpp        R
302 dataobj.cpp     R
303 dc.cpp  R
304 dcclient.cpp    R
305 dcmemory.cpp    R
306 dcscreen.cpp    R
307 dialog.cpp      R
308 dnd.cpp R
309 font.cpp        R
310 fontdlg.cpp     R
311 frame.cpp       R
312 gauge.cpp       R
313 gdiobj.cpp      R
314 icon.cpp        R
315 listbox.cpp     R
316 main.cpp        R
317 mdi.cpp R
318 menu.cpp        R
319 minifram.cpp    R
320 notebook.cpp    R
321 palette.cpp     R
322 pen.cpp R
323 radiobox.cpp    R
324 radiobut.cpp    R
325 region.cpp      R
326 scrolbar.cpp    R
327 settings.cpp    R
328 slider.cpp      R
329 spinbutt.cpp    R
330 spinctrl.cpp    R
331 statbmp.cpp     R
332 statbox.cpp     R
333 statline.cpp    R
334 stattext.cpp    R
335 tbargtk.cpp     R
336 textctrl.cpp    R
337 timer.cpp       R
338 tooltip.cpp     R
339 utilsgtk.cpp    R
340 utilsres.cpp    R
341 wave.cpp        R
342 window.cpp      R
343
344 gsockmot.c      X       S
345 accel.cpp       X
346 app.cpp X
347 bitmap.cpp      X
348 bmpbuttn.cpp    X
349 brush.cpp       X
350 button.cpp      X
351 checkbox.cpp    X
352 checklst.cpp    X
353 choice.cpp      X
354 clipbrd.cpp     X
355 colour.cpp      X
356 combobox.cpp    X
357 control.cpp     X
358 cursor.cpp      X
359 data.cpp        X
360 dataobj.cpp     X
361 dc.cpp  X
362 dcclient.cpp    X
363 dcmemory.cpp    X
364 dcscreen.cpp    X
365 dialog.cpp      X
366 filedlg.cpp     X
367 font.cpp        X
368 fontenum.cpp    X
369 frame.cpp       X
370 gauge.cpp       X
371 gdiobj.cpp      X
372 icon.cpp        X
373 listbox.cpp     X
374 main.cpp        X
375 mdi.cpp X
376 menu.cpp        X
377 menuitem.cpp    X
378 minifram.cpp    X
379 msgdlg.cpp      X
380 palette.cpp     X
381 pen.cpp X
382 radiobox.cpp    X
383 radiobut.cpp    X
384 region.cpp      X
385 scrolbar.cpp    X
386 settings.cpp    X
387 slider.cpp      X
388 spinbutt.cpp    X
389 statbmp.cpp     X
390 statbox.cpp     X
391 stattext.cpp    X
392 toolbar.cpp     X
393 textctrl.cpp    X
394 timer.cpp       X
395 utils.cpp       X
396 window.cpp      X
397
398 helpdata.cpp    H
399 helpfrm.cpp     H
400 helpctrl.cpp    H
401 htmlcell.cpp    H
402 htmlfilt.cpp    H
403 htmlpars.cpp    H
404 htmltag.cpp     H
405 htmlwin.cpp     H
406 winpars.cpp     H
407 m_fonts.cpp     H
408 m_hline.cpp     H
409 m_image.cpp     H
410 m_layout.cpp    H
411 m_links.cpp     H
412 m_list.cpp      H
413 m_pre.cpp       H
414 m_tables.cpp    H
415 search.cpp      H
416 htmprint.cpp    H
417
418 arrimpl.cpp     W
419 listimpl.cpp    W
420 accel.h W
421 app.h   W       B
422 bitmap.h        W
423 bmpbuttn.h      W
424 brush.h W
425 buffer.h        W
426 busyinfo.h      W
427 button.h        W
428 caret.h W
429 checkbox.h      W
430 checklst.h      W
431 choicdlg.h      W
432 choice.h        W
433 clipbrd.h       W
434 cmndata.h       W
435 colordlg.h      W
436 colour.h        W
437 combobox.h      W
438 confbase.h      W
439 config.h        W
440 control.h       W
441 cursor.h        W
442 dataobj.h       W
443 date.h  W       B
444 datstrm.h       W
445 db.h    W
446 dbtable.h       W
447 dc.h    W
448 dcclient.h      W
449 dcmemory.h      W
450 dcprint.h       W
451 dcps.h  W
452 dcscreen.h      W
453 dde.h   W
454 debug.h W       B
455 defs.h  W       B
456 dialog.h        W
457 dirdlg.h        W
458 dnd.h   W
459 docmdi.h        W
460 docview.h       W
461 dragimag.h      W
462 dynarray.h      W       B
463 dynlib.h        W       B
464 event.h W       B
465 expr.h  W
466 ffile.h W       B
467 file.h  W       B
468 fileconf.h      W       B
469 filedlg.h       W
470 filefn.h        W
471 filesys.h       W
472 font.h  W
473 fontdlg.h       W
474 frame.h W
475 fs_inet.h       W
476 fs_zip.h        W
477 gauge.h W
478 gdicmn.h        W
479 gdiobj.h        W
480 gifdecod.h      W
481 grid.h  W
482 gsocket.h       W
483 hash.h  W       B
484 help.h  W
485 helpbase.h      W
486 helphtml.h      W
487 helpwin.h       W
488 helpxlp.h       W
489 icon.h  W
490 image.h W
491 imaglist.h      W
492 intl.h  W       B
493 ioswrap.h       W
494 ipcbase.h       W
495 joystick.h      W
496 layout.h        W
497 laywin.h        W
498 list.h  W       B
499 listbox.h       W
500 listctrl.h      W
501 log.h   W       B
502 longlong.h      W       B
503 matrix.h        W
504 mdi.h   W
505 memory.h        W
506 menu.h  W
507 menuitem.h      W
508 metafile.h      W
509 mimetype.h      W       B
510 minifram.h      W
511 module.h        W       B
512 msgdlg.h        W
513 mstream.h       W
514 notebook.h      W
515 object.h        W       B
516 objstrm.h       W
517 odbc.h  W
518 ownerdrw.h      W
519 palette.h       W
520 panel.h W
521 paper.h W
522 pen.h   W
523 pnghand.h       W
524 print.h W
525 printdlg.h      W
526 prntbase.h      W
527 process.h       W       B
528 progdlg.h       W
529 prop.h  W
530 propform.h      W
531 proplist.h      W
532 radiobox.h      W
533 radiobut.h      W
534 region.h        W
535 resource.h      W
536 sashwin.h       W
537 sckaddr.h       W
538 sckipc.h        W
539 sckstrm.h       W
540 scrolbar.h      W
541 scrolwin.h      W
542 serbase.h       W
543 settings.h      W
544 setup.h W       B
545 sizer.h W
546 slider.h        W
547 socket.h        W
548 spinbutt.h      W
549 spinctrl.h      W
550 splitter.h      W
551 statbmp.h       W
552 statbox.h       W
553 statline.h      W
554 stattext.h      W
555 statusbr.h      W
556 strconv.h       W       B
557 stream.h        W       B
558 string.h        W       B
559 tab.h   W
560 tabctrl.h       W
561 taskbar.h       W
562 tbar95.h        W
563 tbarbase.h      W
564 tbarmsw.h       W
565 tbarsmpl.h      W
566 textctrl.h      W
567 textdlg.h       W
568 textfile.h      W       B
569 txtstrm.h       W       B
570 thread.h        W       B
571 time.h  W       B
572 timer.h W       B
573 tipdlg.h        W
574 tokenzr.h       W       B
575 toolbar.h       W
576 tooltip.h       W
577 treectrl.h      W
578 types.h W
579 url.h   W
580 utils.h W       B
581 valgen.h        W
582 validate.h      W
583 valtext.h       W
584 variant.h       W       B
585 version.h       W       B
586 wave.h  W
587 wfstream.h      W
588 window.h        W
589 wx.h    W       B
590 wx_cw.h W
591 wx_cw_cm.h      W
592 wx_cw_d.h       W
593 wxchar.h        W       B
594 wxexpr.h        W
595 wxhtml.h        W
596 wxprec.h        W       B
597 xpmhand.h       W
598 zipstrm.h       W
599 zstream.h       W
600
601 accel.h K
602 app.h   K
603 bitmap.h        K
604 bmpbuttn.h      K
605 brush.h K
606 button.h        K
607 checkbox.h      K
608 checklst.h      K
609 choice.h        K
610 clipbrd.h       K
611 colour.h        K
612 combobox.h      K
613 control.h       K
614 cursor.h        K
615 dataobj.h       K
616 dc.h    K
617 dcclient.h      K
618 dcmemory.h      K
619 dcscreen.h      K
620 dialog.h        K
621 dnd.h   K
622 filedlg.h       K
623 font.h  K
624 fontdlg.h       K
625 frame.h K
626 gauge.h K
627 gdiobj.h        K
628 icon.h  K
629 joystick.h      K
630 listbox.h       K
631 mdi.h   K
632 menu.h  K
633 menuitem.h      K
634 minifram.h      K
635 notebook.h      K
636 palette.h       K
637 pen.h   K
638 radiobox.h      K
639 radiobut.h      K
640 region.h        K
641 scrolbar.h      K
642 settings.h      K
643 slider.h        K
644 spinbutt.h      K
645 spinctrl.h      K
646 statbmp.h       K
647 statbox.h       K
648 statline.h      K
649 stattext.h      K
650 tbargtk.h       K
651 textctrl.h      K
652 timer.h K
653 tooltip.h       K
654 treectrl.h      K
655 wave.h  K
656 win_gtk.h       K
657 window.h        K
658
659 accel.h F
660 app.h   F
661 bitmap.h        F
662 bmpbuttn.h      F
663 brush.h F
664 button.h        F
665 checkbox.h      F
666 checklst.h      F
667 choice.h        F
668 clipbrd.h       F
669 colordlg.h      F
670 colour.h        F
671 combobox.h      F
672 control.h       F
673 cursor.h        F
674 dataobj.h       F
675 dc.h    F
676 dcclient.h      F
677 dcmemory.h      F
678 dcprint.h       F
679 dcscreen.h      F
680 dialog.h        F
681 dnd.h   F
682 filedlg.h       F
683 font.h  F
684 fontdlg.h       F
685 frame.h F
686 gauge.h F
687 gdiobj.h        F
688 icon.h  F
689 joystick.h      F
690 listbox.h       F
691 mdi.h   F
692 menu.h  F
693 menuitem.h      F
694 metafile.h      F
695 minifram.h      F
696 msgdlg.h        F
697 palette.h       F
698 pen.h   F
699 print.h F
700 printdlg.h      F
701 private.h       F
702 radiobox.h      F
703 radiobut.h      F
704 region.h        F
705 scrolbar.h      F
706 settings.h      F
707 slider.h        F
708 spinbutt.h      F
709 statbmp.h       F
710 statbox.h       F
711 stattext.h      F
712 textctrl.h      F
713 timer.h F
714 toolbar.h       F
715 window.h        F
716
717 accel.h 9
718 app.h   9
719 bitmap.h        9
720 bmpbuttn.h      9
721 brush.h 9
722 button.h        9
723 caret.h 9
724 checkbox.h      9
725 checklst.h      9
726 choice.h        9
727 clipbrd.h       9
728 colordlg.h      9
729 colour.h        9
730 combobox.h      9
731 control.h       9
732 curico.h        9
733 curicop.h       9
734 cursor.h        9
735 dc.h    9
736 dcclient.h      9
737 dcmemory.h      9
738 dcprint.h       9
739 dcscreen.h      9
740 dde.h   9
741 dialog.h        9
742 dib.h   9
743 dibutils.h      9
744 dirdlg.h        9
745 dragimag.h      9
746 filedlg.h       9
747 font.h  9
748 fontdlg.h       9
749 frame.h 9
750 gauge.h 9
751 gauge95.h       9
752 gaugemsw.h      9
753 gdiobj.h        9
754 helpwin.h       9
755 icon.h  9
756 imaglist.h      9
757 iniconf.h       9
758 joystick.h      9
759 listbox.h       9
760 listctrl.h      9
761 mdi.h   9
762 menu.h  9
763 menuitem.h      9
764 metafile.h      9
765 minifram.h      9
766 msgdlg.h        9
767 msvcrt.h        9
768 notebook.h      9
769 palette.h       9
770 pen.h   9
771 pnghand.h       9
772 pngread.h       9
773 printdlg.h      9
774 printwin.h      9
775 private.h       9
776 radiobox.h      9
777 radiobut.h      9
778 regconf.h       9
779 region.h        9
780 registry.h      9
781 scrolbar.h      9
782 settings.h      9
783 setup0.h        9
784 slider.h        9
785 slider95.h      9
786 slidrmsw.h      9
787 spinbutt.h      9
788 statbmp.h       9
789 statbox.h       9
790 statbr95.h      9
791 statline.h      9
792 stattext.h      9
793 tabctrl.h       9
794 taskbar.h       9
795 tbar95.h        9
796 tbarmsw.h       9
797 textctrl.h      9
798 timer.h 9
799 tooltip.h       9
800 treectrl.h      9
801 wave.h  9
802 window.h        9
803 winundef.h      9
804 xpmhand.h       9
805 # blank.cur     9
806 # bullseye.cur  9
807 # child.ico     9
808 # clock.cur     9
809 # error.ico     9
810 # hand.cur      9
811 # heart.cur     9
812 # info.ico      9
813 # magnif1.cur   9
814 # mdi.ico       9
815 # noentry.cur   9
816 # pbrush.cur    9
817 # pencil.cur    9
818 # pntleft.cur   9
819 # pntright.cur  9
820 # query.cur     9
821 # question.ico  9
822 # roller.cur    9
823 # size.cur      9
824 # std.ico       9
825 # tip.ico       9
826 # warning.ico   9
827 # watch1.cur    9
828 # disable.bmp   9
829 # wx.rc 9
830
831 execute.h       S
832
833 file.h  P
834 ftp.h   P
835 http.h  P
836 protocol.h      P
837
838 forcelnk.h      L
839 helpdata.h      L
840 helpfrm.h       L
841 helpctrl.h      L
842 htmlcell.h      L
843 htmldefs.h      L
844 htmlfilt.h      L
845 htmlpars.h      L
846 htmltag.h       L
847 htmlwin.h       L
848 winpars.h       L
849 m_templ.h       L
850 htmprint.h      L
851
852 caret.h N
853 choicdgg.h      N
854 colrdlgg.h      N
855 dcpsg.h N
856 dirdlgg.h       N
857 fontdlgg.h      N
858 filedlgg.h      N
859 grid.h  N
860 gridg.h N
861 helpext.h       N
862 helpwxht.h      N
863 helphtml.h      N
864 helpxlp.h       N
865 imaglist.h      N
866 laywin.h        N
867 listctrl.h      N
868 msgdlgg.h       N
869 notebook.h      N
870 panelg.h        N
871 printps.h       N
872 prntdlgg.h      N
873 progdlgg.h      N
874 sashwin.h       N
875 scrolwin.h      N
876 splitter.h      N
877 statusbr.h      N
878 tabg.h  N
879 textdlgg.h      N
880 treectrl.h      N
881
882 # vi: set noet ts=16 nolist: