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