home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / code / wxwin140 / docs / files.txt < prev    next >
Encoding:
File List  |  1995-05-19  |  4.9 KB  |  248 lines

  1. ------------------------
  2. wxWINDOWS 1.40 FILE LIST
  3. ------------------------
  4.  
  5. BIN            ; Binary or executable files
  6. ---
  7.  
  8. wxcopy            ; UNIX shell script for copying wxWindows
  9. wxcopy.bat        ; 4DOS batch file for copying wxWindows
  10.  
  11. CONTRIB            ; User contributions not yet integrated
  12. -------            ; into wxWindows
  13.  
  14. borland.txt        ; Describes borland.zip
  15. borland.zip        ; A user's tips on using Borland C++
  16. menus.cc        ; Popup menus on a canvas, and menu buttons
  17. wxcopy.bat        ; DOS (not 4DOS) batch file for copying wxWindows
  18.  
  19. DOCS            ; Documentation
  20. ----
  21.      
  22. changes.txt          ; Change list
  23. classes.tex          ; Class documentation
  24. files.txt            ; This file list
  25. help.xlp        ; Help for wxHelp
  26. hytext.xlp        ; hyText class library reference in wxHelp form
  27. install.txt          ; Installation instructions
  28. manual.dvi        ; Manual in TeX DVI form
  29. manual.ps        ; Manual in PostScript form
  30. manual.tex        ; Manual LaTeX source
  31. readme.txt           ; Intro
  32. tutorial.dvi         ; Tutorial in TeX DVI form
  33. tutorial.ps         ; Tutorial in PostScript form
  34. tutorial.tex         ; Tutorial source
  35. wx.xlp            ; wxWindows class reference in wxHelp form
  36.  
  37. INCLUDE            ; wxWindows include directory
  38. -------
  39.        
  40. bullseye.cur        ; Windows cursors
  41. clock.cur    
  42. hand.cur     
  43. heart.cur    
  44. magnif1.cur  
  45. noentry.cur  
  46. pbrush.cur   
  47. pencil.cur   
  48. pntleft.cur  
  49. pntright.cur 
  50. query.cur    
  51. roller.cur   
  52. size.cur     
  53. watch1.cur
  54. common.h        ; Definitions common to all files
  55. wx.h            ; Main include file
  56. wx.rc            ; Windows resource file
  57. wx_canvs.h   
  58. wx_dc.h      
  59. wx_dialg.h   
  60. wx_event.h   
  61. wx_form.h    
  62. wx_frame.h
  63. wx_gdi.h
  64. wx_help.h
  65. wx_hash.h    
  66. wx_ipc.h     
  67. wx_item.h    
  68. wx_list.h    
  69. wx_main.h    
  70. wx_obj.h     
  71. wx_panel.h
  72. wx_privt.h
  73. wx_text.h    
  74. wx_timer.h   
  75. wx_utils.h   
  76. wx_win.h
  77.  
  78. LIB            ; Library directory - contents not in
  79. ---            ; distribution
  80.  
  81. dummy                   ; Dummy file to force creation of directory
  82. wx.lib  (Windows only)
  83. libwx.a (X only)
  84.  
  85. SRC            ; wxWindows source directory
  86. ---
  87.  
  88. dummy.cc        ; Dummy file to aid DOS precompilation
  89. makefile.dos        ; DOS makefile
  90. makefile.unx         ; UNIX makefile
  91. sb_scrol.c           ; Patch for XView listboxes
  92. sb_scrol.o           ; Patch for XView listboxes (object)
  93. wxcopy                  ; UNIX shell script for copying wxWindows
  94. wxcopy.bat              ; 4DOS batch file for copying wxWindows
  95. wx_canvs.cc
  96. wx_dc.cc     
  97. wx_dialg.cc  
  98. wx_event.cc  
  99. wx_form.cc   
  100. wx_frame.cc  
  101. wx_gdi.cc    
  102. wx_hash.cc   
  103. wx_ipc.cc    
  104. wx_item.cc
  105. wx_list.cc
  106. wx_main.cc   
  107. wx_obj.cc    
  108. wx_panel.cc  
  109. wx_text.cc   
  110. wx_timer.cc  
  111. wx_utils.cc  
  112. wx_win.cc
  113.  
  114. UTILS/HYTEXT        ; Hypertext library used by wxHelp
  115. ------------
  116.  
  117. UTILS/HYTEXT/DOCS
  118. -----------------
  119.  
  120. classes.tex        ; hyText class reference
  121. manual.dvi        ; Manual in DVI format
  122. manual.ps        ; PostScript manual
  123. manual.tex        ; Main file for hyText manual
  124.  
  125. UTILS/HYTEXT/SRC
  126. ----------------
  127.  
  128. hytext.cc        ; Header file
  129. hytext.h        ; Header file
  130. makefile.dos        ; DOS makefile
  131. makefile.unx        ; UNIX makefile
  132.  
  133. UTILS/WXHELP        ; wxHelp source and documentation
  134. ------------
  135.  
  136. UTILS/WXHELP/DOCS
  137. -----------------
  138.  
  139. manual.dvi        ; Manual in DVI format
  140. manual.ps        ; PostScript manual
  141. manual.tex        ; Main file for hyText manual
  142.  
  143. UTILS/WXHELP/SRC
  144. ----------------
  145.  
  146. wxhelp.cc        ; Main source for wxHelp    
  147. wxhelp.def              ; Windows module definition file
  148. wxhelp.h        ; wxHelp header file
  149. wxhelp.rc        ; Resource file
  150. makefile.dos        ; DOS makefile
  151. makefile.unx        ; UNIX makefile
  152. test.cc            ; Test application calling wxHelp
  153. test.def        ; Module definition file for above
  154. test.rc            ; Reosurce file for above
  155. tex2any.cc        ; Library for converting from Latex files
  156. tex2any.h        ; Header for above
  157. tex2help.cc        ; Converts classes.tex to wx.xlp
  158. tex2help.def        ; Module definition file
  159. tex2help.rc        ; Resource file
  160.  
  161. SAMPLES/HELLO        ; Main demo (canvas drawing, text window,
  162. -------------           ; panel, menu, printing)
  163.     
  164. aiai.ico        ; Windows icon
  165. aiai_icn             ; X icon
  166. hello.cc             ; Main demo source
  167. hello.def            ; Windows module definition file
  168. hello.h            ; Demo header file
  169. hello.rc             ; Windows resource file
  170. makefile.dos         ; DOS makefile
  171. makefile.unx         ; UNIX makefile
  172. welcome.txt        ; Demo text
  173.  
  174. SAMPLES/IPC        ; DDE interprocess comms example
  175. -----------
  176.  
  177. aiai.ico     
  178. aiai_icn     
  179. client.cc    
  180. client.def   
  181. client.h     
  182. client.rc    
  183. connect.ico  
  184. makefile.dos 
  185. makefile.unx 
  186. server.cc    
  187. server.def   
  188. server.h     
  189. server.rc
  190.  
  191. SAMPLES/FORM        ; Programmatic forms demo
  192. ------------
  193.     
  194. aiai.ico     
  195. aiai_icn     
  196. form.cc      
  197. form.def     
  198. form.h       
  199. form.ico     
  200. form.rc      
  201. makefile.dos 
  202. makefile.unx
  203.  
  204. SAMPLES/MDI        ; MDI/SDI switching demo (mainly for Windows)
  205. -----------
  206.  
  207. aiai.ico     
  208. aiai_icn     
  209. chart.ico    
  210. chrt_icn     
  211. makefile.dos 
  212. makefile.unx 
  213. mdi.cc       
  214. mdi.def      
  215. mdi.h        
  216. mdi.ico      
  217. mdi.rc
  218.  
  219. SAMPLES/MINIMAL        ; Minimal wxWindows application
  220. ---------------
  221.        
  222. aiai.ico     
  223. aiai_icn     
  224. makefile.dos 
  225. makefile.unx 
  226. minimal.cc   
  227. minimal.def  
  228. minimal.rc
  229.  
  230. SAMPLES/OBJECTS        ; Object graphics demo
  231. ---------------
  232.        
  233. aiai.ico     
  234. aiai_icn     
  235. graphics.cc   
  236. graphics.h
  237. makefile.dos 
  238. makefile.unx 
  239. objects.def  
  240. objects.h
  241. objects.cc
  242. objects.rc
  243.  
  244.  
  245.  
  246.  
  247.  
  248.