]> git.saurik.com Git - wxWidgets.git/blob - distrib/msw/tmake/filelist.txt
Various tweaks, fixes, and additions
[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 the file type (roughly corresponds to the directory)
10 # BaseOnly /src/common but only needed for the wxBase compilation
11 # Generic /src/generic
12 # Common /src/common
13 # MSW /src/msw
14 # Motif /src/motif
15 # Univ /src/univ or src/univ/themes
16 # Unix /src/unix
17 # GTK /src/gtk
18 # MGL /src/mgl
19 # OS2 /src/os2
20 # HTML /src/html
21 #
22 # 'H' suffix means these are headers, not .cpp files
23 #
24 # WXH /include/wx
25 # GTKH /include/wx/gtk
26 # MotifH /include/wx/motif
27 # MSWH /include/wx/msw
28 # OS2H /include/wx/os2
29 # GenericH /include/wx/generic
30 # HtmlH /include/wx/html
31 # ProtoH /include/wx/protocol
32 # UnivH /include/wx/univ
33 # UnixH /include/wx/unix
34 #
35 # The third column may be empty or contain some additional info about this
36 # file (only compile it in 16bit mode, don't compile it with this or that
37 # compiler, &c)
38 #
39 # Known flags:
40 # Base makes part of the base library too
41 # NotWin32 not used under Win32, but used under Win16
42 # Win32Only only can be compiled under Win32
43 # Generic generic code which might be used instead of native one
44 # OLE OLE file (needs Win32 and a decent compiler)
45 # Socket Socket file (currently doesn't compile under Win16)
46 # NotMSW Not required for the MSW port
47 # NotGTK Not required for the GTK port
48 # NotX Not required for the Motif port
49 # NotOS2 Not required for the os2Pm port
50 # LowLevel Low level GUI toolkit file, used by wxUniversal as well
51 ###############################################################################
52
53 # File name Type Flags
54
55 accel.cpp Generic NotMSW,NotX,NotOS2
56 busyinfo.cpp Generic
57 calctrl.cpp Generic
58 caret.cpp Generic NotMSW
59 choicdgg.cpp Generic
60 colrdlgg.cpp Generic Generic
61 dcpsg.cpp Generic NotMSW
62 dirctrlg.cpp Generic
63 dirdlgg.cpp Generic NotWin32,NotOS2
64 dragimgg.cpp Generic NotOS2
65 fontdlgg.cpp Generic Generic,NotOS2
66 filedlgg.cpp Generic NotMSW,NotX,NotOS2
67 grid.cpp Generic
68 gridctrl.cpp Generic
69 gridsel.cpp Generic
70 helpext.cpp Generic Generic
71 helphtml.cpp Generic Generic
72 helpwxht.cpp Generic Generic
73 imaglist.cpp Generic NotWin32
74 laywin.cpp Generic
75 listctrl.cpp Generic NotWin32
76 logg.cpp Generic
77 msgdlgg.cpp Generic Generic
78 notebook.cpp Generic NotWin32,NotGTK,NotOS2
79 paletteg.cpp Generic NotMSW,NotX,NotOS2
80 panelg.cpp Generic
81 printps.cpp Generic NotMSW
82 prntdlgg.cpp Generic NotMSW
83 progdlgg.cpp Generic
84 prop.cpp Generic
85 propform.cpp Generic
86 proplist.cpp Generic
87 sashwin.cpp Generic
88 scrlwing.cpp Generic
89 spinctlg.cpp Generic
90 splash.cpp Generic
91 splitter.cpp Generic
92 statline.cpp Generic NotMSW,NotGTK,NotOS2
93 statusbr.cpp Generic
94 tabg.cpp Generic NotWin32,NotOS2
95 numdlgg.cpp Generic
96 tbarsmpl.cpp Generic
97 textdlgg.cpp Generic
98 tipdlg.cpp Generic
99 tipwin.cpp Generic
100 treectlg.cpp Generic
101 treelay.cpp Generic
102 wizard.cpp Generic
103
104 appcmn.cpp Common Base
105 choiccmn.cpp Common
106 cmdline.cpp Common Base
107 cmdproc.cpp Common
108 cmndata.cpp Common
109 clipcmn.cpp Common
110 config.cpp Common Base
111 cshelp.cpp Common
112 ctrlcmn.cpp Common
113 ctrlsub.cpp Common
114 datetime.cpp Common Base
115 datstrm.cpp Common Base
116 db.cpp Common Win32Only,Base
117 dbgrid.cpp Common Win32Only
118 dbtable.cpp Common Win32Only,Base
119 dcbase.cpp Common
120 dircmn.cpp Common Base
121 dlgcmn.cpp Common
122 dobjcmn.cpp Common
123 dndcmn.cpp Common
124 docmdi.cpp Common
125 docview.cpp Common
126 dynarray.cpp Common Base
127 dynlib.cpp Common Base
128 effects.cpp Common
129 encconv.cpp Common Base
130 event.cpp Common Base
131 extended.c Common Base
132 ffile.cpp Common Base
133 file.cpp Common Base
134 fileconf.cpp Common Base
135 filefn.cpp Common Base
136 filename.cpp Common Base
137 filesys.cpp Common Base
138 fontcmn.cpp Common
139 fontmap.cpp Common Base
140 framecmn.cpp Common
141 fs_inet.cpp Common Base
142 fs_zip.cpp Common Base
143 fs_mem.cpp Common Base
144 ftp.cpp Common Socket,Base
145 gaugecmn.cpp Common
146 gdicmn.cpp Common
147 geometry.cpp Common
148 gifdecod.cpp Common
149 xpmdecod.cpp Common
150 hash.cpp Common Base
151 helpbase.cpp Common
152 http.cpp Common Socket,Base
153 imagbmp.cpp Common
154 image.cpp Common
155 imagall.cpp Common
156 imaggif.cpp Common
157 imagxpm.cpp Common
158 imagjpeg.cpp Common Win32Only
159 imagtiff.cpp Common Win32Only
160 imagpcx.cpp Common Win32Only
161 imagpng.cpp Common Win32Only
162 imagpnm.cpp Common Win32Only
163 imagxpm.cpp Common
164 init.cpp BaseOnly
165 intl.cpp Common Base
166 ipcbase.cpp Common Base
167 layout.cpp Common
168 lboxcmn.cpp Common
169 list.cpp Common Base
170 log.cpp Common Base
171 longlong.cpp Common Base
172 matrix.cpp Common
173 memory.cpp Common Base
174 menucmn.cpp Common
175 mimecmn.cpp Common Win32Only,Base
176 module.cpp Common Base
177 mstream.cpp Common Base
178 nbkbase.cpp Common
179 object.cpp Common Base
180 objstrm.cpp Common Base
181 odbc.cpp Common NotGTK,NotX,NotOS2
182 paper.cpp Common
183 popupcmn.cpp Common
184 prntbase.cpp Common
185 process.cpp Common Win32Only,Base
186 protocol.cpp Common Socket,Base
187 quantize.cpp Common
188 radiocmn.cpp Common
189 regex.cpp Common Base
190 resource.cpp Common
191 sckaddr.cpp Common Socket,Base
192 sckfile.cpp Common Socket,Base
193 sckipc.cpp Common Socket,Base
194 sckstrm.cpp Common Socket,Base
195 serbase.cpp Common Base
196 sizer.cpp Common
197 socket.cpp Common Socket,Base
198 stream.cpp Common Base
199 strconv.cpp Common Base
200 string.cpp Common Base
201 sysopt.cpp Common Base
202 tbarbase.cpp Common
203 textcmn.cpp Common
204 textfile.cpp Common Base
205 timercmn.cpp Common Base
206 tokenzr.cpp Common Base
207 treebase.cpp Common
208 txtstrm.cpp Common Base
209 unzip.c Common Base
210 url.cpp Common Socket,Base
211 utilscmn.cpp Common Base
212 valgen.cpp Common
213 validate.cpp Common
214 valtext.cpp Common
215 variant.cpp Common Base
216 wfstream.cpp Common Base
217 wincmn.cpp Common
218 wxchar.cpp Common Base
219 wxexpr.cpp Common
220 zipstrm.cpp Common Base
221 zstream.cpp Common Base
222
223 gsocket.c MSW Socket,Base
224 gsockmsw.c MSW Socket,Base
225 accel.cpp MSW
226 app.cpp MSW
227 automtn.cpp MSW OLE
228 bitmap.cpp MSW
229 bmpbuttn.cpp MSW
230 brush.cpp MSW
231 button.cpp MSW
232 caret.cpp MSW
233 checkbox.cpp MSW
234 checklst.cpp MSW
235 choice.cpp MSW
236 clipbrd.cpp MSW
237 colordlg.cpp MSW
238 colour.cpp MSW
239 combobox.cpp MSW
240 control.cpp MSW
241 curico.cpp MSW
242 cursor.cpp MSW
243 data.cpp MSW
244 dataobj.cpp MSW OLE
245 dc.cpp MSW
246 dcclient.cpp MSW
247 dcmemory.cpp MSW
248 dcprint.cpp MSW
249 dcscreen.cpp MSW
250 dde.cpp MSW Base
251 dialog.cpp MSW
252 dialup.cpp MSW
253 dib.cpp MSW
254 dibutils.cpp MSW
255 dir.cpp MSW Base
256 dirdlg.cpp MSW Win32Only
257 dragimag.cpp MSW
258 dropsrc.cpp MSW OLE
259 droptgt.cpp MSW OLE
260 enhmeta.cpp MSW Win32Only
261 evtloop.cpp MSW LowLevel
262 filedlg.cpp MSW
263 font.cpp MSW
264 fontdlg.cpp MSW
265 fontenum.cpp MSW
266 fontutil.cpp MSW
267 frame.cpp MSW
268 gauge95.cpp MSW Win32Only
269 gaugemsw.cpp MSW NotWin32
270 gdiimage.cpp MSW
271 gdiobj.cpp MSW
272 glcanvas.cpp MSW
273 helpchm.cpp MSW Win32Only
274 helpwin.cpp MSW
275 icon.cpp MSW
276 imaglist.cpp MSW Win32Only,LowLevel
277 iniconf.cpp MSW NotWin32
278 joystick.cpp MSW
279 listbox.cpp MSW
280 listctrl.cpp MSW Win32Only
281 main.cpp MSW Base
282 mdi.cpp MSW
283 menu.cpp MSW
284 menuitem.cpp MSW
285 metafile.cpp MSW
286 mimetype.cpp MSW Win32Only,Base
287 minifram.cpp MSW
288 msgdlg.cpp MSW
289 nativdlg.cpp MSW
290 notebook.cpp MSW Win32Only
291 oleutils.cpp MSW OLE
292 ownerdrw.cpp MSW
293 palette.cpp MSW
294 pen.cpp MSW
295 penwin.cpp MSW
296 printdlg.cpp MSW
297 printwin.cpp MSW
298 radiobox.cpp MSW
299 radiobut.cpp MSW
300 regconf.cpp MSW Win32Only,Base
301 region.cpp MSW
302 registry.cpp MSW Win32Only,Base
303 scrolbar.cpp MSW
304 settings.cpp MSW
305 slider95.cpp MSW Win32Only
306 slidrmsw.cpp MSW NotWin32
307 snglinst.cpp MSW Base
308 spinbutt.cpp MSW
309 spinctrl.cpp MSW
310 statbmp.cpp MSW
311 statbox.cpp MSW
312 statbr95.cpp MSW Win32Only
313 statline.cpp MSW
314 stattext.cpp MSW
315 tabctrl.cpp MSW
316 taskbar.cpp MSW Win32Only
317 tbar95.cpp MSW Win32Only
318 tbarmsw.cpp MSW NotWin32
319 textctrl.cpp MSW
320 tglbtn.cpp MSW
321 thread.cpp MSW Win32Only,Base
322 timer.cpp MSW
323 tooltip.cpp MSW Win32Only
324 treectrl.cpp MSW Win32Only
325 utils.cpp MSW Base
326 utilsexc.cpp MSW Base
327 uuid.cpp MSW OLE
328 wave.cpp MSW
329 window.cpp MSW
330
331 dialup.cpp Unix
332 dir.cpp Unix Base
333 fontenum.cpp Unix
334 fontutil.cpp Unix
335 mimetype.cpp Unix Base
336 snglinst.cpp Unix Base
337 threadpsx.cpp Unix Base
338 utilsunx.cpp Unix Base
339 gsocket.c Unix Base
340 mimetype.cpp Unix Base
341
342 bmpbuttn.cpp Univ
343 button.cpp Univ
344 checkbox.cpp Univ
345 checklst.cpp Univ
346 colschem.cpp Univ
347 control.cpp Univ
348 framuniv.cpp Univ
349 gauge.cpp Univ
350 inphand.cpp Univ
351 listbox.cpp Univ
352 menu.cpp Univ
353 notebook.cpp Univ
354 radiobox.cpp Univ
355 radiobut.cpp Univ
356 renderer.cpp Univ
357 scrarrow.cpp Univ
358 scrolbar.cpp Univ
359 scrthumb.cpp Univ
360 slider.cpp Univ
361 spinbutt.cpp Univ
362 statbmp.cpp Univ
363 statbox.cpp Univ
364 statline.cpp Univ
365 stattext.cpp Univ
366 textctrl.cpp Univ
367 theme.cpp Univ
368 gtk.cpp Univ
369 winuniv.cpp Univ
370 win32.cpp Univ
371
372 gsockgtk.c GTK LowLevel
373 win_gtk.c GTK LowLevel
374 app.cpp GTK LowLevel
375 bitmap.cpp GTK LowLevel
376 bmpbuttn.cpp GTK
377 brush.cpp GTK LowLevel
378 button.cpp GTK
379 checkbox.cpp GTK
380 checklst.cpp GTK
381 # FIXME: remove LowLevel from choice!
382 choice.cpp GTK LowLevel
383 clipbrd.cpp GTK LowLevel
384 colour.cpp GTK LowLevel
385 combobox.cpp GTK LowLevel
386 control.cpp GTK
387 cursor.cpp GTK LowLevel
388 data.cpp GTK LowLevel
389 dataobj.cpp GTK LowLevel
390 dc.cpp GTK LowLevel
391 dcclient.cpp GTK LowLevel
392 dcmemory.cpp GTK LowLevel
393 dcscreen.cpp GTK LowLevel
394 dialog.cpp GTK LowLevel
395 dnd.cpp GTK LowLevel
396 evtloop.cpp GTK LowLevel
397 font.cpp GTK LowLevel
398 fontdlg.cpp GTK
399 frame.cpp GTK LowLevel
400 gauge.cpp GTK
401 gdiobj.cpp GTK LowLevel
402 icon.cpp GTK LowLevel
403 joystick.cpp GTK
404 listbox.cpp GTK
405 main.cpp GTK LowLevel
406 mdi.cpp GTK
407 menu.cpp GTK
408 minifram.cpp GTK
409 notebook.cpp GTK
410 pen.cpp GTK LowLevel
411 popupwin.cpp GTK LowLevel
412 radiobox.cpp GTK
413 radiobut.cpp GTK
414 region.cpp GTK LowLevel
415 scrolbar.cpp GTK
416 scrolwin.cpp GTK
417 settings.cpp GTK LowLevel
418 slider.cpp GTK
419 spinbutt.cpp GTK
420 spinctrl.cpp GTK
421 statbmp.cpp GTK
422 statbox.cpp GTK
423 statline.cpp GTK
424 stattext.cpp GTK
425 tbargtk.cpp GTK
426 textctrl.cpp GTK
427 tglbtn.cpp GTK
428 timer.cpp GTK LowLevel
429 tooltip.cpp GTK LowLevel
430 utilsgtk.cpp GTK LowLevel
431 utilsres.cpp GTK
432 wave.cpp GTK
433 window.cpp GTK LowLevel
434
435 gsockmot.c Motif Socket
436 accel.cpp Motif
437 app.cpp Motif
438 bitmap.cpp Motif
439 bmpbuttn.cpp Motif
440 brush.cpp Motif
441 button.cpp Motif
442 checkbox.cpp Motif
443 checklst.cpp Motif
444 choice.cpp Motif
445 clipbrd.cpp Motif
446 colour.cpp Motif
447 combobox.cpp Motif
448 control.cpp Motif
449 cursor.cpp Motif
450 data.cpp Motif
451 dataobj.cpp Motif
452 dc.cpp Motif
453 dcclient.cpp Motif
454 dcmemory.cpp Motif
455 dcscreen.cpp Motif
456 dialog.cpp Motif
457 filedlg.cpp Motif
458 font.cpp Motif
459 frame.cpp Motif
460 gauge.cpp Motif
461 gdiobj.cpp Motif
462 glcanvas.cpp Motif
463 icon.cpp Motif
464 listbox.cpp Motif
465 main.cpp Motif
466 mdi.cpp Motif
467 menu.cpp Motif
468 menuitem.cpp Motif
469 minifram.cpp Motif
470 msgdlg.cpp Motif
471 palette.cpp Motif
472 pen.cpp Motif
473 radiobox.cpp Motif
474 radiobut.cpp Motif
475 region.cpp Motif
476 scrolbar.cpp Motif
477 settings.cpp Motif
478 slider.cpp Motif
479 spinbutt.cpp Motif
480 statbmp.cpp Motif
481 statbox.cpp Motif
482 stattext.cpp Motif
483 toolbar.cpp Motif
484 textctrl.cpp Motif
485 timer.cpp Motif
486 utils.cpp Motif
487 window.cpp Motif
488
489 accel.cpp OS2
490 app.cpp OS2
491 bitmap.cpp OS2
492 bmpbuttn.cpp OS2
493 brush.cpp OS2
494 button.cpp OS2
495 checkbox.cpp OS2
496 checklst.cpp OS2
497 choice.cpp OS2
498 clipbrd.cpp OS2
499 colour.cpp OS2
500 combobox.cpp OS2
501 control.cpp OS2
502 cursor.cpp OS2
503 data.cpp OS2
504 dataobj.cpp OS2
505 dc.cpp OS2
506 dcclient.cpp OS2
507 dcmemory.cpp OS2
508 dcprint.cpp OS2
509 dcscreen.cpp OS2
510 dialog.cpp OS2
511 #dialup.cpp OS2
512 dir.cpp OS2 Base
513 dirdlg.cpp OS2
514 dnd.cpp OS2
515 filedlg.cpp OS2
516 font.cpp OS2
517 fontdlg.cpp OS2
518 fontenum.cpp OS2
519 fontutil.cpp OS2
520 frame.cpp OS2
521 gauge.cpp OS2
522 gdiimage.cpp OS2
523 gdiobj.cpp OS2
524 helpwin.cpp OS2
525 icon.cpp OS2
526 iniconf.cpp OS2
527 joystick.cpp OS2
528 listbox.cpp OS2
529 main.cpp OS2
530 mdi.cpp OS2
531 menu.cpp OS2
532 menuitem.cpp OS2
533 metafile.cpp OS2
534 mimetype.cpp OS2
535 minifram.cpp OS2
536 msgdlg.cpp OS2
537 nativdlg.cpp OS2
538 notebook.cpp OS2
539 ownerdrw.cpp OS2
540 palette.cpp OS2
541 pen.cpp OS2
542 print.cpp OS2
543 radiobox.cpp OS2
544 radiobut.cpp OS2
545 region.cpp OS2
546 scrolbar.cpp OS2
547 settings.cpp OS2
548 slider.cpp OS2
549 spinbutt.cpp OS2
550 spinctrl.cpp OS2
551 statbmp.cpp OS2
552 statbox.cpp OS2
553 statline.cpp OS2
554 stattext.cpp OS2
555 tabctrl.cpp OS2
556 taskbar.cpp OS2
557 textctrl.cpp OS2
558 timer.cpp OS2
559 thread.cpp OS2
560 toolbar.cpp OS2
561 tooltip.cpp OS2
562 utils.cpp OS2 Base
563 utilsexc.cpp OS2 Base
564 wave.cpp OS2
565 window.cpp OS2
566 gsocket.c OS2
567 gsockpm.c OS2
568
569 helpdata.cpp HTML
570 helpfrm.cpp HTML
571 helpctrl.cpp HTML
572 htmlcell.cpp HTML
573 htmlfilt.cpp HTML
574 htmlpars.cpp HTML
575 htmltag.cpp HTML
576 htmlwin.cpp HTML
577 winpars.cpp HTML
578 m_fonts.cpp HTML
579 m_hline.cpp HTML
580 m_image.cpp HTML
581 m_layout.cpp HTML
582 m_links.cpp HTML
583 m_list.cpp HTML
584 m_dflist.cpp HTML
585 m_pre.cpp HTML
586 m_tables.cpp HTML
587 m_meta.cpp HTML
588 htmprint.cpp HTML
589
590 arrimpl.cpp WXH Base
591 listimpl.cpp WXH Base
592 accel.h WXH
593 app.h WXH Base
594 bitmap.h WXH
595 bmpbuttn.h WXH
596 brush.h WXH
597 buffer.h WXH Base
598 busyinfo.h WXH
599 button.h WXH
600 calctrl.h WXH
601 caret.h WXH
602 checkbox.h WXH
603 checklst.h WXH
604 chkconf.h WXH Base
605 choicdlg.h WXH
606 choice.h WXH
607 clipbrd.h WXH
608 cmdline.h WXH Base
609 cmndata.h WXH
610 colordlg.h WXH
611 colour.h WXH
612 combobox.h WXH
613 confbase.h WXH Base
614 config.h WXH Base
615 control.h WXH
616 ctrlsub.h WXH
617 cursor.h WXH
618 dataobj.h WXH
619 date.h WXH Base
620 datetime.h WXH Base
621 datetime.inl WXH Base
622 datstrm.h WXH Base
623 db.h WXH Base
624 dbgrid.h WXH
625 dbtable.h WXH Base
626 dc.h WXH
627 dcclient.h WXH
628 dcmemory.h WXH
629 dcprint.h WXH
630 dcps.h WXH
631 dcscreen.h WXH
632 dde.h WXH Base
633 debug.h WXH Base
634 defs.h WXH Base
635 dialog.h WXH
636 dialup.h WXH
637 dir.h WXH Base
638 dirdlg.h WXH
639 dnd.h WXH
640 docmdi.h WXH
641 docview.h WXH
642 dragimag.h WXH
643 dynarray.h WXH Base
644 dynlib.h WXH Base
645 encconv.h WXH Base
646 event.h WXH Base
647 expr.h WXH
648 ffile.h WXH Base
649 file.h WXH Base
650 fileconf.h WXH Base
651 filedlg.h WXH
652 filefn.h WXH Base
653 filename.h WXH Base
654 filesys.h WXH Base
655 font.h WXH
656 fontdlg.h WXH
657 fontenc.h WXH Base
658 fontenum.h WXH
659 fontmap.h WXH Base
660 fontdlg.h WXH
661 fontutil.h WXH
662 frame.h WXH
663 fs_inet.h WXH Base
664 fs_zip.h WXH Base
665 fs_mem.h WXH Base
666 gauge.h WXH
667 gdicmn.h WXH
668 gdiobj.h WXH
669 geometry.h WXH
670 gifdecod.h WXH
671 xpmdecod.h WXH
672 dbkeyg.h WXH
673 glcanvas.h WXH
674 grid.h WXH
675 gsocket.h WXH Base
676 hash.h WXH Base
677 help.h WXH
678 helpbase.h WXH
679 cshelp.h WXH
680 helphtml.h WXH
681 helpwin.h WXH
682 icon.h WXH
683 image.h WXH
684 imaggif.h WXH
685 imagxpm.h WXH
686 imagbmp.h WXH
687 imagpng.h WXH
688 imagpcx.h WXH
689 imagpnm.h WXH
690 imagxpm.h WXH
691 imagtiff.h WXH
692 imagjpeg.h WXH
693 imaglist.h WXH
694 intl.h WXH Base
695 ioswrap.h WXH Base
696 ipcbase.h WXH Base
697 isql.h WXH
698 isqlext.h WXH
699 joystick.h WXH
700 layout.h WXH
701 laywin.h WXH
702 list.h WXH Base
703 listbox.h WXH
704 listctrl.h WXH
705 log.h WXH Base
706 longlong.h WXH Base
707 matrix.h WXH
708 mdi.h WXH
709 memory.h WXH Base
710 memconf.h WXH Base
711 menu.h WXH
712 menuitem.h WXH
713 metafile.h WXH
714 mimetype.h WXH Base
715 minifram.h WXH
716 module.h WXH Base
717 msgdlg.h WXH
718 mstream.h WXH Base
719 notebook.h WXH
720 object.h WXH Base
721 objstrm.h WXH Base
722 odbc.h WXH
723 ownerdrw.h WXH
724 palette.h WXH
725 panel.h WXH
726 paper.h WXH
727 pen.h WXH
728 popupwin.h WXH
729 print.h WXH
730 printdlg.h WXH
731 prntbase.h WXH
732 process.h WXH Base
733 progdlg.h WXH
734 prop.h WXH
735 propform.h WXH
736 proplist.h WXH
737 radiobox.h WXH
738 radiobut.h WXH
739 regex.h WXH Base
740 region.h WXH
741 resource.h WXH
742 sashwin.h WXH
743 sckaddr.h WXH Base
744 sckipc.h WXH Base
745 sckstrm.h WXH Base
746 scrolbar.h WXH
747 scrolwin.h WXH
748 serbase.h WXH Base
749 settings.h WXH
750 setup.h WXH Base
751 sizer.h WXH
752 slider.h WXH
753 socket.h WXH Base
754 snglinst.h WXH Base
755 spinbutt.h WXH
756 spinctrl.h WXH
757 splash.h WXH
758 splitter.h WXH
759 stack.h WXH
760 statbmp.h WXH
761 statbox.h WXH
762 statline.h WXH
763 stattext.h WXH
764 statusbr.h WXH
765 strconv.h WXH Base
766 stream.h WXH Base
767 string.h WXH Base
768 sysopt.h WXH Base
769 tab.h WXH
770 tabctrl.h WXH
771 taskbar.h WXH
772 tbarbase.h WXH
773 tbarsmpl.h WXH
774 textctrl.h WXH
775 textdlg.h WXH
776 textfile.h WXH Base
777 tglbtn.h WXH
778 thread.h WXH Base
779 time.h WXH Base
780 timer.h WXH Base
781 tipdlg.h WXH
782 tipwin.h WXH
783 tokenzr.h WXH Base
784 toolbar.h WXH
785 tooltip.h WXH
786 treebase.h WXH
787 treectrl.h WXH
788 txtstrm.h WXH Base
789 types.h WXH
790 url.h WXH Base
791 utils.h WXH Base
792 valgen.h WXH
793 validate.h WXH
794 valtext.h WXH
795 variant.h WXH Base
796 vector.h WXH Base
797 version.h WXH Base
798 wave.h WXH
799 wfstream.h WXH Base
800 window.h WXH
801 wizard.h WXH
802 wx.h WXH Base
803 wx_cw.h WXH
804 wx_cw_cm.h WXH
805 wx_cw_d.h WXH
806 wxchar.h WXH Base
807 wxexpr.h WXH
808 wxhtml.h WXH
809 wxprec.h WXH Base
810 zipstrm.h WXH Base
811 zstream.h WXH Base
812
813 accel.h GTKH
814 app.h GTKH
815 bitmap.h GTKH
816 bmpbuttn.h GTKH
817 brush.h GTKH
818 button.h GTKH
819 checkbox.h GTKH
820 checklst.h GTKH
821 choice.h GTKH
822 clipbrd.h GTKH
823 colour.h GTKH
824 combobox.h GTKH
825 control.h GTKH
826 cursor.h GTKH
827 dataform.h GTKH
828 dataobj.h GTKH
829 dataobj2.h GTKH
830 dc.h GTKH
831 dcclient.h GTKH
832 dcmemory.h GTKH
833 dcscreen.h GTKH
834 dialog.h GTKH
835 dnd.h GTKH
836 filedlg.h GTKH
837 font.h GTKH
838 fontdlg.h GTKH
839 frame.h GTKH
840 gauge.h GTKH
841 gdiobj.h GTKH
842 glcanvas.h GTKH
843 icon.h GTKH
844 joystick.h GTKH
845 listbox.h GTKH
846 mdi.h GTKH
847 menu.h GTKH
848 menuitem.h GTKH
849 minifram.h GTKH
850 notebook.h GTKH
851 pen.h GTKH
852 popupwin.h GTKH
853 radiobox.h GTKH
854 radiobut.h GTKH
855 region.h GTKH
856 scrolbar.h GTKH
857 scrolwin.h GTKH
858 settings.h GTKH
859 slider.h GTKH
860 spinbutt.h GTKH
861 spinctrl.h GTKH
862 statbmp.h GTKH
863 statbox.h GTKH
864 statline.h GTKH
865 stattext.h GTKH
866 tbargtk.h GTKH
867 textctrl.h GTKH
868 tglbtn.h GTKH
869 timer.h GTKH
870 tooltip.h GTKH
871 treectrl.h GTKH
872 wave.h GTKH
873 win_gtk.h GTKH
874 window.h GTKH
875
876 accel.h MotifH
877 app.h MotifH
878 bitmap.h MotifH
879 bmpbuttn.h MotifH
880 brush.h MotifH
881 button.h MotifH
882 checkbox.h MotifH
883 checklst.h MotifH
884 choice.h MotifH
885 clipbrd.h MotifH
886 colordlg.h MotifH
887 colour.h MotifH
888 combobox.h MotifH
889 control.h MotifH
890 cursor.h MotifH
891 dataform.h MotifH
892 dataobj.h MotifH
893 dataobj2.h MotifH
894 dc.h MotifH
895 dcclient.h MotifH
896 dcmemory.h MotifH
897 dcprint.h MotifH
898 dcscreen.h MotifH
899 dialog.h MotifH
900 dnd.h MotifH
901 filedlg.h MotifH
902 font.h MotifH
903 fontdlg.h MotifH
904 frame.h MotifH
905 gauge.h MotifH
906 gdiobj.h MotifH
907 glcanvas.h MotifH
908 icon.h MotifH
909 joystick.h MotifH
910 listbox.h MotifH
911 mdi.h MotifH
912 menu.h MotifH
913 menuitem.h MotifH
914 metafile.h MotifH
915 minifram.h MotifH
916 msgdlg.h MotifH
917 palette.h MotifH
918 pen.h MotifH
919 print.h MotifH
920 printdlg.h MotifH
921 private.h MotifH
922 radiobox.h MotifH
923 radiobut.h MotifH
924 region.h MotifH
925 scrolbar.h MotifH
926 settings.h MotifH
927 slider.h MotifH
928 spinbutt.h MotifH
929 statbmp.h MotifH
930 statbox.h MotifH
931 stattext.h MotifH
932 textctrl.h MotifH
933 timer.h MotifH
934 toolbar.h MotifH
935 window.h MotifH
936
937 accel.h MSWH
938 app.h MSWH
939 bitmap.h MSWH
940 bmpbuttn.h MSWH
941 brush.h MSWH
942 button.h MSWH
943 caret.h MSWH
944 checkbox.h MSWH
945 checklst.h MSWH
946 choice.h MSWH
947 clipbrd.h MSWH
948 colordlg.h MSWH
949 colour.h MSWH
950 combobox.h MSWH
951 control.h MSWH
952 curico.h MSWH
953 curicop.h MSWH
954 cursor.h MSWH
955 dc.h MSWH
956 dcclient.h MSWH
957 dcmemory.h MSWH
958 dcprint.h MSWH
959 dcscreen.h MSWH
960 dde.h MSWH Base
961 dialog.h MSWH
962 dib.h MSWH
963 dibutils.h MSWH
964 dirdlg.h MSWH
965 dragimag.h MSWH
966 enhmeta.h MSWH Win32Only
967 filedlg.h MSWH
968 font.h MSWH
969 fontdlg.h MSWH
970 frame.h MSWH
971 gauge.h MSWH
972 gauge95.h MSWH
973 gaugemsw.h MSWH
974 gdiimage.h MSWH
975 gdiobj.h MSWH
976 glcanvas.h MSWH
977 helpchm.h MSWH
978 helpwin.h MSWH
979 icon.h MSWH
980 imaglist.h MSWH
981 iniconf.h MSWH
982 joystick.h MSWH
983 listbox.h MSWH
984 listctrl.h MSWH
985 mdi.h MSWH
986 menu.h MSWH
987 menuitem.h MSWH
988 metafile.h MSWH
989 mimetype.h MSWH Win32Only,Base
990 minifram.h MSWH
991 msgdlg.h MSWH
992 msvcrt.h MSWH
993 notebook.h MSWH
994 palette.h MSWH
995 pen.h MSWH
996 printdlg.h MSWH
997 printwin.h MSWH
998 private.h MSWH
999 radiobox.h MSWH
1000 radiobut.h MSWH
1001 regconf.h MSWH
1002 region.h MSWH
1003 registry.h MSWH
1004 scrolbar.h MSWH
1005 settings.h MSWH
1006 setup0.h MSWH
1007 slider.h MSWH
1008 slider95.h MSWH
1009 slidrmsw.h MSWH
1010 spinbutt.h MSWH
1011 statbmp.h MSWH
1012 statbox.h MSWH
1013 statbr95.h MSWH
1014 statline.h MSWH
1015 stattext.h MSWH
1016 tabctrl.h MSWH
1017 taskbar.h MSWH
1018 tbar95.h MSWH
1019 tbarmsw.h MSWH
1020 textctrl.h MSWH
1021 tglbtn.h MSWH
1022 timer.h MSWH
1023 tooltip.h MSWH
1024 treectrl.h MSWH
1025 wave.h MSWH
1026 window.h MSWH
1027 winundef.h MSWH
1028 # blank.cur MSWH
1029 # bullseye.cur MSWH
1030 # child.ico MSWH
1031 # clock.cur MSWH
1032 # error.ico MSWH
1033 # hand.cur MSWH
1034 # heart.cur MSWH
1035 # info.ico MSWH
1036 # magnif1.cur MSWH
1037 # mdi.ico MSWH
1038 # noentry.cur MSWH
1039 # pbrush.cur MSWH
1040 # pencil.cur MSWH
1041 # pntleft.cur MSWH
1042 # pntright.cur MSWH
1043 # query.cur MSWH
1044 # question.ico MSWH
1045 # roller.cur MSWH
1046 # size.cur MSWH
1047 # std.ico MSWH
1048 # tip.ico MSWH
1049 # warning.ico MSWH
1050 # watch1.cur MSWH
1051 # disable.bmp MSWH
1052 # wx.rc MSWH
1053
1054 accel.h OS2H
1055 dataobj.h OS2H
1056 helpwin.h OS2H
1057 pngread.h OS2H
1058 statline.h OS2H
1059 app.h OS2H
1060 dataobj2.h OS2H
1061 icon.h OS2H
1062 stattext.h OS2H
1063 bitmap.h OS2H
1064 dc.h OS2H
1065 tabctrl.h OS2H
1066 dcclient.h OS2H
1067 print.h OS2H
1068 taskbar.h OS2H
1069 bmpbuttn.h OS2H
1070 dcmemory.h OS2H
1071 iniconf.h OS2H
1072 private.h OS2H
1073 textctrl.h OS2H
1074 brush.h OS2H
1075 dcprint.h OS2H
1076 joystick.h OS2H
1077 timer.h OS2H
1078 dcscreen.h OS2H
1079 listbox.h OS2H
1080 button.h OS2H
1081 dialog.h OS2H
1082 radiobox.h OS2H
1083 toolbar.h OS2H
1084 checkbox.h OS2H
1085 dirdlg.h OS2H
1086 mdi.h OS2H
1087 radiobut.h OS2H
1088 tooltip.h OS2H
1089 checklst.h OS2H
1090 dnd.h OS2H
1091 menu.h OS2H
1092 region.h OS2H
1093 menuitem.h OS2H
1094 choice.h OS2H
1095 filedlg.h OS2H
1096 metafile.h OS2H
1097 scrolbar.h OS2H
1098 wave.h OS2H
1099 clipbrd.h OS2H
1100 font.h OS2H
1101 minifram.h OS2H
1102 settings.h OS2H
1103 window.h OS2H
1104 fontdlg.h OS2H
1105 msgdlg.h OS2H
1106 colour.h OS2H
1107 frame.h OS2H
1108 setup0.h OS2H
1109 combobox.h OS2H
1110 gauge.h OS2H
1111 notebook.h OS2H
1112 control.h OS2H
1113 gdiimage.h OS2H
1114 palette.h OS2H
1115 slider.h OS2H
1116 cursor.h OS2H
1117 gdiobj.h OS2H
1118 spinbutt.h OS2H
1119 gsockos2.h OS2H
1120 pen.h OS2H
1121 spinctrl.h OS2H
1122 statbmp.h OS2H
1123 dataform.h OS2H
1124 pnghand.h OS2H
1125 statbox.h OS2H
1126
1127 execute.h UnixH
1128 fontutil.h UnixH
1129 gsockunx.h UnixH Base
1130 mimetype.h UnixH Base
1131
1132 file.h ProtoH Base
1133 ftp.h ProtoH Base
1134 http.h ProtoH Base
1135 protocol.h ProtoH Base
1136
1137 forcelnk.h HtmlH
1138 helpdata.h HtmlH
1139 helpfrm.h HtmlH
1140 helpctrl.h HtmlH
1141 htmlcell.h HtmlH
1142 htmldefs.h HtmlH
1143 htmlfilt.h HtmlH
1144 htmlpars.h HtmlH
1145 htmltag.h HtmlH
1146 htmlwin.h HtmlH
1147 winpars.h HtmlH
1148 m_templ.h HtmlH
1149 htmprint.h HtmlH
1150
1151 accel.h GenericH
1152 calctrl.h GenericH
1153 caret.h GenericH
1154 choicdgg.h GenericH
1155 colrdlgg.h GenericH
1156 dcpsg.h GenericH
1157 dirctrlg.h GenericH
1158 dirdlgg.h GenericH NotWin32
1159 dragimgg.h GenericH NotWin32
1160 fontdlgg.h GenericH
1161 filedlgg.h GenericH
1162 grid.h GenericH
1163 gridctrl.h GenericH
1164 gridg.h GenericH
1165 helpext.h GenericH
1166 helpwxht.h GenericH
1167 helphtml.h GenericH
1168 imaglist.h GenericH
1169 laywin.h GenericH
1170 listctrl.h GenericH NotWin32
1171 msgdlgg.h GenericH
1172 notebook.h GenericH
1173 paletteg.h GenericH NotMSW,NotX,NotOS2
1174 panelg.h GenericH
1175 printps.h GenericH
1176 prntdlgg.h GenericH
1177 progdlgg.h GenericH
1178 sashwin.h GenericH
1179 scrolwin.h GenericH
1180 splash.h GenericH
1181 splitter.h GenericH
1182 statusbr.h GenericH
1183 tabg.h GenericH NotWin32
1184 textdlgg.h GenericH
1185 treectlg.h GenericH NotWin32
1186 wizard.h GenericH
1187
1188 app.h UnivH
1189 bmpbuttn.h UnivH
1190 button.h UnivH
1191 checkbox.h UnivH
1192 checklst.h UnivH
1193 colschem.h UnivH
1194 combobox.h UnivH
1195 control.h UnivH
1196 frame.h UnivH
1197 gauge.h UnivH
1198 inphand.h UnivH
1199 listbox.h UnivH
1200 menu.h UnivH
1201 menuitem.h UnivH
1202 notebook.h UnivH
1203 radiobox.h UnivH
1204 radiobut.h UnivH
1205 renderer.h UnivH
1206 scrarrow.h UnivH
1207 scrolbar.h UnivH
1208 scrthumb.h UnivH
1209 scrtimer.h UnivH
1210 setup.h UnivH
1211 slider.h UnivH
1212 spinbutt.h UnivH
1213 statbmp.h UnivH
1214 statbox.h UnivH
1215 statline.h UnivH
1216 stattext.h UnivH
1217 textctrl.h UnivH
1218 theme.h UnivH
1219 window.h UnivH
1220
1221 # wxMGL:
1222 colour.cpp MGL LowLevel
1223 dc.cpp MGL LowLevel
1224 gdiobj.cpp MGL LowLevel
1225 palette.cpp MGL LowLevel
1226 region.cpp MGL LowLevel
1227 brush.cpp MGL LowLevel
1228 pen.cpp MGL LowLevel
1229 font.cpp MGL LowLevel
1230 data.cpp MGL LowLevel
1231 #fontenum.cpp MGL LowLevel
1232 #fontutil.cpp MGL LowLevel
1233 app.cpp MGL LowLevel
1234 bitmap.cpp MGL LowLevel
1235 clipbrd.cpp MGL LowLevel
1236 cursor.cpp MGL LowLevel
1237 dcclient.cpp MGL LowLevel
1238 dcmemory.cpp MGL LowLevel
1239 dcscreen.cpp MGL LowLevel
1240 dialog.cpp MGL LowLevel
1241 frame.cpp MGL LowLevel
1242 icon.cpp MGL LowLevel
1243 settings.cpp MGL LowLevel
1244 timer.cpp MGL LowLevel
1245 window.cpp MGL LowLevel
1246 utils.cpp MGL LowLevel
1247 bmpbase.cpp MGL LowLevel
1248
1249 # vi: set noet ts=16 nolist: