]>
Commit | Line | Data |
---|---|---|
f2071dda VZ |
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 | |
a3015c54 | 9 | # filename, the second a letter corresonding a directory: |
791a2102 | 10 | # B /src/common but only needed for the wxBase compilation |
b87654f3 | 11 | # G /src/generic |
a3015c54 RR |
12 | # C /src/common |
13 | # M /src/msw | |
073478b3 | 14 | # X /src/motif X for Xt |
a3015c54 | 15 | # U /src/unix |
073478b3 | 16 | # R /src/gtk R for Robert |
e07802fc | 17 | # O /src/os2 |
a3015c54 | 18 | # H /src/html |
2aa88730 RR |
19 | # W /include/wx |
20 | # K /include/wx/gtk K for gtK | |
b87654f3 | 21 | # F /include/wx/motif F for motiF |
791a2102 | 22 | # 9 /include/wx/msw 9 for Windows 9x |
e07802fc | 23 | # 2 /include/wx/os2 2 for os2 |
b87654f3 VZ |
24 | # N /include/wx/generic N for geNeric |
25 | # L /include/wx/html L for htmL | |
26 | # P /include/wx/protocol | |
27 | # S /include/wx/unix S for poSix | |
a3015c54 | 28 | # |
b87654f3 VZ |
29 | # The third column may be empty or contain some additional info about this |
30 | # file (only compile it in 16bit mode, don't compile it with this or that | |
a3015c54 | 31 | # compiler, &c) |
f2071dda VZ |
32 | # |
33 | # Known flags: | |
e90c1d2a | 34 | # B makes part of the base library too |
f2071dda VZ |
35 | # 16 a generic file implementing Win32 control for Win16 |
36 | # 32 only can be compiled under Win32 | |
37 | # PS PostScript related file, normally not compiled under Windows | |
38 | # G generic code which might be used instead of native one | |
39 | # U Unix-ish file, normally not compiled under Windows | |
40 | # O OLE file (needs Win32 and a decent compiler) | |
1c282a3a | 41 | # S Socket file (currently doesn't compile under Win16) |
a3015c54 | 42 | # R Not required for the GTK port |
8e877c19 | 43 | # X Not required for the Motif port |
6c8f8bc5 SN |
44 | # P Not required for the os2Pm port |
45 | # (unfortunately I can't use O since that is | |
46 | # in use already - and above I can't use P :-( ) | |
e90c1d2a | 47 | # |
23a54e14 | 48 | # WX Base header |
37667812 | 49 | # GTK GTK header |
23a54e14 | 50 | # MSW MSW header |
37667812 | 51 | # MAC Mac header |
23a54e14 RR |
52 | # MOT Motif header |
53 | # PM OS/2 header | |
54 | # GEN Generic header | |
55 | # PRO Protocol header | |
56 | # HTM wxHtml header | |
57 | # UNX Unix header | |
f2071dda VZ |
58 | ############################################################################### |
59 | ||
60 | # File name Type Flags | |
61 | ||
62 | busyinfo.cpp G | |
9d9b7755 | 63 | calctrl.cpp G |
a3015c54 | 64 | caret.cpp G U |
92afa2b1 | 65 | choicdgg.cpp G |
f2071dda | 66 | colrdlgg.cpp G G |
48b1d0ff | 67 | dcpsg.cpp G U |
51a58d8b | 68 | dirctrlg.cpp G |
6c8f8bc5 | 69 | dirdlgg.cpp G 16,P |
68be9f09 | 70 | dragimgg.cpp G P |
6c8f8bc5 SN |
71 | fontdlgg.cpp G G,R,P |
72 | filedlgg.cpp G U,X,P | |
f85afd4e | 73 | grid.cpp G |
d2e49665 | 74 | gridsel.cpp G |
08794f69 | 75 | helpext.cpp G G |
b1683d38 RR |
76 | helphtml.cpp G G |
77 | helpwxht.cpp G G | |
a3015c54 | 78 | helpxlp.cpp G G,R |
f2071dda VZ |
79 | imaglist.cpp G 16 |
80 | laywin.cpp G | |
81 | listctrl.cpp G 16 | |
dd85fc6b | 82 | logg.cpp G |
92afa2b1 | 83 | msgdlgg.cpp G G |
6c8f8bc5 | 84 | notebook.cpp G 16,R,P |
f2071dda VZ |
85 | panelg.cpp G |
86 | printps.cpp G PS | |
87 | prntdlgg.cpp G PS,U | |
88 | progdlgg.cpp G | |
89 | prop.cpp G | |
90 | propform.cpp G | |
91 | proplist.cpp G | |
92 | sashwin.cpp G | |
93 | scrolwin.cpp G | |
3f4fc796 | 94 | splash.cpp G |
f2071dda | 95 | splitter.cpp G |
6c8f8bc5 | 96 | statline.cpp G U,R,P |
f2071dda | 97 | statusbr.cpp G |
3ca6a5f0 | 98 | tabg.cpp G 16,P |
31528cd3 | 99 | numdlgg.cpp G |
bf84b0be | 100 | tbarsmpl.cpp G |
92afa2b1 | 101 | textdlgg.cpp G |
f2071dda | 102 | tipdlg.cpp G |
01fa3fe7 | 103 | tipwin.cpp G |
ad90972f | 104 | treectlg.cpp G |
babc9758 | 105 | treelay.cpp G |
b87654f3 | 106 | wizard.cpp G |
f2071dda | 107 | |
ec6c9ccd | 108 | appcmn.cpp C B |
9abe166a | 109 | choiccmn.cpp C |
2a36259f | 110 | cmdline.cpp C B |
f2071dda | 111 | cmndata.cpp C |
b068c4e8 | 112 | clipcmn.cpp C |
e90c1d2a | 113 | config.cpp C B |
fb6261e9 | 114 | cshelp.cpp C |
9abe166a | 115 | ctrlcmn.cpp C |
6c8a980f | 116 | ctrlsub.cpp C |
56b79cb9 | 117 | datetime.cpp C B |
2224580a | 118 | datstrm.cpp C B |
f2071dda VZ |
119 | db.cpp C |
120 | dbtable.cpp C | |
121 | dcbase.cpp C | |
122 | dlgcmn.cpp C | |
3f364be8 | 123 | dobjcmn.cpp C |
510fc784 | 124 | dndcmn.cpp C |
f2071dda VZ |
125 | docmdi.cpp C |
126 | docview.cpp C | |
e90c1d2a VZ |
127 | dynarray.cpp C B |
128 | dynlib.cpp C B | |
3f4fc796 | 129 | effects.cpp C |
f6bcfd97 | 130 | encconv.cpp C B |
37667812 | 131 | event.cpp C B |
e90c1d2a VZ |
132 | extended.c C B |
133 | ffile.cpp C B | |
134 | file.cpp C B | |
135 | fileconf.cpp C B | |
136 | filefn.cpp C B | |
df5ddbca | 137 | filename.cpp C B |
e90c1d2a | 138 | filesys.cpp C B |
e0f83017 | 139 | fontcmn.cpp C |
f6bcfd97 | 140 | fontmap.cpp C B |
f2071dda | 141 | framecmn.cpp C |
c07c37d7 VS |
142 | fs_inet.cpp C B |
143 | fs_zip.cpp C B | |
144 | fs_mem.cpp C B | |
8dfea369 | 145 | ftp.cpp C S,B |
f2071dda | 146 | gdicmn.cpp C |
510fc784 | 147 | geometry.cpp C |
e8ac7bf2 | 148 | gifdecod.cpp C |
e90c1d2a | 149 | hash.cpp C B |
f2071dda | 150 | helpbase.cpp C |
8dfea369 | 151 | http.cpp C S,B |
f2071dda VZ |
152 | imagbmp.cpp C |
153 | image.cpp C | |
d57eb7b9 | 154 | imagall.cpp C |
f2071dda | 155 | imaggif.cpp C |
1044a386 | 156 | imagjpeg.cpp C 32 |
8e1c1887 | 157 | imagtiff.cpp C 32 |
1044a386 JS |
158 | imagpcx.cpp C 32 |
159 | imagpng.cpp C 32 | |
160 | imagpnm.cpp C 32 | |
791a2102 | 161 | init.cpp B |
e90c1d2a | 162 | intl.cpp C B |
8dfea369 | 163 | ipcbase.cpp C B |
f2071dda | 164 | layout.cpp C |
2ee3ee1b | 165 | lboxcmn.cpp C |
e90c1d2a VZ |
166 | list.cpp C B |
167 | log.cpp C B | |
5dd26b08 | 168 | longlong.cpp C B |
fdd4c4d0 | 169 | matrix.cpp C |
f2071dda | 170 | memory.cpp C |
3dfac970 | 171 | menucmn.cpp C |
e680a378 | 172 | mimecmn.cpp C 32,B |
e90c1d2a | 173 | module.cpp C B |
c07c37d7 | 174 | mstream.cpp C B |
e90c1d2a | 175 | object.cpp C B |
2224580a | 176 | objstrm.cpp C B |
d2e49665 | 177 | odbc.cpp C R,X,P |
f2071dda VZ |
178 | paper.cpp C |
179 | prntbase.cpp C | |
e90c1d2a | 180 | process.cpp C 32,B |
8dfea369 | 181 | protocol.cpp C S,B |
3f4fc796 | 182 | quantize.cpp C |
f2071dda | 183 | resource.cpp C |
8dfea369 VZ |
184 | sckaddr.cpp C S,B |
185 | sckfile.cpp C S,B | |
186 | sckipc.cpp C S,B | |
187 | sckstrm.cpp C S,B | |
2224580a | 188 | serbase.cpp C B |
0ae2df30 | 189 | sizer.cpp C |
8dfea369 | 190 | socket.cpp C S,B |
37667812 | 191 | stream.cpp C B |
e90c1d2a VZ |
192 | strconv.cpp C B |
193 | string.cpp C B | |
f2071dda | 194 | tbarbase.cpp C |
f2071dda | 195 | textcmn.cpp C |
e90c1d2a | 196 | textfile.cpp C B |
e90c1d2a VZ |
197 | timercmn.cpp C B |
198 | tokenzr.cpp C B | |
83141d3a | 199 | treebase.cpp C |
37667812 | 200 | txtstrm.cpp C B |
c07c37d7 | 201 | unzip.c C B |
8dfea369 | 202 | url.cpp C S,B |
e90c1d2a | 203 | utilscmn.cpp C B |
f2071dda VZ |
204 | valgen.cpp C |
205 | validate.cpp C | |
206 | valtext.cpp C | |
e90c1d2a | 207 | variant.cpp C B |
e612f101 | 208 | wfstream.cpp C B |
f2071dda | 209 | wincmn.cpp C |
e90c1d2a | 210 | wxchar.cpp C B |
f2071dda | 211 | wxexpr.cpp C |
c07c37d7 VS |
212 | zipstrm.cpp C B |
213 | zstream.cpp C B | |
f2071dda | 214 | |
8dfea369 | 215 | gsocket.c M S,B |
117082d1 | 216 | gsockmsw.c M S,B |
f2071dda VZ |
217 | accel.cpp M |
218 | app.cpp M | |
219 | automtn.cpp M O | |
220 | bitmap.cpp M | |
221 | bmpbuttn.cpp M | |
222 | brush.cpp M | |
223 | button.cpp M | |
224 | caret.cpp M | |
225 | checkbox.cpp M | |
226 | checklst.cpp M | |
227 | choice.cpp M | |
228 | clipbrd.cpp M | |
229 | colordlg.cpp M | |
230 | colour.cpp M | |
231 | combobox.cpp M | |
232 | control.cpp M | |
233 | curico.cpp M | |
234 | cursor.cpp M | |
235 | data.cpp M | |
236 | dataobj.cpp M O | |
237 | dc.cpp M | |
238 | dcclient.cpp M | |
239 | dcmemory.cpp M | |
240 | dcprint.cpp M | |
241 | dcscreen.cpp M | |
117082d1 | 242 | dde.cpp M B |
f2071dda | 243 | dialog.cpp M |
162999bf | 244 | dialup.cpp M |
f2071dda VZ |
245 | dib.cpp M |
246 | dibutils.cpp M | |
e694c22c | 247 | dir.cpp M B |
f2071dda VZ |
248 | dirdlg.cpp M 32 |
249 | dragimag.cpp M | |
250 | dropsrc.cpp M O | |
251 | droptgt.cpp M O | |
d9317fd4 | 252 | enhmeta.cpp M 32 |
f2071dda VZ |
253 | filedlg.cpp M |
254 | font.cpp M | |
255 | fontdlg.cpp M | |
7e69b0e8 | 256 | fontenum.cpp M |
60be19c4 | 257 | fontutil.cpp M |
f2071dda VZ |
258 | frame.cpp M |
259 | gauge95.cpp M 32 | |
260 | gaugemsw.cpp M 16 | |
0d0512bd | 261 | gdiimage.cpp M |
f2071dda | 262 | gdiobj.cpp M |
8b089c5e | 263 | glcanvas.cpp M |
f6bcfd97 | 264 | helpchm.cpp M 32 |
f2071dda VZ |
265 | helpwin.cpp M |
266 | icon.cpp M | |
267 | imaglist.cpp M 32 | |
a1665b22 | 268 | iniconf.cpp M 16 |
f2071dda VZ |
269 | joystick.cpp M |
270 | listbox.cpp M | |
271 | listctrl.cpp M 32 | |
b568d04f | 272 | main.cpp M B |
f2071dda VZ |
273 | mdi.cpp M |
274 | menu.cpp M | |
275 | menuitem.cpp M | |
276 | metafile.cpp M | |
176513eb | 277 | mimetype.cpp M 32,B |
f2071dda VZ |
278 | minifram.cpp M |
279 | msgdlg.cpp M | |
280 | nativdlg.cpp M | |
9b73db3c | 281 | notebook.cpp M 32 |
f2071dda VZ |
282 | oleutils.cpp M O |
283 | ownerdrw.cpp M | |
284 | palette.cpp M | |
285 | pen.cpp M | |
286 | penwin.cpp M | |
f2071dda VZ |
287 | printdlg.cpp M |
288 | printwin.cpp M | |
289 | radiobox.cpp M | |
290 | radiobut.cpp M | |
b568d04f | 291 | regconf.cpp M 32,B |
f2071dda | 292 | region.cpp M |
b568d04f | 293 | registry.cpp M 32,B |
f2071dda VZ |
294 | scrolbar.cpp M |
295 | settings.cpp M | |
296 | slider95.cpp M 32 | |
297 | slidrmsw.cpp M 16 | |
298 | spinbutt.cpp M | |
b4fe5125 | 299 | spinctrl.cpp M |
f2071dda VZ |
300 | statbmp.cpp M |
301 | statbox.cpp M | |
302 | statbr95.cpp M 32 | |
303 | statline.cpp M | |
304 | stattext.cpp M | |
305 | tabctrl.cpp M | |
306 | taskbar.cpp M 32 | |
307 | tbar95.cpp M 32 | |
308 | tbarmsw.cpp M 16 | |
309 | textctrl.cpp M | |
1db8dc4a | 310 | tglbtn.cpp M |
b568d04f | 311 | thread.cpp M 32,B |
f2071dda VZ |
312 | timer.cpp M |
313 | tooltip.cpp M 32 | |
314 | treectrl.cpp M 32 | |
b568d04f VZ |
315 | utils.cpp M B |
316 | utilsexc.cpp M B | |
f2071dda VZ |
317 | uuid.cpp M O |
318 | wave.cpp M | |
319 | window.cpp M | |
320 | xpmhand.cpp M | |
321 | ||
e90c1d2a | 322 | dialup.cpp U |
e694c22c | 323 | dir.cpp U B |
d111a89a | 324 | fontenum.cpp U |
60be19c4 | 325 | fontutil.cpp U |
176513eb | 326 | mimetype.cpp U B |
b568d04f | 327 | threadpsx.cpp U B |
37667812 | 328 | utilsunx.cpp U B |
8dfea369 | 329 | gsocket.c U B |
e680a378 | 330 | mimetype.cpp U B |
a3015c54 RR |
331 | |
332 | gsockgtk.c R | |
333 | win_gtk.c R | |
334 | accel.cpp R | |
335 | app.cpp R | |
336 | bitmap.cpp R | |
337 | bmpbuttn.cpp R | |
338 | brush.cpp R | |
339 | button.cpp R | |
340 | checkbox.cpp R | |
341 | checklst.cpp R | |
342 | choice.cpp R | |
a3015c54 RR |
343 | clipbrd.cpp R |
344 | colour.cpp R | |
345 | combobox.cpp R | |
346 | control.cpp R | |
347 | cursor.cpp R | |
348 | data.cpp R | |
349 | dataobj.cpp R | |
350 | dc.cpp R | |
351 | dcclient.cpp R | |
8e877c19 | 352 | dcmemory.cpp R |
a3015c54 RR |
353 | dcscreen.cpp R |
354 | dialog.cpp R | |
355 | dnd.cpp R | |
a3015c54 | 356 | font.cpp R |
8636aed8 | 357 | fontdlg.cpp R |
a3015c54 RR |
358 | frame.cpp R |
359 | gauge.cpp R | |
360 | gdiobj.cpp R | |
361 | icon.cpp R | |
f6bcfd97 | 362 | joystick.cpp R |
a3015c54 RR |
363 | listbox.cpp R |
364 | main.cpp R | |
365 | mdi.cpp R | |
366 | menu.cpp R | |
367 | minifram.cpp R | |
a3015c54 RR |
368 | notebook.cpp R |
369 | palette.cpp R | |
370 | pen.cpp R | |
371 | radiobox.cpp R | |
372 | radiobut.cpp R | |
373 | region.cpp R | |
374 | scrolbar.cpp R | |
375 | settings.cpp R | |
376 | slider.cpp R | |
377 | spinbutt.cpp R | |
738f9e5a | 378 | spinctrl.cpp R |
a3015c54 RR |
379 | statbmp.cpp R |
380 | statbox.cpp R | |
381 | statline.cpp R | |
382 | stattext.cpp R | |
383 | tbargtk.cpp R | |
384 | textctrl.cpp R | |
1db8dc4a | 385 | tglbtn.cpp R |
a3015c54 RR |
386 | timer.cpp R |
387 | tooltip.cpp R | |
388 | utilsgtk.cpp R | |
389 | utilsres.cpp R | |
390 | wave.cpp R | |
391 | window.cpp R | |
392 | ||
93ccaed8 | 393 | gsockmot.c X S |
073478b3 RR |
394 | accel.cpp X |
395 | app.cpp X | |
396 | bitmap.cpp X | |
397 | bmpbuttn.cpp X | |
398 | brush.cpp X | |
399 | button.cpp X | |
400 | checkbox.cpp X | |
b387781c | 401 | checklst.cpp X |
073478b3 RR |
402 | choice.cpp X |
403 | clipbrd.cpp X | |
404 | colour.cpp X | |
405 | combobox.cpp X | |
406 | control.cpp X | |
407 | cursor.cpp X | |
408 | data.cpp X | |
409 | dataobj.cpp X | |
410 | dc.cpp X | |
411 | dcclient.cpp X | |
8e877c19 | 412 | dcmemory.cpp X |
073478b3 RR |
413 | dcscreen.cpp X |
414 | dialog.cpp X | |
415 | filedlg.cpp X | |
416 | font.cpp X | |
417 | frame.cpp X | |
418 | gauge.cpp X | |
419 | gdiobj.cpp X | |
8b089c5e | 420 | glcanvas.cpp X |
073478b3 RR |
421 | icon.cpp X |
422 | listbox.cpp X | |
423 | main.cpp X | |
424 | mdi.cpp X | |
425 | menu.cpp X | |
426 | menuitem.cpp X | |
427 | minifram.cpp X | |
428 | msgdlg.cpp X | |
429 | palette.cpp X | |
430 | pen.cpp X | |
431 | radiobox.cpp X | |
432 | radiobut.cpp X | |
433 | region.cpp X | |
434 | scrolbar.cpp X | |
435 | settings.cpp X | |
436 | slider.cpp X | |
b387781c | 437 | spinbutt.cpp X |
073478b3 RR |
438 | statbmp.cpp X |
439 | statbox.cpp X | |
440 | stattext.cpp X | |
441 | toolbar.cpp X | |
442 | textctrl.cpp X | |
443 | timer.cpp X | |
073478b3 RR |
444 | utils.cpp X |
445 | window.cpp X | |
446 | ||
e07802fc VZ |
447 | accel.cpp O |
448 | app.cpp O | |
449 | bitmap.cpp O | |
450 | bmpbuttn.cpp O | |
451 | brush.cpp O | |
452 | button.cpp O | |
453 | checkbox.cpp O | |
454 | checklst.cpp O | |
455 | choice.cpp O | |
456 | clipbrd.cpp O | |
457 | colour.cpp O | |
458 | combobox.cpp O | |
459 | control.cpp O | |
460 | cursor.cpp O | |
461 | data.cpp O | |
462 | dataobj.cpp O | |
463 | dc.cpp O | |
464 | dcclient.cpp O | |
465 | dcmemory.cpp O | |
466 | dcprint.cpp O | |
467 | dcscreen.cpp O | |
468 | dialog.cpp O | |
469 | #dialup.cpp O | |
4c3f5661 | 470 | dir.cpp O B |
e07802fc VZ |
471 | dirdlg.cpp O |
472 | dnd.cpp O | |
473 | filedlg.cpp O | |
474 | font.cpp O | |
475 | fontdlg.cpp O | |
2b75c8f2 SN |
476 | fontenum.cpp O |
477 | fontutil.cpp O | |
e07802fc VZ |
478 | frame.cpp O |
479 | gauge.cpp O | |
480 | gdiimage.cpp O | |
481 | gdiobj.cpp O | |
482 | helpwin.cpp O | |
483 | icon.cpp O | |
484 | iniconf.cpp O | |
485 | joystick.cpp O | |
486 | listbox.cpp O | |
487 | main.cpp O | |
488 | mdi.cpp O | |
489 | menu.cpp O | |
490 | menuitem.cpp O | |
491 | metafile.cpp O | |
2b75c8f2 | 492 | mimetype.cpp O |
e07802fc VZ |
493 | minifram.cpp O |
494 | msgdlg.cpp O | |
495 | nativdlg.cpp O | |
496 | notebook.cpp O | |
497 | ownerdrw.cpp O | |
498 | palette.cpp O | |
499 | pen.cpp O | |
500 | print.cpp O | |
501 | radiobox.cpp O | |
502 | radiobut.cpp O | |
503 | region.cpp O | |
504 | scrolbar.cpp O | |
505 | settings.cpp O | |
506 | slider.cpp O | |
507 | spinbutt.cpp O | |
508 | spinctrl.cpp O | |
509 | statbmp.cpp O | |
510 | statbox.cpp O | |
511 | statline.cpp O | |
512 | stattext.cpp O | |
513 | tabctrl.cpp O | |
514 | taskbar.cpp O | |
515 | textctrl.cpp O | |
516 | timer.cpp O | |
517 | thread.cpp O | |
518 | toolbar.cpp O | |
519 | tooltip.cpp O | |
520 | utils.cpp O B | |
521 | utilsexc.cpp O B | |
522 | wave.cpp O | |
523 | window.cpp O | |
524 | gsocket.c O | |
525 | ||
8ec2b484 HH |
526 | helpdata.cpp H |
527 | helpfrm.cpp H | |
528 | helpctrl.cpp H | |
a3015c54 | 529 | htmlcell.cpp H |
69941f05 VS |
530 | htmlfilt.cpp H |
531 | htmlpars.cpp H | |
a3015c54 RR |
532 | htmltag.cpp H |
533 | htmlwin.cpp H | |
69941f05 VS |
534 | winpars.cpp H |
535 | m_fonts.cpp H | |
536 | m_hline.cpp H | |
537 | m_image.cpp H | |
538 | m_layout.cpp H | |
539 | m_links.cpp H | |
540 | m_list.cpp H | |
336e2d44 | 541 | m_dflist.cpp H |
69941f05 VS |
542 | m_pre.cpp H |
543 | m_tables.cpp H | |
fa146dd7 | 544 | m_meta.cpp H |
3ce369e6 | 545 | htmprint.cpp H |
a3015c54 | 546 | |
2224580a VZ |
547 | arrimpl.cpp W B |
548 | listimpl.cpp W B | |
2aa88730 | 549 | accel.h W |
37667812 | 550 | app.h W B |
2aa88730 RR |
551 | bitmap.h W |
552 | bmpbuttn.h W | |
553 | brush.h W | |
dad6c0ea | 554 | buffer.h W B |
2aa88730 RR |
555 | busyinfo.h W |
556 | button.h W | |
9d9b7755 | 557 | calctrl.h W |
2aa88730 RR |
558 | caret.h W |
559 | checkbox.h W | |
560 | checklst.h W | |
561 | choicdlg.h W | |
562 | choice.h W | |
563 | clipbrd.h W | |
dad6c0ea | 564 | cmdline.h W B |
2aa88730 RR |
565 | cmndata.h W |
566 | colordlg.h W | |
567 | colour.h W | |
568 | combobox.h W | |
2224580a VZ |
569 | confbase.h W B |
570 | config.h W B | |
2aa88730 | 571 | control.h W |
11e1c70d | 572 | ctrlsub.h W |
2aa88730 RR |
573 | cursor.h W |
574 | dataobj.h W | |
37667812 | 575 | date.h W B |
bf84b0be | 576 | datetime.h W B |
11e654da | 577 | datetime.inl W B |
2224580a | 578 | datstrm.h W B |
2aa88730 RR |
579 | db.h W |
580 | dbtable.h W | |
581 | dc.h W | |
582 | dcclient.h W | |
583 | dcmemory.h W | |
584 | dcprint.h W | |
585 | dcps.h W | |
586 | dcscreen.h W | |
117082d1 | 587 | dde.h W B |
37667812 VZ |
588 | debug.h W B |
589 | defs.h W B | |
2aa88730 | 590 | dialog.h W |
fc9c7c09 | 591 | dialup.h W |
e694c22c | 592 | dir.h W B |
2aa88730 RR |
593 | dirdlg.h W |
594 | dnd.h W | |
595 | docmdi.h W | |
596 | docview.h W | |
597 | dragimag.h W | |
37667812 VZ |
598 | dynarray.h W B |
599 | dynlib.h W B | |
f6bcfd97 | 600 | encconv.h W B |
37667812 | 601 | event.h W B |
2aa88730 | 602 | expr.h W |
37667812 VZ |
603 | ffile.h W B |
604 | file.h W B | |
605 | fileconf.h W B | |
2aa88730 | 606 | filedlg.h W |
2224580a | 607 | filefn.h W B |
df5ddbca | 608 | filename.h W B |
2224580a | 609 | filesys.h W B |
2aa88730 | 610 | font.h W |
7beba2fc | 611 | fontdlg.h W |
f6bcfd97 | 612 | fontenc.h W B |
8487f887 | 613 | fontenum.h W |
f6bcfd97 | 614 | fontmap.h W B |
8487f887 | 615 | fontdlg.h W |
f6bcfd97 | 616 | fontutil.h W B |
2aa88730 | 617 | frame.h W |
c07c37d7 VS |
618 | fs_inet.h W B |
619 | fs_zip.h W B | |
620 | fs_mem.h W B | |
2aa88730 RR |
621 | gauge.h W |
622 | gdicmn.h W | |
623 | gdiobj.h W | |
4ee1741f | 624 | geometry.h W |
e8ac7bf2 | 625 | gifdecod.h W |
8b089c5e | 626 | glcanvas.h W |
2aa88730 | 627 | grid.h W |
dc3d889d | 628 | gsocket.h W B |
37667812 | 629 | hash.h W B |
2aa88730 RR |
630 | help.h W |
631 | helpbase.h W | |
fb6261e9 | 632 | cshelp.h W |
2aa88730 | 633 | helphtml.h W |
f6bcfd97 | 634 | helpchm.h W |
2aa88730 RR |
635 | helpwin.h W |
636 | helpxlp.h W | |
637 | icon.h W | |
638 | image.h W | |
c8b4eea8 VS |
639 | imaggif.h W |
640 | imagbmp.h W | |
641 | imagpng.h W | |
642 | imagpcx.h W | |
643 | imagpnm.h W | |
644 | imagtiff.h W | |
645 | imagjpeg.h W | |
2aa88730 | 646 | imaglist.h W |
37667812 | 647 | intl.h W B |
dad6c0ea | 648 | ioswrap.h W B |
dc3d889d | 649 | ipcbase.h W B |
16b52fa1 RR |
650 | isql.h W |
651 | isqlext.h W | |
2aa88730 RR |
652 | joystick.h W |
653 | layout.h W | |
654 | laywin.h W | |
37667812 | 655 | list.h W B |
2aa88730 RR |
656 | listbox.h W |
657 | listctrl.h W | |
37667812 VZ |
658 | log.h W B |
659 | longlong.h W B | |
2aa88730 RR |
660 | matrix.h W |
661 | mdi.h W | |
dad6c0ea | 662 | memory.h W B |
4ee1741f | 663 | memconf.h W B |
2aa88730 RR |
664 | menu.h W |
665 | menuitem.h W | |
666 | metafile.h W | |
37667812 | 667 | mimetype.h W B |
2aa88730 | 668 | minifram.h W |
37667812 | 669 | module.h W B |
2aa88730 | 670 | msgdlg.h W |
c07c37d7 | 671 | mstream.h W B |
2aa88730 | 672 | notebook.h W |
37667812 | 673 | object.h W B |
2224580a | 674 | objstrm.h W B |
2aa88730 RR |
675 | odbc.h W |
676 | ownerdrw.h W | |
677 | palette.h W | |
678 | panel.h W | |
679 | paper.h W | |
680 | pen.h W | |
2aa88730 RR |
681 | print.h W |
682 | printdlg.h W | |
683 | prntbase.h W | |
37667812 | 684 | process.h W B |
2aa88730 RR |
685 | progdlg.h W |
686 | prop.h W | |
687 | propform.h W | |
688 | proplist.h W | |
689 | radiobox.h W | |
690 | radiobut.h W | |
691 | region.h W | |
692 | resource.h W | |
693 | sashwin.h W | |
dc3d889d VZ |
694 | sckaddr.h W B |
695 | sckipc.h W B | |
696 | sckstrm.h W B | |
2aa88730 RR |
697 | scrolbar.h W |
698 | scrolwin.h W | |
2224580a | 699 | serbase.h W B |
2aa88730 | 700 | settings.h W |
07eb77a6 | 701 | setup.h W B |
517a619d | 702 | sizer.h W |
2aa88730 | 703 | slider.h W |
dc3d889d | 704 | socket.h W B |
2aa88730 | 705 | spinbutt.h W |
c09ab26a | 706 | spinctrl.h W |
e800f425 | 707 | splash.h W |
2aa88730 RR |
708 | splitter.h W |
709 | statbmp.h W | |
710 | statbox.h W | |
711 | statline.h W | |
712 | stattext.h W | |
713 | statusbr.h W | |
37667812 VZ |
714 | strconv.h W B |
715 | stream.h W B | |
716 | string.h W B | |
2aa88730 RR |
717 | tab.h W |
718 | tabctrl.h W | |
719 | taskbar.h W | |
2aa88730 | 720 | tbarbase.h W |
2aa88730 RR |
721 | tbarsmpl.h W |
722 | textctrl.h W | |
723 | textdlg.h W | |
37667812 | 724 | textfile.h W B |
1db8dc4a | 725 | tglbtn.h W |
37667812 VZ |
726 | thread.h W B |
727 | time.h W B | |
728 | timer.h W B | |
2aa88730 | 729 | tipdlg.h W |
01fa3fe7 | 730 | tipwin.h W |
37667812 | 731 | tokenzr.h W B |
2aa88730 RR |
732 | toolbar.h W |
733 | tooltip.h W | |
484523cf | 734 | treebase.h W |
2aa88730 | 735 | treectrl.h W |
1db8dc4a | 736 | txtstrm.h W B |
2aa88730 | 737 | types.h W |
2224580a | 738 | url.h W B |
37667812 | 739 | utils.h W B |
2aa88730 RR |
740 | valgen.h W |
741 | validate.h W | |
742 | valtext.h W | |
37667812 VZ |
743 | variant.h W B |
744 | version.h W B | |
2aa88730 | 745 | wave.h W |
e612f101 | 746 | wfstream.h W B |
2aa88730 | 747 | window.h W |
e9093718 | 748 | wizard.h W |
37667812 | 749 | wx.h W B |
2aa88730 RR |
750 | wx_cw.h W |
751 | wx_cw_cm.h W | |
752 | wx_cw_d.h W | |
37667812 | 753 | wxchar.h W B |
2aa88730 RR |
754 | wxexpr.h W |
755 | wxhtml.h W | |
37667812 | 756 | wxprec.h W B |
2aa88730 | 757 | xpmhand.h W |
c07c37d7 VS |
758 | zipstrm.h W B |
759 | zstream.h W B | |
23a54e14 | 760 | |
2aa88730 RR |
761 | accel.h K |
762 | app.h K | |
763 | bitmap.h K | |
764 | bmpbuttn.h K | |
765 | brush.h K | |
766 | button.h K | |
767 | checkbox.h K | |
768 | checklst.h K | |
769 | choice.h K | |
770 | clipbrd.h K | |
771 | colour.h K | |
772 | combobox.h K | |
773 | control.h K | |
774 | cursor.h K | |
3f364be8 | 775 | dataform.h K |
2aa88730 | 776 | dataobj.h K |
3f364be8 | 777 | dataobj2.h K |
2aa88730 RR |
778 | dc.h K |
779 | dcclient.h K | |
780 | dcmemory.h K | |
781 | dcscreen.h K | |
782 | dialog.h K | |
783 | dnd.h K | |
784 | filedlg.h K | |
785 | font.h K | |
8636aed8 | 786 | fontdlg.h K |
2aa88730 RR |
787 | frame.h K |
788 | gauge.h K | |
789 | gdiobj.h K | |
8b089c5e | 790 | glcanvas.h K |
2aa88730 RR |
791 | icon.h K |
792 | joystick.h K | |
793 | listbox.h K | |
794 | mdi.h K | |
795 | menu.h K | |
796 | menuitem.h K | |
2aa88730 RR |
797 | minifram.h K |
798 | notebook.h K | |
799 | palette.h K | |
800 | pen.h K | |
801 | radiobox.h K | |
802 | radiobut.h K | |
803 | region.h K | |
804 | scrolbar.h K | |
805 | settings.h K | |
806 | slider.h K | |
807 | spinbutt.h K | |
c09ab26a | 808 | spinctrl.h K |
2aa88730 RR |
809 | statbmp.h K |
810 | statbox.h K | |
811 | statline.h K | |
812 | stattext.h K | |
813 | tbargtk.h K | |
814 | textctrl.h K | |
1db8dc4a | 815 | tglbtn.h K |
2aa88730 RR |
816 | timer.h K |
817 | tooltip.h K | |
818 | treectrl.h K | |
819 | wave.h K | |
820 | win_gtk.h K | |
821 | window.h K | |
822 | ||
583a6578 RR |
823 | accel.h F |
824 | app.h F | |
825 | bitmap.h F | |
826 | bmpbuttn.h F | |
827 | brush.h F | |
828 | button.h F | |
829 | checkbox.h F | |
830 | checklst.h F | |
831 | choice.h F | |
832 | clipbrd.h F | |
833 | colordlg.h F | |
834 | colour.h F | |
835 | combobox.h F | |
836 | control.h F | |
837 | cursor.h F | |
3f364be8 | 838 | dataform.h F |
583a6578 | 839 | dataobj.h F |
3f364be8 | 840 | dataobj2.h F |
583a6578 RR |
841 | dc.h F |
842 | dcclient.h F | |
843 | dcmemory.h F | |
844 | dcprint.h F | |
845 | dcscreen.h F | |
846 | dialog.h F | |
847 | dnd.h F | |
848 | filedlg.h F | |
849 | font.h F | |
850 | fontdlg.h F | |
851 | frame.h F | |
852 | gauge.h F | |
853 | gdiobj.h F | |
8b089c5e | 854 | glcanvas.h F |
583a6578 RR |
855 | icon.h F |
856 | joystick.h F | |
857 | listbox.h F | |
858 | mdi.h F | |
859 | menu.h F | |
860 | menuitem.h F | |
861 | metafile.h F | |
862 | minifram.h F | |
863 | msgdlg.h F | |
864 | palette.h F | |
865 | pen.h F | |
866 | print.h F | |
867 | printdlg.h F | |
868 | private.h F | |
869 | radiobox.h F | |
870 | radiobut.h F | |
871 | region.h F | |
872 | scrolbar.h F | |
873 | settings.h F | |
874 | slider.h F | |
875 | spinbutt.h F | |
876 | statbmp.h F | |
877 | statbox.h F | |
878 | stattext.h F | |
879 | textctrl.h F | |
880 | timer.h F | |
881 | toolbar.h F | |
882 | window.h F | |
883 | ||
791a2102 VZ |
884 | accel.h 9 |
885 | app.h 9 | |
886 | bitmap.h 9 | |
887 | bmpbuttn.h 9 | |
888 | brush.h 9 | |
889 | button.h 9 | |
890 | caret.h 9 | |
891 | checkbox.h 9 | |
892 | checklst.h 9 | |
893 | choice.h 9 | |
894 | clipbrd.h 9 | |
895 | colordlg.h 9 | |
896 | colour.h 9 | |
897 | combobox.h 9 | |
898 | control.h 9 | |
899 | curico.h 9 | |
900 | curicop.h 9 | |
901 | cursor.h 9 | |
902 | dc.h 9 | |
903 | dcclient.h 9 | |
904 | dcmemory.h 9 | |
905 | dcprint.h 9 | |
906 | dcscreen.h 9 | |
117082d1 | 907 | dde.h 9 B |
791a2102 VZ |
908 | dialog.h 9 |
909 | dib.h 9 | |
910 | dibutils.h 9 | |
911 | dirdlg.h 9 | |
912 | dragimag.h 9 | |
d9317fd4 | 913 | enhmeta.h 9 32 |
791a2102 VZ |
914 | filedlg.h 9 |
915 | font.h 9 | |
916 | fontdlg.h 9 | |
917 | frame.h 9 | |
918 | gauge.h 9 | |
919 | gauge95.h 9 | |
920 | gaugemsw.h 9 | |
0d0512bd | 921 | gdiimage.h 9 |
791a2102 | 922 | gdiobj.h 9 |
8b089c5e | 923 | glcanvas.h 9 |
f6bcfd97 | 924 | helpchm.h 9 |
791a2102 VZ |
925 | helpwin.h 9 |
926 | icon.h 9 | |
927 | imaglist.h 9 | |
928 | iniconf.h 9 | |
929 | joystick.h 9 | |
930 | listbox.h 9 | |
931 | listctrl.h 9 | |
932 | mdi.h 9 | |
933 | menu.h 9 | |
934 | menuitem.h 9 | |
935 | metafile.h 9 | |
176513eb | 936 | mimetype.h 9 32,B |
791a2102 VZ |
937 | minifram.h 9 |
938 | msgdlg.h 9 | |
939 | msvcrt.h 9 | |
940 | notebook.h 9 | |
941 | palette.h 9 | |
942 | pen.h 9 | |
791a2102 VZ |
943 | printdlg.h 9 |
944 | printwin.h 9 | |
945 | private.h 9 | |
946 | radiobox.h 9 | |
947 | radiobut.h 9 | |
948 | regconf.h 9 | |
949 | region.h 9 | |
950 | registry.h 9 | |
951 | scrolbar.h 9 | |
952 | settings.h 9 | |
953 | setup0.h 9 | |
954 | slider.h 9 | |
955 | slider95.h 9 | |
956 | slidrmsw.h 9 | |
957 | spinbutt.h 9 | |
958 | statbmp.h 9 | |
959 | statbox.h 9 | |
960 | statbr95.h 9 | |
961 | statline.h 9 | |
962 | stattext.h 9 | |
963 | tabctrl.h 9 | |
964 | taskbar.h 9 | |
965 | tbar95.h 9 | |
966 | tbarmsw.h 9 | |
967 | textctrl.h 9 | |
1db8dc4a | 968 | tglbtn.h 9 |
791a2102 VZ |
969 | timer.h 9 |
970 | tooltip.h 9 | |
971 | treectrl.h 9 | |
972 | wave.h 9 | |
973 | window.h 9 | |
974 | winundef.h 9 | |
975 | xpmhand.h 9 | |
976 | # blank.cur 9 | |
977 | # bullseye.cur 9 | |
978 | # child.ico 9 | |
979 | # clock.cur 9 | |
980 | # error.ico 9 | |
981 | # hand.cur 9 | |
982 | # heart.cur 9 | |
983 | # info.ico 9 | |
984 | # magnif1.cur 9 | |
985 | # mdi.ico 9 | |
986 | # noentry.cur 9 | |
987 | # pbrush.cur 9 | |
988 | # pencil.cur 9 | |
989 | # pntleft.cur 9 | |
990 | # pntright.cur 9 | |
991 | # query.cur 9 | |
992 | # question.ico 9 | |
993 | # roller.cur 9 | |
994 | # size.cur 9 | |
995 | # std.ico 9 | |
996 | # tip.ico 9 | |
997 | # warning.ico 9 | |
998 | # watch1.cur 9 | |
999 | # disable.bmp 9 | |
1000 | # wx.rc 9 | |
a4aad961 | 1001 | |
e07802fc VZ |
1002 | accel.h 2 |
1003 | dataobj.h 2 | |
1004 | helpwin.h 2 | |
1005 | pngread.h 2 | |
1006 | statline.h 2 | |
1007 | app.h 2 | |
1008 | dataobj2.h 2 | |
1009 | icon.h 2 | |
1010 | stattext.h 2 | |
1011 | bitmap.h 2 | |
1012 | dc.h 2 | |
1013 | tabctrl.h 2 | |
1014 | dcclient.h 2 | |
1015 | print.h 2 | |
1016 | taskbar.h 2 | |
1017 | bmpbuttn.h 2 | |
1018 | dcmemory.h 2 | |
1019 | iniconf.h 2 | |
1020 | private.h 2 | |
1021 | textctrl.h 2 | |
1022 | brush.h 2 | |
1023 | dcprint.h 2 | |
1024 | joystick.h 2 | |
1025 | timer.h 2 | |
1026 | dcscreen.h 2 | |
1027 | listbox.h 2 | |
1028 | button.h 2 | |
1029 | dialog.h 2 | |
1030 | radiobox.h 2 | |
1031 | toolbar.h 2 | |
1032 | checkbox.h 2 | |
1033 | dirdlg.h 2 | |
1034 | mdi.h 2 | |
1035 | radiobut.h 2 | |
1036 | tooltip.h 2 | |
1037 | checklst.h 2 | |
1038 | dnd.h 2 | |
1039 | menu.h 2 | |
1040 | region.h 2 | |
1041 | menuitem.h 2 | |
1042 | choice.h 2 | |
1043 | filedlg.h 2 | |
1044 | metafile.h 2 | |
1045 | scrolbar.h 2 | |
1046 | wave.h 2 | |
1047 | clipbrd.h 2 | |
1048 | font.h 2 | |
1049 | minifram.h 2 | |
1050 | settings.h 2 | |
1051 | window.h 2 | |
1052 | fontdlg.h 2 | |
1053 | msgdlg.h 2 | |
e07802fc VZ |
1054 | colour.h 2 |
1055 | frame.h 2 | |
1056 | setup0.h 2 | |
1057 | combobox.h 2 | |
1058 | gauge.h 2 | |
1059 | notebook.h 2 | |
1060 | control.h 2 | |
1061 | gdiimage.h 2 | |
1062 | palette.h 2 | |
1063 | slider.h 2 | |
1064 | cursor.h 2 | |
1065 | gdiobj.h 2 | |
1066 | spinbutt.h 2 | |
1067 | gsockos2.h 2 | |
1068 | pen.h 2 | |
1069 | spinctrl.h 2 | |
1070 | statbmp.h 2 | |
1071 | dataform.h 2 | |
1072 | pnghand.h 2 | |
1073 | statbox.h 2 | |
1074 | ||
2aa88730 | 1075 | execute.h S |
dc3d889d VZ |
1076 | fontutil.h S |
1077 | gsockunx.h S B | |
176513eb | 1078 | mimetype.h S B |
2aa88730 | 1079 | |
2224580a VZ |
1080 | file.h P B |
1081 | ftp.h P B | |
1082 | http.h P B | |
1083 | protocol.h P B | |
2aa88730 | 1084 | |
69941f05 | 1085 | forcelnk.h L |
8ec2b484 HH |
1086 | helpdata.h L |
1087 | helpfrm.h L | |
1088 | helpctrl.h L | |
2aa88730 RR |
1089 | htmlcell.h L |
1090 | htmldefs.h L | |
69941f05 VS |
1091 | htmlfilt.h L |
1092 | htmlpars.h L | |
2aa88730 RR |
1093 | htmltag.h L |
1094 | htmlwin.h L | |
69941f05 VS |
1095 | winpars.h L |
1096 | m_templ.h L | |
3ce369e6 | 1097 | htmprint.h L |
2aa88730 | 1098 | |
9d9b7755 | 1099 | calctrl.h N |
2aa88730 RR |
1100 | caret.h N |
1101 | choicdgg.h N | |
1102 | colrdlgg.h N | |
1103 | dcpsg.h N | |
51a58d8b | 1104 | dirctrlg.h N |
bf84b0be | 1105 | dirdlgg.h N 16 |
68be9f09 | 1106 | dragimgg.h N 16 |
2aa88730 | 1107 | fontdlgg.h N |
e8ac7bf2 | 1108 | filedlgg.h N |
f85afd4e | 1109 | grid.h N |
e7494fa9 | 1110 | gridg.h N |
2aa88730 RR |
1111 | helpext.h N |
1112 | helpwxht.h N | |
1113 | helphtml.h N | |
1114 | helpxlp.h N | |
1115 | imaglist.h N | |
1116 | laywin.h N | |
bf84b0be | 1117 | listctrl.h N 16 |
2aa88730 RR |
1118 | msgdlgg.h N |
1119 | notebook.h N | |
1120 | panelg.h N | |
1121 | printps.h N | |
1122 | prntdlgg.h N | |
1123 | progdlgg.h N | |
1124 | sashwin.h N | |
1125 | scrolwin.h N | |
e800f425 | 1126 | splash.h N |
2aa88730 RR |
1127 | splitter.h N |
1128 | statusbr.h N | |
bf84b0be | 1129 | tabg.h N 16 |
2aa88730 | 1130 | textdlgg.h N |
484523cf | 1131 | treectlg.h N 16 |
1f59726e | 1132 | wizard.h N |
23a54e14 | 1133 | |
6a008b33 | 1134 | # vi: set noet ts=16 nolist: |