]> git.saurik.com Git - wxWidgets.git/blob - distrib/msw/tmake/filelist.txt
Useful little fix that automatically hides the busy cursor in modal dialogs.
[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 a letter corresonding a directory:
10 # G /src/generic
11 # C /src/common
12 # M /src/msw
13 # X /src/motif X for Xt
14 # U /src/unix
15 # R /src/gtk R for Robert
16 # H /src/html
17 # W /include/wx
18 # K /include/wx/gtk K for gtK
19 # F /include/wx/motif F for motiF
20 # N /include/wx/generic N for geNeric
21 # L /include/wx/html L for htmL
22 # P /include/wx/protocol
23 # S /include/wx/unix S for poSix
24 #
25 # The third column may be empty or contain some additional info about this
26 # file (only compile it in 16bit mode, don't compile it with this or that
27 # compiler, &c)
28 #
29 # Known flags:
30 # 16 a generic file implementing Win32 control for Win16
31 # 32 only can be compiled under Win32
32 # PS PostScript related file, normally not compiled under Windows
33 # G generic code which might be used instead of native one
34 # U Unix-ish file, normally not compiled under Windows
35 # O OLE file (needs Win32 and a decent compiler)
36 # S Socket file (currently doesn't compile under Win16 nor with GNU)
37 # R Not required for the GTK port
38 # X Not required for the Motif port
39 # WX Base header
40 # GTK GTK header
41 # MSW MSW header
42 # MAC Mac header
43 # MOT Motif header
44 # PM OS/2 header
45 # GEN Generic header
46 # PRO Protocol header
47 # HTM wxHtml header
48 # UNX Unix header
49 ###############################################################################
50
51 # File name Type Flags
52
53 busyinfo.cpp G
54 caret.cpp G U
55 choicdgg.cpp G
56 colrdlgg.cpp G G
57 dcpsg.cpp G U
58 dirdlgg.cpp G 16
59 fontdlgg.cpp G G
60 gridg.cpp G
61 helpxlp.cpp G G,R
62 imaglist.cpp G 16
63 laywin.cpp G
64 listctrl.cpp G 16
65 msgdlgg.cpp G G
66 notebook.cpp G 16,R
67 panelg.cpp G
68 printps.cpp G PS
69 prntdlgg.cpp G PS,U
70 progdlgg.cpp G
71 prop.cpp G
72 propform.cpp G
73 proplist.cpp G
74 sashwin.cpp G
75 scrolwin.cpp G
76 splitter.cpp G
77 statusbr.cpp G
78 tabg.cpp G R
79 numdlgg.cpp G
80 textdlgg.cpp G
81 tipdlg.cpp G
82 treectrl.cpp G 16
83
84 choiccmn.cpp C R
85 cmndata.cpp C
86 config.cpp C
87 ctrlcmn.cpp C R
88 date.cpp C
89 datstrm.cpp C
90 db.cpp C
91 dbtable.cpp C
92 dcbase.cpp C
93 dlgcmn.cpp C
94 docmdi.cpp C
95 docview.cpp C
96 dynarray.cpp C
97 dynlib.cpp C
98 event.cpp C
99 extended.c C
100 ffile.cpp C
101 file.cpp C
102 fileconf.cpp C
103 filefn.cpp C
104 filesys.cpp C
105 framecmn.cpp C
106 fs_inet.cpp C
107 fs_zip.cpp C
108 ftp.cpp C S
109 gdicmn.cpp C
110 hash.cpp C
111 helpbase.cpp C
112 http.cpp C S
113 imagbmp.cpp C
114 image.cpp C
115 imaggif.cpp C
116 imagjpeg.cpp C
117 imagpng.cpp C
118 intl.cpp C
119 ipcbase.cpp C
120 layout.cpp C
121 list.cpp C
122 log.cpp C
123 memory.cpp C
124 mimetype.cpp C 32
125 module.cpp C
126 mstream.cpp C
127 object.cpp C
128 objstrm.cpp C
129 odbc.cpp C R
130 paper.cpp C
131 prntbase.cpp C
132 process.cpp C 32
133 protocol.cpp C S
134 resource.cpp C
135 sckaddr.cpp C S
136 sckfile.cpp C S
137 sckipc.cpp C S
138 sckstrm.cpp C S
139 sizer.cpp C
140 socket.cpp C S
141 stream.cpp C
142 strconv.cpp C
143 string.cpp C
144 tbarbase.cpp C
145 tbarsmpl.cpp C 16
146 textcmn.cpp C
147 textfile.cpp C
148 time.cpp C
149 timercmn.cpp C
150 tokenzr.cpp C
151 txtstrm.cpp C
152 unzip.c C
153 url.cpp C S
154 utilscmn.cpp C
155 valgen.cpp C
156 validate.cpp C
157 valtext.cpp C
158 variant.cpp C
159 wfstream.cpp C
160 wincmn.cpp C
161 wxchar.cpp C
162 wxexpr.cpp C
163 zipstrm.cpp C
164 zstream.cpp C
165
166 accel.cpp M
167 app.cpp M
168 automtn.cpp M O
169 bitmap.cpp M
170 bmpbuttn.cpp M
171 brush.cpp M
172 button.cpp M
173 caret.cpp M
174 checkbox.cpp M
175 checklst.cpp M
176 choice.cpp M
177 clipbrd.cpp M
178 colordlg.cpp M
179 colour.cpp M
180 combobox.cpp M
181 control.cpp M
182 curico.cpp M
183 cursor.cpp M
184 data.cpp M
185 dataobj.cpp M O
186 dc.cpp M
187 dcclient.cpp M
188 dcmemory.cpp M
189 dcprint.cpp M
190 dcscreen.cpp M
191 dde.cpp M
192 dialog.cpp M
193 dib.cpp M
194 dibutils.cpp M
195 dirdlg.cpp M 32
196 dragimag.cpp M
197 dropsrc.cpp M O
198 droptgt.cpp M O
199 filedlg.cpp M
200 font.cpp M
201 fontdlg.cpp M
202 frame.cpp M
203 gauge95.cpp M 32
204 gaugemsw.cpp M 16
205 gdiobj.cpp M
206 helpwin.cpp M
207 icon.cpp M
208 imaglist.cpp M 32
209 iniconf.cpp M 16
210 joystick.cpp M
211 listbox.cpp M
212 listctrl.cpp M 32
213 main.cpp M
214 mdi.cpp M
215 menu.cpp M
216 menuitem.cpp M
217 metafile.cpp M
218 minifram.cpp M
219 msgdlg.cpp M
220 nativdlg.cpp M
221 notebook.cpp M 32
222 oleutils.cpp M O
223 ownerdrw.cpp M
224 palette.cpp M
225 pen.cpp M
226 penwin.cpp M
227 pnghand.cpp M
228 printdlg.cpp M
229 printwin.cpp M
230 radiobox.cpp M
231 radiobut.cpp M
232 regconf.cpp M 32
233 region.cpp M
234 registry.cpp M 32
235 scrolbar.cpp M
236 settings.cpp M
237 slider95.cpp M 32
238 slidrmsw.cpp M 16
239 spinbutt.cpp M
240 statbmp.cpp M
241 statbox.cpp M
242 statbr95.cpp M 32
243 statline.cpp M
244 stattext.cpp M
245 tabctrl.cpp M
246 taskbar.cpp M 32
247 tbar95.cpp M 32
248 tbarmsw.cpp M 16
249 textctrl.cpp M
250 thread.cpp M 32
251 timer.cpp M
252 tooltip.cpp M 32
253 treectrl.cpp M 32
254 utils.cpp M
255 utilsexc.cpp M
256 uuid.cpp M O
257 wave.cpp M
258 window.cpp M
259 xpmhand.cpp M
260
261 threadpsx.cpp U
262 utilsunx.cpp U
263 gsocket.c U
264
265 gsockgtk.c R
266 win_gtk.c R
267 accel.cpp R
268 app.cpp R
269 bitmap.cpp R
270 bmpbuttn.cpp R
271 brush.cpp R
272 button.cpp R
273 checkbox.cpp R
274 checklst.cpp R
275 choice.cpp R
276 clipbrd.cpp R
277 colour.cpp R
278 combobox.cpp R
279 control.cpp R
280 cursor.cpp R
281 data.cpp R
282 dataobj.cpp R
283 dc.cpp R
284 dcclient.cpp R
285 dcmemory.cpp R
286 dcscreen.cpp R
287 dialog.cpp R
288 dnd.cpp R
289 filedlg.cpp R
290 font.cpp R
291 frame.cpp R
292 gauge.cpp R
293 gdiobj.cpp R
294 icon.cpp R
295 listbox.cpp R
296 main.cpp R
297 mdi.cpp R
298 menu.cpp R
299 minifram.cpp R
300 notebook.cpp R
301 palette.cpp R
302 pen.cpp R
303 radiobox.cpp R
304 radiobut.cpp R
305 region.cpp R
306 scrolbar.cpp R
307 settings.cpp R
308 slider.cpp R
309 spinbutt.cpp R
310 statbmp.cpp R
311 statbox.cpp R
312 statline.cpp R
313 stattext.cpp R
314 tbargtk.cpp R
315 textctrl.cpp R
316 timer.cpp R
317 tooltip.cpp R
318 utilsgtk.cpp R
319 utilsres.cpp R
320 wave.cpp R
321 window.cpp R
322
323 gsockmot.cpp X
324 accel.cpp X
325 app.cpp X
326 bitmap.cpp X
327 bmpbuttn.cpp X
328 brush.cpp X
329 button.cpp X
330 checkbox.cpp X
331 choice.cpp X
332 clipbrd.cpp X
333 colour.cpp X
334 combobox.cpp X
335 control.cpp X
336 cursor.cpp X
337 data.cpp X
338 dataobj.cpp X
339 dc.cpp X
340 dcclient.cpp X
341 dcmemory.cpp X
342 dcscreen.cpp X
343 dialog.cpp X
344 filedlg.cpp X
345 font.cpp X
346 frame.cpp X
347 gauge.cpp X
348 gdiobj.cpp X
349 icon.cpp X
350 listbox.cpp X
351 main.cpp X
352 mdi.cpp X
353 menu.cpp X
354 menuitem.cpp X
355 minifram.cpp X
356 msgdlg.cpp X
357 palette.cpp X
358 pen.cpp X
359 radiobox.cpp X
360 radiobut.cpp X
361 region.cpp X
362 scrolbar.cpp X
363 settings.cpp X
364 slider.cpp X
365 statbmp.cpp X
366 statbox.cpp X
367 stattext.cpp X
368 toolbar.cpp X
369 textctrl.cpp X
370 timer.cpp X
371 utils.cpp X
372 window.cpp X
373
374 htmlcell.cpp H
375 htmlfilter.cpp H
376 htmlhelp.cpp H
377 htmlhelp_io.cpp H
378 htmlparser.cpp H
379 htmltag.cpp H
380 htmlwin.cpp H
381 htmlwinparser.cpp H
382 mod_fonts.cpp H
383 mod_hline.cpp H
384 mod_image.cpp H
385 mod_layout.cpp H
386 mod_links.cpp H
387 mod_list.cpp H
388 mod_pre.cpp H
389 mod_tables.cpp H
390 search.cpp H
391
392 arrimpl.cpp W
393 listimpl.cpp W
394 accel.h W
395 app.h W
396 bitmap.h W
397 bmpbuttn.h W
398 brush.h W
399 buffer.h W
400 busyinfo.h W
401 button.h W
402 caret.h W
403 checkbox.h W
404 checklst.h W
405 choicdlg.h W
406 choice.h W
407 clipbrd.h W
408 cmndata.h W
409 colordlg.h W
410 colour.h W
411 combobox.h W
412 confbase.h W
413 config.h W
414 control.h W
415 cursor.h W
416 dataobj.h W
417 date.h W
418 datstrm.h W
419 db.h W
420 dbtable.h W
421 dc.h W
422 dcclient.h W
423 dcmemory.h W
424 dcprint.h W
425 dcps.h W
426 dcscreen.h W
427 dde.h W
428 debug.h W
429 defs.h W
430 dialog.h W
431 dirdlg.h W
432 dnd.h W
433 docmdi.h W
434 docview.h W
435 dragimag.h W
436 dynarray.h W
437 dynlib.h W
438 event.h W
439 expr.h W
440 ffile.h W
441 file.h W
442 fileconf.h W
443 filedlg.h W
444 filefn.h W
445 filesys.h W
446 font.h W
447 fontdlg.h W
448 frame.h W
449 fs_inet.h W
450 fs_zip.h W
451 gauge.h W
452 gdicmn.h W
453 gdiobj.h W
454 grid.h W
455 hash.h W
456 help.h W
457 helpbase.h W
458 helphtml.h W
459 helpwin.h W
460 helpxlp.h W
461 icon.h W
462 image.h W
463 imaglist.h W
464 intl.h W
465 ioswrap.h W
466 ipcbase.h W
467 joystick.h W
468 layout.h W
469 laywin.h W
470 list.h W
471 listbox.h W
472 listctrl.h W
473 log.h W
474 longlong.h W
475 matrix.h W
476 mdi.h W
477 memory.h W
478 menu.h W
479 menuitem.h W
480 metafile.h W
481 mimetype.h W
482 minifram.h W
483 module.h W
484 msgdlg.h W
485 mstream.h W
486 notebook.h W
487 object.h W
488 objstrm.h W
489 odbc.h W
490 ownerdrw.h W
491 palette.h W
492 panel.h W
493 paper.h W
494 pen.h W
495 pnghand.h W
496 print.h W
497 printdlg.h W
498 prntbase.h W
499 process.h W
500 progdlg.h W
501 prop.h W
502 propform.h W
503 proplist.h W
504 radiobox.h W
505 radiobut.h W
506 region.h W
507 resource.h W
508 sashwin.h W
509 sckaddr.h W
510 sckipc.h W
511 sckstrm.h W
512 scrolbar.h W
513 scrolwin.h W
514 serbase.h W
515 settings.h W
516 setup.h W
517 slider.h W
518 socket.h W
519 spinbutt.h W
520 splitter.h W
521 statbmp.h W
522 statbox.h W
523 statline.h W
524 stattext.h W
525 statusbr.h W
526 strconv.h W
527 stream.h W
528 string.h W
529 tab.h W
530 tabctrl.h W
531 taskbar.h W
532 tbar95.h W
533 tbarbase.h W
534 tbarmsw.h W
535 tbarsmpl.h W
536 textctrl.h W
537 textdlg.h W
538 textfile.h W
539 txtstrm.h W
540 thread.h W
541 time.h W
542 timer.h W
543 tipdlg.h W
544 tokenzr.h W
545 toolbar.h W
546 tooltip.h W
547 treectrl.h W
548 types.h W
549 url.h W
550 utils.h W
551 valgen.h W
552 validate.h W
553 valtext.h W
554 variant.h W
555 version.h W
556 wave.h W
557 wfstream.h W
558 window.h W
559 wx.h W
560 wx_cw.h W
561 wx_cw_cm.h W
562 wx_cw_d.h W
563 wxchar.h W
564 wxexpr.h W
565 wxhtml.h W
566 wxprec.h W
567 xpmhand.h W
568 zipstrm.h W
569 zstream.h W
570
571 accel.h K
572 app.h K
573 bitmap.h K
574 bmpbuttn.h K
575 brush.h K
576 button.h K
577 checkbox.h K
578 checklst.h K
579 choice.h K
580 clipbrd.h K
581 colour.h K
582 combobox.h K
583 control.h K
584 cursor.h K
585 dataobj.h K
586 dc.h K
587 dcclient.h K
588 dcmemory.h K
589 dcscreen.h K
590 dialog.h K
591 dnd.h K
592 filedlg.h K
593 font.h K
594 frame.h K
595 gauge.h K
596 gdiobj.h K
597 icon.h K
598 joystick.h K
599 listbox.h K
600 mdi.h K
601 menu.h K
602 menuitem.h K
603 msgdlg.h K
604 minifram.h K
605 notebook.h K
606 palette.h K
607 pen.h K
608 radiobox.h K
609 radiobut.h K
610 region.h K
611 scrolbar.h K
612 settings.h K
613 slider.h K
614 spinbutt.h K
615 statbmp.h K
616 statbox.h K
617 statline.h K
618 stattext.h K
619 tbargtk.h K
620 textctrl.h K
621 timer.h K
622 tooltip.h K
623 treectrl.h K
624 wave.h K
625 win_gtk.h K
626 window.h K
627
628 accel.h F
629 app.h F
630 bitmap.h F
631 bmpbuttn.h F
632 brush.h F
633 button.h F
634 checkbox.h F
635 checklst.h F
636 choice.h F
637 clipbrd.h F
638 colordlg.h F
639 colour.h F
640 combobox.h F
641 control.h F
642 cursor.h F
643 dataobj.h F
644 dc.h F
645 dcclient.h F
646 dcmemory.h F
647 dcprint.h F
648 dcscreen.h F
649 dialog.h F
650 dnd.h F
651 filedlg.h F
652 font.h F
653 fontdlg.h F
654 frame.h F
655 gauge.h F
656 gdiobj.h F
657 icon.h F
658 joystick.h F
659 listbox.h F
660 mdi.h F
661 menu.h F
662 menuitem.h F
663 metafile.h F
664 minifram.h F
665 msgdlg.h F
666 palette.h F
667 pen.h F
668 print.h F
669 printdlg.h F
670 private.h F
671 radiobox.h F
672 radiobut.h F
673 region.h F
674 scrolbar.h F
675 settings.h F
676 slider.h F
677 spinbutt.h F
678 statbmp.h F
679 statbox.h F
680 stattext.h F
681 textctrl.h F
682 timer.h F
683 toolbar.h F
684 window.h F
685
686 execute.h S
687
688 file.h P
689 ftp.h P
690 http.h P
691 protocol.h P
692
693 forcelink.h L
694 htmlcell.h L
695 htmldefs.h L
696 htmlfilter.h L
697 htmlhelp.h L
698 htmlparser.h L
699 htmltag.h L
700 htmlwin.h L
701 htmlwinparser.h L
702 mod_templ.h L
703 version.h L
704
705 caret.h N
706 choicdgg.h N
707 colrdlgg.h N
708 dcpsg.h N
709 dirdlgg.h N
710 fontdlgg.h N
711 gridg.h N
712 helpext.h N
713 helpwxht.h N
714 helphtml.h N
715 helpxlp.h N
716 imaglist.h N
717 laywin.h N
718 listctrl.h N
719 msgdlgg.h N
720 notebook.h N
721 panelg.h N
722 printps.h N
723 prntdlgg.h N
724 progdlgg.h N
725 sashwin.h N
726 scrolwin.h N
727 splitter.h N
728 statusbr.h N
729 tabg.h N
730 textdlgg.h N
731 treectrl.h N
732
733 # vi: set noet ts=16 nolist: