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