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