]> git.saurik.com Git - wxWidgets.git/blob - distrib/msw/tmake/filelist.txt
Added rules to build the regex library from the main makefile, if
[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 cmdproc.cpp WXH
610 cmndata.h WXH
611 colordlg.h WXH
612 colour.h WXH
613 combobox.h WXH
614 confbase.h WXH Base
615 config.h WXH Base
616 control.h WXH
617 ctrlsub.h WXH
618 cursor.h WXH
619 dataobj.h WXH
620 date.h WXH Base
621 datetime.h WXH Base
622 datetime.inl WXH Base
623 datstrm.h WXH Base
624 db.h WXH Base
625 dbgrid.h WXH
626 dbtable.h WXH Base
627 dc.h WXH
628 dcclient.h WXH
629 dcmemory.h WXH
630 dcprint.h WXH
631 dcps.h WXH
632 dcscreen.h WXH
633 dde.h WXH Base
634 debug.h WXH Base
635 defs.h WXH Base
636 dialog.h WXH
637 dialup.h WXH
638 dir.h WXH Base
639 dirdlg.h WXH
640 dnd.h WXH
641 docmdi.h WXH
642 docview.h WXH
643 dragimag.h WXH
644 dynarray.h WXH Base
645 dynlib.h WXH Base
646 encconv.h WXH Base
647 event.h WXH Base
648 expr.h WXH
649 ffile.h WXH Base
650 file.h WXH Base
651 fileconf.h WXH Base
652 filedlg.h WXH
653 filefn.h WXH Base
654 filename.h WXH Base
655 filesys.h WXH Base
656 font.h WXH
657 fontdlg.h WXH
658 fontenc.h WXH Base
659 fontenum.h WXH
660 fontmap.h WXH Base
661 fontdlg.h WXH
662 fontutil.h WXH
663 frame.h WXH
664 fs_inet.h WXH Base
665 fs_zip.h WXH Base
666 fs_mem.h WXH Base
667 gauge.h WXH
668 gdicmn.h WXH
669 gdiobj.h WXH
670 geometry.h WXH
671 gifdecod.h WXH
672 xpmdecod.h WXH
673 dbkeyg.h WXH
674 glcanvas.h WXH
675 grid.h WXH
676 gridctrl.h WXH
677 gsocket.h WXH Base
678 hash.h WXH Base
679 help.h WXH
680 helpbase.h WXH
681 cshelp.h WXH
682 helphtml.h WXH
683 helpchm.h WXH
684 helpwin.h WXH
685 icon.h WXH
686 image.h WXH
687 imaggif.h WXH
688 imagxpm.h WXH
689 imagbmp.h WXH
690 imagpng.h WXH
691 imagpcx.h WXH
692 imagpnm.h WXH
693 imagxpm.h WXH
694 imagtiff.h WXH
695 imagjpeg.h WXH
696 imaglist.h WXH
697 intl.h WXH Base
698 ioswrap.h WXH Base
699 ipcbase.h WXH Base
700 isql.h WXH
701 isqlext.h WXH
702 joystick.h WXH
703 layout.h WXH
704 laywin.h WXH
705 list.h WXH Base
706 listbox.h WXH
707 listctrl.h WXH
708 log.h WXH Base
709 longlong.h WXH Base
710 matrix.h WXH
711 mdi.h WXH
712 memory.h WXH Base
713 memconf.h WXH Base
714 menu.h WXH
715 menuitem.h WXH
716 metafile.h WXH
717 mimetype.h WXH Base
718 minifram.h WXH
719 module.h WXH Base
720 msgdlg.h WXH
721 mstream.h WXH Base
722 notebook.h WXH
723 object.h WXH Base
724 objstrm.h WXH Base
725 odbc.h WXH
726 ownerdrw.h WXH
727 palette.h WXH
728 panel.h WXH
729 paper.h WXH
730 pen.h WXH
731 popupwin.h WXH
732 print.h WXH
733 printdlg.h WXH
734 prntbase.h WXH
735 process.h WXH Base
736 progdlg.h WXH
737 prop.h WXH
738 propform.h WXH
739 proplist.h WXH
740 radiobox.h WXH
741 radiobut.h WXH
742 regex.h WXH Base
743 region.h WXH
744 resource.h WXH
745 sashwin.h WXH
746 sckaddr.h WXH Base
747 sckipc.h WXH Base
748 sckstrm.h WXH Base
749 scrolbar.h WXH
750 scrolwin.h WXH
751 serbase.h WXH Base
752 settings.h WXH
753 setup.h WXH Base
754 sizer.h WXH
755 slider.h WXH
756 socket.h WXH Base
757 snglinst.h WXH Base
758 spinbutt.h WXH
759 spinctrl.h WXH
760 splash.h WXH
761 splitter.h WXH
762 stack.h WXH
763 statbmp.h WXH
764 statbox.h WXH
765 statline.h WXH
766 stattext.h WXH
767 statusbr.h WXH
768 strconv.h WXH Base
769 stream.h WXH Base
770 string.h WXH Base
771 sysopt.h WXH Base
772 tab.h WXH
773 tabctrl.h WXH
774 taskbar.h WXH
775 tbarbase.h WXH
776 tbarsmpl.h WXH
777 textctrl.h WXH
778 textdlg.h WXH
779 textfile.h WXH Base
780 tglbtn.h WXH
781 thread.h WXH Base
782 time.h WXH Base
783 timer.h WXH Base
784 tipdlg.h WXH
785 tipwin.h WXH
786 tokenzr.h WXH Base
787 toolbar.h WXH
788 tooltip.h WXH
789 treebase.h WXH
790 treectrl.h WXH
791 txtstrm.h WXH Base
792 types.h WXH
793 url.h WXH Base
794 utils.h WXH Base
795 valgen.h WXH
796 validate.h WXH
797 valtext.h WXH
798 variant.h WXH Base
799 vector.h WXH Base
800 version.h WXH Base
801 wave.h WXH
802 wfstream.h WXH Base
803 window.h WXH
804 wizard.h WXH
805 wx.h WXH Base
806 wx_cw.h WXH
807 wx_cw_cm.h WXH
808 wx_cw_d.h WXH
809 wxchar.h WXH Base
810 wxexpr.h WXH
811 wxhtml.h WXH
812 wxprec.h WXH Base
813 zipstrm.h WXH Base
814 zstream.h WXH Base
815
816 accel.h GTKH
817 app.h GTKH
818 bitmap.h GTKH
819 bmpbuttn.h GTKH
820 brush.h GTKH
821 button.h GTKH
822 checkbox.h GTKH
823 checklst.h GTKH
824 choice.h GTKH
825 clipbrd.h GTKH
826 colour.h GTKH
827 combobox.h GTKH
828 control.h GTKH
829 cursor.h GTKH
830 dataform.h GTKH
831 dataobj.h GTKH
832 dataobj2.h GTKH
833 dc.h GTKH
834 dcclient.h GTKH
835 dcmemory.h GTKH
836 dcscreen.h GTKH
837 dialog.h GTKH
838 dnd.h GTKH
839 filedlg.h GTKH
840 font.h GTKH
841 fontdlg.h GTKH
842 frame.h GTKH
843 gauge.h GTKH
844 gdiobj.h GTKH
845 glcanvas.h GTKH
846 icon.h GTKH
847 joystick.h GTKH
848 listbox.h GTKH
849 mdi.h GTKH
850 menu.h GTKH
851 menuitem.h GTKH
852 minifram.h GTKH
853 notebook.h GTKH
854 pen.h GTKH
855 popupwin.h GTKH
856 radiobox.h GTKH
857 radiobut.h GTKH
858 region.h GTKH
859 scrolbar.h GTKH
860 scrolwin.h GTKH
861 settings.h GTKH
862 slider.h GTKH
863 spinbutt.h GTKH
864 spinctrl.h GTKH
865 statbmp.h GTKH
866 statbox.h GTKH
867 statline.h GTKH
868 stattext.h GTKH
869 tbargtk.h GTKH
870 textctrl.h GTKH
871 tglbtn.h GTKH
872 timer.h GTKH
873 tooltip.h GTKH
874 treectrl.h GTKH
875 wave.h GTKH
876 win_gtk.h GTKH
877 window.h GTKH
878
879 accel.h MotifH
880 app.h MotifH
881 bitmap.h MotifH
882 bmpbuttn.h MotifH
883 brush.h MotifH
884 button.h MotifH
885 checkbox.h MotifH
886 checklst.h MotifH
887 choice.h MotifH
888 clipbrd.h MotifH
889 colordlg.h MotifH
890 colour.h MotifH
891 combobox.h MotifH
892 control.h MotifH
893 cursor.h MotifH
894 dataform.h MotifH
895 dataobj.h MotifH
896 dataobj2.h MotifH
897 dc.h MotifH
898 dcclient.h MotifH
899 dcmemory.h MotifH
900 dcprint.h MotifH
901 dcscreen.h MotifH
902 dialog.h MotifH
903 dnd.h MotifH
904 filedlg.h MotifH
905 font.h MotifH
906 fontdlg.h MotifH
907 frame.h MotifH
908 gauge.h MotifH
909 gdiobj.h MotifH
910 glcanvas.h MotifH
911 icon.h MotifH
912 joystick.h MotifH
913 listbox.h MotifH
914 mdi.h MotifH
915 menu.h MotifH
916 menuitem.h MotifH
917 metafile.h MotifH
918 minifram.h MotifH
919 msgdlg.h MotifH
920 palette.h MotifH
921 pen.h MotifH
922 print.h MotifH
923 printdlg.h MotifH
924 private.h MotifH
925 radiobox.h MotifH
926 radiobut.h MotifH
927 region.h MotifH
928 scrolbar.h MotifH
929 settings.h MotifH
930 slider.h MotifH
931 spinbutt.h MotifH
932 statbmp.h MotifH
933 statbox.h MotifH
934 stattext.h MotifH
935 textctrl.h MotifH
936 timer.h MotifH
937 toolbar.h MotifH
938 window.h MotifH
939
940 accel.h MSWH
941 app.h MSWH
942 bitmap.h MSWH
943 bmpbuttn.h MSWH
944 brush.h MSWH
945 button.h MSWH
946 caret.h MSWH
947 checkbox.h MSWH
948 checklst.h MSWH
949 choice.h MSWH
950 clipbrd.h MSWH
951 colordlg.h MSWH
952 colour.h MSWH
953 combobox.h MSWH
954 control.h MSWH
955 curico.h MSWH
956 curicop.h MSWH
957 cursor.h MSWH
958 dc.h MSWH
959 dcclient.h MSWH
960 dcmemory.h MSWH
961 dcprint.h MSWH
962 dcscreen.h MSWH
963 dde.h MSWH Base
964 dialog.h MSWH
965 dib.h MSWH
966 dibutils.h MSWH
967 dirdlg.h MSWH
968 dragimag.h MSWH
969 enhmeta.h MSWH Win32Only
970 filedlg.h MSWH
971 font.h MSWH
972 fontdlg.h MSWH
973 frame.h MSWH
974 gauge.h MSWH
975 gauge95.h MSWH
976 gaugemsw.h MSWH
977 gdiimage.h MSWH
978 gdiobj.h MSWH
979 glcanvas.h MSWH
980 helpchm.h MSWH
981 helpwin.h MSWH
982 icon.h MSWH
983 imaglist.h MSWH
984 iniconf.h MSWH
985 joystick.h MSWH
986 listbox.h MSWH
987 listctrl.h MSWH
988 mdi.h MSWH
989 menu.h MSWH
990 menuitem.h MSWH
991 metafile.h MSWH
992 mimetype.h MSWH Win32Only,Base
993 minifram.h MSWH
994 msgdlg.h MSWH
995 msvcrt.h MSWH
996 notebook.h MSWH
997 palette.h MSWH
998 pen.h MSWH
999 printdlg.h MSWH
1000 printwin.h MSWH
1001 private.h MSWH
1002 radiobox.h MSWH
1003 radiobut.h MSWH
1004 regconf.h MSWH
1005 region.h MSWH
1006 registry.h MSWH
1007 scrolbar.h MSWH
1008 settings.h MSWH
1009 setup0.h MSWH
1010 slider.h MSWH
1011 slider95.h MSWH
1012 slidrmsw.h MSWH
1013 spinbutt.h MSWH
1014 statbmp.h MSWH
1015 statbox.h MSWH
1016 statbr95.h MSWH
1017 statline.h MSWH
1018 stattext.h MSWH
1019 tabctrl.h MSWH
1020 taskbar.h MSWH
1021 tbar95.h MSWH
1022 tbarmsw.h MSWH
1023 textctrl.h MSWH
1024 tglbtn.h MSWH
1025 timer.h MSWH
1026 tooltip.h MSWH
1027 treectrl.h MSWH
1028 wave.h MSWH
1029 window.h MSWH
1030 winundef.h MSWH
1031 # blank.cur MSWH
1032 # bullseye.cur MSWH
1033 # child.ico MSWH
1034 # clock.cur MSWH
1035 # error.ico MSWH
1036 # hand.cur MSWH
1037 # heart.cur MSWH
1038 # info.ico MSWH
1039 # magnif1.cur MSWH
1040 # mdi.ico MSWH
1041 # noentry.cur MSWH
1042 # pbrush.cur MSWH
1043 # pencil.cur MSWH
1044 # pntleft.cur MSWH
1045 # pntright.cur MSWH
1046 # query.cur MSWH
1047 # question.ico MSWH
1048 # roller.cur MSWH
1049 # size.cur MSWH
1050 # std.ico MSWH
1051 # tip.ico MSWH
1052 # warning.ico MSWH
1053 # watch1.cur MSWH
1054 # disable.bmp MSWH
1055 # wx.rc MSWH
1056
1057 accel.h OS2H
1058 dataobj.h OS2H
1059 helpwin.h OS2H
1060 pngread.h OS2H
1061 statline.h OS2H
1062 app.h OS2H
1063 dataobj2.h OS2H
1064 icon.h OS2H
1065 stattext.h OS2H
1066 bitmap.h OS2H
1067 dc.h OS2H
1068 tabctrl.h OS2H
1069 dcclient.h OS2H
1070 print.h OS2H
1071 taskbar.h OS2H
1072 bmpbuttn.h OS2H
1073 dcmemory.h OS2H
1074 iniconf.h OS2H
1075 private.h OS2H
1076 textctrl.h OS2H
1077 brush.h OS2H
1078 dcprint.h OS2H
1079 joystick.h OS2H
1080 timer.h OS2H
1081 dcscreen.h OS2H
1082 listbox.h OS2H
1083 button.h OS2H
1084 dialog.h OS2H
1085 radiobox.h OS2H
1086 toolbar.h OS2H
1087 checkbox.h OS2H
1088 dirdlg.h OS2H
1089 mdi.h OS2H
1090 radiobut.h OS2H
1091 tooltip.h OS2H
1092 checklst.h OS2H
1093 dnd.h OS2H
1094 menu.h OS2H
1095 region.h OS2H
1096 menuitem.h OS2H
1097 choice.h OS2H
1098 filedlg.h OS2H
1099 metafile.h OS2H
1100 scrolbar.h OS2H
1101 wave.h OS2H
1102 clipbrd.h OS2H
1103 font.h OS2H
1104 minifram.h OS2H
1105 settings.h OS2H
1106 window.h OS2H
1107 fontdlg.h OS2H
1108 msgdlg.h OS2H
1109 colour.h OS2H
1110 frame.h OS2H
1111 setup0.h OS2H
1112 combobox.h OS2H
1113 gauge.h OS2H
1114 notebook.h OS2H
1115 control.h OS2H
1116 gdiimage.h OS2H
1117 palette.h OS2H
1118 slider.h OS2H
1119 cursor.h OS2H
1120 gdiobj.h OS2H
1121 spinbutt.h OS2H
1122 gsockos2.h OS2H
1123 pen.h OS2H
1124 spinctrl.h OS2H
1125 statbmp.h OS2H
1126 dataform.h OS2H
1127 pnghand.h OS2H
1128 statbox.h OS2H
1129
1130 execute.h UnixH
1131 fontutil.h UnixH
1132 gsockunx.h UnixH Base
1133 mimetype.h UnixH Base
1134
1135 file.h ProtoH Base
1136 ftp.h ProtoH Base
1137 http.h ProtoH Base
1138 protocol.h ProtoH Base
1139
1140 forcelnk.h HtmlH
1141 helpdata.h HtmlH
1142 helpfrm.h HtmlH
1143 helpctrl.h HtmlH
1144 htmlcell.h HtmlH
1145 htmldefs.h HtmlH
1146 htmlfilt.h HtmlH
1147 htmlpars.h HtmlH
1148 htmltag.h HtmlH
1149 htmlwin.h HtmlH
1150 winpars.h HtmlH
1151 m_templ.h HtmlH
1152 htmprint.h HtmlH
1153
1154 accel.h GenericH
1155 calctrl.h GenericH
1156 caret.h GenericH
1157 choicdgg.h GenericH
1158 colrdlgg.h GenericH
1159 dcpsg.h GenericH
1160 dirctrlg.h GenericH
1161 dirdlgg.h GenericH NotWin32
1162 dragimgg.h GenericH NotWin32
1163 fontdlgg.h GenericH
1164 filedlgg.h GenericH
1165 grid.h GenericH
1166 gridctrl.h GenericH
1167 gridg.h GenericH
1168 helpext.h GenericH
1169 helpwxht.h GenericH
1170 helphtml.h GenericH
1171 imaglist.h GenericH
1172 laywin.h GenericH
1173 listctrl.h GenericH NotWin32
1174 msgdlgg.h GenericH
1175 notebook.h GenericH
1176 paletteg.h GenericH NotMSW,NotX,NotOS2
1177 panelg.h GenericH
1178 printps.h GenericH
1179 prntdlgg.h GenericH
1180 progdlgg.h GenericH
1181 sashwin.h GenericH
1182 scrolwin.h GenericH
1183 splash.h GenericH
1184 splitter.h GenericH
1185 statusbr.h GenericH
1186 tabg.h GenericH NotWin32
1187 textdlgg.h GenericH
1188 treectlg.h GenericH NotWin32
1189 wizard.h GenericH
1190
1191 app.h UnivH
1192 bmpbuttn.h UnivH
1193 button.h UnivH
1194 checkbox.h UnivH
1195 checklst.h UnivH
1196 colschem.h UnivH
1197 combobox.h UnivH
1198 control.h UnivH
1199 frame.h UnivH
1200 gauge.h UnivH
1201 inphand.h UnivH
1202 listbox.h UnivH
1203 menu.h UnivH
1204 menuitem.h UnivH
1205 notebook.h UnivH
1206 radiobox.h UnivH
1207 radiobut.h UnivH
1208 renderer.h UnivH
1209 scrarrow.h UnivH
1210 scrolbar.h UnivH
1211 scrthumb.h UnivH
1212 scrtimer.h UnivH
1213 setup.h UnivH
1214 slider.h UnivH
1215 spinbutt.h UnivH
1216 statbmp.h UnivH
1217 statbox.h UnivH
1218 statline.h UnivH
1219 stattext.h UnivH
1220 textctrl.h UnivH
1221 theme.h UnivH
1222 window.h UnivH
1223
1224 # wxMGL:
1225 colour.cpp MGL LowLevel
1226 dc.cpp MGL LowLevel
1227 gdiobj.cpp MGL LowLevel
1228 palette.cpp MGL LowLevel
1229 region.cpp MGL LowLevel
1230 brush.cpp MGL LowLevel
1231 pen.cpp MGL LowLevel
1232 font.cpp MGL LowLevel
1233 data.cpp MGL LowLevel
1234 #fontenum.cpp MGL LowLevel
1235 #fontutil.cpp MGL LowLevel
1236 app.cpp MGL LowLevel
1237 bitmap.cpp MGL LowLevel
1238 clipbrd.cpp MGL LowLevel
1239 cursor.cpp MGL LowLevel
1240 dcclient.cpp MGL LowLevel
1241 dcmemory.cpp MGL LowLevel
1242 dcscreen.cpp MGL LowLevel
1243 dialog.cpp MGL LowLevel
1244 frame.cpp MGL LowLevel
1245 icon.cpp MGL LowLevel
1246 settings.cpp MGL LowLevel
1247 timer.cpp MGL LowLevel
1248 window.cpp MGL LowLevel
1249 utils.cpp MGL LowLevel
1250 bmpbase.cpp MGL LowLevel
1251
1252 # vi: set noet ts=16 nolist: