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