fxruby 1.6.16 → 1.6.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (214) hide show
  1. data/doc/apes02.html +2 -2
  2. data/doc/apes03.html +1 -1
  3. data/doc/book.html +1 -1
  4. data/doc/changes.html +53 -31
  5. data/doc/differences.html +9 -9
  6. data/doc/implementation.html +1 -1
  7. data/doc/library.html +5 -5
  8. data/doc/opengl.html +5 -5
  9. data/doc/pt02.html +1 -1
  10. data/doc/scintilla.html +4 -4
  11. data/doc/subversion.html +1 -1
  12. data/examples/dilbert.rb +1 -1
  13. data/ext/fox16/FXRbApp.cpp +5 -2
  14. data/ext/fox16/FXRbDataTarget.cpp +1 -1
  15. data/ext/fox16/FXRbGLViewer.cpp +1 -1
  16. data/ext/fox16/FXRuby.cpp +28 -22
  17. data/ext/fox16/core_wrap.cpp +6 -6
  18. data/ext/fox16/dc_wrap.cpp +60 -60
  19. data/ext/fox16/dialogs_wrap.cpp +17 -17
  20. data/ext/fox16/frames_wrap.cpp +3 -3
  21. data/ext/fox16/fx3d_wrap.cpp +18 -28
  22. data/ext/fox16/iconlist_wrap.cpp +6 -6
  23. data/ext/fox16/icons_wrap.cpp +26 -26
  24. data/ext/fox16/image_wrap.cpp +12 -12
  25. data/ext/fox16/include/FXMemoryBuffer.h +1 -1
  26. data/ext/fox16/include/FXRb4Splitter.h +1 -1
  27. data/ext/fox16/include/FXRb7Segment.h +1 -1
  28. data/ext/fox16/include/FXRbAccelTable.h +1 -1
  29. data/ext/fox16/include/FXRbApp.h +4 -4
  30. data/ext/fox16/include/FXRbArrowButton.h +1 -1
  31. data/ext/fox16/include/FXRbBMPIcon.h +1 -1
  32. data/ext/fox16/include/FXRbBMPImage.h +1 -1
  33. data/ext/fox16/include/FXRbBitmap.h +1 -1
  34. data/ext/fox16/include/FXRbBitmapFrame.h +1 -1
  35. data/ext/fox16/include/FXRbBitmapView.h +1 -1
  36. data/ext/fox16/include/FXRbButton.h +1 -1
  37. data/ext/fox16/include/FXRbCURCursor.h +1 -1
  38. data/ext/fox16/include/FXRbCanvas.h +1 -1
  39. data/ext/fox16/include/FXRbCheckButton.h +1 -1
  40. data/ext/fox16/include/FXRbChoiceBox.h +1 -1
  41. data/ext/fox16/include/FXRbColorBar.h +1 -1
  42. data/ext/fox16/include/FXRbColorDialog.h +1 -1
  43. data/ext/fox16/include/FXRbColorList.h +1 -1
  44. data/ext/fox16/include/FXRbColorRing.h +1 -1
  45. data/ext/fox16/include/FXRbColorSelector.h +1 -1
  46. data/ext/fox16/include/FXRbColorWell.h +1 -1
  47. data/ext/fox16/include/FXRbColorWheel.h +1 -1
  48. data/ext/fox16/include/FXRbComboBox.h +1 -1
  49. data/ext/fox16/include/FXRbCommon.h +1 -1
  50. data/ext/fox16/include/FXRbComposite.h +1 -1
  51. data/ext/fox16/include/FXRbCursor.h +1 -1
  52. data/ext/fox16/include/FXRbDC.h +1 -1
  53. data/ext/fox16/include/FXRbDCPrint.h +1 -1
  54. data/ext/fox16/include/FXRbDCWindow.h +1 -1
  55. data/ext/fox16/include/FXRbDataTarget.h +1 -1
  56. data/ext/fox16/include/FXRbDebugTarget.h +1 -1
  57. data/ext/fox16/include/FXRbDelegator.h +1 -1
  58. data/ext/fox16/include/FXRbDial.h +1 -1
  59. data/ext/fox16/include/FXRbDialogBox.h +1 -1
  60. data/ext/fox16/include/FXRbDict.h +1 -1
  61. data/ext/fox16/include/FXRbDirBox.h +1 -1
  62. data/ext/fox16/include/FXRbDirDialog.h +1 -1
  63. data/ext/fox16/include/FXRbDirList.h +1 -1
  64. data/ext/fox16/include/FXRbDirSelector.h +1 -1
  65. data/ext/fox16/include/FXRbDockBar.h +1 -1
  66. data/ext/fox16/include/FXRbDockHandler.h +1 -1
  67. data/ext/fox16/include/FXRbDockSite.h +1 -1
  68. data/ext/fox16/include/FXRbDockTitle.h +1 -1
  69. data/ext/fox16/include/FXRbDocument.h +1 -1
  70. data/ext/fox16/include/FXRbDragCorner.h +1 -1
  71. data/ext/fox16/include/FXRbDrawable.h +1 -1
  72. data/ext/fox16/include/FXRbDriveBox.h +1 -1
  73. data/ext/fox16/include/FXRbFileDialog.h +1 -1
  74. data/ext/fox16/include/FXRbFileDict.h +1 -1
  75. data/ext/fox16/include/FXRbFileList.h +1 -1
  76. data/ext/fox16/include/FXRbFileSelector.h +1 -1
  77. data/ext/fox16/include/FXRbFoldingList.h +1 -1
  78. data/ext/fox16/include/FXRbFont.h +1 -1
  79. data/ext/fox16/include/FXRbFontDialog.h +1 -1
  80. data/ext/fox16/include/FXRbFontSelector.h +1 -1
  81. data/ext/fox16/include/FXRbFrame.h +1 -1
  82. data/ext/fox16/include/FXRbGIFCursor.h +1 -1
  83. data/ext/fox16/include/FXRbGIFIcon.h +1 -1
  84. data/ext/fox16/include/FXRbGIFImage.h +1 -1
  85. data/ext/fox16/include/FXRbGLCanvas.h +1 -1
  86. data/ext/fox16/include/FXRbGLContext.h +1 -1
  87. data/ext/fox16/include/FXRbGLObject.h +1 -1
  88. data/ext/fox16/include/FXRbGLShape.h +1 -1
  89. data/ext/fox16/include/FXRbGLViewer.h +1 -1
  90. data/ext/fox16/include/FXRbGLVisual.h +1 -1
  91. data/ext/fox16/include/FXRbGradientBar.h +1 -1
  92. data/ext/fox16/include/FXRbGroupBox.h +1 -1
  93. data/ext/fox16/include/FXRbHeader.h +1 -1
  94. data/ext/fox16/include/FXRbHorizontalFrame.h +1 -1
  95. data/ext/fox16/include/FXRbICOIcon.h +1 -1
  96. data/ext/fox16/include/FXRbICOImage.h +1 -1
  97. data/ext/fox16/include/FXRbIcon.h +1 -1
  98. data/ext/fox16/include/FXRbIconList.h +1 -1
  99. data/ext/fox16/include/FXRbIconSource.h +1 -1
  100. data/ext/fox16/include/FXRbId.h +1 -1
  101. data/ext/fox16/include/FXRbImage.h +1 -1
  102. data/ext/fox16/include/FXRbImageFrame.h +1 -1
  103. data/ext/fox16/include/FXRbImageView.h +1 -1
  104. data/ext/fox16/include/FXRbInputDialog.h +1 -1
  105. data/ext/fox16/include/FXRbJPGIcon.h +1 -1
  106. data/ext/fox16/include/FXRbJPGImage.h +1 -1
  107. data/ext/fox16/include/FXRbKnob.h +1 -1
  108. data/ext/fox16/include/FXRbLabel.h +1 -1
  109. data/ext/fox16/include/FXRbList.h +1 -1
  110. data/ext/fox16/include/FXRbListBox.h +1 -1
  111. data/ext/fox16/include/FXRbMDIButton.h +1 -1
  112. data/ext/fox16/include/FXRbMDIChild.h +1 -1
  113. data/ext/fox16/include/FXRbMDIClient.h +1 -1
  114. data/ext/fox16/include/FXRbMainWindow.h +1 -1
  115. data/ext/fox16/include/FXRbMatrix.h +1 -1
  116. data/ext/fox16/include/FXRbMenuBar.h +1 -1
  117. data/ext/fox16/include/FXRbMenuButton.h +1 -1
  118. data/ext/fox16/include/FXRbMenuCaption.h +1 -1
  119. data/ext/fox16/include/FXRbMenuCascade.h +1 -1
  120. data/ext/fox16/include/FXRbMenuCheck.h +1 -1
  121. data/ext/fox16/include/FXRbMenuCommand.h +1 -1
  122. data/ext/fox16/include/FXRbMenuPane.h +1 -1
  123. data/ext/fox16/include/FXRbMenuRadio.h +1 -1
  124. data/ext/fox16/include/FXRbMenuSeparator.h +1 -1
  125. data/ext/fox16/include/FXRbMenuTitle.h +1 -1
  126. data/ext/fox16/include/FXRbMessageBox.h +1 -1
  127. data/ext/fox16/include/FXRbObject.h +1 -1
  128. data/ext/fox16/include/FXRbOptionMenu.h +1 -1
  129. data/ext/fox16/include/FXRbPCXIcon.h +1 -1
  130. data/ext/fox16/include/FXRbPCXImage.h +1 -1
  131. data/ext/fox16/include/FXRbPNGIcon.h +1 -1
  132. data/ext/fox16/include/FXRbPNGImage.h +1 -1
  133. data/ext/fox16/include/FXRbPPMIcon.h +1 -1
  134. data/ext/fox16/include/FXRbPPMImage.h +1 -1
  135. data/ext/fox16/include/FXRbPacker.h +1 -1
  136. data/ext/fox16/include/FXRbPicker.h +1 -1
  137. data/ext/fox16/include/FXRbPopup.h +1 -1
  138. data/ext/fox16/include/FXRbPrintDialog.h +1 -1
  139. data/ext/fox16/include/FXRbProgressBar.h +1 -1
  140. data/ext/fox16/include/FXRbProgressDialog.h +1 -1
  141. data/ext/fox16/include/FXRbRGBIcon.h +1 -1
  142. data/ext/fox16/include/FXRbRGBImage.h +1 -1
  143. data/ext/fox16/include/FXRbRadioButton.h +1 -1
  144. data/ext/fox16/include/FXRbRealSlider.h +1 -1
  145. data/ext/fox16/include/FXRbRealSpinner.h +1 -1
  146. data/ext/fox16/include/FXRbRecentFiles.h +1 -1
  147. data/ext/fox16/include/FXRbRegistry.h +1 -1
  148. data/ext/fox16/include/FXRbReplaceDialog.h +1 -1
  149. data/ext/fox16/include/FXRbRootWindow.h +1 -1
  150. data/ext/fox16/include/FXRbRuler.h +1 -1
  151. data/ext/fox16/include/FXRbScintilla.h +1 -1
  152. data/ext/fox16/include/FXRbScrollArea.h +1 -1
  153. data/ext/fox16/include/FXRbScrollBar.h +1 -1
  154. data/ext/fox16/include/FXRbScrollPane.h +1 -1
  155. data/ext/fox16/include/FXRbScrollWindow.h +1 -1
  156. data/ext/fox16/include/FXRbSearchDialog.h +1 -1
  157. data/ext/fox16/include/FXRbSeparator.h +1 -1
  158. data/ext/fox16/include/FXRbSettings.h +1 -1
  159. data/ext/fox16/include/FXRbShell.h +1 -1
  160. data/ext/fox16/include/FXRbShutter.h +1 -1
  161. data/ext/fox16/include/FXRbSlider.h +1 -1
  162. data/ext/fox16/include/FXRbSpinner.h +1 -1
  163. data/ext/fox16/include/FXRbSplashWindow.h +1 -1
  164. data/ext/fox16/include/FXRbSplitter.h +1 -1
  165. data/ext/fox16/include/FXRbSpring.h +1 -1
  166. data/ext/fox16/include/FXRbStatusBar.h +1 -1
  167. data/ext/fox16/include/FXRbStatusLine.h +1 -1
  168. data/ext/fox16/include/FXRbStream.h +1 -1
  169. data/ext/fox16/include/FXRbStringDict.h +1 -1
  170. data/ext/fox16/include/FXRbSwitcher.h +1 -1
  171. data/ext/fox16/include/FXRbTGAIcon.h +1 -1
  172. data/ext/fox16/include/FXRbTGAImage.h +1 -1
  173. data/ext/fox16/include/FXRbTIFIcon.h +1 -1
  174. data/ext/fox16/include/FXRbTIFImage.h +1 -1
  175. data/ext/fox16/include/FXRbTabBar.h +1 -1
  176. data/ext/fox16/include/FXRbTabBook.h +1 -1
  177. data/ext/fox16/include/FXRbTabItem.h +1 -1
  178. data/ext/fox16/include/FXRbTable.h +1 -1
  179. data/ext/fox16/include/FXRbText.h +1 -1
  180. data/ext/fox16/include/FXRbTextField.h +1 -1
  181. data/ext/fox16/include/FXRbToggleButton.h +1 -1
  182. data/ext/fox16/include/FXRbToolBar.h +1 -1
  183. data/ext/fox16/include/FXRbToolBarGrip.h +1 -1
  184. data/ext/fox16/include/FXRbToolBarShell.h +1 -1
  185. data/ext/fox16/include/FXRbToolBarTab.h +1 -1
  186. data/ext/fox16/include/FXRbToolTip.h +1 -1
  187. data/ext/fox16/include/FXRbTopWindow.h +1 -1
  188. data/ext/fox16/include/FXRbTranslator.h +1 -1
  189. data/ext/fox16/include/FXRbTreeList.h +1 -1
  190. data/ext/fox16/include/FXRbTreeListBox.h +1 -1
  191. data/ext/fox16/include/FXRbTriStateButton.h +1 -1
  192. data/ext/fox16/include/FXRbVerticalFrame.h +1 -1
  193. data/ext/fox16/include/FXRbVisual.h +1 -1
  194. data/ext/fox16/include/FXRbWindow.h +1 -1
  195. data/ext/fox16/include/FXRbWizard.h +1 -1
  196. data/ext/fox16/include/FXRbXBMIcon.h +1 -1
  197. data/ext/fox16/include/FXRbXBMImage.h +1 -1
  198. data/ext/fox16/include/FXRbXPMIcon.h +1 -1
  199. data/ext/fox16/include/FXRbXPMImage.h +1 -1
  200. data/ext/fox16/include/FXRuby.h +1 -1
  201. data/ext/fox16/list_wrap.cpp +8 -8
  202. data/ext/fox16/markfuncs.cpp +8 -8
  203. data/ext/fox16/table_wrap.cpp +34 -16
  204. data/ext/fox16/text_wrap.cpp +1 -1
  205. data/ext/fox16/treelist_wrap.cpp +7 -7
  206. data/ext/fox16/ui_wrap.cpp +10 -10
  207. data/ext/fox16/unregisterOwnedObjects.cpp +2 -2
  208. data/lib/fox16/kwargs.rb +4 -0
  209. data/lib/fox16/version.rb +1 -1
  210. data/rdoc-sources/FXTable.rb +24 -16
  211. data/tests/TC_FXRanged.rb +42 -0
  212. data/tests/TC_FXRangef.rb +12 -18
  213. data/tests/TC_FXTable.rb +193 -0
  214. metadata +4 -3
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbShell.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSHELL_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbShutter.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSHUTTER_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbSlider.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSLIDER_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbSpinner.h 2238 2005-11-09 13:41:54Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSPINNER_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbSplashWindow.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSPLASHWINDOW_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbSplitter.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSPLITTER_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbSpring.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSPRING_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbStatusBar.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSTATUSBAR_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbStatusLine.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSTATUSLINE_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbStream.h 2344 2006-02-12 21:19:36Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSTREAM_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbStringDict.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSTRINGDICT_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbSwitcher.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBSWITCHER_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbTGAIcon.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBTGAICON_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbTGAImage.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBTGAIMAGE_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbTIFIcon.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBTIFICON_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbTIFImage.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBTIFIMAGE_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbTabBar.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBTABBAR_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbTabBook.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBTABBOOK_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbTabItem.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBTABITEM_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbTable.h 2303 2005-12-09 03:17:28Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBTABLE_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbText.h 2395 2006-04-22 17:27:36Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBTEXT_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbTextField.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBTEXTFIELD_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbToggleButton.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBTOGGLEBUTTON_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbToolBar.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBTOOLBAR_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbToolBarGrip.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBTOOLBARGRIP_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbToolBarShell.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBTOOLBARSHELL_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbToolBarTab.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBTOOLBARTAB_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbToolTip.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBTOOLTIP_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbTopWindow.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBTOPWINDOW_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbTranslator.h 2303 2005-12-09 03:17:28Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBTRANSLATOR_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbTreeList.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBTREELIST_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbTreeListBox.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBTREELISTBOX_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbTriStateButton.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBTRISTATEBUTTON_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbVerticalFrame.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBVERTICALFRAME_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbVisual.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBVISUAL_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbWindow.h 2344 2006-02-12 21:19:36Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBWINDOW_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbWizard.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBWIZARD_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbXBMIcon.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBXBMICON_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbXBMImage.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBXBMIMAGE_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbXPMIcon.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBXPMICON_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRbXPMImage.h 2190 2005-08-24 07:58:47Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRBXPMIMAGE_H
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRuby.h 2463 2006-07-11 14:02:35Z lyle $
24
+ * $Id$
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifndef FXRUBY_H
@@ -1185,9 +1185,9 @@ static VALUE _wrap_FXList_fillItems(int argc, VALUE *argv, VALUE self) { FXList
1185
1185
  FXchar **arg2 = (FXchar **) 0 ; FXIcon *arg3 = (FXIcon *) 0 ; void *arg4 = (void *) 0 ; FXbool arg5 = (FXbool) 0 ;
1186
1186
  FXint result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 4))
1187
1187
  rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXList, 1);
1188
- { arg2 = NULL; if(!NIL_P(argv[0])){ Check_Type(argv[0], T_ARRAY); if (FXMALLOC(&arg2, FXchar *, RARRAY(argv[0])->len)+1) {
1189
- for (long i = 0; i < RARRAY(argv[0])->len; i++) { VALUE e = rb_ary_entry(argv[0], i);
1190
- arg2[i] = (FXchar *) StringValuePtr(e); } arg2[RARRAY(argv[0])->len] = 0; } } } if (argc > 1) {
1188
+ { arg2 = NULL; if(!NIL_P(argv[0])){ Check_Type(argv[0], T_ARRAY); if (FXMALLOC(&arg2, FXchar *, RARRAY_LEN(argv[0]))+1) {
1189
+ for (long i = 0; i < RARRAY_LEN(argv[0]); i++) { VALUE e = rb_ary_entry(argv[0], i);
1190
+ arg2[i] = (FXchar *) StringValuePtr(e); } arg2[RARRAY_LEN(argv[0])] = 0; } } } if (argc > 1) {
1191
1191
  SWIG_ConvertPtr(argv[1], (void **) &arg3, SWIGTYPE_p_FXIcon, 1); } if (argc > 2) {
1192
1192
  SWIG_ConvertPtr(argv[2], (void **) &arg4, 0, 1); } if (argc > 3) { arg5 = to_FXbool(argv[3]); }
1193
1193
  result = (FXint)(arg1)->fillItems((FXchar const **)arg2,arg3,arg4,arg5); vresult = INT2NUM(result); FXFREE(&arg2);
@@ -1864,12 +1864,12 @@ static VALUE _wrap_FXColorList_fillItems(int argc, VALUE *argv, VALUE self) { FX
1864
1864
  FXint result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 4))
1865
1865
  rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
1866
1866
  SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXColorList, 1); { arg2 = NULL; if(!NIL_P(argv[0])){
1867
- Check_Type(argv[0], T_ARRAY); if (FXMALLOC(&arg2, FXchar *, RARRAY(argv[0])->len)+1) {
1868
- for (long i = 0; i < RARRAY(argv[0])->len; i++) { VALUE e = rb_ary_entry(argv[0], i);
1869
- arg2[i] = (FXchar *) StringValuePtr(e); } arg2[RARRAY(argv[0])->len] = 0; } } } if (argc > 1) { {
1867
+ Check_Type(argv[0], T_ARRAY); if (FXMALLOC(&arg2, FXchar *, RARRAY_LEN(argv[0]))+1) {
1868
+ for (long i = 0; i < RARRAY_LEN(argv[0]); i++) { VALUE e = rb_ary_entry(argv[0], i);
1869
+ arg2[i] = (FXchar *) StringValuePtr(e); } arg2[RARRAY_LEN(argv[0])] = 0; } } } if (argc > 1) { {
1870
1870
  arg3 = NULL; if(!NIL_P(argv[1])){ Check_Type(argv[1], T_ARRAY);
1871
- if (FXMALLOC(&arg3, FXColor, RARRAY(argv[1])->len)+1) { for (long i = 0; i < RARRAY(argv[1])->len; i++) {
1872
- arg3[i] = static_cast<FXColor>(NUM2ULONG(rb_ary_entry(argv[1], i))); } arg3[RARRAY(argv[1])->len] = 0; }
1871
+ if (FXMALLOC(&arg3, FXColor, RARRAY_LEN(argv[1]))+1) { for (long i = 0; i < RARRAY_LEN(argv[1]); i++) {
1872
+ arg3[i] = static_cast<FXColor>(NUM2ULONG(rb_ary_entry(argv[1], i))); } arg3[RARRAY_LEN(argv[1])] = 0; }
1873
1873
  } } } if (argc > 2) { arg4 = (argv[2] == Qnil) ? NULL : (void *) argv[2]; } if (argc > 3) {
1874
1874
  arg5 = to_FXbool(argv[3]); } result = (FXint)(arg1)->fillItems((FXchar const **)arg2,arg3,arg4,arg5);
1875
1875
  vresult = INT2NUM(result); FXFREE(&arg2); FXFREE(&arg3); return vresult; }