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