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