fxruby 1.6.25-x86-mingw32 → 1.6.26.pre1-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (280) 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/1.8/{fox16.so → fox16_c.so} +0 -0
  240. data/lib/1.9/{fox16.so → fox16_c.so} +0 -0
  241. data/lib/fox16.rb +3 -3
  242. data/lib/fox16/version.rb +1 -1
  243. data/swig-interfaces/FXApp.i +1 -1
  244. data/swig-interfaces/FXBMPIcon.i +2 -2
  245. data/swig-interfaces/FXBMPImage.i +2 -2
  246. data/swig-interfaces/FXCURCursor.i +1 -1
  247. data/swig-interfaces/FXFileDialog.i +6 -6
  248. data/swig-interfaces/FXFileSelector.i +3 -3
  249. data/swig-interfaces/FXGIFCursor.i +1 -1
  250. data/swig-interfaces/FXGIFIcon.i +2 -2
  251. data/swig-interfaces/FXGIFImage.i +2 -2
  252. data/swig-interfaces/FXICOIcon.i +2 -2
  253. data/swig-interfaces/FXICOImage.i +2 -2
  254. data/swig-interfaces/FXJPGIcon.i +2 -2
  255. data/swig-interfaces/FXJPGImage.i +2 -2
  256. data/swig-interfaces/FXPCXIcon.i +2 -2
  257. data/swig-interfaces/FXPCXImage.i +2 -2
  258. data/swig-interfaces/FXPNGIcon.i +2 -2
  259. data/swig-interfaces/FXPNGImage.i +2 -2
  260. data/swig-interfaces/FXPPMIcon.i +2 -2
  261. data/swig-interfaces/FXPPMImage.i +2 -2
  262. data/swig-interfaces/FXRGBIcon.i +2 -2
  263. data/swig-interfaces/FXRGBImage.i +2 -2
  264. data/swig-interfaces/FXScintilla.i +2 -2
  265. data/swig-interfaces/FXTGAIcon.i +2 -2
  266. data/swig-interfaces/FXTGAImage.i +2 -2
  267. data/swig-interfaces/FXTIFIcon.i +2 -2
  268. data/swig-interfaces/FXTIFImage.i +2 -2
  269. data/swig-interfaces/FXTable.i +1 -1
  270. data/swig-interfaces/FXText.i +5 -5
  271. data/swig-interfaces/FXXBMIcon.i +2 -2
  272. data/swig-interfaces/FXXBMImage.i +2 -2
  273. data/swig-interfaces/FXXPMIcon.i +2 -2
  274. data/swig-interfaces/FXXPMImage.i +2 -2
  275. data/swig-interfaces/fxdefs.i +1 -1
  276. data/swig-interfaces/ruby-typemaps.i +3 -3
  277. data/test/TC_FXComboBox.rb +9 -0
  278. data/test/TC_FXList.rb +9 -0
  279. data/test/TC_FXText.rb +9 -0
  280. metadata +268 -265
@@ -28,7 +28,7 @@ protected:
28
28
  public:
29
29
  %extend {
30
30
  static VALUE fileExt() {
31
- return rb_str_new2(FXCURCursor::fileExt);
31
+ return to_ruby(FXCURCursor::fileExt);
32
32
  }
33
33
  }
34
34
  public:
@@ -70,10 +70,10 @@ public:
70
70
  if (filenames) {
71
71
  register FXString *p = filenames;
72
72
  while ((*p) != FXString::null) {
73
- rb_ary_push(result, rb_str_new2((*p).text()));
74
- p++;
73
+ rb_ary_push(result, to_ruby(*p));
74
+ p++;
75
75
  }
76
- delete [] filenames;
76
+ delete [] filenames;
77
77
  }
78
78
  return result;
79
79
  }
@@ -239,10 +239,10 @@ public:
239
239
  if (filenames) {
240
240
  register FXString *p = filenames;
241
241
  while ((*p) != FXString::null) {
242
- rb_ary_push(result, rb_str_new2((*p).text()));
243
- p++;
242
+ rb_ary_push(result, to_ruby(*p));
243
+ p++;
244
244
  }
245
- delete [] filenames;
245
+ delete [] filenames;
246
246
  }
247
247
  return result;
248
248
  }
@@ -167,10 +167,10 @@ public:
167
167
  if (filenames) {
168
168
  register FXString *p = filenames;
169
169
  while ((*p) != FXString::null) {
170
- rb_ary_push(result, rb_str_new2((*p).text()));
171
- p++;
170
+ rb_ary_push(result, to_ruby(*p));
171
+ p++;
172
172
  }
173
- delete [] filenames;
173
+ delete [] filenames;
174
174
  }
175
175
  return result;
176
176
  }
@@ -27,7 +27,7 @@ class FXGIFCursor : public FXCursor {
27
27
  public:
28
28
  %extend {
29
29
  static VALUE fileExt() {
30
- return rb_str_new2(FXGIFCursor::fileExt);
30
+ return to_ruby(FXGIFCursor::fileExt);
31
31
  }
32
32
  }
33
33
  public:
@@ -28,10 +28,10 @@ protected:
28
28
  public:
29
29
  %extend {
30
30
  static VALUE fileExt() {
31
- return rb_str_new2(FXGIFIcon::fileExt);
31
+ return to_ruby(FXGIFIcon::fileExt);
32
32
  }
33
33
  static VALUE mimeType() {
34
- return rb_str_new2(FXGIFIcon::mimeType);
34
+ return to_ruby(FXGIFIcon::mimeType);
35
35
  }
36
36
  }
37
37
  public:
@@ -28,10 +28,10 @@ protected:
28
28
  public:
29
29
  %extend {
30
30
  static VALUE fileExt() {
31
- return rb_str_new2(FXGIFImage::fileExt);
31
+ return to_ruby(FXGIFImage::fileExt);
32
32
  }
33
33
  static VALUE mimeType() {
34
- return rb_str_new2(FXGIFImage::mimeType);
34
+ return to_ruby(FXGIFImage::mimeType);
35
35
  }
36
36
  }
37
37
  public:
@@ -28,10 +28,10 @@ protected:
28
28
  public:
29
29
  %extend {
30
30
  static VALUE fileExt() {
31
- return rb_str_new2(FXICOIcon::fileExt);
31
+ return to_ruby(FXICOIcon::fileExt);
32
32
  }
33
33
  static VALUE mimeType() {
34
- return rb_str_new2(FXICOIcon::mimeType);
34
+ return to_ruby(FXICOIcon::mimeType);
35
35
  }
36
36
  }
37
37
  public:
@@ -28,10 +28,10 @@ protected:
28
28
  public:
29
29
  %extend {
30
30
  static VALUE fileExt() {
31
- return rb_str_new2(FXICOImage::fileExt);
31
+ return to_ruby(FXICOImage::fileExt);
32
32
  }
33
33
  static VALUE mimeType() {
34
- return rb_str_new2(FXICOImage::mimeType);
34
+ return to_ruby(FXICOImage::mimeType);
35
35
  }
36
36
  }
37
37
  public:
@@ -31,11 +31,11 @@ protected:
31
31
  public:
32
32
  %extend {
33
33
  static VALUE fileExt() {
34
- return rb_str_new2(FXJPGIcon::fileExt);
34
+ return to_ruby(FXJPGIcon::fileExt);
35
35
  }
36
36
 
37
37
  static VALUE mimeType() {
38
- return rb_str_new2(FXJPGIcon::mimeType);
38
+ return to_ruby(FXJPGIcon::mimeType);
39
39
  }
40
40
 
41
41
  /// True if format is supported
@@ -31,11 +31,11 @@ protected:
31
31
  public:
32
32
  %extend {
33
33
  static VALUE fileExt() {
34
- return rb_str_new2(FXJPGImage::fileExt);
34
+ return to_ruby(FXJPGImage::fileExt);
35
35
  }
36
36
 
37
37
  static VALUE mimeType() {
38
- return rb_str_new2(FXJPGImage::mimeType);
38
+ return to_ruby(FXJPGImage::mimeType);
39
39
  }
40
40
 
41
41
  /// True if format is supported
@@ -28,11 +28,11 @@ protected:
28
28
  public:
29
29
  %extend {
30
30
  static VALUE fileExt() {
31
- return rb_str_new2(FXPCXIcon::fileExt);
31
+ return to_ruby(FXPCXIcon::fileExt);
32
32
  }
33
33
 
34
34
  static VALUE mimeType() {
35
- return rb_str_new2(FXPCXIcon::mimeType);
35
+ return to_ruby(FXPCXIcon::mimeType);
36
36
  }
37
37
  }
38
38
  public:
@@ -28,11 +28,11 @@ protected:
28
28
  public:
29
29
  %extend {
30
30
  static VALUE fileExt() {
31
- return rb_str_new2(FXPCXImage::fileExt);
31
+ return to_ruby(FXPCXImage::fileExt);
32
32
  }
33
33
 
34
34
  static VALUE mimeType() {
35
- return rb_str_new2(FXPCXImage::mimeType);
35
+ return to_ruby(FXPCXImage::mimeType);
36
36
  }
37
37
  }
38
38
  public:
@@ -29,11 +29,11 @@ protected:
29
29
  public:
30
30
  %extend {
31
31
  static VALUE fileExt() {
32
- return rb_str_new2(FXPNGIcon::fileExt);
32
+ return to_ruby(FXPNGIcon::fileExt);
33
33
  }
34
34
 
35
35
  static VALUE mimeType() {
36
- return rb_str_new2(FXPNGIcon::mimeType);
36
+ return to_ruby(FXPNGIcon::mimeType);
37
37
  }
38
38
 
39
39
  /// True if format is supported
@@ -29,11 +29,11 @@ protected:
29
29
  public:
30
30
  %extend {
31
31
  static VALUE fileExt() {
32
- return rb_str_new2(FXPNGImage::fileExt);
32
+ return to_ruby(FXPNGImage::fileExt);
33
33
  }
34
34
 
35
35
  static VALUE mimeType() {
36
- return rb_str_new2(FXPNGImage::mimeType);
36
+ return to_ruby(FXPNGImage::mimeType);
37
37
  }
38
38
 
39
39
  /// True if format is supported
@@ -28,11 +28,11 @@ protected:
28
28
  public:
29
29
  %extend {
30
30
  static VALUE fileExt() {
31
- return rb_str_new2(FXPPMIcon::fileExt);
31
+ return to_ruby(FXPPMIcon::fileExt);
32
32
  }
33
33
 
34
34
  static VALUE mimeType() {
35
- return rb_str_new2(FXPPMIcon::mimeType);
35
+ return to_ruby(FXPPMIcon::mimeType);
36
36
  }
37
37
  }
38
38
  public:
@@ -28,11 +28,11 @@ protected:
28
28
  public:
29
29
  %extend {
30
30
  static VALUE fileExt() {
31
- return rb_str_new2(FXPPMImage::fileExt);
31
+ return to_ruby(FXPPMImage::fileExt);
32
32
  }
33
33
 
34
34
  static VALUE mimeType() {
35
- return rb_str_new2(FXPPMImage::mimeType);
35
+ return to_ruby(FXPPMImage::mimeType);
36
36
  }
37
37
  }
38
38
  public:
@@ -28,11 +28,11 @@ protected:
28
28
  public:
29
29
  %extend {
30
30
  static VALUE fileExt() {
31
- return rb_str_new2(FXRGBIcon::fileExt);
31
+ return to_ruby(FXRGBIcon::fileExt);
32
32
  }
33
33
 
34
34
  static VALUE mimeType() {
35
- return rb_str_new2(FXRGBIcon::mimeType);
35
+ return to_ruby(FXRGBIcon::mimeType);
36
36
  }
37
37
  }
38
38
  public:
@@ -28,11 +28,11 @@ protected:
28
28
  public:
29
29
  %extend {
30
30
  static VALUE fileExt() {
31
- return rb_str_new2(FXRGBImage::fileExt);
31
+ return to_ruby(FXRGBImage::fileExt);
32
32
  }
33
33
 
34
34
  static VALUE mimeType() {
35
- return rb_str_new2(FXRGBImage::mimeType);
35
+ return to_ruby(FXRGBImage::mimeType);
36
36
  }
37
37
  }
38
38
  public:
@@ -40,10 +40,10 @@ struct SCNotification {
40
40
  // Need to be careful about when this field's value is actually defined
41
41
  VALUE text() const {
42
42
  if (self->nmhdr.code==SCN_MODIFIED){
43
- return (self->text) ? rb_str_new(self->text,self->length) : Qnil;
43
+ return (self->text) ? to_ruby(self->text,self->length) : Qnil;
44
44
  }
45
45
  else if (self->nmhdr.code==SCN_USERLISTSELECTION || self->nmhdr.code==SCN_URIDROPPED){
46
- return (self->text) ? rb_str_new2(self->text) : Qnil;
46
+ return (self->text) ? to_ruby(self->text) : Qnil;
47
47
  } else {
48
48
  return Qnil;
49
49
  }
@@ -28,11 +28,11 @@ protected:
28
28
  public:
29
29
  %extend {
30
30
  static VALUE fileExt() {
31
- return rb_str_new2(FXTGAIcon::fileExt);
31
+ return to_ruby(FXTGAIcon::fileExt);
32
32
  }
33
33
 
34
34
  static VALUE mimeType() {
35
- return rb_str_new2(FXTGAIcon::mimeType);
35
+ return to_ruby(FXTGAIcon::mimeType);
36
36
  }
37
37
  }
38
38
  public:
@@ -28,11 +28,11 @@ protected:
28
28
  public:
29
29
  %extend {
30
30
  static VALUE fileExt() {
31
- return rb_str_new2(FXTGAImage::fileExt);
31
+ return to_ruby(FXTGAImage::fileExt);
32
32
  }
33
33
 
34
34
  static VALUE mimeType() {
35
- return rb_str_new2(FXTGAImage::mimeType);
35
+ return to_ruby(FXTGAImage::mimeType);
36
36
  }
37
37
  }
38
38
  public:
@@ -31,11 +31,11 @@ protected:
31
31
  public:
32
32
  %extend {
33
33
  static VALUE fileExt() {
34
- return rb_str_new2(FXTIFIcon::fileExt);
34
+ return to_ruby(FXTIFIcon::fileExt);
35
35
  }
36
36
 
37
37
  static VALUE mimeType() {
38
- return rb_str_new2(FXTIFIcon::mimeType);
38
+ return to_ruby(FXTIFIcon::mimeType);
39
39
  }
40
40
 
41
41
  /// True if format is supported
@@ -31,11 +31,11 @@ protected:
31
31
  public:
32
32
  %extend {
33
33
  static VALUE fileExt() {
34
- return rb_str_new2(FXTIFImage::fileExt);
34
+ return to_ruby(FXTIFImage::fileExt);
35
35
  }
36
36
 
37
37
  static VALUE mimeType() {
38
- return rb_str_new2(FXTIFImage::mimeType);
38
+ return to_ruby(FXTIFImage::mimeType);
39
39
  }
40
40
 
41
41
  /// True if format is supported
@@ -656,7 +656,7 @@ public:
656
656
  VALUE result;
657
657
  if(startrow<0 || startcol<0 || self->getNumRows()<=endrow || self->getNumColumns()<=endcol) rb_raise(rb_eIndexError,"index out of bounds");
658
658
  self->extractText(str,startrow,endrow,startcol,endcol,cs,rs);
659
- result=rb_str_new2(str.text());
659
+ result=to_ruby(str);
660
660
  return result;
661
661
  }
662
662
 
@@ -81,10 +81,10 @@ struct FXTextChange {
81
81
  FXint nins; /// Number characters inserted at position
82
82
  %extend {
83
83
  VALUE ins() const {
84
- return rb_str_new(self->ins,self->nins);
84
+ return to_ruby(self->ins,self->nins);
85
85
  }
86
86
  VALUE del() const {
87
- return rb_str_new(self->del,self->ndel);
87
+ return to_ruby(self->del,self->ndel);
88
88
  }
89
89
  }
90
90
  };
@@ -488,7 +488,7 @@ public:
488
488
  VALUE str;
489
489
  FXString buffer;
490
490
  self->extractText(buffer,pos,n);
491
- str=rb_str_new(buffer.text(),n);
491
+ str=to_ruby(buffer.text(),n);
492
492
  return str;
493
493
  }
494
494
 
@@ -498,8 +498,8 @@ public:
498
498
  VALUE str=Qnil;
499
499
  if(self->isStyled()){
500
500
  self->extractStyle(style,pos,n);
501
- str=rb_str_new(style.text(),n);
502
- }
501
+ str=to_ruby(style.text(),n);
502
+ }
503
503
  return str;
504
504
  }
505
505
 
@@ -28,11 +28,11 @@ protected:
28
28
  public:
29
29
  %extend {
30
30
  static VALUE fileExt() {
31
- return rb_str_new2(FXXBMIcon::fileExt);
31
+ return to_ruby(FXXBMIcon::fileExt);
32
32
  }
33
33
 
34
34
  static VALUE mimeType() {
35
- return rb_str_new2(FXXBMIcon::mimeType);
35
+ return to_ruby(FXXBMIcon::mimeType);
36
36
  }
37
37
  }
38
38
  public:
@@ -28,11 +28,11 @@ protected:
28
28
  public:
29
29
  %extend {
30
30
  static VALUE fileExt() {
31
- return rb_str_new2(FXXBMImage::fileExt);
31
+ return to_ruby(FXXBMImage::fileExt);
32
32
  }
33
33
 
34
34
  static VALUE mimeType() {
35
- return rb_str_new2(FXXBMImage::mimeType);
35
+ return to_ruby(FXXBMImage::mimeType);
36
36
  }
37
37
  }
38
38
  public:
@@ -28,11 +28,11 @@ protected:
28
28
  public:
29
29
  %extend {
30
30
  static VALUE fileExt() {
31
- return rb_str_new2(FXXPMIcon::fileExt);
31
+ return to_ruby(FXXPMIcon::fileExt);
32
32
  }
33
33
 
34
34
  static VALUE mimeType() {
35
- return rb_str_new2(FXXPMIcon::mimeType);
35
+ return to_ruby(FXXPMIcon::mimeType);
36
36
  }
37
37
  }
38
38
  public:
@@ -28,11 +28,11 @@ protected:
28
28
  public:
29
29
  %extend {
30
30
  static VALUE fileExt() {
31
- return rb_str_new2(FXXPMImage::fileExt);
31
+ return to_ruby(FXXPMImage::fileExt);
32
32
  }
33
33
 
34
34
  static VALUE mimeType() {
35
- return rb_str_new2(FXXPMImage::mimeType);
35
+ return to_ruby(FXXPMImage::mimeType);
36
36
  }
37
37
  }
38
38
  public: