fxruby 1.6.25 → 1.6.26.pre1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (278) hide show
  1. data/.gitignore +7 -7
  2. data/History.txt +6 -0
  3. data/Manifest.txt +232 -232
  4. data/README.rdoc +1 -1
  5. data/Rakefile +18 -18
  6. data/Rakefile.cross +4 -4
  7. data/ext/{fox16 → fox16_c}/FXRbApp.cpp +0 -0
  8. data/ext/{fox16 → fox16_c}/FXRbDataTarget.cpp +0 -0
  9. data/ext/{fox16 → fox16_c}/FXRbGLViewer.cpp +0 -0
  10. data/ext/{fox16 → fox16_c}/FXRuby.cpp +8 -3
  11. data/ext/{fox16 → fox16_c}/MANIFEST +0 -0
  12. data/ext/{fox16 → fox16_c}/extconf.rb +1 -1
  13. data/ext/{fox16 → fox16_c}/impl.cpp +0 -0
  14. data/ext/{fox16 → fox16_c}/include/FXMemoryBuffer.h +0 -0
  15. data/ext/{fox16 → fox16_c}/include/FXRb4Splitter.h +0 -0
  16. data/ext/{fox16 → fox16_c}/include/FXRb7Segment.h +0 -0
  17. data/ext/{fox16 → fox16_c}/include/FXRbAccelTable.h +0 -0
  18. data/ext/{fox16 → fox16_c}/include/FXRbApp.h +0 -0
  19. data/ext/{fox16 → fox16_c}/include/FXRbAppVirtuals.h +0 -0
  20. data/ext/{fox16 → fox16_c}/include/FXRbArrowButton.h +0 -0
  21. data/ext/{fox16 → fox16_c}/include/FXRbBMPIcon.h +0 -0
  22. data/ext/{fox16 → fox16_c}/include/FXRbBMPImage.h +0 -0
  23. data/ext/{fox16 → fox16_c}/include/FXRbBitmap.h +0 -0
  24. data/ext/{fox16 → fox16_c}/include/FXRbBitmapFrame.h +0 -0
  25. data/ext/{fox16 → fox16_c}/include/FXRbBitmapView.h +0 -0
  26. data/ext/{fox16 → fox16_c}/include/FXRbBitmapVirtuals.h +0 -0
  27. data/ext/{fox16 → fox16_c}/include/FXRbButton.h +0 -0
  28. data/ext/{fox16 → fox16_c}/include/FXRbCURCursor.h +0 -0
  29. data/ext/{fox16 → fox16_c}/include/FXRbCanvas.h +0 -0
  30. data/ext/{fox16 → fox16_c}/include/FXRbCheckButton.h +0 -0
  31. data/ext/{fox16 → fox16_c}/include/FXRbChoiceBox.h +0 -0
  32. data/ext/{fox16 → fox16_c}/include/FXRbColorBar.h +0 -0
  33. data/ext/{fox16 → fox16_c}/include/FXRbColorDialog.h +0 -0
  34. data/ext/{fox16 → fox16_c}/include/FXRbColorList.h +0 -0
  35. data/ext/{fox16 → fox16_c}/include/FXRbColorRing.h +0 -0
  36. data/ext/{fox16 → fox16_c}/include/FXRbColorSelector.h +0 -0
  37. data/ext/{fox16 → fox16_c}/include/FXRbColorWell.h +0 -0
  38. data/ext/{fox16 → fox16_c}/include/FXRbColorWheel.h +0 -0
  39. data/ext/{fox16 → fox16_c}/include/FXRbComboBox.h +0 -0
  40. data/ext/{fox16 → fox16_c}/include/FXRbCommon.h +4 -0
  41. data/ext/{fox16 → fox16_c}/include/FXRbComposite.h +0 -0
  42. data/ext/{fox16 → fox16_c}/include/FXRbCursor.h +0 -0
  43. data/ext/{fox16 → fox16_c}/include/FXRbCursorVirtuals.h +0 -0
  44. data/ext/{fox16 → fox16_c}/include/FXRbDC.h +4 -4
  45. data/ext/{fox16 → fox16_c}/include/FXRbDCPrint.h +0 -0
  46. data/ext/{fox16 → fox16_c}/include/FXRbDCVirtuals.h +0 -0
  47. data/ext/{fox16 → fox16_c}/include/FXRbDCWindow.h +0 -0
  48. data/ext/{fox16 → fox16_c}/include/FXRbDataTarget.h +0 -0
  49. data/ext/{fox16 → fox16_c}/include/FXRbDebugTarget.h +0 -0
  50. data/ext/{fox16 → fox16_c}/include/FXRbDelegator.h +0 -0
  51. data/ext/{fox16 → fox16_c}/include/FXRbDial.h +0 -0
  52. data/ext/{fox16 → fox16_c}/include/FXRbDialogBox.h +0 -0
  53. data/ext/{fox16 → fox16_c}/include/FXRbDialogBoxVirtuals.h +0 -0
  54. data/ext/{fox16 → fox16_c}/include/FXRbDict.h +0 -0
  55. data/ext/{fox16 → fox16_c}/include/FXRbDirBox.h +0 -0
  56. data/ext/{fox16 → fox16_c}/include/FXRbDirDialog.h +0 -0
  57. data/ext/{fox16 → fox16_c}/include/FXRbDirList.h +0 -0
  58. data/ext/{fox16 → fox16_c}/include/FXRbDirSelector.h +0 -0
  59. data/ext/{fox16 → fox16_c}/include/FXRbDockBar.h +0 -0
  60. data/ext/{fox16 → fox16_c}/include/FXRbDockBarVirtuals.h +0 -0
  61. data/ext/{fox16 → fox16_c}/include/FXRbDockHandler.h +0 -0
  62. data/ext/{fox16 → fox16_c}/include/FXRbDockSite.h +0 -0
  63. data/ext/{fox16 → fox16_c}/include/FXRbDockSiteVirtuals.h +0 -0
  64. data/ext/{fox16 → fox16_c}/include/FXRbDockTitle.h +0 -0
  65. data/ext/{fox16 → fox16_c}/include/FXRbDocument.h +0 -0
  66. data/ext/{fox16 → fox16_c}/include/FXRbDragCorner.h +0 -0
  67. data/ext/{fox16 → fox16_c}/include/FXRbDrawable.h +0 -0
  68. data/ext/{fox16 → fox16_c}/include/FXRbDrawableVirtuals.h +0 -0
  69. data/ext/{fox16 → fox16_c}/include/FXRbDriveBox.h +0 -0
  70. data/ext/{fox16 → fox16_c}/include/FXRbFileDialog.h +0 -0
  71. data/ext/{fox16 → fox16_c}/include/FXRbFileDict.h +0 -0
  72. data/ext/{fox16 → fox16_c}/include/FXRbFileDictVirtuals.h +0 -0
  73. data/ext/{fox16 → fox16_c}/include/FXRbFileList.h +0 -0
  74. data/ext/{fox16 → fox16_c}/include/FXRbFileSelector.h +0 -0
  75. data/ext/{fox16 → fox16_c}/include/FXRbFoldingItemVirtuals.h +0 -0
  76. data/ext/{fox16 → fox16_c}/include/FXRbFoldingList.h +0 -0
  77. data/ext/{fox16 → fox16_c}/include/FXRbFoldingListVirtuals.h +0 -0
  78. data/ext/{fox16 → fox16_c}/include/FXRbFont.h +0 -0
  79. data/ext/{fox16 → fox16_c}/include/FXRbFontDialog.h +0 -0
  80. data/ext/{fox16 → fox16_c}/include/FXRbFontSelector.h +0 -0
  81. data/ext/{fox16 → fox16_c}/include/FXRbFontVirtuals.h +0 -0
  82. data/ext/{fox16 → fox16_c}/include/FXRbFrame.h +0 -0
  83. data/ext/{fox16 → fox16_c}/include/FXRbGIFCursor.h +0 -0
  84. data/ext/{fox16 → fox16_c}/include/FXRbGIFIcon.h +0 -0
  85. data/ext/{fox16 → fox16_c}/include/FXRbGIFImage.h +0 -0
  86. data/ext/{fox16 → fox16_c}/include/FXRbGLCanvas.h +0 -0
  87. data/ext/{fox16 → fox16_c}/include/FXRbGLCanvasVirtuals.h +0 -0
  88. data/ext/{fox16 → fox16_c}/include/FXRbGLContext.h +0 -0
  89. data/ext/{fox16 → fox16_c}/include/FXRbGLObject.h +0 -0
  90. data/ext/{fox16 → fox16_c}/include/FXRbGLObjectVirtuals.h +0 -0
  91. data/ext/{fox16 → fox16_c}/include/FXRbGLShape.h +0 -0
  92. data/ext/{fox16 → fox16_c}/include/FXRbGLShapeVirtuals.h +0 -0
  93. data/ext/{fox16 → fox16_c}/include/FXRbGLViewer.h +0 -0
  94. data/ext/{fox16 → fox16_c}/include/FXRbGLViewerVirtuals.h +0 -0
  95. data/ext/{fox16 → fox16_c}/include/FXRbGLVisual.h +0 -0
  96. data/ext/{fox16 → fox16_c}/include/FXRbGradientBar.h +0 -0
  97. data/ext/{fox16 → fox16_c}/include/FXRbGroupBox.h +0 -0
  98. data/ext/{fox16 → fox16_c}/include/FXRbHeader.h +0 -0
  99. data/ext/{fox16 → fox16_c}/include/FXRbHeaderItemVirtuals.h +0 -0
  100. data/ext/{fox16 → fox16_c}/include/FXRbHorizontalFrame.h +0 -0
  101. data/ext/{fox16 → fox16_c}/include/FXRbICOIcon.h +0 -0
  102. data/ext/{fox16 → fox16_c}/include/FXRbICOImage.h +0 -0
  103. data/ext/{fox16 → fox16_c}/include/FXRbIcon.h +0 -0
  104. data/ext/{fox16 → fox16_c}/include/FXRbIconItemVirtuals.h +0 -0
  105. data/ext/{fox16 → fox16_c}/include/FXRbIconList.h +0 -0
  106. data/ext/{fox16 → fox16_c}/include/FXRbIconListVirtuals.h +0 -0
  107. data/ext/{fox16 → fox16_c}/include/FXRbIconSource.h +0 -0
  108. data/ext/{fox16 → fox16_c}/include/FXRbIconSourceVirtuals.h +0 -0
  109. data/ext/{fox16 → fox16_c}/include/FXRbId.h +0 -0
  110. data/ext/{fox16 → fox16_c}/include/FXRbIdVirtuals.h +0 -0
  111. data/ext/{fox16 → fox16_c}/include/FXRbImage.h +0 -0
  112. data/ext/{fox16 → fox16_c}/include/FXRbImageFrame.h +0 -0
  113. data/ext/{fox16 → fox16_c}/include/FXRbImageView.h +0 -0
  114. data/ext/{fox16 → fox16_c}/include/FXRbImageVirtuals.h +0 -0
  115. data/ext/{fox16 → fox16_c}/include/FXRbInputDialog.h +0 -0
  116. data/ext/{fox16 → fox16_c}/include/FXRbJPGIcon.h +0 -0
  117. data/ext/{fox16 → fox16_c}/include/FXRbJPGImage.h +0 -0
  118. data/ext/{fox16 → fox16_c}/include/FXRbKnob.h +0 -0
  119. data/ext/{fox16 → fox16_c}/include/FXRbLabel.h +0 -0
  120. data/ext/{fox16 → fox16_c}/include/FXRbList.h +0 -0
  121. data/ext/{fox16 → fox16_c}/include/FXRbListBox.h +0 -0
  122. data/ext/{fox16 → fox16_c}/include/FXRbListBoxVirtuals.h +0 -0
  123. data/ext/{fox16 → fox16_c}/include/FXRbListItemVirtuals.h +0 -0
  124. data/ext/{fox16 → fox16_c}/include/FXRbListVirtuals.h +0 -0
  125. data/ext/{fox16 → fox16_c}/include/FXRbMDIButton.h +0 -0
  126. data/ext/{fox16 → fox16_c}/include/FXRbMDIChild.h +0 -0
  127. data/ext/{fox16 → fox16_c}/include/FXRbMDIChildVirtuals.h +0 -0
  128. data/ext/{fox16 → fox16_c}/include/FXRbMDIClient.h +0 -0
  129. data/ext/{fox16 → fox16_c}/include/FXRbMDIClientVirtuals.h +0 -0
  130. data/ext/{fox16 → fox16_c}/include/FXRbMainWindow.h +0 -0
  131. data/ext/{fox16 → fox16_c}/include/FXRbMatrix.h +0 -0
  132. data/ext/{fox16 → fox16_c}/include/FXRbMenuBar.h +0 -0
  133. data/ext/{fox16 → fox16_c}/include/FXRbMenuButton.h +0 -0
  134. data/ext/{fox16 → fox16_c}/include/FXRbMenuCaption.h +0 -0
  135. data/ext/{fox16 → fox16_c}/include/FXRbMenuCascade.h +0 -0
  136. data/ext/{fox16 → fox16_c}/include/FXRbMenuCheck.h +0 -0
  137. data/ext/{fox16 → fox16_c}/include/FXRbMenuCommand.h +0 -0
  138. data/ext/{fox16 → fox16_c}/include/FXRbMenuPane.h +0 -0
  139. data/ext/{fox16 → fox16_c}/include/FXRbMenuRadio.h +0 -0
  140. data/ext/{fox16 → fox16_c}/include/FXRbMenuSeparator.h +0 -0
  141. data/ext/{fox16 → fox16_c}/include/FXRbMenuTitle.h +0 -0
  142. data/ext/{fox16 → fox16_c}/include/FXRbMessageBox.h +0 -0
  143. data/ext/{fox16 → fox16_c}/include/FXRbObject.h +0 -0
  144. data/ext/{fox16 → fox16_c}/include/FXRbObjectVirtuals.h +0 -0
  145. data/ext/{fox16 → fox16_c}/include/FXRbOptionMenu.h +0 -0
  146. data/ext/{fox16 → fox16_c}/include/FXRbPCXIcon.h +0 -0
  147. data/ext/{fox16 → fox16_c}/include/FXRbPCXImage.h +0 -0
  148. data/ext/{fox16 → fox16_c}/include/FXRbPNGIcon.h +0 -0
  149. data/ext/{fox16 → fox16_c}/include/FXRbPNGImage.h +0 -0
  150. data/ext/{fox16 → fox16_c}/include/FXRbPPMIcon.h +0 -0
  151. data/ext/{fox16 → fox16_c}/include/FXRbPPMImage.h +0 -0
  152. data/ext/{fox16 → fox16_c}/include/FXRbPacker.h +0 -0
  153. data/ext/{fox16 → fox16_c}/include/FXRbPicker.h +0 -0
  154. data/ext/{fox16 → fox16_c}/include/FXRbPopup.h +0 -0
  155. data/ext/{fox16 → fox16_c}/include/FXRbPopupVirtuals.h +0 -0
  156. data/ext/{fox16 → fox16_c}/include/FXRbPrintDialog.h +0 -0
  157. data/ext/{fox16 → fox16_c}/include/FXRbProgressBar.h +0 -0
  158. data/ext/{fox16 → fox16_c}/include/FXRbProgressDialog.h +0 -0
  159. data/ext/{fox16 → fox16_c}/include/FXRbRGBIcon.h +0 -0
  160. data/ext/{fox16 → fox16_c}/include/FXRbRGBImage.h +0 -0
  161. data/ext/{fox16 → fox16_c}/include/FXRbRadioButton.h +0 -0
  162. data/ext/{fox16 → fox16_c}/include/FXRbRealSlider.h +0 -0
  163. data/ext/{fox16 → fox16_c}/include/FXRbRealSpinner.h +0 -0
  164. data/ext/{fox16 → fox16_c}/include/FXRbRealSpinnerVirtuals.h +0 -0
  165. data/ext/{fox16 → fox16_c}/include/FXRbRecentFiles.h +0 -0
  166. data/ext/{fox16 → fox16_c}/include/FXRbRegistry.h +0 -0
  167. data/ext/{fox16 → fox16_c}/include/FXRbReplaceDialog.h +0 -0
  168. data/ext/{fox16 → fox16_c}/include/FXRbRootWindow.h +0 -0
  169. data/ext/{fox16 → fox16_c}/include/FXRbRuler.h +0 -0
  170. data/ext/{fox16 → fox16_c}/include/FXRbRulerView.h +0 -0
  171. data/ext/{fox16 → fox16_c}/include/FXRbScintilla.h +0 -0
  172. data/ext/{fox16 → fox16_c}/include/FXRbScrollArea.h +0 -0
  173. data/ext/{fox16 → fox16_c}/include/FXRbScrollAreaVirtuals.h +0 -0
  174. data/ext/{fox16 → fox16_c}/include/FXRbScrollBar.h +0 -0
  175. data/ext/{fox16 → fox16_c}/include/FXRbScrollPane.h +0 -0
  176. data/ext/{fox16 → fox16_c}/include/FXRbScrollWindow.h +0 -0
  177. data/ext/{fox16 → fox16_c}/include/FXRbSearchDialog.h +0 -0
  178. data/ext/{fox16 → fox16_c}/include/FXRbSeparator.h +0 -0
  179. data/ext/{fox16 → fox16_c}/include/FXRbSettings.h +0 -0
  180. data/ext/{fox16 → fox16_c}/include/FXRbShell.h +0 -0
  181. data/ext/{fox16 → fox16_c}/include/FXRbShutter.h +0 -0
  182. data/ext/{fox16 → fox16_c}/include/FXRbShutterVirtuals.h +0 -0
  183. data/ext/{fox16 → fox16_c}/include/FXRbSlider.h +0 -0
  184. data/ext/{fox16 → fox16_c}/include/FXRbSpinner.h +0 -0
  185. data/ext/{fox16 → fox16_c}/include/FXRbSpinnerVirtuals.h +0 -0
  186. data/ext/{fox16 → fox16_c}/include/FXRbSplashWindow.h +0 -0
  187. data/ext/{fox16 → fox16_c}/include/FXRbSplitter.h +0 -0
  188. data/ext/{fox16 → fox16_c}/include/FXRbSpring.h +0 -0
  189. data/ext/{fox16 → fox16_c}/include/FXRbStatusBar.h +0 -0
  190. data/ext/{fox16 → fox16_c}/include/FXRbStatusLine.h +0 -0
  191. data/ext/{fox16 → fox16_c}/include/FXRbStream.h +0 -0
  192. data/ext/{fox16 → fox16_c}/include/FXRbStreamVirtuals.h +0 -0
  193. data/ext/{fox16 → fox16_c}/include/FXRbStringDict.h +0 -0
  194. data/ext/{fox16 → fox16_c}/include/FXRbSwitcher.h +0 -0
  195. data/ext/{fox16 → fox16_c}/include/FXRbTGAIcon.h +0 -0
  196. data/ext/{fox16 → fox16_c}/include/FXRbTGAImage.h +0 -0
  197. data/ext/{fox16 → fox16_c}/include/FXRbTIFIcon.h +0 -0
  198. data/ext/{fox16 → fox16_c}/include/FXRbTIFImage.h +0 -0
  199. data/ext/{fox16 → fox16_c}/include/FXRbTabBar.h +0 -0
  200. data/ext/{fox16 → fox16_c}/include/FXRbTabBarVirtuals.h +0 -0
  201. data/ext/{fox16 → fox16_c}/include/FXRbTabBook.h +0 -0
  202. data/ext/{fox16 → fox16_c}/include/FXRbTabItem.h +0 -0
  203. data/ext/{fox16 → fox16_c}/include/FXRbTable.h +0 -0
  204. data/ext/{fox16 → fox16_c}/include/FXRbTableItemVirtuals.h +0 -0
  205. data/ext/{fox16 → fox16_c}/include/FXRbTableVirtuals.h +0 -0
  206. data/ext/{fox16 → fox16_c}/include/FXRbText.h +0 -0
  207. data/ext/{fox16 → fox16_c}/include/FXRbTextField.h +0 -0
  208. data/ext/{fox16 → fox16_c}/include/FXRbTextVirtuals.h +0 -0
  209. data/ext/{fox16 → fox16_c}/include/FXRbToggleButton.h +0 -0
  210. data/ext/{fox16 → fox16_c}/include/FXRbToolBar.h +0 -0
  211. data/ext/{fox16 → fox16_c}/include/FXRbToolBarGrip.h +0 -0
  212. data/ext/{fox16 → fox16_c}/include/FXRbToolBarShell.h +0 -0
  213. data/ext/{fox16 → fox16_c}/include/FXRbToolBarTab.h +0 -0
  214. data/ext/{fox16 → fox16_c}/include/FXRbToolTip.h +0 -0
  215. data/ext/{fox16 → fox16_c}/include/FXRbTopWindow.h +0 -0
  216. data/ext/{fox16 → fox16_c}/include/FXRbTopWindowVirtuals.h +0 -0
  217. data/ext/{fox16 → fox16_c}/include/FXRbTranslator.h +0 -0
  218. data/ext/{fox16 → fox16_c}/include/FXRbTranslatorVirtuals.h +0 -0
  219. data/ext/{fox16 → fox16_c}/include/FXRbTreeItemVirtuals.h +0 -0
  220. data/ext/{fox16 → fox16_c}/include/FXRbTreeList.h +0 -0
  221. data/ext/{fox16 → fox16_c}/include/FXRbTreeListBox.h +0 -0
  222. data/ext/{fox16 → fox16_c}/include/FXRbTreeListBoxVirtuals.h +0 -0
  223. data/ext/{fox16 → fox16_c}/include/FXRbTreeListVirtuals.h +0 -0
  224. data/ext/{fox16 → fox16_c}/include/FXRbTriStateButton.h +0 -0
  225. data/ext/{fox16 → fox16_c}/include/FXRbVerticalFrame.h +0 -0
  226. data/ext/{fox16 → fox16_c}/include/FXRbVisual.h +0 -0
  227. data/ext/{fox16 → fox16_c}/include/FXRbWindow.h +0 -0
  228. data/ext/{fox16 → fox16_c}/include/FXRbWindowVirtuals.h +0 -0
  229. data/ext/{fox16 → fox16_c}/include/FXRbWizard.h +0 -0
  230. data/ext/{fox16 → fox16_c}/include/FXRbXBMIcon.h +0 -0
  231. data/ext/{fox16 → fox16_c}/include/FXRbXBMImage.h +0 -0
  232. data/ext/{fox16 → fox16_c}/include/FXRbXPMIcon.h +0 -0
  233. data/ext/{fox16 → fox16_c}/include/FXRbXPMImage.h +0 -0
  234. data/ext/{fox16 → fox16_c}/include/FXRuby.h +24 -2
  235. data/ext/{fox16 → fox16_c}/include/impl.h +0 -0
  236. data/ext/{fox16 → fox16_c}/make_impl.rb +0 -0
  237. data/ext/{fox16 → fox16_c}/markfuncs.cpp +0 -0
  238. data/ext/{fox16 → fox16_c}/unregisterOwnedObjects.cpp +0 -0
  239. data/lib/fox16.rb +3 -3
  240. data/lib/fox16/version.rb +1 -1
  241. data/swig-interfaces/FXApp.i +1 -1
  242. data/swig-interfaces/FXBMPIcon.i +2 -2
  243. data/swig-interfaces/FXBMPImage.i +2 -2
  244. data/swig-interfaces/FXCURCursor.i +1 -1
  245. data/swig-interfaces/FXFileDialog.i +6 -6
  246. data/swig-interfaces/FXFileSelector.i +3 -3
  247. data/swig-interfaces/FXGIFCursor.i +1 -1
  248. data/swig-interfaces/FXGIFIcon.i +2 -2
  249. data/swig-interfaces/FXGIFImage.i +2 -2
  250. data/swig-interfaces/FXICOIcon.i +2 -2
  251. data/swig-interfaces/FXICOImage.i +2 -2
  252. data/swig-interfaces/FXJPGIcon.i +2 -2
  253. data/swig-interfaces/FXJPGImage.i +2 -2
  254. data/swig-interfaces/FXPCXIcon.i +2 -2
  255. data/swig-interfaces/FXPCXImage.i +2 -2
  256. data/swig-interfaces/FXPNGIcon.i +2 -2
  257. data/swig-interfaces/FXPNGImage.i +2 -2
  258. data/swig-interfaces/FXPPMIcon.i +2 -2
  259. data/swig-interfaces/FXPPMImage.i +2 -2
  260. data/swig-interfaces/FXRGBIcon.i +2 -2
  261. data/swig-interfaces/FXRGBImage.i +2 -2
  262. data/swig-interfaces/FXScintilla.i +2 -2
  263. data/swig-interfaces/FXTGAIcon.i +2 -2
  264. data/swig-interfaces/FXTGAImage.i +2 -2
  265. data/swig-interfaces/FXTIFIcon.i +2 -2
  266. data/swig-interfaces/FXTIFImage.i +2 -2
  267. data/swig-interfaces/FXTable.i +1 -1
  268. data/swig-interfaces/FXText.i +5 -5
  269. data/swig-interfaces/FXXBMIcon.i +2 -2
  270. data/swig-interfaces/FXXBMImage.i +2 -2
  271. data/swig-interfaces/FXXPMIcon.i +2 -2
  272. data/swig-interfaces/FXXPMImage.i +2 -2
  273. data/swig-interfaces/fxdefs.i +1 -1
  274. data/swig-interfaces/ruby-typemaps.i +3 -3
  275. data/test/TC_FXComboBox.rb +9 -0
  276. data/test/TC_FXList.rb +9 -0
  277. data/test/TC_FXText.rb +9 -0
  278. metadata +267 -264
@@ -408,7 +408,7 @@ FXbool fxisconsole(const FXchar *path);
408
408
  /// Version number that the library has been compiled with
409
409
  VALUE _fxversion(){
410
410
  FXString version=FXStringFormat("%d.%d.%d",fxversion[0],fxversion[1],fxversion[2]);
411
- return rb_str_new2(version.text());
411
+ return to_ruby(version);
412
412
  }
413
413
  %}
414
414
 
@@ -106,13 +106,13 @@ inline FXbool to_FXbool(VALUE obj){
106
106
  %typemap(out) FXbool "$result = $1 ? Qtrue : Qfalse;";
107
107
 
108
108
  /* Convert FXString struct members to Ruby strings */
109
- %typemap(out) FXString * "$result = rb_str_new2($1->text());";
109
+ %typemap(out) FXString * "$result = to_ruby($1->text());";
110
110
 
111
111
  /* Convert FXString return values to Ruby strings */
112
- %typemap(out) FXString "$result = rb_str_new2($1.text());";
112
+ %typemap(out) FXString "$result = to_ruby($1.text());";
113
113
 
114
114
  /* Convert const FXString& return values to Ruby strings */
115
- %typemap(out) const FXString& "$result = rb_str_new2($1->text());";
115
+ %typemap(out) const FXString& "$result = to_ruby($1->text());";
116
116
 
117
117
  /**
118
118
  * Used by constructors for icons and images that require an array
@@ -1,3 +1,4 @@
1
+ #encoding: utf-8
1
2
  require 'test/unit'
2
3
  require 'testcase'
3
4
  require 'fox16'
@@ -59,5 +60,13 @@ class TC_FXComboBox < Fox::TestCase
59
60
  assert_equal("two", items[1])
60
61
  assert_equal("three", items[2])
61
62
  end
63
+
64
+ if ''.respond_to?(:encoding)
65
+ def test_encoding
66
+ assert_equal(3, @comboBox.fillItems(%w{"世界 線航跡 蔵"}))
67
+ assert_equal(Encoding::UTF_8, @comboBox.getItem(2).encoding)
68
+ assert_equal('線航跡', @comboBox.getItem(1))
69
+ end
70
+ end
62
71
  end
63
72
 
data/test/TC_FXList.rb CHANGED
@@ -1,3 +1,4 @@
1
+ #encoding: utf-8
1
2
  require 'test/unit'
2
3
  require 'testcase'
3
4
  require 'fox16'
@@ -113,4 +114,12 @@ class TC_FXList < Fox::TestCase
113
114
  @list.makeItemVisible(3)
114
115
  }
115
116
  end
117
+
118
+ if ''.respond_to?(:encoding)
119
+ def test_encoding
120
+ @list.appendItem("世界線航跡蔵")
121
+ assert_equal(Encoding::UTF_8, @list.getItem(0).text.encoding)
122
+ assert_equal('世界線航跡蔵', @list.getItem(0).text)
123
+ end
124
+ end
116
125
  end
data/test/TC_FXText.rb CHANGED
@@ -1,3 +1,4 @@
1
+ #encoding: utf-8
1
2
  require 'test/unit'
2
3
  require 'fox16'
3
4
  require 'fox16/colors'
@@ -93,4 +94,12 @@ public
93
94
  assert_equal([8, 6, 8], endIndex)
94
95
  end
95
96
 
97
+ if ''.respond_to?(:encoding)
98
+ def test_encoding
99
+ @text.text = "世界線航跡蔵"
100
+ assert_equal(Encoding::UTF_8, @text.text.encoding)
101
+ assert_equal('世界線航跡蔵', @text.text)
102
+ assert_equal('線航', @text.extractText(@text.text[0,2].bytesize, @text.text[2,2].bytesize))
103
+ end
104
+ end
96
105
  end
metadata CHANGED
@@ -1,13 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fxruby
3
3
  version: !ruby/object:Gem::Version
4
- hash: 61
5
- prerelease:
4
+ hash: 3347503597
5
+ prerelease: 7
6
6
  segments:
7
7
  - 1
8
8
  - 6
9
- - 25
10
- version: 1.6.25
9
+ - 26
10
+ - pre
11
+ - 1
12
+ version: 1.6.26.pre1
11
13
  platform: ruby
12
14
  authors:
13
15
  - Lyle Johnson
@@ -16,7 +18,7 @@ autorequire:
16
18
  bindir: bin
17
19
  cert_chain: []
18
20
 
19
- date: 2012-06-17 00:00:00 Z
21
+ date: 2013-02-16 00:00:00 Z
20
22
  dependencies:
21
23
  - !ruby/object:Gem::Dependency
22
24
  name: rdoc
@@ -55,7 +57,7 @@ email:
55
57
  executables: []
56
58
 
57
59
  extensions:
58
- - ext/fox16/extconf.rb
60
+ - ext/fox16_c/extconf.rb
59
61
  extra_rdoc_files:
60
62
  - History.txt
61
63
  - Manifest.txt
@@ -194,238 +196,238 @@ files:
194
196
  - examples/textedit/prefdialog.rb
195
197
  - examples/textedit/textedit.rb
196
198
  - examples/unicode.rb
197
- - ext/fox16/FXRbApp.cpp
198
- - ext/fox16/FXRbDataTarget.cpp
199
- - ext/fox16/FXRbGLViewer.cpp
200
- - ext/fox16/FXRuby.cpp
201
- - ext/fox16/MANIFEST
202
- - ext/fox16/extconf.rb
203
- - ext/fox16/impl.cpp
204
- - ext/fox16/include/FXMemoryBuffer.h
205
- - ext/fox16/include/FXRb4Splitter.h
206
- - ext/fox16/include/FXRb7Segment.h
207
- - ext/fox16/include/FXRbAccelTable.h
208
- - ext/fox16/include/FXRbApp.h
209
- - ext/fox16/include/FXRbAppVirtuals.h
210
- - ext/fox16/include/FXRbArrowButton.h
211
- - ext/fox16/include/FXRbBMPIcon.h
212
- - ext/fox16/include/FXRbBMPImage.h
213
- - ext/fox16/include/FXRbBitmap.h
214
- - ext/fox16/include/FXRbBitmapFrame.h
215
- - ext/fox16/include/FXRbBitmapView.h
216
- - ext/fox16/include/FXRbBitmapVirtuals.h
217
- - ext/fox16/include/FXRbButton.h
218
- - ext/fox16/include/FXRbCURCursor.h
219
- - ext/fox16/include/FXRbCanvas.h
220
- - ext/fox16/include/FXRbCheckButton.h
221
- - ext/fox16/include/FXRbChoiceBox.h
222
- - ext/fox16/include/FXRbColorBar.h
223
- - ext/fox16/include/FXRbColorDialog.h
224
- - ext/fox16/include/FXRbColorList.h
225
- - ext/fox16/include/FXRbColorRing.h
226
- - ext/fox16/include/FXRbColorSelector.h
227
- - ext/fox16/include/FXRbColorWell.h
228
- - ext/fox16/include/FXRbColorWheel.h
229
- - ext/fox16/include/FXRbComboBox.h
230
- - ext/fox16/include/FXRbCommon.h
231
- - ext/fox16/include/FXRbComposite.h
232
- - ext/fox16/include/FXRbCursor.h
233
- - ext/fox16/include/FXRbCursorVirtuals.h
234
- - ext/fox16/include/FXRbDC.h
235
- - ext/fox16/include/FXRbDCPrint.h
236
- - ext/fox16/include/FXRbDCVirtuals.h
237
- - ext/fox16/include/FXRbDCWindow.h
238
- - ext/fox16/include/FXRbDataTarget.h
239
- - ext/fox16/include/FXRbDebugTarget.h
240
- - ext/fox16/include/FXRbDelegator.h
241
- - ext/fox16/include/FXRbDial.h
242
- - ext/fox16/include/FXRbDialogBox.h
243
- - ext/fox16/include/FXRbDialogBoxVirtuals.h
244
- - ext/fox16/include/FXRbDict.h
245
- - ext/fox16/include/FXRbDirBox.h
246
- - ext/fox16/include/FXRbDirDialog.h
247
- - ext/fox16/include/FXRbDirList.h
248
- - ext/fox16/include/FXRbDirSelector.h
249
- - ext/fox16/include/FXRbDockBar.h
250
- - ext/fox16/include/FXRbDockBarVirtuals.h
251
- - ext/fox16/include/FXRbDockHandler.h
252
- - ext/fox16/include/FXRbDockSite.h
253
- - ext/fox16/include/FXRbDockSiteVirtuals.h
254
- - ext/fox16/include/FXRbDockTitle.h
255
- - ext/fox16/include/FXRbDocument.h
256
- - ext/fox16/include/FXRbDragCorner.h
257
- - ext/fox16/include/FXRbDrawable.h
258
- - ext/fox16/include/FXRbDrawableVirtuals.h
259
- - ext/fox16/include/FXRbDriveBox.h
260
- - ext/fox16/include/FXRbFileDialog.h
261
- - ext/fox16/include/FXRbFileDict.h
262
- - ext/fox16/include/FXRbFileDictVirtuals.h
263
- - ext/fox16/include/FXRbFileList.h
264
- - ext/fox16/include/FXRbFileSelector.h
265
- - ext/fox16/include/FXRbFoldingItemVirtuals.h
266
- - ext/fox16/include/FXRbFoldingList.h
267
- - ext/fox16/include/FXRbFoldingListVirtuals.h
268
- - ext/fox16/include/FXRbFont.h
269
- - ext/fox16/include/FXRbFontDialog.h
270
- - ext/fox16/include/FXRbFontSelector.h
271
- - ext/fox16/include/FXRbFontVirtuals.h
272
- - ext/fox16/include/FXRbFrame.h
273
- - ext/fox16/include/FXRbGIFCursor.h
274
- - ext/fox16/include/FXRbGIFIcon.h
275
- - ext/fox16/include/FXRbGIFImage.h
276
- - ext/fox16/include/FXRbGLCanvas.h
277
- - ext/fox16/include/FXRbGLCanvasVirtuals.h
278
- - ext/fox16/include/FXRbGLContext.h
279
- - ext/fox16/include/FXRbGLObject.h
280
- - ext/fox16/include/FXRbGLObjectVirtuals.h
281
- - ext/fox16/include/FXRbGLShape.h
282
- - ext/fox16/include/FXRbGLShapeVirtuals.h
283
- - ext/fox16/include/FXRbGLViewer.h
284
- - ext/fox16/include/FXRbGLViewerVirtuals.h
285
- - ext/fox16/include/FXRbGLVisual.h
286
- - ext/fox16/include/FXRbGradientBar.h
287
- - ext/fox16/include/FXRbGroupBox.h
288
- - ext/fox16/include/FXRbHeader.h
289
- - ext/fox16/include/FXRbHeaderItemVirtuals.h
290
- - ext/fox16/include/FXRbHorizontalFrame.h
291
- - ext/fox16/include/FXRbICOIcon.h
292
- - ext/fox16/include/FXRbICOImage.h
293
- - ext/fox16/include/FXRbIcon.h
294
- - ext/fox16/include/FXRbIconItemVirtuals.h
295
- - ext/fox16/include/FXRbIconList.h
296
- - ext/fox16/include/FXRbIconListVirtuals.h
297
- - ext/fox16/include/FXRbIconSource.h
298
- - ext/fox16/include/FXRbIconSourceVirtuals.h
299
- - ext/fox16/include/FXRbId.h
300
- - ext/fox16/include/FXRbIdVirtuals.h
301
- - ext/fox16/include/FXRbImage.h
302
- - ext/fox16/include/FXRbImageFrame.h
303
- - ext/fox16/include/FXRbImageView.h
304
- - ext/fox16/include/FXRbImageVirtuals.h
305
- - ext/fox16/include/FXRbInputDialog.h
306
- - ext/fox16/include/FXRbJPGIcon.h
307
- - ext/fox16/include/FXRbJPGImage.h
308
- - ext/fox16/include/FXRbKnob.h
309
- - ext/fox16/include/FXRbLabel.h
310
- - ext/fox16/include/FXRbList.h
311
- - ext/fox16/include/FXRbListBox.h
312
- - ext/fox16/include/FXRbListBoxVirtuals.h
313
- - ext/fox16/include/FXRbListItemVirtuals.h
314
- - ext/fox16/include/FXRbListVirtuals.h
315
- - ext/fox16/include/FXRbMDIButton.h
316
- - ext/fox16/include/FXRbMDIChild.h
317
- - ext/fox16/include/FXRbMDIChildVirtuals.h
318
- - ext/fox16/include/FXRbMDIClient.h
319
- - ext/fox16/include/FXRbMDIClientVirtuals.h
320
- - ext/fox16/include/FXRbMainWindow.h
321
- - ext/fox16/include/FXRbMatrix.h
322
- - ext/fox16/include/FXRbMenuBar.h
323
- - ext/fox16/include/FXRbMenuButton.h
324
- - ext/fox16/include/FXRbMenuCaption.h
325
- - ext/fox16/include/FXRbMenuCascade.h
326
- - ext/fox16/include/FXRbMenuCheck.h
327
- - ext/fox16/include/FXRbMenuCommand.h
328
- - ext/fox16/include/FXRbMenuPane.h
329
- - ext/fox16/include/FXRbMenuRadio.h
330
- - ext/fox16/include/FXRbMenuSeparator.h
331
- - ext/fox16/include/FXRbMenuTitle.h
332
- - ext/fox16/include/FXRbMessageBox.h
333
- - ext/fox16/include/FXRbObject.h
334
- - ext/fox16/include/FXRbObjectVirtuals.h
335
- - ext/fox16/include/FXRbOptionMenu.h
336
- - ext/fox16/include/FXRbPCXIcon.h
337
- - ext/fox16/include/FXRbPCXImage.h
338
- - ext/fox16/include/FXRbPNGIcon.h
339
- - ext/fox16/include/FXRbPNGImage.h
340
- - ext/fox16/include/FXRbPPMIcon.h
341
- - ext/fox16/include/FXRbPPMImage.h
342
- - ext/fox16/include/FXRbPacker.h
343
- - ext/fox16/include/FXRbPicker.h
344
- - ext/fox16/include/FXRbPopup.h
345
- - ext/fox16/include/FXRbPopupVirtuals.h
346
- - ext/fox16/include/FXRbPrintDialog.h
347
- - ext/fox16/include/FXRbProgressBar.h
348
- - ext/fox16/include/FXRbProgressDialog.h
349
- - ext/fox16/include/FXRbRGBIcon.h
350
- - ext/fox16/include/FXRbRGBImage.h
351
- - ext/fox16/include/FXRbRadioButton.h
352
- - ext/fox16/include/FXRbRealSlider.h
353
- - ext/fox16/include/FXRbRealSpinner.h
354
- - ext/fox16/include/FXRbRealSpinnerVirtuals.h
355
- - ext/fox16/include/FXRbRecentFiles.h
356
- - ext/fox16/include/FXRbRegistry.h
357
- - ext/fox16/include/FXRbReplaceDialog.h
358
- - ext/fox16/include/FXRbRootWindow.h
359
- - ext/fox16/include/FXRbRuler.h
360
- - ext/fox16/include/FXRbRulerView.h
361
- - ext/fox16/include/FXRbScintilla.h
362
- - ext/fox16/include/FXRbScrollArea.h
363
- - ext/fox16/include/FXRbScrollAreaVirtuals.h
364
- - ext/fox16/include/FXRbScrollBar.h
365
- - ext/fox16/include/FXRbScrollPane.h
366
- - ext/fox16/include/FXRbScrollWindow.h
367
- - ext/fox16/include/FXRbSearchDialog.h
368
- - ext/fox16/include/FXRbSeparator.h
369
- - ext/fox16/include/FXRbSettings.h
370
- - ext/fox16/include/FXRbShell.h
371
- - ext/fox16/include/FXRbShutter.h
372
- - ext/fox16/include/FXRbShutterVirtuals.h
373
- - ext/fox16/include/FXRbSlider.h
374
- - ext/fox16/include/FXRbSpinner.h
375
- - ext/fox16/include/FXRbSpinnerVirtuals.h
376
- - ext/fox16/include/FXRbSplashWindow.h
377
- - ext/fox16/include/FXRbSplitter.h
378
- - ext/fox16/include/FXRbSpring.h
379
- - ext/fox16/include/FXRbStatusBar.h
380
- - ext/fox16/include/FXRbStatusLine.h
381
- - ext/fox16/include/FXRbStream.h
382
- - ext/fox16/include/FXRbStreamVirtuals.h
383
- - ext/fox16/include/FXRbStringDict.h
384
- - ext/fox16/include/FXRbSwitcher.h
385
- - ext/fox16/include/FXRbTGAIcon.h
386
- - ext/fox16/include/FXRbTGAImage.h
387
- - ext/fox16/include/FXRbTIFIcon.h
388
- - ext/fox16/include/FXRbTIFImage.h
389
- - ext/fox16/include/FXRbTabBar.h
390
- - ext/fox16/include/FXRbTabBarVirtuals.h
391
- - ext/fox16/include/FXRbTabBook.h
392
- - ext/fox16/include/FXRbTabItem.h
393
- - ext/fox16/include/FXRbTable.h
394
- - ext/fox16/include/FXRbTableItemVirtuals.h
395
- - ext/fox16/include/FXRbTableVirtuals.h
396
- - ext/fox16/include/FXRbText.h
397
- - ext/fox16/include/FXRbTextField.h
398
- - ext/fox16/include/FXRbTextVirtuals.h
399
- - ext/fox16/include/FXRbToggleButton.h
400
- - ext/fox16/include/FXRbToolBar.h
401
- - ext/fox16/include/FXRbToolBarGrip.h
402
- - ext/fox16/include/FXRbToolBarShell.h
403
- - ext/fox16/include/FXRbToolBarTab.h
404
- - ext/fox16/include/FXRbToolTip.h
405
- - ext/fox16/include/FXRbTopWindow.h
406
- - ext/fox16/include/FXRbTopWindowVirtuals.h
407
- - ext/fox16/include/FXRbTranslator.h
408
- - ext/fox16/include/FXRbTranslatorVirtuals.h
409
- - ext/fox16/include/FXRbTreeItemVirtuals.h
410
- - ext/fox16/include/FXRbTreeList.h
411
- - ext/fox16/include/FXRbTreeListBox.h
412
- - ext/fox16/include/FXRbTreeListBoxVirtuals.h
413
- - ext/fox16/include/FXRbTreeListVirtuals.h
414
- - ext/fox16/include/FXRbTriStateButton.h
415
- - ext/fox16/include/FXRbVerticalFrame.h
416
- - ext/fox16/include/FXRbVisual.h
417
- - ext/fox16/include/FXRbWindow.h
418
- - ext/fox16/include/FXRbWindowVirtuals.h
419
- - ext/fox16/include/FXRbWizard.h
420
- - ext/fox16/include/FXRbXBMIcon.h
421
- - ext/fox16/include/FXRbXBMImage.h
422
- - ext/fox16/include/FXRbXPMIcon.h
423
- - ext/fox16/include/FXRbXPMImage.h
424
- - ext/fox16/include/FXRuby.h
425
- - ext/fox16/include/impl.h
426
- - ext/fox16/make_impl.rb
427
- - ext/fox16/markfuncs.cpp
428
- - ext/fox16/unregisterOwnedObjects.cpp
199
+ - ext/fox16_c/FXRbApp.cpp
200
+ - ext/fox16_c/FXRbDataTarget.cpp
201
+ - ext/fox16_c/FXRbGLViewer.cpp
202
+ - ext/fox16_c/FXRuby.cpp
203
+ - ext/fox16_c/MANIFEST
204
+ - ext/fox16_c/extconf.rb
205
+ - ext/fox16_c/impl.cpp
206
+ - ext/fox16_c/include/FXMemoryBuffer.h
207
+ - ext/fox16_c/include/FXRb4Splitter.h
208
+ - ext/fox16_c/include/FXRb7Segment.h
209
+ - ext/fox16_c/include/FXRbAccelTable.h
210
+ - ext/fox16_c/include/FXRbApp.h
211
+ - ext/fox16_c/include/FXRbAppVirtuals.h
212
+ - ext/fox16_c/include/FXRbArrowButton.h
213
+ - ext/fox16_c/include/FXRbBMPIcon.h
214
+ - ext/fox16_c/include/FXRbBMPImage.h
215
+ - ext/fox16_c/include/FXRbBitmap.h
216
+ - ext/fox16_c/include/FXRbBitmapFrame.h
217
+ - ext/fox16_c/include/FXRbBitmapView.h
218
+ - ext/fox16_c/include/FXRbBitmapVirtuals.h
219
+ - ext/fox16_c/include/FXRbButton.h
220
+ - ext/fox16_c/include/FXRbCURCursor.h
221
+ - ext/fox16_c/include/FXRbCanvas.h
222
+ - ext/fox16_c/include/FXRbCheckButton.h
223
+ - ext/fox16_c/include/FXRbChoiceBox.h
224
+ - ext/fox16_c/include/FXRbColorBar.h
225
+ - ext/fox16_c/include/FXRbColorDialog.h
226
+ - ext/fox16_c/include/FXRbColorList.h
227
+ - ext/fox16_c/include/FXRbColorRing.h
228
+ - ext/fox16_c/include/FXRbColorSelector.h
229
+ - ext/fox16_c/include/FXRbColorWell.h
230
+ - ext/fox16_c/include/FXRbColorWheel.h
231
+ - ext/fox16_c/include/FXRbComboBox.h
232
+ - ext/fox16_c/include/FXRbCommon.h
233
+ - ext/fox16_c/include/FXRbComposite.h
234
+ - ext/fox16_c/include/FXRbCursor.h
235
+ - ext/fox16_c/include/FXRbCursorVirtuals.h
236
+ - ext/fox16_c/include/FXRbDC.h
237
+ - ext/fox16_c/include/FXRbDCPrint.h
238
+ - ext/fox16_c/include/FXRbDCVirtuals.h
239
+ - ext/fox16_c/include/FXRbDCWindow.h
240
+ - ext/fox16_c/include/FXRbDataTarget.h
241
+ - ext/fox16_c/include/FXRbDebugTarget.h
242
+ - ext/fox16_c/include/FXRbDelegator.h
243
+ - ext/fox16_c/include/FXRbDial.h
244
+ - ext/fox16_c/include/FXRbDialogBox.h
245
+ - ext/fox16_c/include/FXRbDialogBoxVirtuals.h
246
+ - ext/fox16_c/include/FXRbDict.h
247
+ - ext/fox16_c/include/FXRbDirBox.h
248
+ - ext/fox16_c/include/FXRbDirDialog.h
249
+ - ext/fox16_c/include/FXRbDirList.h
250
+ - ext/fox16_c/include/FXRbDirSelector.h
251
+ - ext/fox16_c/include/FXRbDockBar.h
252
+ - ext/fox16_c/include/FXRbDockBarVirtuals.h
253
+ - ext/fox16_c/include/FXRbDockHandler.h
254
+ - ext/fox16_c/include/FXRbDockSite.h
255
+ - ext/fox16_c/include/FXRbDockSiteVirtuals.h
256
+ - ext/fox16_c/include/FXRbDockTitle.h
257
+ - ext/fox16_c/include/FXRbDocument.h
258
+ - ext/fox16_c/include/FXRbDragCorner.h
259
+ - ext/fox16_c/include/FXRbDrawable.h
260
+ - ext/fox16_c/include/FXRbDrawableVirtuals.h
261
+ - ext/fox16_c/include/FXRbDriveBox.h
262
+ - ext/fox16_c/include/FXRbFileDialog.h
263
+ - ext/fox16_c/include/FXRbFileDict.h
264
+ - ext/fox16_c/include/FXRbFileDictVirtuals.h
265
+ - ext/fox16_c/include/FXRbFileList.h
266
+ - ext/fox16_c/include/FXRbFileSelector.h
267
+ - ext/fox16_c/include/FXRbFoldingItemVirtuals.h
268
+ - ext/fox16_c/include/FXRbFoldingList.h
269
+ - ext/fox16_c/include/FXRbFoldingListVirtuals.h
270
+ - ext/fox16_c/include/FXRbFont.h
271
+ - ext/fox16_c/include/FXRbFontDialog.h
272
+ - ext/fox16_c/include/FXRbFontSelector.h
273
+ - ext/fox16_c/include/FXRbFontVirtuals.h
274
+ - ext/fox16_c/include/FXRbFrame.h
275
+ - ext/fox16_c/include/FXRbGIFCursor.h
276
+ - ext/fox16_c/include/FXRbGIFIcon.h
277
+ - ext/fox16_c/include/FXRbGIFImage.h
278
+ - ext/fox16_c/include/FXRbGLCanvas.h
279
+ - ext/fox16_c/include/FXRbGLCanvasVirtuals.h
280
+ - ext/fox16_c/include/FXRbGLContext.h
281
+ - ext/fox16_c/include/FXRbGLObject.h
282
+ - ext/fox16_c/include/FXRbGLObjectVirtuals.h
283
+ - ext/fox16_c/include/FXRbGLShape.h
284
+ - ext/fox16_c/include/FXRbGLShapeVirtuals.h
285
+ - ext/fox16_c/include/FXRbGLViewer.h
286
+ - ext/fox16_c/include/FXRbGLViewerVirtuals.h
287
+ - ext/fox16_c/include/FXRbGLVisual.h
288
+ - ext/fox16_c/include/FXRbGradientBar.h
289
+ - ext/fox16_c/include/FXRbGroupBox.h
290
+ - ext/fox16_c/include/FXRbHeader.h
291
+ - ext/fox16_c/include/FXRbHeaderItemVirtuals.h
292
+ - ext/fox16_c/include/FXRbHorizontalFrame.h
293
+ - ext/fox16_c/include/FXRbICOIcon.h
294
+ - ext/fox16_c/include/FXRbICOImage.h
295
+ - ext/fox16_c/include/FXRbIcon.h
296
+ - ext/fox16_c/include/FXRbIconItemVirtuals.h
297
+ - ext/fox16_c/include/FXRbIconList.h
298
+ - ext/fox16_c/include/FXRbIconListVirtuals.h
299
+ - ext/fox16_c/include/FXRbIconSource.h
300
+ - ext/fox16_c/include/FXRbIconSourceVirtuals.h
301
+ - ext/fox16_c/include/FXRbId.h
302
+ - ext/fox16_c/include/FXRbIdVirtuals.h
303
+ - ext/fox16_c/include/FXRbImage.h
304
+ - ext/fox16_c/include/FXRbImageFrame.h
305
+ - ext/fox16_c/include/FXRbImageView.h
306
+ - ext/fox16_c/include/FXRbImageVirtuals.h
307
+ - ext/fox16_c/include/FXRbInputDialog.h
308
+ - ext/fox16_c/include/FXRbJPGIcon.h
309
+ - ext/fox16_c/include/FXRbJPGImage.h
310
+ - ext/fox16_c/include/FXRbKnob.h
311
+ - ext/fox16_c/include/FXRbLabel.h
312
+ - ext/fox16_c/include/FXRbList.h
313
+ - ext/fox16_c/include/FXRbListBox.h
314
+ - ext/fox16_c/include/FXRbListBoxVirtuals.h
315
+ - ext/fox16_c/include/FXRbListItemVirtuals.h
316
+ - ext/fox16_c/include/FXRbListVirtuals.h
317
+ - ext/fox16_c/include/FXRbMDIButton.h
318
+ - ext/fox16_c/include/FXRbMDIChild.h
319
+ - ext/fox16_c/include/FXRbMDIChildVirtuals.h
320
+ - ext/fox16_c/include/FXRbMDIClient.h
321
+ - ext/fox16_c/include/FXRbMDIClientVirtuals.h
322
+ - ext/fox16_c/include/FXRbMainWindow.h
323
+ - ext/fox16_c/include/FXRbMatrix.h
324
+ - ext/fox16_c/include/FXRbMenuBar.h
325
+ - ext/fox16_c/include/FXRbMenuButton.h
326
+ - ext/fox16_c/include/FXRbMenuCaption.h
327
+ - ext/fox16_c/include/FXRbMenuCascade.h
328
+ - ext/fox16_c/include/FXRbMenuCheck.h
329
+ - ext/fox16_c/include/FXRbMenuCommand.h
330
+ - ext/fox16_c/include/FXRbMenuPane.h
331
+ - ext/fox16_c/include/FXRbMenuRadio.h
332
+ - ext/fox16_c/include/FXRbMenuSeparator.h
333
+ - ext/fox16_c/include/FXRbMenuTitle.h
334
+ - ext/fox16_c/include/FXRbMessageBox.h
335
+ - ext/fox16_c/include/FXRbObject.h
336
+ - ext/fox16_c/include/FXRbObjectVirtuals.h
337
+ - ext/fox16_c/include/FXRbOptionMenu.h
338
+ - ext/fox16_c/include/FXRbPCXIcon.h
339
+ - ext/fox16_c/include/FXRbPCXImage.h
340
+ - ext/fox16_c/include/FXRbPNGIcon.h
341
+ - ext/fox16_c/include/FXRbPNGImage.h
342
+ - ext/fox16_c/include/FXRbPPMIcon.h
343
+ - ext/fox16_c/include/FXRbPPMImage.h
344
+ - ext/fox16_c/include/FXRbPacker.h
345
+ - ext/fox16_c/include/FXRbPicker.h
346
+ - ext/fox16_c/include/FXRbPopup.h
347
+ - ext/fox16_c/include/FXRbPopupVirtuals.h
348
+ - ext/fox16_c/include/FXRbPrintDialog.h
349
+ - ext/fox16_c/include/FXRbProgressBar.h
350
+ - ext/fox16_c/include/FXRbProgressDialog.h
351
+ - ext/fox16_c/include/FXRbRGBIcon.h
352
+ - ext/fox16_c/include/FXRbRGBImage.h
353
+ - ext/fox16_c/include/FXRbRadioButton.h
354
+ - ext/fox16_c/include/FXRbRealSlider.h
355
+ - ext/fox16_c/include/FXRbRealSpinner.h
356
+ - ext/fox16_c/include/FXRbRealSpinnerVirtuals.h
357
+ - ext/fox16_c/include/FXRbRecentFiles.h
358
+ - ext/fox16_c/include/FXRbRegistry.h
359
+ - ext/fox16_c/include/FXRbReplaceDialog.h
360
+ - ext/fox16_c/include/FXRbRootWindow.h
361
+ - ext/fox16_c/include/FXRbRuler.h
362
+ - ext/fox16_c/include/FXRbRulerView.h
363
+ - ext/fox16_c/include/FXRbScintilla.h
364
+ - ext/fox16_c/include/FXRbScrollArea.h
365
+ - ext/fox16_c/include/FXRbScrollAreaVirtuals.h
366
+ - ext/fox16_c/include/FXRbScrollBar.h
367
+ - ext/fox16_c/include/FXRbScrollPane.h
368
+ - ext/fox16_c/include/FXRbScrollWindow.h
369
+ - ext/fox16_c/include/FXRbSearchDialog.h
370
+ - ext/fox16_c/include/FXRbSeparator.h
371
+ - ext/fox16_c/include/FXRbSettings.h
372
+ - ext/fox16_c/include/FXRbShell.h
373
+ - ext/fox16_c/include/FXRbShutter.h
374
+ - ext/fox16_c/include/FXRbShutterVirtuals.h
375
+ - ext/fox16_c/include/FXRbSlider.h
376
+ - ext/fox16_c/include/FXRbSpinner.h
377
+ - ext/fox16_c/include/FXRbSpinnerVirtuals.h
378
+ - ext/fox16_c/include/FXRbSplashWindow.h
379
+ - ext/fox16_c/include/FXRbSplitter.h
380
+ - ext/fox16_c/include/FXRbSpring.h
381
+ - ext/fox16_c/include/FXRbStatusBar.h
382
+ - ext/fox16_c/include/FXRbStatusLine.h
383
+ - ext/fox16_c/include/FXRbStream.h
384
+ - ext/fox16_c/include/FXRbStreamVirtuals.h
385
+ - ext/fox16_c/include/FXRbStringDict.h
386
+ - ext/fox16_c/include/FXRbSwitcher.h
387
+ - ext/fox16_c/include/FXRbTGAIcon.h
388
+ - ext/fox16_c/include/FXRbTGAImage.h
389
+ - ext/fox16_c/include/FXRbTIFIcon.h
390
+ - ext/fox16_c/include/FXRbTIFImage.h
391
+ - ext/fox16_c/include/FXRbTabBar.h
392
+ - ext/fox16_c/include/FXRbTabBarVirtuals.h
393
+ - ext/fox16_c/include/FXRbTabBook.h
394
+ - ext/fox16_c/include/FXRbTabItem.h
395
+ - ext/fox16_c/include/FXRbTable.h
396
+ - ext/fox16_c/include/FXRbTableItemVirtuals.h
397
+ - ext/fox16_c/include/FXRbTableVirtuals.h
398
+ - ext/fox16_c/include/FXRbText.h
399
+ - ext/fox16_c/include/FXRbTextField.h
400
+ - ext/fox16_c/include/FXRbTextVirtuals.h
401
+ - ext/fox16_c/include/FXRbToggleButton.h
402
+ - ext/fox16_c/include/FXRbToolBar.h
403
+ - ext/fox16_c/include/FXRbToolBarGrip.h
404
+ - ext/fox16_c/include/FXRbToolBarShell.h
405
+ - ext/fox16_c/include/FXRbToolBarTab.h
406
+ - ext/fox16_c/include/FXRbToolTip.h
407
+ - ext/fox16_c/include/FXRbTopWindow.h
408
+ - ext/fox16_c/include/FXRbTopWindowVirtuals.h
409
+ - ext/fox16_c/include/FXRbTranslator.h
410
+ - ext/fox16_c/include/FXRbTranslatorVirtuals.h
411
+ - ext/fox16_c/include/FXRbTreeItemVirtuals.h
412
+ - ext/fox16_c/include/FXRbTreeList.h
413
+ - ext/fox16_c/include/FXRbTreeListBox.h
414
+ - ext/fox16_c/include/FXRbTreeListBoxVirtuals.h
415
+ - ext/fox16_c/include/FXRbTreeListVirtuals.h
416
+ - ext/fox16_c/include/FXRbTriStateButton.h
417
+ - ext/fox16_c/include/FXRbVerticalFrame.h
418
+ - ext/fox16_c/include/FXRbVisual.h
419
+ - ext/fox16_c/include/FXRbWindow.h
420
+ - ext/fox16_c/include/FXRbWindowVirtuals.h
421
+ - ext/fox16_c/include/FXRbWizard.h
422
+ - ext/fox16_c/include/FXRbXBMIcon.h
423
+ - ext/fox16_c/include/FXRbXBMImage.h
424
+ - ext/fox16_c/include/FXRbXPMIcon.h
425
+ - ext/fox16_c/include/FXRbXPMImage.h
426
+ - ext/fox16_c/include/FXRuby.h
427
+ - ext/fox16_c/include/impl.h
428
+ - ext/fox16_c/make_impl.rb
429
+ - ext/fox16_c/markfuncs.cpp
430
+ - ext/fox16_c/unregisterOwnedObjects.cpp
429
431
  - index.html
430
432
  - lib/fox16.rb
431
433
  - lib/fox16/accel_table.rb
@@ -973,26 +975,26 @@ files:
973
975
  - test/stress2.rb
974
976
  - test/stress3.rb
975
977
  - test/testcase.rb
976
- - ext/fox16/iconlist_wrap.cpp
977
- - ext/fox16/text_wrap.cpp
978
- - ext/fox16/dialogs_wrap.cpp
979
- - ext/fox16/layout_wrap.cpp
980
- - ext/fox16/image_wrap.cpp
981
- - ext/fox16/frames_wrap.cpp
982
- - ext/fox16/dc_wrap.cpp
983
- - ext/fox16/menu_wrap.cpp
984
- - ext/fox16/list_wrap.cpp
985
- - ext/fox16/core_wrap.cpp
986
- - ext/fox16/label_wrap.cpp
987
- - ext/fox16/treelist_wrap.cpp
988
- - ext/fox16/table_wrap.cpp
989
- - ext/fox16/scintilla_wrap.cpp
990
- - ext/fox16/fx3d_wrap.cpp
991
- - ext/fox16/mdi_wrap.cpp
992
- - ext/fox16/icons_wrap.cpp
993
- - ext/fox16/ui_wrap.cpp
994
- - ext/fox16/include/inlinestubs.h
995
- - ext/fox16/librb.c
978
+ - ext/fox16_c/fx3d_wrap.cpp
979
+ - ext/fox16_c/mdi_wrap.cpp
980
+ - ext/fox16_c/text_wrap.cpp
981
+ - ext/fox16_c/layout_wrap.cpp
982
+ - ext/fox16_c/treelist_wrap.cpp
983
+ - ext/fox16_c/menu_wrap.cpp
984
+ - ext/fox16_c/table_wrap.cpp
985
+ - ext/fox16_c/dialogs_wrap.cpp
986
+ - ext/fox16_c/icons_wrap.cpp
987
+ - ext/fox16_c/dc_wrap.cpp
988
+ - ext/fox16_c/core_wrap.cpp
989
+ - ext/fox16_c/list_wrap.cpp
990
+ - ext/fox16_c/label_wrap.cpp
991
+ - ext/fox16_c/iconlist_wrap.cpp
992
+ - ext/fox16_c/ui_wrap.cpp
993
+ - ext/fox16_c/scintilla_wrap.cpp
994
+ - ext/fox16_c/image_wrap.cpp
995
+ - ext/fox16_c/frames_wrap.cpp
996
+ - ext/fox16_c/include/inlinestubs.h
997
+ - ext/fox16_c/librb.c
996
998
  - doap.rdf
997
999
  - lib/fox16/kwargs.rb
998
1000
  homepage: http://github.com/larskanis/fxruby
@@ -1003,11 +1005,10 @@ rdoc_options:
1003
1005
  - --main
1004
1006
  - rdoc-sources/README.rdoc
1005
1007
  - --exclude
1006
- - ext/fox16
1008
+ - ext/fox16_c
1007
1009
  - --exclude
1008
1010
  - /aliases|kwargs|missingdep|responder/
1009
1011
  require_paths:
1010
- - ext/fox16
1011
1012
  - lib
1012
1013
  required_ruby_version: !ruby/object:Gem::Requirement
1013
1014
  none: false
@@ -1021,12 +1022,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
1021
1022
  required_rubygems_version: !ruby/object:Gem::Requirement
1022
1023
  none: false
1023
1024
  requirements:
1024
- - - ">="
1025
+ - - ">"
1025
1026
  - !ruby/object:Gem::Version
1026
- hash: 3
1027
+ hash: 25
1027
1028
  segments:
1028
- - 0
1029
- version: "0"
1029
+ - 1
1030
+ - 3
1031
+ - 1
1032
+ version: 1.3.1
1030
1033
  requirements: []
1031
1034
 
1032
1035
  rubyforge_project: fxruby