fxruby 1.6.45-x64-mingw32 → 1.6.46-x64-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 (327) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/binary.yml +89 -0
  3. data/.github/workflows/ci.yml +68 -0
  4. data/History.md +6 -0
  5. data/{README.rdoc → README.md} +12 -13
  6. data/Rakefile +22 -4
  7. data/appveyor.yml +5 -8
  8. data/doap.rdf +2 -2
  9. data/docs/Fox/Canvas/CanvasError.html +3 -3
  10. data/docs/Fox/Canvas/CircleShape.html +3 -3
  11. data/docs/Fox/Canvas/ImageShape.html +3 -3
  12. data/docs/Fox/Canvas/LineShape.html +3 -3
  13. data/docs/Fox/Canvas/PolygonShape.html +3 -3
  14. data/docs/Fox/Canvas/RectangleShape.html +3 -3
  15. data/docs/Fox/Canvas/SelectionPolicy.html +3 -3
  16. data/docs/Fox/Canvas/Shape.html +5 -5
  17. data/docs/Fox/Canvas/ShapeCanvas.html +6 -6
  18. data/docs/Fox/Canvas/ShapeGroup.html +3 -3
  19. data/docs/Fox/Canvas/SingleSelectionPolicy.html +3 -3
  20. data/docs/Fox/Canvas/TextShape.html +3 -3
  21. data/docs/Fox/Canvas.html +6 -6
  22. data/docs/Fox/FTNonModal.html +3 -3
  23. data/docs/Fox/FX4Splitter.html +3 -3
  24. data/docs/Fox/FX7Segment.html +3 -3
  25. data/docs/Fox/FXAccelTable.html +7 -7
  26. data/docs/Fox/FXApp.html +24 -24
  27. data/docs/Fox/FXArc.html +7 -7
  28. data/docs/Fox/FXArrowButton.html +3 -3
  29. data/docs/Fox/FXBMPIcon.html +3 -3
  30. data/docs/Fox/FXBMPImage.html +3 -3
  31. data/docs/Fox/FXBitmap.html +3 -3
  32. data/docs/Fox/FXBitmapFrame.html +3 -3
  33. data/docs/Fox/FXBitmapView.html +3 -3
  34. data/docs/Fox/FXButton.html +3 -3
  35. data/docs/Fox/FXCURCursor.html +3 -3
  36. data/docs/Fox/FXCalendar.html +3 -3
  37. data/docs/Fox/FXCanvas.html +3 -3
  38. data/docs/Fox/FXCheckButton.html +3 -3
  39. data/docs/Fox/FXChoiceBox.html +4 -4
  40. data/docs/Fox/FXColor.html +3 -3
  41. data/docs/Fox/FXColorBar.html +3 -3
  42. data/docs/Fox/FXColorDialog.html +4 -4
  43. data/docs/Fox/FXColorItem.html +3 -3
  44. data/docs/Fox/FXColorList.html +3 -3
  45. data/docs/Fox/FXColorRing.html +3 -3
  46. data/docs/Fox/FXColorSelector.html +3 -3
  47. data/docs/Fox/FXColorWell.html +5 -5
  48. data/docs/Fox/FXColorWheel.html +3 -3
  49. data/docs/Fox/FXComboBox.html +6 -6
  50. data/docs/Fox/FXComboTableItem.html +3 -3
  51. data/docs/Fox/FXCommand.html +4 -4
  52. data/docs/Fox/FXComposite.html +5 -5
  53. data/docs/Fox/FXCursor.html +3 -3
  54. data/docs/Fox/FXDC.html +9 -9
  55. data/docs/Fox/FXDCPrint.html +3 -3
  56. data/docs/Fox/FXDCWindow.html +3 -3
  57. data/docs/Fox/FXDataTarget.html +10 -10
  58. data/docs/Fox/FXDebugTarget.html +3 -3
  59. data/docs/Fox/FXDelegator.html +3 -3
  60. data/docs/Fox/FXDial.html +8 -8
  61. data/docs/Fox/FXDialogBox.html +4 -4
  62. data/docs/Fox/FXDict.html +3 -3
  63. data/docs/Fox/FXDirBox.html +3 -3
  64. data/docs/Fox/FXDirDialog.html +5 -5
  65. data/docs/Fox/FXDirItem.html +3 -3
  66. data/docs/Fox/FXDirList.html +7 -7
  67. data/docs/Fox/FXDirSelector.html +5 -5
  68. data/docs/Fox/FXDockBar.html +6 -6
  69. data/docs/Fox/FXDockHandler.html +3 -3
  70. data/docs/Fox/FXDockSite.html +6 -6
  71. data/docs/Fox/FXDockTitle.html +3 -3
  72. data/docs/Fox/FXDocument.html +3 -3
  73. data/docs/Fox/FXDragCorner.html +3 -3
  74. data/docs/Fox/FXDrawable.html +3 -3
  75. data/docs/Fox/FXDriveBox.html +3 -3
  76. data/docs/Fox/FXEvent.html +3 -3
  77. data/docs/Fox/FXExtentd.html +5 -5
  78. data/docs/Fox/FXExtentf.html +5 -5
  79. data/docs/Fox/FXFileAssoc.html +3 -3
  80. data/docs/Fox/FXFileDialog.html +8 -8
  81. data/docs/Fox/FXFileDict.html +3 -3
  82. data/docs/Fox/FXFileItem.html +3 -3
  83. data/docs/Fox/FXFileList.html +7 -7
  84. data/docs/Fox/FXFileSelector.html +11 -11
  85. data/docs/Fox/FXFileStream.html +3 -3
  86. data/docs/Fox/FXFoldingItem.html +5 -5
  87. data/docs/Fox/FXFoldingList.html +38 -38
  88. data/docs/Fox/FXFont.html +4 -4
  89. data/docs/Fox/FXFontDesc.html +3 -3
  90. data/docs/Fox/FXFontDialog.html +3 -3
  91. data/docs/Fox/FXFontSelector.html +3 -3
  92. data/docs/Fox/FXFrame.html +3 -3
  93. data/docs/Fox/FXGIFCursor.html +3 -3
  94. data/docs/Fox/FXGIFIcon.html +3 -3
  95. data/docs/Fox/FXGIFImage.html +3 -3
  96. data/docs/Fox/FXGLCanvas.html +5 -5
  97. data/docs/Fox/FXGLCone.html +3 -3
  98. data/docs/Fox/FXGLContext.html +3 -3
  99. data/docs/Fox/FXGLCube.html +3 -3
  100. data/docs/Fox/FXGLCylinder.html +3 -3
  101. data/docs/Fox/FXGLGroup.html +3 -3
  102. data/docs/Fox/FXGLLine.html +3 -3
  103. data/docs/Fox/FXGLObject.html +10 -10
  104. data/docs/Fox/FXGLPoint.html +3 -3
  105. data/docs/Fox/FXGLShape.html +3 -3
  106. data/docs/Fox/FXGLSphere.html +3 -3
  107. data/docs/Fox/FXGLViewer.html +3 -3
  108. data/docs/Fox/FXGLVisual.html +3 -3
  109. data/docs/Fox/FXGradient.html +3 -3
  110. data/docs/Fox/FXGradientBar.html +17 -17
  111. data/docs/Fox/FXGroupBox.html +5 -5
  112. data/docs/Fox/FXHeader.html +17 -17
  113. data/docs/Fox/FXHeaderItem.html +15 -15
  114. data/docs/Fox/FXHiliteStyle.html +3 -3
  115. data/docs/Fox/FXHorizontalFrame.html +4 -4
  116. data/docs/Fox/FXHorizontalSeparator.html +3 -3
  117. data/docs/Fox/FXICOIcon.html +3 -3
  118. data/docs/Fox/FXICOImage.html +3 -3
  119. data/docs/Fox/FXIcon.html +3 -3
  120. data/docs/Fox/FXIconDict.html +3 -3
  121. data/docs/Fox/FXIconItem.html +5 -5
  122. data/docs/Fox/FXIconList.html +19 -19
  123. data/docs/Fox/FXIconSource.html +7 -7
  124. data/docs/Fox/FXId.html +3 -3
  125. data/docs/Fox/FXImage.html +6 -6
  126. data/docs/Fox/FXImageFrame.html +3 -3
  127. data/docs/Fox/FXImageView.html +3 -3
  128. data/docs/Fox/FXInputDialog.html +5 -5
  129. data/docs/Fox/FXIrb.html +6 -6
  130. data/docs/Fox/FXJPGIcon.html +3 -3
  131. data/docs/Fox/FXJPGImage.html +3 -3
  132. data/docs/Fox/FXKnob.html +7 -7
  133. data/docs/Fox/FXLabel.html +5 -5
  134. data/docs/Fox/FXLight.html +3 -3
  135. data/docs/Fox/FXList.html +24 -24
  136. data/docs/Fox/FXListBox.html +7 -7
  137. data/docs/Fox/FXListItem.html +5 -5
  138. data/docs/Fox/FXMDIChild.html +6 -6
  139. data/docs/Fox/FXMDIClient.html +4 -4
  140. data/docs/Fox/FXMDIDeleteButton.html +3 -3
  141. data/docs/Fox/FXMDIMaximizeButton.html +3 -3
  142. data/docs/Fox/FXMDIMenu.html +3 -3
  143. data/docs/Fox/FXMDIMinimizeButton.html +3 -3
  144. data/docs/Fox/FXMDIRestoreButton.html +3 -3
  145. data/docs/Fox/FXMDIWindowButton.html +3 -3
  146. data/docs/Fox/FXMainWindow.html +3 -3
  147. data/docs/Fox/FXMaterial.html +3 -3
  148. data/docs/Fox/FXMatrix.html +3 -3
  149. data/docs/Fox/FXMemoryBuffer.html +3 -3
  150. data/docs/Fox/FXMemoryStream.html +3 -3
  151. data/docs/Fox/FXMenuBar.html +3 -3
  152. data/docs/Fox/FXMenuButton.html +6 -6
  153. data/docs/Fox/FXMenuCaption.html +5 -5
  154. data/docs/Fox/FXMenuCascade.html +3 -3
  155. data/docs/Fox/FXMenuCheck.html +3 -3
  156. data/docs/Fox/FXMenuCommand.html +3 -3
  157. data/docs/Fox/FXMenuPane.html +3 -3
  158. data/docs/Fox/FXMenuRadio.html +3 -3
  159. data/docs/Fox/FXMenuSeparator.html +3 -3
  160. data/docs/Fox/FXMenuTitle.html +3 -3
  161. data/docs/Fox/FXMessageBox.html +5 -5
  162. data/docs/Fox/FXObject.html +4 -4
  163. data/docs/Fox/FXOption.html +3 -3
  164. data/docs/Fox/FXOptionMenu.html +3 -3
  165. data/docs/Fox/FXPCXIcon.html +3 -3
  166. data/docs/Fox/FXPCXImage.html +3 -3
  167. data/docs/Fox/FXPNGIcon.html +3 -3
  168. data/docs/Fox/FXPNGImage.html +3 -3
  169. data/docs/Fox/FXPPMIcon.html +3 -3
  170. data/docs/Fox/FXPPMImage.html +3 -3
  171. data/docs/Fox/FXPSBounds.html +3 -3
  172. data/docs/Fox/FXPacker.html +3 -3
  173. data/docs/Fox/FXPicker.html +3 -3
  174. data/docs/Fox/FXPopup.html +3 -3
  175. data/docs/Fox/FXPrintDialog.html +3 -3
  176. data/docs/Fox/FXPrinter.html +3 -3
  177. data/docs/Fox/FXProgressBar.html +3 -3
  178. data/docs/Fox/FXProgressDialog.html +3 -3
  179. data/docs/Fox/FXPseudoKeyboard.html +3 -3
  180. data/docs/Fox/FXPseudoMouse.html +3 -3
  181. data/docs/Fox/FXPseudoTarget.html +3 -3
  182. data/docs/Fox/FXQuatd.html +3 -3
  183. data/docs/Fox/FXQuatf.html +3 -3
  184. data/docs/Fox/FXRGBIcon.html +3 -3
  185. data/docs/Fox/FXRGBImage.html +3 -3
  186. data/docs/Fox/FXRadioButton.html +3 -3
  187. data/docs/Fox/FXRanged.html +3 -3
  188. data/docs/Fox/FXRangef.html +3 -3
  189. data/docs/Fox/FXRealSlider.html +3 -3
  190. data/docs/Fox/FXRealSpinner.html +16 -16
  191. data/docs/Fox/FXRecentFiles.html +3 -3
  192. data/docs/Fox/FXRectangle.html +11 -11
  193. data/docs/Fox/FXRegion.html +3 -3
  194. data/docs/Fox/FXRegistry.html +5 -5
  195. data/docs/Fox/FXReplaceDialog.html +3 -3
  196. data/docs/Fox/FXRootWindow.html +3 -3
  197. data/docs/Fox/FXRuler.html +3 -3
  198. data/docs/Fox/FXRulerView.html +26 -26
  199. data/docs/Fox/FXScintilla.html +21 -21
  200. data/docs/Fox/FXScrollArea.html +5 -5
  201. data/docs/Fox/FXScrollBar.html +3 -3
  202. data/docs/Fox/FXScrollCorner.html +3 -3
  203. data/docs/Fox/FXScrollPane.html +3 -3
  204. data/docs/Fox/FXScrollWindow.html +4 -4
  205. data/docs/Fox/FXSearchDialog.html +3 -3
  206. data/docs/Fox/FXSegment.html +3 -3
  207. data/docs/Fox/FXSeparator.html +4 -4
  208. data/docs/Fox/FXSettings.html +3 -3
  209. data/docs/Fox/FXShell.html +3 -3
  210. data/docs/Fox/FXShutter.html +4 -4
  211. data/docs/Fox/FXShutterItem.html +3 -3
  212. data/docs/Fox/FXSize.html +3 -3
  213. data/docs/Fox/FXSlider.html +3 -3
  214. data/docs/Fox/FXSphered.html +3 -3
  215. data/docs/Fox/FXSpheref.html +3 -3
  216. data/docs/Fox/FXSpinner.html +16 -16
  217. data/docs/Fox/FXSplashScreen.html +3 -3
  218. data/docs/Fox/FXSplashWindow.html +5 -5
  219. data/docs/Fox/FXSplitter.html +3 -3
  220. data/docs/Fox/FXSpring.html +3 -3
  221. data/docs/Fox/FXStatusBar.html +3 -3
  222. data/docs/Fox/FXStatusLine.html +4 -4
  223. data/docs/Fox/FXStream.html +4 -4
  224. data/docs/Fox/FXStreamAllocError.html +3 -3
  225. data/docs/Fox/FXStreamEndError.html +3 -3
  226. data/docs/Fox/FXStreamError.html +3 -3
  227. data/docs/Fox/FXStreamFailureError.html +3 -3
  228. data/docs/Fox/FXStreamFormatError.html +3 -3
  229. data/docs/Fox/FXStreamFullError.html +4 -4
  230. data/docs/Fox/FXStreamNoReadError.html +3 -3
  231. data/docs/Fox/FXStreamNoWriteError.html +3 -3
  232. data/docs/Fox/FXStreamUnknownError.html +3 -3
  233. data/docs/Fox/FXStringDict.html +4 -4
  234. data/docs/Fox/FXSwitcher.html +8 -8
  235. data/docs/Fox/FXTGAIcon.html +3 -3
  236. data/docs/Fox/FXTGAImage.html +3 -3
  237. data/docs/Fox/FXTIFIcon.html +3 -3
  238. data/docs/Fox/FXTIFImage.html +3 -3
  239. data/docs/Fox/FXTabBar.html +8 -8
  240. data/docs/Fox/FXTabBook.html +4 -4
  241. data/docs/Fox/FXTabItem.html +3 -3
  242. data/docs/Fox/FXTable.html +27 -27
  243. data/docs/Fox/FXTableItem.html +5 -5
  244. data/docs/Fox/FXTablePos.html +3 -3
  245. data/docs/Fox/FXTableRange.html +3 -3
  246. data/docs/Fox/FXText.html +25 -25
  247. data/docs/Fox/FXTextChange.html +3 -3
  248. data/docs/Fox/FXTextField.html +5 -5
  249. data/docs/Fox/FXToggleButton.html +7 -7
  250. data/docs/Fox/FXToolBar.html +3 -3
  251. data/docs/Fox/FXToolBarGrip.html +3 -3
  252. data/docs/Fox/FXToolBarShell.html +3 -3
  253. data/docs/Fox/FXToolBarTab.html +5 -5
  254. data/docs/Fox/FXToolTip.html +5 -5
  255. data/docs/Fox/FXTopWindow.html +4 -4
  256. data/docs/Fox/FXTranslator.html +3 -3
  257. data/docs/Fox/FXTreeItem.html +19 -19
  258. data/docs/Fox/FXTreeList.html +40 -40
  259. data/docs/Fox/FXTreeListBox.html +27 -27
  260. data/docs/Fox/FXTriStateButton.html +9 -9
  261. data/docs/Fox/FXUndoList.html +8 -8
  262. data/docs/Fox/FXVec2d.html +7 -7
  263. data/docs/Fox/FXVec2f.html +7 -7
  264. data/docs/Fox/FXVec3d.html +7 -7
  265. data/docs/Fox/FXVec3f.html +7 -7
  266. data/docs/Fox/FXVec4d.html +7 -7
  267. data/docs/Fox/FXVec4f.html +7 -7
  268. data/docs/Fox/FXVerticalFrame.html +4 -4
  269. data/docs/Fox/FXVerticalSeparator.html +3 -3
  270. data/docs/Fox/FXViewport.html +3 -3
  271. data/docs/Fox/FXVisual.html +3 -3
  272. data/docs/Fox/FXWindow.html +36 -36
  273. data/docs/Fox/FXWizard.html +3 -3
  274. data/docs/Fox/FXXBMIcon.html +3 -3
  275. data/docs/Fox/FXXBMImage.html +3 -3
  276. data/docs/Fox/FXXPMIcon.html +3 -3
  277. data/docs/Fox/FXXPMImage.html +3 -3
  278. data/docs/Fox/NotifyHeader.html +3 -3
  279. data/docs/Fox/SCNotification.html +3 -3
  280. data/docs/Fox/TextRange.html +3 -3
  281. data/docs/Fox.html +7 -7
  282. data/docs/IRB.html +3 -3
  283. data/docs/Responder.html +4 -4
  284. data/docs/Responder2.html +3 -3
  285. data/docs/_index.html +3 -3
  286. data/docs/css/style.css +1 -0
  287. data/docs/file.History.html +66 -52
  288. data/docs/file.README.html +7 -7
  289. data/docs/index.html +13 -7
  290. data/docs/top-level-namespace.html +3 -3
  291. data/ext/fox16_c/core_wrap.cpp +1 -1
  292. data/ext/fox16_c/dc_wrap.cpp +1 -1
  293. data/ext/fox16_c/dialogs_wrap.cpp +1 -1
  294. data/ext/fox16_c/extconf.rb +12 -12
  295. data/ext/fox16_c/frames_wrap.cpp +1 -1
  296. data/ext/fox16_c/fx3d_wrap.cpp +1 -1
  297. data/ext/fox16_c/iconlist_wrap.cpp +1 -1
  298. data/ext/fox16_c/icons_wrap.cpp +1 -1
  299. data/ext/fox16_c/image_wrap.cpp +1 -1
  300. data/ext/fox16_c/label_wrap.cpp +1 -1
  301. data/ext/fox16_c/layout_wrap.cpp +1 -1
  302. data/ext/fox16_c/list_wrap.cpp +1 -1
  303. data/ext/fox16_c/mdi_wrap.cpp +1 -1
  304. data/ext/fox16_c/menu_wrap.cpp +1 -1
  305. data/ext/fox16_c/scintilla_wrap.cpp +1 -1
  306. data/ext/fox16_c/swigruby.h +1 -1
  307. data/ext/fox16_c/table_wrap.cpp +1 -1
  308. data/ext/fox16_c/text_wrap.cpp +1 -1
  309. data/ext/fox16_c/treelist_wrap.cpp +1 -1
  310. data/ext/fox16_c/ui_wrap.cpp +1 -1
  311. data/fxruby.gemspec +9 -1
  312. data/lib/2.5/fox16_c.so +0 -0
  313. data/lib/2.6/fox16_c.so +0 -0
  314. data/lib/2.7/fox16_c.so +0 -0
  315. data/lib/3.0/fox16_c.so +0 -0
  316. data/lib/fox16/kwargs.rb +891 -891
  317. data/lib/fox16/version.rb +1 -1
  318. data/ports/x64-mingw32/bin/libFOX-1.6-0.dll +0 -0
  319. data/ports/x64-mingw32/bin/libfxscintilla-20.dll +0 -0
  320. data/ports/x64-mingw32/bin/libjpeg-62.dll +0 -0
  321. data/ports/x64-mingw32/bin/libpng16-16.dll +0 -0
  322. data/ports/x64-mingw32/bin/libtiff-6.dll +0 -0
  323. data/ports/x64-mingw32/bin/zlib1.dll +0 -0
  324. data/test/TC_FXDCPrint.rb +1 -1
  325. metadata +251 -15
  326. data/lib/2.4/fox16_c.so +0 -0
  327. data/ports/x64-mingw32/bin/libtiff-5.dll +0 -0
@@ -121,7 +121,7 @@
121
121
  <h2>Overview</h2><div class="docstring">
122
122
  <div class="discussion">
123
123
 
124
- <p>A Icon List Widget displays a list of items, each with a text and optional icon. Icon List can display its items in essentially three different ways; in big-icon mode, the bigger of the two icons is used for each item, and the text is placed underneath the icon. In mini- icon mode, the icons are listed in rows and columns, with the smaller icon preceding the text. Finally, in detail mode the icons are listed in a single column, and all fields of the text are shown under a header control with one button for each subfield. When an item&#39;s selected state changes, the icon list sends a <code>SEL_SELECTED</code> or <code>SEL_DESELECTED</code> message. A change of the current item is signified by the <code>SEL_CHANGED</code> message. The icon list sends <code>SEL_COMMAND</code> messages when the user clicks on an item, and <code>SEL_CLICKED</code>, <code>SEL_DOUBLECLICKED</code>, and <code>SEL_TRIPLECLICKED</code> when the user clicks once, twice, or thrice, respectively. When items are added, replaced, or removed, the icon list sends messages of the type <code>SEL_INSERTED</code>, <code>SEL_REPLACED</code>, or <code>SEL_DELETED</code>. In each of these cases, the index to the item, if any, is passed in the 3rd argument of the message.</p>
124
+ <p>A Icon List Widget displays a list of items, each with a text and optional icon. Icon List can display its items in essentially three different ways; in big-icon mode, the bigger of the two icons is used for each item, and the text is placed underneath the icon. In mini- icon mode, the icons are listed in rows and columns, with the smaller icon preceding the text. Finally, in detail mode the icons are listed in a single column, and all fields of the text are shown under a header control with one button for each subfield. When an items selected state changes, the icon list sends a <code>SEL_SELECTED</code> or <code>SEL_DESELECTED</code> message. A change of the current item is signified by the <code>SEL_CHANGED</code> message. The icon list sends <code>SEL_COMMAND</code> messages when the user clicks on an item, and <code>SEL_CLICKED</code>, <code>SEL_DOUBLECLICKED</code>, and <code>SEL_TRIPLECLICKED</code> when the user clicks once, twice, or thrice, respectively. When items are added, replaced, or removed, the icon list sends messages of the type <code>SEL_INSERTED</code>, <code>SEL_REPLACED</code>, or <code>SEL_DELETED</code>. In each of these cases, the index to the item, if any, is passed in the 3rd argument of the message.</p>
125
125
 
126
126
  <h3 id="label-Events">Events</h3>
127
127
 
@@ -2872,7 +2872,7 @@
2872
2872
  </h3><div class="docstring">
2873
2873
  <div class="discussion">
2874
2874
 
2875
- <p>Append a new item with given <em>text</em> and optional <em>bigIcon</em>, <em>miniIcon</em> and user <em>data</em>. If <em>notify</em> is <code>true</code>, a <code>SEL_INSERTED</code> message is sent to the list&#39;s message target after the item is appended.</p>
2875
+ <p>Append a new item with given <em>text</em> and optional <em>bigIcon</em>, <em>miniIcon</em> and user <em>data</em>. If <em>notify</em> is <code>true</code>, a <code>SEL_INSERTED</code> message is sent to the lists message target after the item is appended.</p>
2876
2876
 
2877
2877
 
2878
2878
  </div>
@@ -2909,7 +2909,7 @@
2909
2909
  </h3><div class="docstring">
2910
2910
  <div class="discussion">
2911
2911
 
2912
- <p>Remove all items from list. If <em>notify</em> is <code>true</code>, a <code>SEL_DELETED</code> message is sent to the list&#39;s message target before each item is removed.</p>
2912
+ <p>Remove all items from list. If <em>notify</em> is <code>true</code>, a <code>SEL_DELETED</code> message is sent to the lists message target before each item is removed.</p>
2913
2913
 
2914
2914
 
2915
2915
  </div>
@@ -2946,7 +2946,7 @@
2946
2946
  </h3><div class="docstring">
2947
2947
  <div class="discussion">
2948
2948
 
2949
- <p>Deselect item at <em>index</em>. If <em>notify</em> is <code>true</code>, a <code>SEL_DESELECTED</code> message is sent to the list&#39;s message target after the item is deselected. Raises IndexError if <em>index</em> is out of bounds.</p>
2949
+ <p>Deselect item at <em>index</em>. If <em>notify</em> is <code>true</code>, a <code>SEL_DESELECTED</code> message is sent to the lists message target after the item is deselected. Raises IndexError if <em>index</em> is out of bounds.</p>
2950
2950
 
2951
2951
 
2952
2952
  </div>
@@ -3104,7 +3104,7 @@
3104
3104
  </h3><div class="docstring">
3105
3105
  <div class="discussion">
3106
3106
 
3107
- <p>Extend selection from anchor index to <em>index</em>. If <em>notify</em> is <code>true</code>, a series of <code>SEL_SELECTED</code> and <code>SEL_DESELECTED</code> messages are sent to the list&#39;s message target as the selected-state of different items changes. Raises IndexError if <em>index</em> is out of bounds.</p>
3107
+ <p>Extend selection from anchor index to <em>index</em>. If <em>notify</em> is <code>true</code>, a series of <code>SEL_SELECTED</code> and <code>SEL_DESELECTED</code> messages are sent to the lists message target as the selected-state of different items changes. Raises IndexError if <em>index</em> is out of bounds.</p>
3108
3108
 
3109
3109
 
3110
3110
  </div>
@@ -3141,7 +3141,7 @@
3141
3141
  </h3><div class="docstring">
3142
3142
  <div class="discussion">
3143
3143
 
3144
- <p>Extract item from list and return a reference to the item. If <em>notify</em> is <code>true</code>, a <code>SEL_DELETED</code> message is sent to the list&#39;s message target before the item is extracted from the list. Raises IndexError if <em>index</em> is out of bounds.</p>
3144
+ <p>Extract item from list and return a reference to the item. If <em>notify</em> is <code>true</code>, a <code>SEL_DELETED</code> message is sent to the lists message target before the item is extracted from the list. Raises IndexError if <em>index</em> is out of bounds.</p>
3145
3145
 
3146
3146
 
3147
3147
  </div>
@@ -3659,7 +3659,7 @@
3659
3659
  </h3><div class="docstring">
3660
3660
  <div class="discussion">
3661
3661
 
3662
- <p>Insert item at <em>index</em> with given <em>text</em>, <em>bigIcon</em>, <em>miniIcon</em> and user <em>data</em>. If <em>notify</em> is <code>true</code>, a <code>SEL_INSERTED</code> message is sent to the list&#39;s message target after the item is inserted. Raises IndexError if <em>index</em> is out of bounds.</p>
3662
+ <p>Insert item at <em>index</em> with given <em>text</em>, <em>bigIcon</em>, <em>miniIcon</em> and user <em>data</em>. If <em>notify</em> is <code>true</code>, a <code>SEL_INSERTED</code> message is sent to the lists message target after the item is inserted. Raises IndexError if <em>index</em> is out of bounds.</p>
3663
3663
 
3664
3664
 
3665
3665
  </div>
@@ -3896,7 +3896,7 @@
3896
3896
  </h3><div class="docstring">
3897
3897
  <div class="discussion">
3898
3898
 
3899
- <p>Deselect all items. If <em>notify</em> is <code>true</code>, a <code>SEL_DESELECTED</code> message is sent to the list&#39;s message target for all the items that were selected before killSelection was called.</p>
3899
+ <p>Deselect all items. If <em>notify</em> is <code>true</code>, a <code>SEL_DESELECTED</code> message is sent to the lists message target for all the items that were selected before killSelection was called.</p>
3900
3900
 
3901
3901
 
3902
3902
  </div>
@@ -3970,7 +3970,7 @@
3970
3970
  </h3><div class="docstring">
3971
3971
  <div class="discussion">
3972
3972
 
3973
- <p>Move item from <em>oldIndex</em> to <em>newIndex</em> and return the new index of the item.. If <em>notify</em> is <code>true</code> and this move causes the current item to change, a <code>SEL_CHANGED</code> message is sent to the list&#39;s message target to indicate this change in the current item. Raises IndexError if either <em>oldIndex</em> or <em>newIndex</em> is out of bounds.</p>
3973
+ <p>Move item from <em>oldIndex</em> to <em>newIndex</em> and return the new index of the item.. If <em>notify</em> is <code>true</code> and this move causes the current item to change, a <code>SEL_CHANGED</code> message is sent to the lists message target to indicate this change in the current item. Raises IndexError if either <em>oldIndex</em> or <em>newIndex</em> is out of bounds.</p>
3974
3974
 
3975
3975
 
3976
3976
  </div>
@@ -4007,7 +4007,7 @@
4007
4007
  </h3><div class="docstring">
4008
4008
  <div class="discussion">
4009
4009
 
4010
- <p>Prepend a new item with given <em>text</em> and optional <em>bigIcon</em>, <em>miniIcon</em> and user <em>data</em>. If <em>notify</em> is <code>true</code>, a <code>SEL_INSERTED</code> message is sent to the list&#39;s message target after the item is prepended.</p>
4010
+ <p>Prepend a new item with given <em>text</em> and optional <em>bigIcon</em>, <em>miniIcon</em> and user <em>data</em>. If <em>notify</em> is <code>true</code>, a <code>SEL_INSERTED</code> message is sent to the lists message target after the item is prepended.</p>
4011
4011
 
4012
4012
 
4013
4013
  </div>
@@ -4081,7 +4081,7 @@
4081
4081
  </h3><div class="docstring">
4082
4082
  <div class="discussion">
4083
4083
 
4084
- <p>Remove item at <em>index</em> from the list. If <em>notify</em> is <code>true</code>, a <code>SEL_DELETED</code> message is sent to the list&#39;s message target before the item is removed. Raises IndexError if <em>index</em> is out of bounds.</p>
4084
+ <p>Remove item at <em>index</em> from the list. If <em>notify</em> is <code>true</code>, a <code>SEL_DELETED</code> message is sent to the lists message target before the item is removed. Raises IndexError if <em>index</em> is out of bounds.</p>
4085
4085
 
4086
4086
 
4087
4087
  </div>
@@ -4118,7 +4118,7 @@
4118
4118
  </h3><div class="docstring">
4119
4119
  <div class="discussion">
4120
4120
 
4121
- <p>Select items in rectangle. If <em>notify</em> is <code>true</code>, a <code>SEL_SELECTED</code> message is sent to the list&#39;s message target after each previously unselected item is selected.</p>
4121
+ <p>Select items in rectangle. If <em>notify</em> is <code>true</code>, a <code>SEL_SELECTED</code> message is sent to the lists message target after each previously unselected item is selected.</p>
4122
4122
 
4123
4123
 
4124
4124
  </div>
@@ -4155,7 +4155,7 @@
4155
4155
  </h3><div class="docstring">
4156
4156
  <div class="discussion">
4157
4157
 
4158
- <p>Select item at <em>index</em>. If <em>notify</em> is <code>true</code>, a <code>SEL_SELECTED</code> message is sent to the list&#39;s message target after the item is selected. Raises IndexError if <em>index</em> is out of bounds.</p>
4158
+ <p>Select item at <em>index</em>. If <em>notify</em> is <code>true</code>, a <code>SEL_SELECTED</code> message is sent to the lists message target after the item is selected. Raises IndexError if <em>index</em> is out of bounds.</p>
4159
4159
 
4160
4160
 
4161
4161
  </div>
@@ -4192,7 +4192,7 @@
4192
4192
  </h3><div class="docstring">
4193
4193
  <div class="discussion">
4194
4194
 
4195
- <p>Change current item index. If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the list&#39;s message target after the current item changes. Raises IndexError if <em>index</em> is out of bounds.</p>
4195
+ <p>Change current item index. If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the lists message target after the current item changes. Raises IndexError if <em>index</em> is out of bounds.</p>
4196
4196
 
4197
4197
 
4198
4198
  </div>
@@ -4377,7 +4377,7 @@
4377
4377
  </h3><div class="docstring">
4378
4378
  <div class="discussion">
4379
4379
 
4380
- <p>Replace item <em>text</em>, <em>bigIcon</em>, <em>miniIcon</em> and user <em>data</em> for the item at <em>index</em>. If <em>notify</em> is <code>true</code>, a <code>SEL_REPLACED</code> message is sent to the list&#39;s message target before the item is replaced. Raises IndexError if <em>index</em> is out of bounds.</p>
4380
+ <p>Replace item <em>text</em>, <em>bigIcon</em>, <em>miniIcon</em> and user <em>data</em> for the item at <em>index</em>. If <em>notify</em> is <code>true</code>, a <code>SEL_REPLACED</code> message is sent to the lists message target before the item is replaced. Raises IndexError if <em>index</em> is out of bounds.</p>
4381
4381
 
4382
4382
 
4383
4383
  </div>
@@ -4599,7 +4599,7 @@
4599
4599
  </h3><div class="docstring">
4600
4600
  <div class="discussion">
4601
4601
 
4602
- <p>Toggle item at <em>index</em>. If <em>notify</em> is <code>true</code>, either a <code>SEL_SELECTED</code> or <code>SEL_DESELECTED</code> message is sent to the list&#39;s message target to indicate the item&#39;s new state. Raises IndexError if <em>index</em> is out of bounds.</p>
4602
+ <p>Toggle item at <em>index</em>. If <em>notify</em> is <code>true</code>, either a <code>SEL_SELECTED</code> or <code>SEL_DESELECTED</code> message is sent to the lists message target to indicate the items new state. Raises IndexError if <em>index</em> is out of bounds.</p>
4603
4603
 
4604
4604
 
4605
4605
  </div>
@@ -4666,9 +4666,9 @@
4666
4666
  </div>
4667
4667
 
4668
4668
  <div id="footer">
4669
- Generated on Fri Nov 27 21:10:56 2020 by
4670
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
4671
- 0.9.24 (ruby-2.7.2).
4669
+ Generated on Mon Jan 2 11:47:43 2023 by
4670
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
4671
+ 0.9.28 (ruby-3.1.2).
4672
4672
  </div>
4673
4673
 
4674
4674
  </div>
@@ -516,7 +516,7 @@
516
516
  </h3><div class="docstring">
517
517
  <div class="discussion">
518
518
 
519
- <p>Load an icon of a given type (e.g. “gif”) from reswrapped data. Returns <code>nil</code> if there&#39;s some error loading the icon. (The optional <em>type</em> parameter is actually mandatory at the time of this writing; future versions will attempt to inspect the first few bytes of the stream to divine the icon format if the parameter is omitted). Returns a reference to the icon.</p>
519
+ <p>Load an icon of a given type (e.g. “gif”) from reswrapped data. Returns <code>nil</code> if theres some error loading the icon. (The optional <em>type</em> parameter is actually mandatory at the time of this writing; future versions will attempt to inspect the first few bytes of the stream to divine the icon format if the parameter is omitted). Returns a reference to the icon.</p>
520
520
 
521
521
 
522
522
  </div>
@@ -590,7 +590,7 @@
590
590
  </h3><div class="docstring">
591
591
  <div class="discussion">
592
592
 
593
- <p>Load an icon of a given type (e.g. “gif”) from an already open stream. Returns <code>nil</code> if there&#39;s some error loading the icon. (The optional <em>type</em> parameter is actually mandatory at the time of this writing; future versions will attempt to inspect the first few bytes of the stream to divine the icon format if the parameter is omitted). Returns a reference to the icon.</p>
593
+ <p>Load an icon of a given type (e.g. “gif”) from an already open stream. Returns <code>nil</code> if theres some error loading the icon. (The optional <em>type</em> parameter is actually mandatory at the time of this writing; future versions will attempt to inspect the first few bytes of the stream to divine the icon format if the parameter is omitted). Returns a reference to the icon.</p>
594
594
 
595
595
 
596
596
  </div>
@@ -627,7 +627,7 @@
627
627
  </h3><div class="docstring">
628
628
  <div class="discussion">
629
629
 
630
- <p>Load an image of a given type (e.g. “gif”) from reswrapped data. Returns <code>nil</code> if there&#39;s some error loading the icon. (The optional parameter is actually mandatory at the time of this writing; future versions will attempt to inspect the first few bytes of the stream to divine the icon format if the parameter is omitted).</p>
630
+ <p>Load an image of a given type (e.g. “gif”) from reswrapped data. Returns <code>nil</code> if theres some error loading the icon. (The optional parameter is actually mandatory at the time of this writing; future versions will attempt to inspect the first few bytes of the stream to divine the icon format if the parameter is omitted).</p>
631
631
 
632
632
 
633
633
  </div>
@@ -701,7 +701,7 @@
701
701
  </h3><div class="docstring">
702
702
  <div class="discussion">
703
703
 
704
- <p>Load an image of a given type (e.g. “gif”) from an already open stream. Returns <code>nil</code> if there&#39;s some error loading the image. (The optional parameter is actually mandatory at the time of this writing; future versions will attempt to inspect the first few bytes of the stream to divine the image format if the parameter is omitted).</p>
704
+ <p>Load an image of a given type (e.g. “gif”) from an already open stream. Returns <code>nil</code> if theres some error loading the image. (The optional parameter is actually mandatory at the time of this writing; future versions will attempt to inspect the first few bytes of the stream to divine the image format if the parameter is omitted).</p>
705
705
 
706
706
 
707
707
  </div>
@@ -953,9 +953,9 @@
953
953
  </div>
954
954
 
955
955
  <div id="footer">
956
- Generated on Fri Nov 27 21:11:16 2020 by
957
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
958
- 0.9.24 (ruby-2.7.2).
956
+ Generated on Mon Jan 2 11:48:03 2023 by
957
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
958
+ 0.9.28 (ruby-3.1.2).
959
959
  </div>
960
960
 
961
961
  </div>
data/docs/Fox/FXId.html CHANGED
@@ -702,9 +702,9 @@
702
702
  </div>
703
703
 
704
704
  <div id="footer">
705
- Generated on Fri Nov 27 21:10:35 2020 by
706
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
707
- 0.9.24 (ruby-2.7.2).
705
+ Generated on Mon Jan 2 11:47:22 2023 by
706
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
707
+ 0.9.28 (ruby-3.1.2).
708
708
  </div>
709
709
 
710
710
  </div>
@@ -458,7 +458,7 @@
458
458
 
459
459
 
460
460
  <span class="summary_desc"><div class='inline'>
461
- <p>Scan the image and return <code>false</code> if it&#39;s fully opaque.</p>
461
+ <p>Scan the image and return <code>false</code> if its fully opaque.</p>
462
462
  </div></span>
463
463
 
464
464
  </li>
@@ -1473,7 +1473,7 @@
1473
1473
  </h3><div class="docstring">
1474
1474
  <div class="discussion">
1475
1475
 
1476
- <p>Scan the image and return <code>false</code> if it&#39;s fully opaque.</p>
1476
+ <p>Scan the image and return <code>false</code> if its fully opaque.</p>
1477
1477
 
1478
1478
 
1479
1479
  </div>
@@ -1975,7 +1975,7 @@
1975
1975
  </h3><div class="docstring">
1976
1976
  <div class="discussion">
1977
1977
 
1978
- <p>Rescale pixels image to the specified width and height and then re-render the server-side image from the client-side pixel buffer. Note that this serves a slightly different purpose than the base class resize() method, which simply resizes the client-side pixel data buffer but doesn&#39;t transform the image.</p>
1978
+ <p>Rescale pixels image to the specified width and height and then re-render the server-side image from the client-side pixel buffer. Note that this serves a slightly different purpose than the base class resize() method, which simply resizes the client-side pixel data buffer but doesnt transform the image.</p>
1979
1979
 
1980
1980
  <p>The optional third argument specifies the <em>quality</em> of the scaling algorithm used. By default, <span class='object_link'><a href="#scale-instance_method" title="Fox::FXImage#scale (method)">#scale</a></span> uses a fast (but low quality) nearest-neighbor algorithm for scaling the image to its new size. To use the higher-quality scaling algorithm from FOX 1.0, you should pass in a value of 1 as the third argument to <span class='object_link'><a href="#scale-instance_method" title="Fox::FXImage#scale (method)">#scale</a></span>.</p>
1981
1981
 
@@ -2318,9 +2318,9 @@
2318
2318
  </div>
2319
2319
 
2320
2320
  <div id="footer">
2321
- Generated on Fri Nov 27 21:10:38 2020 by
2322
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2323
- 0.9.24 (ruby-2.7.2).
2321
+ Generated on Mon Jan 2 11:47:25 2023 by
2322
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2323
+ 0.9.28 (ruby-3.1.2).
2324
2324
  </div>
2325
2325
 
2326
2326
  </div>
@@ -479,9 +479,9 @@
479
479
  </div>
480
480
 
481
481
  <div id="footer">
482
- Generated on Fri Nov 27 21:11:17 2020 by
483
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
484
- 0.9.24 (ruby-2.7.2).
482
+ Generated on Mon Jan 2 11:48:03 2023 by
483
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
484
+ 0.9.28 (ruby-3.1.2).
485
485
  </div>
486
486
 
487
487
  </div>
@@ -494,9 +494,9 @@
494
494
  </div>
495
495
 
496
496
  <div id="footer">
497
- Generated on Fri Nov 27 21:11:02 2020 by
498
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
499
- 0.9.24 (ruby-2.7.2).
497
+ Generated on Mon Jan 2 11:47:49 2023 by
498
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
499
+ 0.9.28 (ruby-3.1.2).
500
500
  </div>
501
501
 
502
502
  </div>
@@ -408,7 +408,7 @@
408
408
 
409
409
 
410
410
  <span class="summary_desc"><div class='inline'>
411
- <p>Return the input dialog&#39;s input string text.</p>
411
+ <p>Return the input dialogs input string text.</p>
412
412
  </div></span>
413
413
 
414
414
  </li>
@@ -854,7 +854,7 @@
854
854
  </h3><div class="docstring">
855
855
  <div class="discussion">
856
856
 
857
- <p>Return the input dialog&#39;s input string text</p>
857
+ <p>Return the input dialogs input string text</p>
858
858
 
859
859
 
860
860
  </div>
@@ -884,9 +884,9 @@
884
884
  </div>
885
885
 
886
886
  <div id="footer">
887
- Generated on Fri Nov 27 21:11:24 2020 by
888
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
889
- 0.9.24 (ruby-2.7.2).
887
+ Generated on Mon Jan 2 11:48:10 2023 by
888
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
889
+ 0.9.28 (ruby-3.1.2).
890
890
  </div>
891
891
 
892
892
  </div>
data/docs/Fox/FXIrb.html CHANGED
@@ -694,9 +694,9 @@
694
694
 
695
695
  <span class='kw'>def</span> <span class='id identifier rubyid_create'>create</span>
696
696
  <span class='kw'>super</span>
697
- <span class='id identifier rubyid_setFocus'>setFocus</span> <span class='comment'># IRB initialization
698
- </span>
699
- <span class='ivar'>@redir</span> <span class='op'>=</span> <span class='const'>Redirect</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='kw'>self</span><span class='rparen'>)</span>
697
+ <span class='id identifier rubyid_setFocus'>setFocus</span>
698
+ <span class='comment'># IRB initialization
699
+ </span> <span class='ivar'>@redir</span> <span class='op'>=</span> <span class='const'>Redirect</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='kw'>self</span><span class='rparen'>)</span>
700
700
  <span class='ivar'>@input</span> <span class='op'>=</span> <span class='const'>IO</span><span class='period'>.</span><span class='id identifier rubyid_pipe'>pipe</span>
701
701
  <span class='ivar'>@irb</span> <span class='op'>=</span> <span class='const'>Thread</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span> <span class='lbrace'>{</span>
702
702
  <span class='const'><span class='object_link'><a href="../IRB.html" title="IRB (module)">IRB</a></span></span><span class='period'>.</span><span class='id identifier rubyid_start_in_fxirb'><span class='object_link'><a href="../IRB.html#start_in_fxirb-class_method" title="IRB.start_in_fxirb (method)">start_in_fxirb</a></span></span><span class='lparen'>(</span><span class='ivar'>@redir</span><span class='rparen'>)</span>
@@ -932,9 +932,9 @@
932
932
  </div>
933
933
 
934
934
  <div id="footer">
935
- Generated on Fri Nov 27 21:11:34 2020 by
936
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
937
- 0.9.24 (ruby-2.7.2).
935
+ Generated on Mon Jan 2 11:48:19 2023 by
936
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
937
+ 0.9.28 (ruby-3.1.2).
938
938
  </div>
939
939
 
940
940
  </div>
@@ -597,9 +597,9 @@
597
597
  </div>
598
598
 
599
599
  <div id="footer">
600
- Generated on Fri Nov 27 21:10:47 2020 by
601
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
602
- 0.9.24 (ruby-2.7.2).
600
+ Generated on Mon Jan 2 11:47:34 2023 by
601
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
602
+ 0.9.28 (ruby-3.1.2).
603
603
  </div>
604
604
 
605
605
  </div>
@@ -581,9 +581,9 @@
581
581
  </div>
582
582
 
583
583
  <div id="footer">
584
- Generated on Fri Nov 27 21:10:56 2020 by
585
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
586
- 0.9.24 (ruby-2.7.2).
584
+ Generated on Mon Jan 2 11:47:43 2023 by
585
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
586
+ 0.9.28 (ruby-3.1.2).
587
587
  </div>
588
588
 
589
589
  </div>
data/docs/Fox/FXKnob.html CHANGED
@@ -441,7 +441,7 @@
441
441
 
442
442
 
443
443
  <span class="summary_desc"><div class='inline'>
444
- <p>Return the knob&#39;s current limits as a two-element array.</p>
444
+ <p>Return the knobs current limits as a two-element array.</p>
445
445
  </div></span>
446
446
 
447
447
  </li>
@@ -491,7 +491,7 @@
491
491
 
492
492
 
493
493
  <span class="summary_desc"><div class='inline'>
494
- <p>Change the knob&#39;s movement limits (start and ending angles) Accept values in degrees from 0 (south) to 360.</p>
494
+ <p>Change the knobs movement limits (start and ending angles) Accept values in degrees from 0 (south) to 360.</p>
495
495
  </div></span>
496
496
 
497
497
  </li>
@@ -971,7 +971,7 @@
971
971
  </h3><div class="docstring">
972
972
  <div class="discussion">
973
973
 
974
- <p>Return the knob&#39;s current limits as a two-element array.</p>
974
+ <p>Return the knobs current limits as a two-element array.</p>
975
975
 
976
976
 
977
977
  </div>
@@ -1008,7 +1008,7 @@
1008
1008
  </h3><div class="docstring">
1009
1009
  <div class="discussion">
1010
1010
 
1011
- <p>Change the knob&#39;s movement limits (start and ending angles) Accept values in degrees from 0 (south) to 360.</p>
1011
+ <p>Change the knobs movement limits (start and ending angles) Accept values in degrees from 0 (south) to 360.</p>
1012
1012
 
1013
1013
 
1014
1014
  </div>
@@ -1038,9 +1038,9 @@
1038
1038
  </div>
1039
1039
 
1040
1040
  <div id="footer">
1041
- Generated on Fri Nov 27 21:10:36 2020 by
1042
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1043
- 0.9.24 (ruby-2.7.2).
1041
+ Generated on Mon Jan 2 11:47:23 2023 by
1042
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1043
+ 0.9.28 (ruby-3.1.2).
1044
1044
  </div>
1045
1045
 
1046
1046
  </div>
@@ -493,7 +493,7 @@
493
493
 
494
494
 
495
495
  <span class="summary_desc"><div class='inline'>
496
- <p>Return the label&#39;s text.</p>
496
+ <p>Return the labels text.</p>
497
497
  </div></span>
498
498
 
499
499
  </li>
@@ -973,7 +973,7 @@
973
973
  </h3><div class="docstring">
974
974
  <div class="discussion">
975
975
 
976
- <p>Return the label&#39;s text</p>
976
+ <p>Return the labels text</p>
977
977
 
978
978
 
979
979
  </div>
@@ -1003,9 +1003,9 @@
1003
1003
  </div>
1004
1004
 
1005
1005
  <div id="footer">
1006
- Generated on Fri Nov 27 21:10:38 2020 by
1007
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1008
- 0.9.24 (ruby-2.7.2).
1006
+ Generated on Mon Jan 2 11:47:25 2023 by
1007
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1008
+ 0.9.28 (ruby-3.1.2).
1009
1009
  </div>
1010
1010
 
1011
1011
  </div>
@@ -910,9 +910,9 @@
910
910
  </div>
911
911
 
912
912
  <div id="footer">
913
- Generated on Fri Nov 27 21:10:54 2020 by
914
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
915
- 0.9.24 (ruby-2.7.2).
913
+ Generated on Mon Jan 2 11:47:42 2023 by
914
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
915
+ 0.9.28 (ruby-3.1.2).
916
916
  </div>
917
917
 
918
918
  </div>