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