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
@@ -1000,9 +1000,9 @@
1000
1000
  </div>
1001
1001
 
1002
1002
  <div id="footer">
1003
- Generated on Fri Nov 27 21:10:52 2020 by
1004
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1005
- 0.9.24 (ruby-2.7.2).
1003
+ Generated on Mon Jan 2 11:47:39 2023 by
1004
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1005
+ 0.9.28 (ruby-3.1.2).
1006
1006
  </div>
1007
1007
 
1008
1008
  </div>
@@ -394,7 +394,7 @@
394
394
  <span class='const'>FXSEL</span><span class='lparen'>(</span><span class='const'>SEL_COMMAND</span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="FXWindow.html" title="Fox::FXWindow (class)">FXWindow</a></span></span><span class='op'>::</span><span class='const'>ID_SHOW</span><span class='rparen'>)</span><span class='rparen'>)</span>
395
395
  </code></pre>
396
396
 
397
- <p>The problem with this form is that you need to be familiar with the message types and identifiers that different widgets respond to, and this information isn&#39;t very well documented. A more straightforward way to use <em>addAccel</em> from Ruby code is to instead pass one or more callable objects in as the second and third arguments. For example:</p>
397
+ <p>The problem with this form is that you need to be familiar with the message types and identifiers that different widgets respond to, and this information isnt very well documented. A more straightforward way to use <em>addAccel</em> from Ruby code is to instead pass one or more callable objects in as the second and third arguments. For example:</p>
398
398
 
399
399
  <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_accelTable'>accelTable</span><span class='period'>.</span><span class='id identifier rubyid_addAccel'>addAccel</span><span class='lparen'>(</span><span class='id identifier rubyid_hotKey'>hotKey</span><span class='comma'>,</span> <span class='id identifier rubyid_lambda'>lambda</span> <span class='lbrace'>{</span> <span class='id identifier rubyid_window'>window</span><span class='period'>.</span><span class='id identifier rubyid_hide'>hide</span> <span class='rbrace'>}</span><span class='rparen'>)</span>
400
400
  </code></pre>
@@ -473,11 +473,11 @@
473
473
  <span class='id identifier rubyid_selup'>selup</span> <span class='op'>=</span> <span class='id identifier rubyid_args'>args</span><span class='lbracket'>[</span><span class='int'>2</span><span class='rbracket'>]</span> <span class='kw'>if</span> <span class='id identifier rubyid_args'>args</span><span class='period'>.</span><span class='id identifier rubyid_length'>length</span> <span class='op'>&gt;</span> <span class='int'>2</span>
474
474
  <span class='kw'>end</span>
475
475
  <span class='kw'>end</span>
476
- <span class='kw'>end</span> <span class='comment'># FIXME: The target objects stored in the accelerator table are currently
476
+ <span class='kw'>end</span>
477
+ <span class='comment'># FIXME: The target objects stored in the accelerator table are currently
477
478
  </span> <span class='comment'># private. Therefore FXRbAccelTable::markfunc() doesn&#39;t mark them as used.
478
479
  </span> <span class='comment'># As a workaround the objects are additionally stored in @targets Hash.
479
- </span>
480
- <span class='ivar'>@targets</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span> <span class='kw'>unless</span> <span class='id identifier rubyid_instance_variable_defined?'>instance_variable_defined?</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>@targets</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span>
480
+ </span> <span class='ivar'>@targets</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span> <span class='kw'>unless</span> <span class='id identifier rubyid_instance_variable_defined?'>instance_variable_defined?</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>@targets</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span>
481
481
  <span class='ivar'>@targets</span><span class='lbracket'>[</span><span class='id identifier rubyid_hotKey'>hotKey</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_tgt'>tgt</span>
482
482
  <span class='id identifier rubyid_addAccelOrig'>addAccelOrig</span><span class='lparen'>(</span><span class='id identifier rubyid_hotKey'>hotKey</span><span class='comma'>,</span> <span class='id identifier rubyid_tgt'>tgt</span><span class='comma'>,</span> <span class='id identifier rubyid_seldn'>seldn</span><span class='comma'>,</span> <span class='id identifier rubyid_selup'>selup</span><span class='rparen'>)</span>
483
483
  <span class='kw'>end</span></pre>
@@ -705,9 +705,9 @@ end
705
705
  </div>
706
706
 
707
707
  <div id="footer">
708
- Generated on Fri Nov 27 21:11:14 2020 by
709
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
710
- 0.9.24 (ruby-2.7.2).
708
+ Generated on Mon Jan 2 11:48:00 2023 by
709
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
710
+ 0.9.28 (ruby-3.1.2).
711
711
  </div>
712
712
 
713
713
  </div>
data/docs/Fox/FXApp.html CHANGED
@@ -110,7 +110,7 @@
110
110
 
111
111
  <h3 id="label-Events">Events</h3>
112
112
 
113
- <p>The FXApp object itself doesn&#39;t have a designated message target like other FOX objects, but it can send messages to objects for a few special events.</p>
113
+ <p>The FXApp object itself doesnt have a designated message target like other FOX objects, but it can send messages to objects for a few special events.</p>
114
114
  <dl class="rdoc-list label-list"><dt><strong>Timers</strong>
115
115
  <dd>
116
116
  <p>When a timeout event is registered with the application using the addTimeout method, a <code>SEL_TIMEOUT</code> message is sent to the message target.</p>
@@ -1140,7 +1140,7 @@
1140
1140
 
1141
1141
 
1142
1142
  <span class="summary_desc"><div class='inline'>
1143
- <p>Amount of time (in milliseconds) to yield to Ruby&#39;s thread scheduler [Integer].</p>
1143
+ <p>Amount of time (in milliseconds) to yield to Rubys thread scheduler [Integer].</p>
1144
1144
  </div></span>
1145
1145
 
1146
1146
  </li>
@@ -1302,7 +1302,7 @@
1302
1302
 
1303
1303
 
1304
1304
  <span class="summary_desc"><div class='inline'>
1305
- <p>Typing speed used for the FXIconList, FXList and FXTreeList widgets&#39; lookup features, in milliseconds.</p>
1305
+ <p>Typing speed used for the FXIconList, FXList and FXTreeList widgets lookup features, in milliseconds.</p>
1306
1306
  </div></span>
1307
1307
 
1308
1308
  </li>
@@ -1695,7 +1695,7 @@
1695
1695
 
1696
1696
 
1697
1697
  <span class="summary_desc"><div class='inline'>
1698
- <p>Changes the default application cursor to an hourglass shape, to provide a visual cue to the user that it&#39;s time to wait.</p>
1698
+ <p>Changes the default application cursor to an hourglass shape, to provide a visual cue to the user that its time to wait.</p>
1699
1699
  </div></span>
1700
1700
 
1701
1701
  </li>
@@ -1767,7 +1767,7 @@
1767
1767
 
1768
1768
 
1769
1769
  <span class="summary_desc"><div class='inline'>
1770
- <p>Create application&#39;s windows.</p>
1770
+ <p>Create applications windows.</p>
1771
1771
  </div></span>
1772
1772
 
1773
1773
  </li>
@@ -1791,7 +1791,7 @@
1791
1791
 
1792
1792
 
1793
1793
  <span class="summary_desc"><div class='inline'>
1794
- <p>Destroy application&#39;s windows.</p>
1794
+ <p>Destroy applications windows.</p>
1795
1795
  </div></span>
1796
1796
 
1797
1797
  </li>
@@ -1815,7 +1815,7 @@
1815
1815
 
1816
1816
 
1817
1817
  <span class="summary_desc"><div class='inline'>
1818
- <p>Detach application&#39;s windows.</p>
1818
+ <p>Detach applications windows.</p>
1819
1819
  </div></span>
1820
1820
 
1821
1821
  </li>
@@ -2249,7 +2249,7 @@
2249
2249
 
2250
2250
 
2251
2251
  <span class="summary_desc"><div class='inline'>
2252
- <p>Construct application object; the <em>appName</em> and <em>vendorName</em> strings are used as keys into the registry database for this application&#39;s settings.</p>
2252
+ <p>Construct application object; the <em>appName</em> and <em>vendorName</em> strings are used as keys into the registry database for this applications settings.</p>
2253
2253
  </div></span>
2254
2254
 
2255
2255
  </li>
@@ -2273,7 +2273,7 @@
2273
2273
 
2274
2274
 
2275
2275
  <span class="summary_desc"><div class='inline'>
2276
- <p>Construct application object; the <em>appName</em> and <em>vendorName</em> strings are used as keys into the registry database for this application&#39;s settings.</p>
2276
+ <p>Construct application object; the <em>appName</em> and <em>vendorName</em> strings are used as keys into the registry database for this applications settings.</p>
2277
2277
  </div></span>
2278
2278
 
2279
2279
  </li>
@@ -2393,7 +2393,7 @@
2393
2393
 
2394
2394
 
2395
2395
  <span class="summary_desc"><div class='inline'>
2396
- <p>Peek to determine if there&#39;s an event.</p>
2396
+ <p>Peek to determine if theres an event.</p>
2397
2397
  </div></span>
2398
2398
 
2399
2399
  </li>
@@ -3124,7 +3124,7 @@
3124
3124
  </h3><div class="docstring">
3125
3125
  <div class="discussion">
3126
3126
 
3127
- <p>Construct application object; the <em>appName</em> and <em>vendorName</em> strings are used as keys into the registry database for this application&#39;s settings. Only one single application object can be constructed.</p>
3127
+ <p>Construct application object; the <em>appName</em> and <em>vendorName</em> strings are used as keys into the registry database for this applications settings. Only one single application object can be constructed.</p>
3128
3128
 
3129
3129
 
3130
3130
  </div>
@@ -4503,7 +4503,7 @@
4503
4503
  </h3><div class="docstring">
4504
4504
  <div class="discussion">
4505
4505
 
4506
- <p>Amount of time (in milliseconds) to yield to Ruby&#39;s thread scheduler [Integer]</p>
4506
+ <p>Amount of time (in milliseconds) to yield to Rubys thread scheduler [Integer]</p>
4507
4507
 
4508
4508
 
4509
4509
  </div>
@@ -4761,7 +4761,7 @@
4761
4761
  </h3><div class="docstring">
4762
4762
  <div class="discussion">
4763
4763
 
4764
- <p>Typing speed used for the FXIconList, FXList and FXTreeList widgets&#39; lookup features, in milliseconds. Default value is 1000 milliseconds.</p>
4764
+ <p>Typing speed used for the FXIconList, FXList and FXTreeList widgets lookup features, in milliseconds. Default value is 1000 milliseconds.</p>
4765
4765
 
4766
4766
 
4767
4767
  </div>
@@ -5575,7 +5575,7 @@ end
5575
5575
  </h3><div class="docstring">
5576
5576
  <div class="discussion">
5577
5577
 
5578
- <p>Changes the default application cursor to an hourglass shape, to provide a visual cue to the user that it&#39;s time to wait. To revert the default application cursor to its normal shape, call the #endWaitCursor method. For example,</p>
5578
+ <p>Changes the default application cursor to an hourglass shape, to provide a visual cue to the user that its time to wait. To revert the default application cursor to its normal shape, call the #endWaitCursor method. For example,</p>
5579
5579
 
5580
5580
  <pre class="code ruby"><code class="ruby">getApp().beginWaitCursor()
5581
5581
  ... time-consuming operation ...
@@ -5719,7 +5719,7 @@ getApp().endWaitCursor()
5719
5719
  </h3><div class="docstring">
5720
5720
  <div class="discussion">
5721
5721
 
5722
- <p>Create application&#39;s windows</p>
5722
+ <p>Create applications windows</p>
5723
5723
 
5724
5724
 
5725
5725
  </div>
@@ -5756,7 +5756,7 @@ getApp().endWaitCursor()
5756
5756
  </h3><div class="docstring">
5757
5757
  <div class="discussion">
5758
5758
 
5759
- <p>Destroy application&#39;s windows</p>
5759
+ <p>Destroy applications windows</p>
5760
5760
 
5761
5761
 
5762
5762
  </div>
@@ -5793,7 +5793,7 @@ getApp().endWaitCursor()
5793
5793
  </h3><div class="docstring">
5794
5794
  <div class="discussion">
5795
5795
 
5796
- <p>Detach application&#39;s windows</p>
5796
+ <p>Detach applications windows</p>
5797
5797
 
5798
5798
 
5799
5799
  </div>
@@ -6254,7 +6254,7 @@ getApp().endWaitCursor()
6254
6254
  <pre class="code ruby"><code class="ruby">chore = app.addChore { ... }
6255
6255
  </code></pre>
6256
6256
 
6257
- <p>but decide that you want to “cancel” that chore later (before it&#39;s had a chance to run):</p>
6257
+ <p>but decide that you want to “cancel” that chore later (before its had a chance to run):</p>
6258
6258
 
6259
6259
  <pre class="code ruby"><code class="ruby"><span class='kw'>if</span> <span class='id identifier rubyid_app'>app</span><span class='period'>.</span><span class='id identifier rubyid_hasChore?'>hasChore?</span><span class='lparen'>(</span><span class='id identifier rubyid_chore'>chore</span><span class='rparen'>)</span>
6260
6260
  <span class='id identifier rubyid_app'>app</span><span class='period'>.</span><span class='id identifier rubyid_removeChore'>removeChore</span><span class='lparen'>(</span><span class='id identifier rubyid_chore'>chore</span><span class='rparen'>)</span>
@@ -6417,7 +6417,7 @@ getApp().endWaitCursor()
6417
6417
  <pre class="code ruby"><code class="ruby">timeout = app.addTimeout(10*1000, ...)
6418
6418
  </code></pre>
6419
6419
 
6420
- <p>but in the meantime, you decide that you want to cancel it if it hasn&#39;t run yet:</p>
6420
+ <p>but in the meantime, you decide that you want to cancel it if it hasnt run yet:</p>
6421
6421
 
6422
6422
  <pre class="code ruby"><code class="ruby"><span class='kw'>if</span> <span class='id identifier rubyid_app'>app</span><span class='period'>.</span><span class='id identifier rubyid_hasTimeout?'>hasTimeout?</span><span class='lparen'>(</span><span class='id identifier rubyid_timeout'>timeout</span><span class='rparen'>)</span>
6423
6423
  <span class='id identifier rubyid_app'>app</span><span class='period'>.</span><span class='id identifier rubyid_removeTimeout'>removeTimeout</span><span class='lparen'>(</span><span class='id identifier rubyid_timeout'>timeout</span><span class='rparen'>)</span>
@@ -6560,7 +6560,7 @@ getApp().endWaitCursor()
6560
6560
  </h3><div class="docstring">
6561
6561
  <div class="discussion">
6562
6562
 
6563
- <p>Construct application object; the <em>appName</em> and <em>vendorName</em> strings are used as keys into the registry database for this application&#39;s settings. Only one single application object can be constructed. :nodoc:</p>
6563
+ <p>Construct application object; the <em>appName</em> and <em>vendorName</em> strings are used as keys into the registry database for this applications settings. Only one single application object can be constructed. :nodoc:</p>
6564
6564
 
6565
6565
 
6566
6566
  </div>
@@ -6791,7 +6791,7 @@ getApp().endWaitCursor()
6791
6791
  </h3><div class="docstring">
6792
6792
  <div class="discussion">
6793
6793
 
6794
- <p>Peek to determine if there&#39;s an event.</p>
6794
+ <p>Peek to determine if theres an event.</p>
6795
6795
 
6796
6796
 
6797
6797
  </div>
@@ -7988,9 +7988,9 @@ time_left = app.remainingTimeout(timeout)
7988
7988
  </div>
7989
7989
 
7990
7990
  <div id="footer">
7991
- Generated on Fri Nov 27 21:10:35 2020 by
7992
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
7993
- 0.9.24 (ruby-2.7.2).
7991
+ Generated on Mon Jan 2 11:47:23 2023 by
7992
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
7993
+ 0.9.28 (ruby-3.1.2).
7994
7994
  </div>
7995
7995
 
7996
7996
  </div>
data/docs/Fox/FXArc.html CHANGED
@@ -138,7 +138,7 @@
138
138
 
139
139
 
140
140
  <span class="summary_desc"><div class='inline'>
141
- <p>Start of the arc, relative to the three-o&#39;clock position from the center, in units of degrees * 64 [Integer].</p>
141
+ <p>Start of the arc, relative to the three-oclock position from the center, in units of degrees * 64 [Integer].</p>
142
142
  </div></span>
143
143
 
144
144
  </li>
@@ -165,7 +165,7 @@
165
165
 
166
166
 
167
167
  <span class="summary_desc"><div class='inline'>
168
- <p>Path and extent of the arc, relative to the three-o&#39;clock position from the center, in units of degrees * 64 [Integer].</p>
168
+ <p>Path and extent of the arc, relative to the three-oclock position from the center, in units of degrees * 64 [Integer].</p>
169
169
  </div></span>
170
170
 
171
171
  </li>
@@ -302,7 +302,7 @@
302
302
  </h3><div class="docstring">
303
303
  <div class="discussion">
304
304
 
305
- <p>Start of the arc, relative to the three-o&#39;clock position from the center, in units of degrees * 64 [Integer]</p>
305
+ <p>Start of the arc, relative to the three-oclock position from the center, in units of degrees * 64 [Integer]</p>
306
306
 
307
307
 
308
308
  </div>
@@ -345,7 +345,7 @@
345
345
  </h3><div class="docstring">
346
346
  <div class="discussion">
347
347
 
348
- <p>Path and extent of the arc, relative to the three-o&#39;clock position from the center, in units of degrees * 64 [Integer]</p>
348
+ <p>Path and extent of the arc, relative to the three-oclock position from the center, in units of degrees * 64 [Integer]</p>
349
349
 
350
350
 
351
351
  </div>
@@ -552,9 +552,9 @@
552
552
  </div>
553
553
 
554
554
  <div id="footer">
555
- Generated on Fri Nov 27 21:10:34 2020 by
556
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
557
- 0.9.24 (ruby-2.7.2).
555
+ Generated on Mon Jan 2 11:47:22 2023 by
556
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
557
+ 0.9.28 (ruby-3.1.2).
558
558
  </div>
559
559
 
560
560
  </div>
@@ -855,9 +855,9 @@
855
855
  </div>
856
856
 
857
857
  <div id="footer">
858
- Generated on Fri Nov 27 21:11:20 2020 by
859
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
860
- 0.9.24 (ruby-2.7.2).
858
+ Generated on Mon Jan 2 11:48:06 2023 by
859
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
860
+ 0.9.28 (ruby-3.1.2).
861
861
  </div>
862
862
 
863
863
  </div>
@@ -440,9 +440,9 @@
440
440
  </div>
441
441
 
442
442
  <div id="footer">
443
- Generated on Fri Nov 27 21:10:46 2020 by
444
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
445
- 0.9.24 (ruby-2.7.2).
443
+ Generated on Mon Jan 2 11:47:33 2023 by
444
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
445
+ 0.9.28 (ruby-3.1.2).
446
446
  </div>
447
447
 
448
448
  </div>
@@ -424,9 +424,9 @@
424
424
  </div>
425
425
 
426
426
  <div id="footer">
427
- Generated on Fri Nov 27 21:10:52 2020 by
428
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
429
- 0.9.24 (ruby-2.7.2).
427
+ Generated on Mon Jan 2 11:47:39 2023 by
428
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
429
+ 0.9.28 (ruby-3.1.2).
430
430
  </div>
431
431
 
432
432
  </div>
@@ -1352,9 +1352,9 @@
1352
1352
  </div>
1353
1353
 
1354
1354
  <div id="footer">
1355
- Generated on Fri Nov 27 21:10:41 2020 by
1356
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1357
- 0.9.24 (ruby-2.7.2).
1355
+ Generated on Mon Jan 2 11:47:28 2023 by
1356
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1357
+ 0.9.28 (ruby-3.1.2).
1358
1358
  </div>
1359
1359
 
1360
1360
  </div>
@@ -585,9 +585,9 @@
585
585
  </div>
586
586
 
587
587
  <div id="footer">
588
- Generated on Fri Nov 27 21:11:20 2020 by
589
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
590
- 0.9.24 (ruby-2.7.2).
588
+ Generated on Mon Jan 2 11:48:06 2023 by
589
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
590
+ 0.9.28 (ruby-3.1.2).
591
591
  </div>
592
592
 
593
593
  </div>
@@ -1441,9 +1441,9 @@ BITMAPVIEW_TOP = 0x00400000</pre></dd>
1441
1441
  </div>
1442
1442
 
1443
1443
  <div id="footer">
1444
- Generated on Fri Nov 27 21:11:14 2020 by
1445
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1446
- 0.9.24 (ruby-2.7.2).
1444
+ Generated on Mon Jan 2 11:48:01 2023 by
1445
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1446
+ 0.9.28 (ruby-3.1.2).
1447
1447
  </div>
1448
1448
 
1449
1449
  </div>
@@ -524,9 +524,9 @@
524
524
  </div>
525
525
 
526
526
  <div id="footer">
527
- Generated on Fri Nov 27 21:10:41 2020 by
528
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
529
- 0.9.24 (ruby-2.7.2).
527
+ Generated on Mon Jan 2 11:47:28 2023 by
528
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
529
+ 0.9.28 (ruby-3.1.2).
530
530
  </div>
531
531
 
532
532
  </div>
@@ -251,9 +251,9 @@
251
251
  </div>
252
252
 
253
253
  <div id="footer">
254
- Generated on Fri Nov 27 21:10:59 2020 by
255
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
256
- 0.9.24 (ruby-2.7.2).
254
+ Generated on Mon Jan 2 11:47:46 2023 by
255
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
256
+ 0.9.28 (ruby-3.1.2).
257
257
  </div>
258
258
 
259
259
  </div>
@@ -870,9 +870,9 @@
870
870
  </div>
871
871
 
872
872
  <div id="footer">
873
- Generated on Fri Nov 27 21:11:36 2020 by
874
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
875
- 0.9.24 (ruby-2.7.2).
873
+ Generated on Mon Jan 2 11:48:21 2023 by
874
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
875
+ 0.9.28 (ruby-3.1.2).
876
876
  </div>
877
877
 
878
878
  </div>
@@ -301,9 +301,9 @@
301
301
  </div>
302
302
 
303
303
  <div id="footer">
304
- Generated on Fri Nov 27 21:10:41 2020 by
305
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
306
- 0.9.24 (ruby-2.7.2).
304
+ Generated on Mon Jan 2 11:47:29 2023 by
305
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
306
+ 0.9.28 (ruby-3.1.2).
307
307
  </div>
308
308
 
309
309
  </div>
@@ -939,9 +939,9 @@
939
939
  </div>
940
940
 
941
941
  <div id="footer">
942
- Generated on Fri Nov 27 21:11:21 2020 by
943
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
944
- 0.9.24 (ruby-2.7.2).
942
+ Generated on Mon Jan 2 11:48:07 2023 by
943
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
944
+ 0.9.28 (ruby-3.1.2).
945
945
  </div>
946
946
 
947
947
  </div>
@@ -332,7 +332,7 @@
332
332
  </h3><div class="docstring">
333
333
  <div class="discussion">
334
334
 
335
- <p>Construct choice box with given caption, icon, message text, and with choices from array of strings. If <em>owner</em> is another FXWindow, the dialog box is created as a child of that window. If <em>owner</em> is an FXApp instance, it&#39;s created as a free-floating dialog box.</p>
335
+ <p>Construct choice box with given caption, icon, message text, and with choices from array of strings. If <em>owner</em> is another FXWindow, the dialog box is created as a child of that window. If <em>owner</em> is an FXApp instance, its created as a free-floating dialog box.</p>
336
336
 
337
337
  <h4 id="label-Parameters-3A">Parameters:</h4>
338
338
  <dl class="rdoc-list note-list"><dt><code>owner</code>
@@ -462,9 +462,9 @@
462
462
  </div>
463
463
 
464
464
  <div id="footer">
465
- Generated on Fri Nov 27 21:11:00 2020 by
466
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
467
- 0.9.24 (ruby-2.7.2).
465
+ Generated on Mon Jan 2 11:47:47 2023 by
466
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
467
+ 0.9.28 (ruby-3.1.2).
468
468
  </div>
469
469
 
470
470
  </div>
@@ -1509,9 +1509,9 @@
1509
1509
  </div>
1510
1510
 
1511
1511
  <div id="footer">
1512
- Generated on Fri Nov 27 21:11:35 2020 by
1513
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1514
- 0.9.24 (ruby-2.7.2).
1512
+ Generated on Mon Jan 2 11:48:20 2023 by
1513
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1514
+ 0.9.28 (ruby-3.1.2).
1515
1515
  </div>
1516
1516
 
1517
1517
  </div>
@@ -749,9 +749,9 @@
749
749
  </div>
750
750
 
751
751
  <div id="footer">
752
- Generated on Fri Nov 27 21:10:52 2020 by
753
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
754
- 0.9.24 (ruby-2.7.2).
752
+ Generated on Mon Jan 2 11:47:39 2023 by
753
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
754
+ 0.9.28 (ruby-3.1.2).
755
755
  </div>
756
756
 
757
757
  </div>
@@ -125,7 +125,7 @@
125
125
  <p>The following messages are sent by FXColorDialog to its target:</p>
126
126
  <dl class="rdoc-list note-list"><dt><code>SEL_CHANGED</code>
127
127
  <dd>
128
- <p>sent continuously, while the color selector&#39;s color is changing</p>
128
+ <p>sent continuously, while the color selectors color is changing</p>
129
129
  </dd><dt><code>SEL_COMMAND</code>
130
130
  <dd>
131
131
  <p>sent when the new color is set</p>
@@ -581,9 +581,9 @@
581
581
  </div>
582
582
 
583
583
  <div id="footer">
584
- Generated on Fri Nov 27 21:11:22 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:48:07 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>
@@ -313,9 +313,9 @@
313
313
  </div>
314
314
 
315
315
  <div id="footer">
316
- Generated on Fri Nov 27 21:11:00 2020 by
317
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
318
- 0.9.24 (ruby-2.7.2).
316
+ Generated on Mon Jan 2 11:47:47 2023 by
317
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
318
+ 0.9.28 (ruby-3.1.2).
319
319
  </div>
320
320
 
321
321
  </div>
@@ -702,9 +702,9 @@
702
702
  </div>
703
703
 
704
704
  <div id="footer">
705
- Generated on Fri Nov 27 21:11:00 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:47 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>
@@ -807,9 +807,9 @@
807
807
  </div>
808
808
 
809
809
  <div id="footer">
810
- Generated on Fri Nov 27 21:11:00 2020 by
811
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
812
- 0.9.24 (ruby-2.7.2).
810
+ Generated on Mon Jan 2 11:47:47 2023 by
811
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
812
+ 0.9.28 (ruby-3.1.2).
813
813
  </div>
814
814
 
815
815
  </div>
@@ -786,9 +786,9 @@
786
786
  </div>
787
787
 
788
788
  <div id="footer">
789
- Generated on Fri Nov 27 21:11:31 2020 by
790
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
791
- 0.9.24 (ruby-2.7.2).
789
+ Generated on Mon Jan 2 11:48:16 2023 by
790
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
791
+ 0.9.28 (ruby-3.1.2).
792
792
  </div>
793
793
 
794
794
  </div>
@@ -112,7 +112,7 @@
112
112
  <h2>Overview</h2><div class="docstring">
113
113
  <div class="discussion">
114
114
 
115
- <p>A Color Well is a widget which controls color settings. Colors may be dragged and dropped from one color well to another. A double-click inside a color well will bring up the standard color dialog panel to edit the color well&#39;s color. Colors may be also pasted by name using middle-mouse click into/out of color wells from/to other selection-capable applications; for example, you can highlight the word `red&#39; and paste it into a color well.</p>
115
+ <p>A Color Well is a widget which controls color settings. Colors may be dragged and dropped from one color well to another. A double-click inside a color well will bring up the standard color dialog panel to edit the color wells color. Colors may be also pasted by name using middle-mouse click into/out of color wells from/to other selection-capable applications; for example, you can highlight the word red and paste it into a color well.</p>
116
116
 
117
117
  <h3 id="label-Events">Events</h3>
118
118
 
@@ -810,7 +810,7 @@
810
810
  </h3><div class="docstring">
811
811
  <div class="discussion">
812
812
 
813
- <p>Set the color for this color well to <em>clr</em>. If <em>notify</em> is <code>true</code>, a <code>SEL_COMMAND</code> message is sent to the color well&#39;s message target after the color is changed.</p>
813
+ <p>Set the color for this color well to <em>clr</em>. If <em>notify</em> is <code>true</code>, a <code>SEL_COMMAND</code> message is sent to the color wells message target after the color is changed.</p>
814
814
 
815
815
 
816
816
  </div>
@@ -840,9 +840,9 @@
840
840
  </div>
841
841
 
842
842
  <div id="footer">
843
- Generated on Fri Nov 27 21:11:01 2020 by
844
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
845
- 0.9.24 (ruby-2.7.2).
843
+ Generated on Mon Jan 2 11:47:48 2023 by
844
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
845
+ 0.9.28 (ruby-3.1.2).
846
846
  </div>
847
847
 
848
848
  </div>