]> git.saurik.com Git - wxWidgets.git/blob - distrib/msw/tmake/filelist.txt
645fede07ea95c608a5d6d7e0517353f82a57118
[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 NotGTK
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 resource.cpp Common
190 sckaddr.cpp Common Socket,Base
191 sckfile.cpp Common Socket,Base
192 sckipc.cpp Common Socket,Base
193 sckstrm.cpp Common Socket,Base
194 serbase.cpp Common Base
195 sizer.cpp Common
196 socket.cpp Common Socket,Base
197 stream.cpp Common Base
198 strconv.cpp Common Base
199 string.cpp Common Base
200 sysopt.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 evtloop.cpp MSW LowLevel
261 filedlg.cpp MSW
262 font.cpp MSW
263 fontdlg.cpp MSW
264 fontenum.cpp MSW
265 fontutil.cpp MSW
266 frame.cpp MSW
267 gauge95.cpp MSW Win32Only
268 gaugemsw.cpp MSW NotWin32
269 gdiimage.cpp MSW
270 gdiobj.cpp MSW
271 glcanvas.cpp MSW
272 helpchm.cpp MSW Win32Only
273 helpwin.cpp MSW
274 icon.cpp MSW
275 imaglist.cpp MSW Win32Only,LowLevel
276 iniconf.cpp MSW NotWin32
277 joystick.cpp MSW
278 listbox.cpp MSW
279 listctrl.cpp MSW Win32Only
280 main.cpp MSW Base
281 mdi.cpp MSW
282 menu.cpp MSW
283 menuitem.cpp MSW
284 metafile.cpp MSW
285 mimetype.cpp MSW Win32Only,Base
286 minifram.cpp MSW
287 msgdlg.cpp MSW
288 nativdlg.cpp MSW
289 notebook.cpp MSW Win32Only
290 oleutils.cpp MSW OLE
291 ownerdrw.cpp MSW
292 palette.cpp MSW
293 pen.cpp MSW
294 penwin.cpp MSW
295 printdlg.cpp MSW
296 printwin.cpp MSW
297 radiobox.cpp MSW
298 radiobut.cpp MSW
299 regconf.cpp MSW Win32Only,Base
300 region.cpp MSW
301 registry.cpp MSW Win32Only,Base
302 scrolbar.cpp MSW
303 settings.cpp MSW
304 slider95.cpp MSW Win32Only
305 slidrmsw.cpp MSW NotWin32
306 snglinst.cpp MSW Base
307 spinbutt.cpp MSW
308 spinctrl.cpp MSW
309 statbmp.cpp MSW
310 statbox.cpp MSW
311 statbr95.cpp MSW Win32Only
312 statline.cpp MSW
313 stattext.cpp MSW
314 tabctrl.cpp MSW
315 taskbar.cpp MSW Win32Only
316 tbar95.cpp MSW Win32Only
317 tbarmsw.cpp MSW NotWin32
318 textctrl.cpp MSW
319 tglbtn.cpp MSW
320 thread.cpp MSW Win32Only,Base
321 timer.cpp MSW
322 tooltip.cpp MSW Win32Only
323 treectrl.cpp MSW Win32Only
324 utils.cpp MSW Base
325 utilsexc.cpp MSW Base
326 uuid.cpp MSW OLE
327 wave.cpp MSW
328 window.cpp MSW
329
330 dialup.cpp Unix
331 dir.cpp Unix Base
332 fontenum.cpp Unix
333 fontutil.cpp Unix
334 mimetype.cpp Unix Base
335 snglinst.cpp Unix Base
336 threadpsx.cpp Unix Base
337 utilsunx.cpp Unix Base
338 gsocket.c Unix Base
339 mimetype.cpp Unix Base
340
341 bmpbuttn.cpp Univ
342 button.cpp Univ
343 checkbox.cpp Univ
344 checklst.cpp Univ
345 colschem.cpp Univ
346 control.cpp Univ
347 framuniv.cpp Univ
348 gauge.cpp Univ
349 inphand.cpp Univ
350 listbox.cpp Univ
351 menu.cpp Univ
352 notebook.cpp Univ
353 radiobox.cpp Univ
354 radiobut.cpp Univ
355 renderer.cpp Univ
356 scrarrow.cpp Univ
357 scrolbar.cpp Univ
358 scrthumb.cpp Univ
359 slider.cpp Univ
360 spinbutt.cpp Univ
361 statbmp.cpp Univ
362 statbox.cpp Univ
363 statline.cpp Univ
364 stattext.cpp Univ
365 textctrl.cpp Univ
366 theme.cpp Univ
367 gtk.cpp Univ
368 winuniv.cpp Univ
369 win32.cpp Univ
370
371 gsockgtk.c GTK LowLevel
372 win_gtk.c GTK LowLevel
373 app.cpp GTK LowLevel
374 bitmap.cpp GTK LowLevel
375 bmpbuttn.cpp GTK
376 brush.cpp GTK LowLevel
377 button.cpp GTK
378 checkbox.cpp GTK
379 checklst.cpp GTK
380 # FIXME: remove LowLevel from choice!
381 choice.cpp GTK LowLevel
382 clipbrd.cpp GTK LowLevel
383 colour.cpp GTK LowLevel
384 combobox.cpp GTK LowLevel
385 control.cpp GTK
386 cursor.cpp GTK LowLevel
387 data.cpp GTK LowLevel
388 dataobj.cpp GTK LowLevel
389 dc.cpp GTK LowLevel
390 dcclient.cpp GTK LowLevel
391 dcmemory.cpp GTK LowLevel
392 dcscreen.cpp GTK LowLevel
393 dialog.cpp GTK LowLevel
394 dnd.cpp GTK LowLevel
395 evtloop.cpp GTK LowLevel
396 font.cpp GTK LowLevel
397 fontdlg.cpp GTK
398 frame.cpp GTK LowLevel
399 gauge.cpp GTK
400 gdiobj.cpp GTK LowLevel
401 icon.cpp GTK LowLevel
402 joystick.cpp GTK
403 listbox.cpp GTK
404 main.cpp GTK LowLevel
405 mdi.cpp GTK
406 menu.cpp GTK
407 minifram.cpp GTK
408 notebook.cpp GTK
409 pen.cpp GTK LowLevel
410 popupwin.cpp LowLevel
411 radiobox.cpp GTK
412 radiobut.cpp GTK
413 region.cpp GTK LowLevel
414 scrolbar.cpp GTK
415 scrolwin.cpp GTK
416 settings.cpp GTK LowLevel
417 slider.cpp GTK
418 spinbutt.cpp GTK
419 spinctrl.cpp GTK
420 statbmp.cpp GTK
421 statbox.cpp GTK
422 statline.cpp GTK
423 stattext.cpp GTK
424 tbargtk.cpp GTK
425 textctrl.cpp GTK
426 tglbtn.cpp GTK
427 timer.cpp GTK LowLevel
428 tooltip.cpp GTK LowLevel
429 utilsgtk.cpp GTK LowLevel
430 utilsres.cpp GTK
431 wave.cpp GTK
432 window.cpp GTK LowLevel
433
434 gsockmot.c Motif Socket
435 accel.cpp Motif
436 app.cpp Motif
437 bitmap.cpp Motif
438 bmpbuttn.cpp Motif
439 brush.cpp Motif
440 button.cpp Motif
441 checkbox.cpp Motif
442 checklst.cpp Motif
443 choice.cpp Motif
444 clipbrd.cpp Motif
445 colour.cpp Motif
446 combobox.cpp Motif
447 control.cpp Motif
448 cursor.cpp Motif
449 data.cpp Motif
450 dataobj.cpp Motif
451 dc.cpp Motif
452 dcclient.cpp Motif
453 dcmemory.cpp Motif
454 dcscreen.cpp Motif
455 dialog.cpp Motif
456 filedlg.cpp Motif
457 font.cpp Motif
458 frame.cpp Motif
459 gauge.cpp Motif
460 gdiobj.cpp Motif
461 glcanvas.cpp Motif
462 icon.cpp Motif
463 listbox.cpp Motif
464 main.cpp Motif
465 mdi.cpp Motif
466 menu.cpp Motif
467 menuitem.cpp Motif
468 minifram.cpp Motif
469 msgdlg.cpp Motif
470 palette.cpp Motif
471 pen.cpp Motif
472 radiobox.cpp Motif
473 radiobut.cpp Motif
474 region.cpp Motif
475 scrolbar.cpp Motif
476 settings.cpp Motif
477 slider.cpp Motif
478 spinbutt.cpp Motif
479 statbmp.cpp Motif
480 statbox.cpp Motif
481 stattext.cpp Motif
482 toolbar.cpp Motif
483 textctrl.cpp Motif
484 timer.cpp Motif
485 utils.cpp Motif
486 window.cpp Motif
487
488 accel.cpp OS2
489 app.cpp OS2
490 bitmap.cpp OS2
491 bmpbuttn.cpp OS2
492 brush.cpp OS2
493 button.cpp OS2
494 checkbox.cpp OS2
495 checklst.cpp OS2
496 choice.cpp OS2
497 clipbrd.cpp OS2
498 colour.cpp OS2
499 combobox.cpp OS2
500 control.cpp OS2
501 cursor.cpp OS2
502 data.cpp OS2
503 dataobj.cpp OS2
504 dc.cpp OS2
505 dcclient.cpp OS2
506 dcmemory.cpp OS2
507 dcprint.cpp OS2
508 dcscreen.cpp OS2
509 dialog.cpp OS2
510 #dialup.cpp OS2
511 dir.cpp OS2 Base
512 dirdlg.cpp OS2
513 dnd.cpp OS2
514 filedlg.cpp OS2
515 font.cpp OS2
516 fontdlg.cpp OS2
517 fontenum.cpp OS2
518 fontutil.cpp OS2
519 frame.cpp OS2
520 gauge.cpp OS2
521 gdiimage.cpp OS2
522 gdiobj.cpp OS2
523 helpwin.cpp OS2
524 icon.cpp OS2
525 iniconf.cpp OS2
526 joystick.cpp OS2
527 listbox.cpp OS2
528 main.cpp OS2
529 mdi.cpp OS2
530 menu.cpp OS2
531 menuitem.cpp OS2
532 metafile.cpp OS2
533 mimetype.cpp OS2
534 minifram.cpp OS2
535 msgdlg.cpp OS2
536 nativdlg.cpp OS2
537 notebook.cpp OS2
538 ownerdrw.cpp OS2
539 palette.cpp OS2
540 pen.cpp OS2
541 print.cpp OS2
542 radiobox.cpp OS2
543 radiobut.cpp OS2
544 region.cpp OS2
545 scrolbar.cpp OS2
546 settings.cpp OS2
547 slider.cpp OS2
548 spinbutt.cpp OS2
549 spinctrl.cpp OS2
550 statbmp.cpp OS2
551 statbox.cpp OS2
552 statline.cpp OS2
553 stattext.cpp OS2
554 tabctrl.cpp OS2
555 taskbar.cpp OS2
556 textctrl.cpp OS2
557 timer.cpp OS2
558 thread.cpp OS2
559 toolbar.cpp OS2
560 tooltip.cpp OS2
561 utils.cpp OS2 Base
562 utilsexc.cpp OS2 Base
563 wave.cpp OS2
564 window.cpp OS2
565 gsocket.c OS2
566 gsockpm.c OS2
567
568 helpdata.cpp HTML
569 helpfrm.cpp HTML
570 helpctrl.cpp HTML
571 htmlcell.cpp HTML
572 htmlfilt.cpp HTML
573 htmlpars.cpp HTML
574 htmltag.cpp HTML
575 htmlwin.cpp HTML
576 winpars.cpp HTML
577 m_fonts.cpp HTML
578 m_hline.cpp HTML
579 m_image.cpp HTML
580 m_layout.cpp HTML
581 m_links.cpp HTML
582 m_list.cpp HTML
583 m_dflist.cpp HTML
584 m_pre.cpp HTML
585 m_tables.cpp HTML
586 m_meta.cpp HTML
587 htmprint.cpp HTML
588
589 arrimpl.cpp WXH Base
590 listimpl.cpp WXH Base
591 accel.h WXH
592 app.h WXH Base
593 bitmap.h WXH
594 bmpbuttn.h WXH
595 brush.h WXH
596 buffer.h WXH Base
597 busyinfo.h WXH
598 button.h WXH
599 calctrl.h WXH
600 caret.h WXH
601 checkbox.h WXH
602 checklst.h WXH
603 chkconf.h WXH Base
604 choicdlg.h WXH
605 choice.h WXH
606 clipbrd.h WXH
607 cmdline.h WXH Base
608 cmdproc.cpp WXH
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 gridctrl.h WXH
676 gsocket.h WXH Base
677 hash.h WXH Base
678 help.h WXH
679 helpbase.h WXH
680 cshelp.h WXH
681 helphtml.h WXH
682 helpchm.h WXH
683 helpwin.h WXH
684 icon.h WXH
685 image.h WXH
686 imaggif.h WXH
687 imagxpm.h WXH
688 imagbmp.h WXH
689 imagpng.h WXH
690 imagpcx.h WXH
691 imagpnm.h WXH
692 imagxpm.h WXH
693 imagtiff.h WXH
694 imagjpeg.h WXH
695 imaglist.h WXH
696 intl.h WXH Base
697 ioswrap.h WXH Base
698 ipcbase.h WXH Base
699 isql.h WXH
700 isqlext.h WXH
701 joystick.h WXH
702 layout.h WXH
703 laywin.h WXH
704 list.h WXH Base
705 listbox.h WXH
706 listctrl.h WXH
707 log.h WXH Base
708 longlong.h WXH Base
709 matrix.h WXH
710 mdi.h WXH
711 memory.h WXH Base
712 memconf.h WXH Base
713 menu.h WXH
714 menuitem.h WXH
715 metafile.h WXH
716 mimetype.h WXH Base
717 minifram.h WXH
718 module.h WXH Base
719 msgdlg.h WXH
720 mstream.h WXH Base
721 notebook.h WXH
722 object.h WXH Base
723 objstrm.h WXH Base
724 odbc.h WXH
725 ownerdrw.h WXH
726 palette.h WXH
727 panel.h WXH
728 paper.h WXH
729 pen.h WXH
730 popupwin.h WXH
731 print.h WXH
732 printdlg.h WXH
733 prntbase.h WXH
734 process.h WXH Base
735 progdlg.h WXH
736 prop.h WXH
737 propform.h WXH
738 proplist.h WXH
739 radiobox.h WXH
740 radiobut.h WXH
741 region.h WXH
742 resource.h WXH
743 sashwin.h WXH
744 sckaddr.h WXH Base
745 sckipc.h WXH Base
746 sckstrm.h WXH Base
747 scrolbar.h WXH
748 scrolwin.h WXH
749 serbase.h WXH Base
750 settings.h WXH
751 setup.h WXH Base
752 sizer.h WXH
753 slider.h WXH
754 socket.h WXH Base
755 snglinst.h WXH Base
756 spinbutt.h WXH
757 spinctrl.h WXH
758 splash.h WXH
759 splitter.h WXH
760 stack.h WXH
761 statbmp.h WXH
762 statbox.h WXH
763 statline.h WXH
764 stattext.h WXH
765 statusbr.h WXH
766 strconv.h WXH Base
767 stream.h WXH Base
768 string.h WXH Base
769 sysopt.h WXH Base
770 tab.h WXH
771 tabctrl.h WXH
772 taskbar.h WXH
773 tbarbase.h WXH
774 tbarsmpl.h WXH
775 textctrl.h WXH
776 textdlg.h WXH
777 textfile.h WXH Base
778 tglbtn.h WXH
779 thread.h WXH Base
780 time.h WXH Base
781 timer.h WXH Base
782 tipdlg.h WXH
783 tipwin.h WXH
784 tokenzr.h WXH Base
785 toolbar.h WXH
786 tooltip.h WXH
787 treebase.h WXH
788 treectrl.h WXH
789 txtstrm.h WXH Base
790 types.h WXH
791 url.h WXH Base
792 utils.h WXH Base
793 valgen.h WXH
794 validate.h WXH
795 valtext.h WXH
796 variant.h WXH Base
797 vector.h WXH Base
798 version.h WXH Base
799 wave.h WXH
800 wfstream.h WXH Base
801 window.h WXH
802 wizard.h WXH
803 wx.h WXH Base
804 wx_cw.h WXH
805 wx_cw_cm.h WXH
806 wx_cw_d.h WXH
807 wxchar.h WXH Base
808 wxexpr.h WXH
809 wxhtml.h WXH
810 wxprec.h WXH Base
811 zipstrm.h WXH Base
812 zstream.h WXH Base
813
814 accel.h GTKH
815 app.h GTKH
816 bitmap.h GTKH
817 bmpbuttn.h GTKH
818 brush.h GTKH
819 button.h GTKH
820 checkbox.h GTKH
821 checklst.h GTKH
822 choice.h GTKH
823 clipbrd.h GTKH
824 colour.h GTKH
825 combobox.h GTKH
826 control.h GTKH
827 cursor.h GTKH
828 dataform.h GTKH
829 dataobj.h GTKH
830 dataobj2.h GTKH
831 dc.h GTKH
832 dcclient.h GTKH
833 dcmemory.h GTKH
834 dcscreen.h GTKH
835 dialog.h GTKH
836 dnd.h GTKH
837 filedlg.h GTKH
838 font.h GTKH
839 fontdlg.h GTKH
840 frame.h GTKH
841 gauge.h GTKH
842 gdiobj.h GTKH
843 glcanvas.h GTKH
844 icon.h GTKH
845 joystick.h GTKH
846 listbox.h GTKH
847 mdi.h GTKH
848 menu.h GTKH
849 menuitem.h GTKH
850 minifram.h GTKH
851 notebook.h GTKH
852 pen.h GTKH
853 popupwin.h GTKH
854 radiobox.h GTKH
855 radiobut.h GTKH
856 region.h GTKH
857 scrolbar.h GTKH
858 scrolwin.h GTKH
859 settings.h GTKH
860 slider.h GTKH
861 spinbutt.h GTKH
862 spinctrl.h GTKH
863 statbmp.h GTKH
864 statbox.h GTKH
865 statline.h GTKH
866 stattext.h GTKH
867 tbargtk.h GTKH
868 textctrl.h GTKH
869 tglbtn.h GTKH
870 timer.h GTKH
871 tooltip.h GTKH
872 treectrl.h GTKH
873 wave.h GTKH
874 win_gtk.h GTKH
875 window.h GTKH
876
877 accel.h MotifH
878 app.h MotifH
879 bitmap.h MotifH
880 bmpbuttn.h MotifH
881 brush.h MotifH
882 button.h MotifH
883 checkbox.h MotifH
884 checklst.h MotifH
885 choice.h MotifH
886 clipbrd.h MotifH
887 colordlg.h MotifH
888 colour.h MotifH
889 combobox.h MotifH
890 control.h MotifH
891 cursor.h MotifH
892 dataform.h MotifH
893 dataobj.h MotifH
894 dataobj2.h MotifH
895 dc.h MotifH
896 dcclient.h MotifH
897 dcmemory.h MotifH
898 dcprint.h MotifH
899 dcscreen.h MotifH
900 dialog.h MotifH
901 dnd.h MotifH
902 filedlg.h MotifH
903 font.h MotifH
904 fontdlg.h MotifH
905 frame.h MotifH
906 gauge.h MotifH
907 gdiobj.h MotifH
908 glcanvas.h MotifH
909 icon.h MotifH
910 joystick.h MotifH
911 listbox.h MotifH
912 mdi.h MotifH
913 menu.h MotifH
914 menuitem.h MotifH
915 metafile.h MotifH
916 minifram.h MotifH
917 msgdlg.h MotifH
918 palette.h MotifH
919 pen.h MotifH
920 print.h MotifH
921 printdlg.h MotifH
922 private.h MotifH
923 radiobox.h MotifH
924 radiobut.h MotifH
925 region.h MotifH
926 scrolbar.h MotifH
927 settings.h MotifH
928 slider.h MotifH
929 spinbutt.h MotifH
930 statbmp.h MotifH
931 statbox.h MotifH
932 stattext.h MotifH
933 textctrl.h MotifH
934 timer.h MotifH
935 toolbar.h MotifH
936 window.h MotifH
937
938 accel.h MSWH
939 app.h MSWH
940 bitmap.h MSWH
941 bmpbuttn.h MSWH
942 brush.h MSWH
943 button.h MSWH
944 caret.h MSWH
945 checkbox.h MSWH
946 checklst.h MSWH
947 choice.h MSWH
948 clipbrd.h MSWH
949 colordlg.h MSWH
950 colour.h MSWH
951 combobox.h MSWH
952 control.h MSWH
953 curico.h MSWH
954 curicop.h MSWH
955 cursor.h MSWH
956 dc.h MSWH
957 dcclient.h MSWH
958 dcmemory.h MSWH
959 dcprint.h MSWH
960 dcscreen.h MSWH
961 dde.h MSWH Base
962 dialog.h MSWH
963 dib.h MSWH
964 dibutils.h MSWH
965 dirdlg.h MSWH
966 dragimag.h MSWH
967 enhmeta.h MSWH Win32Only
968 filedlg.h MSWH
969 font.h MSWH
970 fontdlg.h MSWH
971 frame.h MSWH
972 gauge.h MSWH
973 gauge95.h MSWH
974 gaugemsw.h MSWH
975 gdiimage.h MSWH
976 gdiobj.h MSWH
977 glcanvas.h MSWH
978 helpchm.h MSWH
979 helpwin.h MSWH
980 icon.h MSWH
981 imaglist.h MSWH
982 iniconf.h MSWH
983 joystick.h MSWH
984 listbox.h MSWH
985 listctrl.h MSWH
986 mdi.h MSWH
987 menu.h MSWH
988 menuitem.h MSWH
989 metafile.h MSWH
990 mimetype.h MSWH Win32Only,Base
991 minifram.h MSWH
992 msgdlg.h MSWH
993 msvcrt.h MSWH
994 notebook.h MSWH
995 palette.h MSWH
996 pen.h MSWH
997 printdlg.h MSWH
998 printwin.h MSWH
999 private.h MSWH
1000 radiobox.h MSWH
1001 radiobut.h MSWH
1002 regconf.h MSWH
1003 region.h MSWH
1004 registry.h MSWH
1005 scrolbar.h MSWH
1006 settings.h MSWH
1007 setup0.h MSWH
1008 slider.h MSWH
1009 slider95.h MSWH
1010 slidrmsw.h MSWH
1011 spinbutt.h MSWH
1012 statbmp.h MSWH
1013 statbox.h MSWH
1014 statbr95.h MSWH
1015 statline.h MSWH
1016 stattext.h MSWH
1017 tabctrl.h MSWH
1018 taskbar.h MSWH
1019 tbar95.h MSWH
1020 tbarmsw.h MSWH
1021 textctrl.h MSWH
1022 tglbtn.h MSWH
1023 timer.h MSWH
1024 tooltip.h MSWH
1025 treectrl.h MSWH
1026 wave.h MSWH
1027 window.h MSWH
1028 winundef.h MSWH
1029 # blank.cur MSWH
1030 # bullseye.cur MSWH
1031 # child.ico MSWH
1032 # clock.cur MSWH
1033 # error.ico MSWH
1034 # hand.cur MSWH
1035 # heart.cur MSWH
1036 # info.ico MSWH
1037 # magnif1.cur MSWH
1038 # mdi.ico MSWH
1039 # noentry.cur MSWH
1040 # pbrush.cur MSWH
1041 # pencil.cur MSWH
1042 # pntleft.cur MSWH
1043 # pntright.cur MSWH
1044 # query.cur MSWH
1045 # question.ico MSWH
1046 # roller.cur MSWH
1047 # size.cur MSWH
1048 # std.ico MSWH
1049 # tip.ico MSWH
1050 # warning.ico MSWH
1051 # watch1.cur MSWH
1052 # disable.bmp MSWH
1053 # wx.rc MSWH
1054
1055 accel.h OS2H
1056 dataobj.h OS2H
1057 helpwin.h OS2H
1058 pngread.h OS2H
1059 statline.h OS2H
1060 app.h OS2H
1061 dataobj2.h OS2H
1062 icon.h OS2H
1063 stattext.h OS2H
1064 bitmap.h OS2H
1065 dc.h OS2H
1066 tabctrl.h OS2H
1067 dcclient.h OS2H
1068 print.h OS2H
1069 taskbar.h OS2H
1070 bmpbuttn.h OS2H
1071 dcmemory.h OS2H
1072 iniconf.h OS2H
1073 private.h OS2H
1074 textctrl.h OS2H
1075 brush.h OS2H
1076 dcprint.h OS2H
1077 joystick.h OS2H
1078 timer.h OS2H
1079 dcscreen.h OS2H
1080 listbox.h OS2H
1081 button.h OS2H
1082 dialog.h OS2H
1083 radiobox.h OS2H
1084 toolbar.h OS2H
1085 checkbox.h OS2H
1086 dirdlg.h OS2H
1087 mdi.h OS2H
1088 radiobut.h OS2H
1089 tooltip.h OS2H
1090 checklst.h OS2H
1091 dnd.h OS2H
1092 menu.h OS2H
1093 region.h OS2H
1094 menuitem.h OS2H
1095 choice.h OS2H
1096 filedlg.h OS2H
1097 metafile.h OS2H
1098 scrolbar.h OS2H
1099 wave.h OS2H
1100 clipbrd.h OS2H
1101 font.h OS2H
1102 minifram.h OS2H
1103 settings.h OS2H
1104 window.h OS2H
1105 fontdlg.h OS2H
1106 msgdlg.h OS2H
1107 colour.h OS2H
1108 frame.h OS2H
1109 setup0.h OS2H
1110 combobox.h OS2H
1111 gauge.h OS2H
1112 notebook.h OS2H
1113 control.h OS2H
1114 gdiimage.h OS2H
1115 palette.h OS2H
1116 slider.h OS2H
1117 cursor.h OS2H
1118 gdiobj.h OS2H
1119 spinbutt.h OS2H
1120 gsockos2.h OS2H
1121 pen.h OS2H
1122 spinctrl.h OS2H
1123 statbmp.h OS2H
1124 dataform.h OS2H
1125 pnghand.h OS2H
1126 statbox.h OS2H
1127
1128 execute.h UnixH
1129 fontutil.h UnixH
1130 gsockunx.h UnixH Base
1131 mimetype.h UnixH Base
1132
1133 file.h ProtoH Base
1134 ftp.h ProtoH Base
1135 http.h ProtoH Base
1136 protocol.h ProtoH Base
1137
1138 forcelnk.h HtmlH
1139 helpdata.h HtmlH
1140 helpfrm.h HtmlH
1141 helpctrl.h HtmlH
1142 htmlcell.h HtmlH
1143 htmldefs.h HtmlH
1144 htmlfilt.h HtmlH
1145 htmlpars.h HtmlH
1146 htmltag.h HtmlH
1147 htmlwin.h HtmlH
1148 winpars.h HtmlH
1149 m_templ.h HtmlH
1150 htmprint.h HtmlH
1151
1152 accel.h GenericH
1153 calctrl.h GenericH
1154 caret.h GenericH
1155 choicdgg.h GenericH
1156 colrdlgg.h GenericH
1157 dcpsg.h GenericH
1158 dirctrlg.h GenericH
1159 dirdlgg.h GenericH NotWin32
1160 dragimgg.h GenericH NotWin32
1161 fontdlgg.h GenericH
1162 filedlgg.h GenericH
1163 grid.h GenericH
1164 gridctrl.h GenericH
1165 gridg.h GenericH
1166 helpext.h GenericH
1167 helpwxht.h GenericH
1168 helphtml.h GenericH
1169 imaglist.h GenericH
1170 laywin.h GenericH
1171 listctrl.h GenericH NotWin32
1172 msgdlgg.h GenericH
1173 notebook.h GenericH
1174 paletteg.h GenericH NotMSW,NotX,NotOS2
1175 panelg.h GenericH
1176 printps.h GenericH
1177 prntdlgg.h GenericH
1178 progdlgg.h GenericH
1179 sashwin.h GenericH
1180 scrolwin.h GenericH
1181 splash.h GenericH
1182 splitter.h GenericH
1183 statusbr.h GenericH
1184 tabg.h GenericH NotWin32
1185 textdlgg.h GenericH
1186 treectlg.h GenericH NotWin32
1187 wizard.h GenericH
1188
1189 app.h UnivH
1190 bmpbuttn.h UnivH
1191 button.h UnivH
1192 checkbox.h UnivH
1193 checklst.h UnivH
1194 colschem.h UnivH
1195 combobox.h UnivH
1196 control.h UnivH
1197 frame.h UnivH
1198 gauge.h UnivH
1199 inphand.h UnivH
1200 listbox.h UnivH
1201 menu.h UnivH
1202 menuitem.h UnivH
1203 notebook.h UnivH
1204 radiobox.h UnivH
1205 radiobut.h UnivH
1206 renderer.h UnivH
1207 scrarrow.h UnivH
1208 scrolbar.h UnivH
1209 scrthumb.h UnivH
1210 scrtimer.h UnivH
1211 setup.h UnivH
1212 slider.h UnivH
1213 spinbutt.h UnivH
1214 statbmp.h UnivH
1215 statbox.h UnivH
1216 statline.h UnivH
1217 stattext.h UnivH
1218 textctrl.h UnivH
1219 theme.h UnivH
1220 window.h UnivH
1221
1222 # wxMGL:
1223 colour.cpp MGL LowLevel
1224 dc.cpp MGL LowLevel
1225 gdiobj.cpp MGL LowLevel
1226 palette.cpp MGL LowLevel
1227 region.cpp MGL LowLevel
1228 brush.cpp MGL LowLevel
1229 pen.cpp MGL LowLevel
1230 font.cpp MGL LowLevel
1231 data.cpp MGL LowLevel
1232 #fontenum.cpp MGL LowLevel
1233 #fontutil.cpp MGL LowLevel
1234 app.cpp MGL LowLevel
1235 bitmap.cpp MGL LowLevel
1236 clipbrd.cpp MGL LowLevel
1237 cursor.cpp MGL LowLevel
1238 dcclient.cpp MGL LowLevel
1239 dcmemory.cpp MGL LowLevel
1240 dcscreen.cpp MGL LowLevel
1241 dialog.cpp MGL LowLevel
1242 frame.cpp MGL LowLevel
1243 icon.cpp MGL LowLevel
1244 settings.cpp MGL LowLevel
1245 timer.cpp MGL LowLevel
1246 window.cpp MGL LowLevel
1247 utils.cpp MGL LowLevel
1248 bmpbase.cpp MGL LowLevel
1249
1250 # vi: set noet ts=16 nolist: