fxruby 1.6.42 → 1.6.43

Sign up to get free protection for your applications and to get access to all the features.
Files changed (309) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +1 -1
  3. data/.yardopts +1 -1
  4. data/Gemfile +1 -2
  5. data/History.md +11 -0
  6. data/README.rdoc +4 -4
  7. data/Rakefile +10 -0
  8. data/appveyor.yml +4 -0
  9. data/docs/Fox.html +11184 -0
  10. data/docs/Fox/Canvas.html +141 -0
  11. data/docs/Fox/Canvas/CanvasError.html +124 -0
  12. data/docs/Fox/Canvas/CircleShape.html +477 -0
  13. data/docs/Fox/Canvas/ImageShape.html +477 -0
  14. data/docs/Fox/Canvas/LineShape.html +1005 -0
  15. data/docs/Fox/Canvas/PolygonShape.html +145 -0
  16. data/docs/Fox/Canvas/RectangleShape.html +439 -0
  17. data/docs/Fox/Canvas/SelectionPolicy.html +352 -0
  18. data/docs/Fox/Canvas/Shape.html +1955 -0
  19. data/docs/Fox/Canvas/ShapeCanvas.html +2031 -0
  20. data/docs/Fox/Canvas/ShapeGroup.html +527 -0
  21. data/docs/Fox/Canvas/SingleSelectionPolicy.html +291 -0
  22. data/docs/Fox/Canvas/TextShape.html +609 -0
  23. data/docs/Fox/FTNonModal.html +550 -0
  24. data/docs/Fox/FX4Splitter.html +1336 -0
  25. data/docs/Fox/FX7Segment.html +1010 -0
  26. data/docs/Fox/FXAccelTable.html +715 -0
  27. data/docs/Fox/FXApp.html +7998 -0
  28. data/docs/Fox/FXArc.html +562 -0
  29. data/docs/Fox/FXArrowButton.html +865 -0
  30. data/docs/Fox/FXBMPIcon.html +450 -0
  31. data/docs/Fox/FXBMPImage.html +434 -0
  32. data/docs/Fox/FXBitmap.html +1362 -0
  33. data/docs/Fox/FXBitmapFrame.html +595 -0
  34. data/docs/Fox/FXBitmapView.html +1451 -0
  35. data/docs/Fox/FXButton.html +534 -0
  36. data/docs/Fox/FXCURCursor.html +261 -0
  37. data/docs/Fox/FXCalendar.html +880 -0
  38. data/docs/Fox/FXCanvas.html +311 -0
  39. data/docs/Fox/FXCheckButton.html +949 -0
  40. data/docs/Fox/FXChoiceBox.html +472 -0
  41. data/docs/Fox/FXColor.html +1519 -0
  42. data/docs/Fox/FXColorBar.html +759 -0
  43. data/docs/Fox/FXColorDialog.html +591 -0
  44. data/docs/Fox/FXColorItem.html +323 -0
  45. data/docs/Fox/FXColorList.html +712 -0
  46. data/docs/Fox/FXColorRing.html +817 -0
  47. data/docs/Fox/FXColorSelector.html +796 -0
  48. data/docs/Fox/FXColorWell.html +850 -0
  49. data/docs/Fox/FXColorWheel.html +770 -0
  50. data/docs/Fox/FXComboBox.html +2939 -0
  51. data/docs/Fox/FXComboTableItem.html +544 -0
  52. data/docs/Fox/FXCommand.html +526 -0
  53. data/docs/Fox/FXComposite.html +433 -0
  54. data/docs/Fox/FXCursor.html +779 -0
  55. data/docs/Fox/FXDC.html +5231 -0
  56. data/docs/Fox/FXDCPrint.html +696 -0
  57. data/docs/Fox/FXDCWindow.html +358 -0
  58. data/docs/Fox/FXDataTarget.html +573 -0
  59. data/docs/Fox/FXDebugTarget.html +305 -0
  60. data/docs/Fox/FXDelegator.html +305 -0
  61. data/docs/Fox/FXDial.html +1133 -0
  62. data/docs/Fox/FXDialogBox.html +413 -0
  63. data/docs/Fox/FXDict.html +1063 -0
  64. data/docs/Fox/FXDirBox.html +752 -0
  65. data/docs/Fox/FXDirDialog.html +914 -0
  66. data/docs/Fox/FXDirItem.html +989 -0
  67. data/docs/Fox/FXDirList.html +1554 -0
  68. data/docs/Fox/FXDirSelector.html +995 -0
  69. data/docs/Fox/FXDockBar.html +1451 -0
  70. data/docs/Fox/FXDockHandler.html +468 -0
  71. data/docs/Fox/FXDockSite.html +678 -0
  72. data/docs/Fox/FXDockTitle.html +606 -0
  73. data/docs/Fox/FXDocument.html +536 -0
  74. data/docs/Fox/FXDragCorner.html +440 -0
  75. data/docs/Fox/FXDrawable.html +478 -0
  76. data/docs/Fox/FXDriveBox.html +746 -0
  77. data/docs/Fox/FXEvent.html +1736 -0
  78. data/docs/Fox/FXExtentd.html +1374 -0
  79. data/docs/Fox/FXExtentf.html +1374 -0
  80. data/docs/Fox/FXFileAssoc.html +850 -0
  81. data/docs/Fox/FXFileDialog.html +2688 -0
  82. data/docs/Fox/FXFileDict.html +1058 -0
  83. data/docs/Fox/FXFileItem.html +1141 -0
  84. data/docs/Fox/FXFileList.html +2259 -0
  85. data/docs/Fox/FXFileSelector.html +2529 -0
  86. data/docs/Fox/FXFileStream.html +503 -0
  87. data/docs/Fox/FXFoldingItem.html +2822 -0
  88. data/docs/Fox/FXFoldingList.html +5189 -0
  89. data/docs/Fox/FXFont.html +2998 -0
  90. data/docs/Fox/FXFontDesc.html +710 -0
  91. data/docs/Fox/FXFontDialog.html +420 -0
  92. data/docs/Fox/FXFontSelector.html +576 -0
  93. data/docs/Fox/FXFrame.html +1012 -0
  94. data/docs/Fox/FXGIFCursor.html +337 -0
  95. data/docs/Fox/FXGIFIcon.html +450 -0
  96. data/docs/Fox/FXGIFImage.html +434 -0
  97. data/docs/Fox/FXGLCanvas.html +700 -0
  98. data/docs/Fox/FXGLCone.html +785 -0
  99. data/docs/Fox/FXGLContext.html +649 -0
  100. data/docs/Fox/FXGLCube.html +703 -0
  101. data/docs/Fox/FXGLCylinder.html +791 -0
  102. data/docs/Fox/FXGLGroup.html +1385 -0
  103. data/docs/Fox/FXGLLine.html +653 -0
  104. data/docs/Fox/FXGLObject.html +759 -0
  105. data/docs/Fox/FXGLPoint.html +561 -0
  106. data/docs/Fox/FXGLShape.html +714 -0
  107. data/docs/Fox/FXGLSphere.html +626 -0
  108. data/docs/Fox/FXGLViewer.html +3506 -0
  109. data/docs/Fox/FXGLVisual.html +2147 -0
  110. data/docs/Fox/FXGradient.html +562 -0
  111. data/docs/Fox/FXGradientBar.html +2479 -0
  112. data/docs/Fox/FXGroupBox.html +688 -0
  113. data/docs/Fox/FXHeader.html +3040 -0
  114. data/docs/Fox/FXHeaderItem.html +1353 -0
  115. data/docs/Fox/FXHiliteStyle.html +804 -0
  116. data/docs/Fox/FXHorizontalFrame.html +359 -0
  117. data/docs/Fox/FXHorizontalSeparator.html +349 -0
  118. data/docs/Fox/FXICOIcon.html +450 -0
  119. data/docs/Fox/FXICOImage.html +434 -0
  120. data/docs/Fox/FXIcon.html +384 -0
  121. data/docs/Fox/FXIconDict.html +752 -0
  122. data/docs/Fox/FXIconItem.html +1518 -0
  123. data/docs/Fox/FXIconList.html +4676 -0
  124. data/docs/Fox/FXIconSource.html +963 -0
  125. data/docs/Fox/FXId.html +712 -0
  126. data/docs/Fox/FXImage.html +2328 -0
  127. data/docs/Fox/FXImageFrame.html +489 -0
  128. data/docs/Fox/FXImageView.html +504 -0
  129. data/docs/Fox/FXInputDialog.html +894 -0
  130. data/docs/Fox/FXIrb.html +942 -0
  131. data/docs/Fox/FXJPGIcon.html +607 -0
  132. data/docs/Fox/FXJPGImage.html +591 -0
  133. data/docs/Fox/FXKnob.html +1048 -0
  134. data/docs/Fox/FXLabel.html +1013 -0
  135. data/docs/Fox/FXLight.html +920 -0
  136. data/docs/Fox/FXList.html +3717 -0
  137. data/docs/Fox/FXListBox.html +2518 -0
  138. data/docs/Fox/FXListItem.html +1459 -0
  139. data/docs/Fox/FXMDIChild.html +2175 -0
  140. data/docs/Fox/FXMDIClient.html +781 -0
  141. data/docs/Fox/FXMDIDeleteButton.html +334 -0
  142. data/docs/Fox/FXMDIMaximizeButton.html +334 -0
  143. data/docs/Fox/FXMDIMenu.html +335 -0
  144. data/docs/Fox/FXMDIMinimizeButton.html +334 -0
  145. data/docs/Fox/FXMDIRestoreButton.html +334 -0
  146. data/docs/Fox/FXMDIWindowButton.html +334 -0
  147. data/docs/Fox/FXMainWindow.html +337 -0
  148. data/docs/Fox/FXMaterial.html +570 -0
  149. data/docs/Fox/FXMatrix.html +734 -0
  150. data/docs/Fox/FXMemoryBuffer.html +472 -0
  151. data/docs/Fox/FXMemoryStream.html +632 -0
  152. data/docs/Fox/FXMenuBar.html +347 -0
  153. data/docs/Fox/FXMenuButton.html +829 -0
  154. data/docs/Fox/FXMenuCaption.html +1080 -0
  155. data/docs/Fox/FXMenuCascade.html +388 -0
  156. data/docs/Fox/FXMenuCheck.html +721 -0
  157. data/docs/Fox/FXMenuCommand.html +400 -0
  158. data/docs/Fox/FXMenuPane.html +333 -0
  159. data/docs/Fox/FXMenuRadio.html +721 -0
  160. data/docs/Fox/FXMenuSeparator.html +440 -0
  161. data/docs/Fox/FXMenuTitle.html +405 -0
  162. data/docs/Fox/FXMessageBox.html +658 -0
  163. data/docs/Fox/FXObject.html +545 -0
  164. data/docs/Fox/FXOption.html +491 -0
  165. data/docs/Fox/FXOptionMenu.html +885 -0
  166. data/docs/Fox/FXPCXIcon.html +450 -0
  167. data/docs/Fox/FXPCXImage.html +434 -0
  168. data/docs/Fox/FXPNGIcon.html +524 -0
  169. data/docs/Fox/FXPNGImage.html +508 -0
  170. data/docs/Fox/FXPPMIcon.html +450 -0
  171. data/docs/Fox/FXPPMImage.html +373 -0
  172. data/docs/Fox/FXPSBounds.html +500 -0
  173. data/docs/Fox/FXPacker.html +1229 -0
  174. data/docs/Fox/FXPicker.html +345 -0
  175. data/docs/Fox/FXPopup.html +1099 -0
  176. data/docs/Fox/FXPrintDialog.html +485 -0
  177. data/docs/Fox/FXPrinter.html +1330 -0
  178. data/docs/Fox/FXProgressBar.html +1150 -0
  179. data/docs/Fox/FXProgressDialog.html +715 -0
  180. data/docs/Fox/FXPseudoKeyboard.html +428 -0
  181. data/docs/Fox/FXPseudoMouse.html +800 -0
  182. data/docs/Fox/FXPseudoTarget.html +472 -0
  183. data/docs/Fox/FXQuatd.html +1377 -0
  184. data/docs/Fox/FXQuatf.html +1392 -0
  185. data/docs/Fox/FXRGBIcon.html +450 -0
  186. data/docs/Fox/FXRGBImage.html +434 -0
  187. data/docs/Fox/FXRadioButton.html +885 -0
  188. data/docs/Fox/FXRanged.html +1522 -0
  189. data/docs/Fox/FXRangef.html +1522 -0
  190. data/docs/Fox/FXRealSlider.html +1187 -0
  191. data/docs/Fox/FXRealSpinner.html +2175 -0
  192. data/docs/Fox/FXRecentFiles.html +841 -0
  193. data/docs/Fox/FXRectangle.html +802 -0
  194. data/docs/Fox/FXRegion.html +841 -0
  195. data/docs/Fox/FXRegistry.html +682 -0
  196. data/docs/Fox/FXReplaceDialog.html +648 -0
  197. data/docs/Fox/FXRootWindow.html +312 -0
  198. data/docs/Fox/FXRuler.html +2000 -0
  199. data/docs/Fox/FXRulerView.html +3997 -0
  200. data/docs/Fox/FXScintilla.html +49117 -0
  201. data/docs/Fox/FXScrollArea.html +1363 -0
  202. data/docs/Fox/FXScrollBar.html +1019 -0
  203. data/docs/Fox/FXScrollCorner.html +290 -0
  204. data/docs/Fox/FXScrollPane.html +499 -0
  205. data/docs/Fox/FXScrollWindow.html +409 -0
  206. data/docs/Fox/FXSearchDialog.html +382 -0
  207. data/docs/Fox/FXSegment.html +422 -0
  208. data/docs/Fox/FXSeparator.html +402 -0
  209. data/docs/Fox/FXSettings.html +1861 -0
  210. data/docs/Fox/FXShell.html +233 -0
  211. data/docs/Fox/FXShutter.html +472 -0
  212. data/docs/Fox/FXShutterItem.html +669 -0
  213. data/docs/Fox/FXSize.html +592 -0
  214. data/docs/Fox/FXSlider.html +1129 -0
  215. data/docs/Fox/FXSphered.html +906 -0
  216. data/docs/Fox/FXSpheref.html +906 -0
  217. data/docs/Fox/FXSpinner.html +2102 -0
  218. data/docs/Fox/FXSplashScreen.html +497 -0
  219. data/docs/Fox/FXSplashWindow.html +494 -0
  220. data/docs/Fox/FXSplitter.html +643 -0
  221. data/docs/Fox/FXSpring.html +517 -0
  222. data/docs/Fox/FXStatusBar.html +593 -0
  223. data/docs/Fox/FXStatusLine.html +754 -0
  224. data/docs/Fox/FXStream.html +1372 -0
  225. data/docs/Fox/FXStreamAllocError.html +148 -0
  226. data/docs/Fox/FXStreamEndError.html +148 -0
  227. data/docs/Fox/FXStreamError.html +259 -0
  228. data/docs/Fox/FXStreamFailureError.html +148 -0
  229. data/docs/Fox/FXStreamFormatError.html +148 -0
  230. data/docs/Fox/FXStreamFullError.html +148 -0
  231. data/docs/Fox/FXStreamNoReadError.html +148 -0
  232. data/docs/Fox/FXStreamNoWriteError.html +148 -0
  233. data/docs/Fox/FXStreamUnknownError.html +148 -0
  234. data/docs/Fox/FXStringDict.html +552 -0
  235. data/docs/Fox/FXSwitcher.html +619 -0
  236. data/docs/Fox/FXTGAIcon.html +450 -0
  237. data/docs/Fox/FXTGAImage.html +434 -0
  238. data/docs/Fox/FXTIFIcon.html +604 -0
  239. data/docs/Fox/FXTIFImage.html +588 -0
  240. data/docs/Fox/FXTabBar.html +644 -0
  241. data/docs/Fox/FXTabBook.html +373 -0
  242. data/docs/Fox/FXTabItem.html +478 -0
  243. data/docs/Fox/FXTable.html +10107 -0
  244. data/docs/Fox/FXTableItem.html +2195 -0
  245. data/docs/Fox/FXTablePos.html +360 -0
  246. data/docs/Fox/FXTableRange.html +360 -0
  247. data/docs/Fox/FXText.html +6870 -0
  248. data/docs/Fox/FXTextChange.html +492 -0
  249. data/docs/Fox/FXTextField.html +2016 -0
  250. data/docs/Fox/FXToggleButton.html +844 -0
  251. data/docs/Fox/FXToolBar.html +452 -0
  252. data/docs/Fox/FXToolBarGrip.html +584 -0
  253. data/docs/Fox/FXToolBarShell.html +788 -0
  254. data/docs/Fox/FXToolBarTab.html +729 -0
  255. data/docs/Fox/FXToolTip.html +761 -0
  256. data/docs/Fox/FXTopWindow.html +1716 -0
  257. data/docs/Fox/FXTranslator.html +481 -0
  258. data/docs/Fox/FXTreeItem.html +2813 -0
  259. data/docs/Fox/FXTreeList.html +5095 -0
  260. data/docs/Fox/FXTreeListBox.html +3080 -0
  261. data/docs/Fox/FXTriStateButton.html +681 -0
  262. data/docs/Fox/FXUndoList.html +2560 -0
  263. data/docs/Fox/FXVec2d.html +1450 -0
  264. data/docs/Fox/FXVec2f.html +1442 -0
  265. data/docs/Fox/FXVec3d.html +1649 -0
  266. data/docs/Fox/FXVec3f.html +1649 -0
  267. data/docs/Fox/FXVec4d.html +1858 -0
  268. data/docs/Fox/FXVec4f.html +1858 -0
  269. data/docs/Fox/FXVerticalFrame.html +359 -0
  270. data/docs/Fox/FXVerticalSeparator.html +349 -0
  271. data/docs/Fox/FXViewport.html +780 -0
  272. data/docs/Fox/FXVisual.html +1023 -0
  273. data/docs/Fox/FXWindow.html +9948 -0
  274. data/docs/Fox/FXWizard.html +1052 -0
  275. data/docs/Fox/FXXBMIcon.html +453 -0
  276. data/docs/Fox/FXXBMImage.html +437 -0
  277. data/docs/Fox/FXXPMIcon.html +450 -0
  278. data/docs/Fox/FXXPMImage.html +434 -0
  279. data/docs/Fox/NotifyHeader.html +286 -0
  280. data/docs/Fox/SCNotification.html +1438 -0
  281. data/docs/Fox/TextRange.html +281 -0
  282. data/docs/IRB.html +204 -0
  283. data/docs/Responder.html +693 -0
  284. data/docs/Responder2.html +225 -0
  285. data/docs/_index.html +2101 -0
  286. data/docs/class_list.html +51 -0
  287. data/docs/css/common.css +1 -0
  288. data/docs/css/full_list.css +58 -0
  289. data/docs/css/style.css +496 -0
  290. data/docs/file.History.html +869 -0
  291. data/docs/file.README.html +104 -0
  292. data/docs/file_list.html +66 -0
  293. data/docs/frames.html +17 -0
  294. data/docs/index.html +614 -0
  295. data/docs/js/app.js +314 -0
  296. data/docs/js/full_list.js +216 -0
  297. data/docs/js/jquery.js +4 -0
  298. data/docs/method_list.html +31043 -0
  299. data/docs/top-level-namespace.html +214 -0
  300. data/examples/canvasdemo.rb +5 -1
  301. data/examples/gltest.rb +162 -106
  302. data/examples/glviewer.rb +12 -8
  303. data/ext/fox16_c/extconf.rb +1 -1
  304. data/fxruby.gemspec +1 -1
  305. data/lib/fox16/canvas.rb +76 -45
  306. data/lib/fox16/glgroup.rb +5 -5
  307. data/lib/fox16/glshapes.rb +111 -99
  308. data/lib/fox16/version.rb +1 -1
  309. metadata +298 -4
@@ -0,0 +1,104 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ File: README
8
+
9
+ &mdash; FXRuby API Documentation
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="css/style.css" type="text/css" />
14
+
15
+ <link rel="stylesheet" href="css/common.css" type="text/css" />
16
+
17
+ <script type="text/javascript">
18
+ pathId = "README";
19
+ relpath = '';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="file_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="_index.html">Index</a> &raquo;
40
+ <span class="title">File: README</span>
41
+
42
+ </div>
43
+
44
+ <div id="search">
45
+
46
+ <a class="full_list_link" id="class_list_link"
47
+ href="class_list.html">
48
+
49
+ <svg width="24" height="24">
50
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
51
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
52
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
53
+ </svg>
54
+ </a>
55
+
56
+ </div>
57
+ <div class="clear"></div>
58
+ </div>
59
+
60
+ <div id="content"><div id='filecontents'>
61
+ <h1 id="label-Introduction">Introduction</h1>
62
+
63
+ <p><strong>This is the RDoc-generated API documentation for FXRuby version 1.6.</strong> If you have some constructive comments about the content, format or presentation, please do send those to me (at <a href="mailto:lyle@rubyforge.org">lyle@rubyforge.org</a>).</p>
64
+
65
+ <h1 id="label-Page+layout">Page layout</h1>
66
+
67
+ <p>The page layout is roughly the same for every class. The page begins with a brief description of the class and is then followed by one or more of the following sections:</p>
68
+ <dl class="rdoc-list label-list"><dt><strong>Attributes</strong>
69
+ <dd>
70
+ <p>This section lists the names of all the attributes for this widget. As with all Ruby object “attributes”, these are actually just the names of instance methods for the class, but it is nevertheless natural to think of these as attributes (or <em>properties</em>) of the widget. Most attributes are both readable and writeable, but some are only read-only, so be sure to check the attributes listing within the main class documentation section to be sure.</p>
71
+ </dd><dt><strong>Events</strong>
72
+ <dd>
73
+ <p>This section lists the types for all of the messages that this widget might send to its message target, and the circumstances under which those messages are sent. When it&#39;s important, the message data associated with that event is also described.</p>
74
+ </dd><dt><strong>Options</strong>
75
+ <dd>
76
+ <p>Most widgets have one or more options that affect their appearance or behavior. These options can be passed into the class&#39;s <em>new</em> method when the object is first instantiated. They can usually also be changed after the object exists via some object-specific accessor method. For example, the options for an FXButton can be get or set via the FXButton#buttonStyle accessor methods.</p>
77
+ </dd></dl>
78
+
79
+ <h1 id="label-Where-27s+the+code-3F">Where&#39;s the code?</h1>
80
+
81
+ <p>One difference you may notice from documentation generated for other Ruby extensions is that there&#39;s no source code attached to the instance methods when you click on them (i.e. they will appear to be empty method definitions). That&#39;s because most of these functions are in fact implemented in C++ code (since FXRuby is itself a C++ extension to Ruby).</p>
82
+
83
+ <h1 id="label-TODO">TODO</h1>
84
+
85
+ <p>A few notes and suggestions from Hugh Sasse:</p>
86
+ <ul><li>
87
+ <p>It may help to add information about what happens when block_given?() is true or false, i.e. does this affect the return value for a method?</p>
88
+ </li><li>
89
+ <p>In lieu of (or in addition) to short code examples embedded in the API documentation, links to examples that are shipped with FXRuby might be good.</p>
90
+ </li></ul>
91
+ <hr>
92
+
93
+ <p>The HTML pages for this documentation were generated using RDoc (<a href="http://rdoc.sourceforge.net">rdoc.sourceforge.net</a>).</p>
94
+ </div></div>
95
+
96
+ <div id="footer">
97
+ Generated on Fri Nov 27 21:10:33 2020 by
98
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
99
+ 0.9.24 (ruby-2.7.2).
100
+ </div>
101
+
102
+ </div>
103
+ </body>
104
+ </html>
@@ -0,0 +1,66 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
+ <meta charset="utf-8" />
6
+
7
+ <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" />
8
+
9
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" />
10
+
11
+
12
+
13
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
16
+
17
+
18
+ <title>File List</title>
19
+ <base id="base_target" target="_parent" />
20
+ </head>
21
+ <body>
22
+ <div id="content">
23
+ <div class="fixed_header">
24
+ <h1 id="full_list_header">File List</h1>
25
+ <div id="full_list_nav">
26
+
27
+ <span><a target="_self" href="class_list.html">
28
+ Classes
29
+ </a></span>
30
+
31
+ <span><a target="_self" href="method_list.html">
32
+ Methods
33
+ </a></span>
34
+
35
+ <span><a target="_self" href="file_list.html">
36
+ Files
37
+ </a></span>
38
+
39
+ </div>
40
+
41
+ <div id="search">Search: <input type="text" /></div>
42
+ </div>
43
+
44
+ <ul id="full_list" class="file">
45
+
46
+
47
+ <li id="object_README" class="odd">
48
+ <div class="item"><span class="object_link"><a href="index.html" title="README">README</a></span></div>
49
+ </li>
50
+
51
+
52
+ <li id="object_History" class="even">
53
+ <div class="item"><span class="object_link"><a href="file.History.html" title="History">History</a></span></div>
54
+ </li>
55
+
56
+
57
+ <li id="object_README" class="odd">
58
+ <div class="item"><span class="object_link"><a href="file.README.html" title="README">README</a></span></div>
59
+ </li>
60
+
61
+
62
+
63
+ </ul>
64
+ </div>
65
+ </body>
66
+ </html>
@@ -0,0 +1,17 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>FXRuby API Documentation</title>
6
+ </head>
7
+ <script type="text/javascript">
8
+ var match = unescape(window.location.hash).match(/^#!(.+)/);
9
+ var name = match ? match[1] : 'index.html';
10
+ name = name.replace(/^(\w+):\/\//, '').replace(/^\/\//, '');
11
+ window.top.location = name;
12
+ </script>
13
+ <noscript>
14
+ <h1>Oops!</h1>
15
+ <h2>YARD requires JavaScript!</h2>
16
+ </noscript>
17
+ </html>
@@ -0,0 +1,614 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ File: README
8
+
9
+ &mdash; FXRuby API Documentation
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="css/style.css" type="text/css" />
14
+
15
+ <link rel="stylesheet" href="css/common.css" type="text/css" />
16
+
17
+ <script type="text/javascript">
18
+ pathId = "README";
19
+ relpath = '';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="_index.html">Index</a> &raquo;
40
+ <span class="title">File: README</span>
41
+
42
+ </div>
43
+
44
+ <div id="search">
45
+
46
+ <a class="full_list_link" id="class_list_link"
47
+ href="class_list.html">
48
+
49
+ <svg width="24" height="24">
50
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
51
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
52
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
53
+ </svg>
54
+ </a>
55
+
56
+ </div>
57
+ <div class="clear"></div>
58
+ </div>
59
+
60
+ <div id="content"><div id='filecontents'>
61
+ <h1 id="label-FXRuby">FXRuby</h1>
62
+ <ul><li>
63
+ <p><a href="http://github.com/larskanis/fxruby">github.com/larskanis/fxruby</a></p>
64
+ </li><li>
65
+ <p>Full API-description: <a href="http://rubydoc.info/gems/fxruby/frames">rubydoc.info/gems/fxruby/frames</a> or <a href="https://larskanis.github.io/fxruby">larskanis.github.io/fxruby</a>/</p>
66
+ </li><li>
67
+ <p>Latest fxruby <a href="http://badge.fury.io/rb/fxruby"><img src="https://badge.fury.io/rb/fxruby.svg" alt="Gem Version" /></a></p>
68
+ </li><li>
69
+ <p>Status on Linux: <a href="https://travis-ci.com/larskanis/fxruby"><img src="https://travis-ci.com/larskanis/fxruby.svg?branch=1.6" alt="Build Status on Linux" /></a> on Windows: <a href="https://ci.appveyor.com/project/larskanis/fxruby/branch/1.6"><img src="https://ci.appveyor.com/api/projects/status/too7sj4gq643ts8w/branch/1.6?svg=true" alt="Build Status on Windows" /></a></p>
70
+ </li></ul>
71
+
72
+ <h2 id="label-DESCRIPTION-3A">DESCRIPTION:</h2>
73
+
74
+ <p>FXRuby is a library for developing powerful and sophisticated cross-platform graphical user interfaces (GUIs) for your Ruby applications. It’s based on the FOX Toolkit, a popular open source C++ library developed by Jeroen van der Zijp. What that means for you as an application developer is that you’re able to write code in the Ruby programming language that you already know and love, while at the same time taking advantage of the performance and functionality of a featureful, highly optimized C++ toolkit.</p>
75
+
76
+ <h2 id="label-FEATURES-3A">FEATURES:</h2>
77
+
78
+ <p>FXRuby supportes everything of FOX, that is useful in Ruby:</p>
79
+ <ul><li>
80
+ <p>MDI/SDI application window layouts, floating toolbars</p>
81
+ </li><li>
82
+ <p>Rich set of controls (tables, imagelists, menus, canvas, …)</p>
83
+ </li><li>
84
+ <p>Flexible layout management</p>
85
+ </li><li>
86
+ <p>Image read/write support in many formats</p>
87
+ </li><li>
88
+ <p>Embedded OpenGL graphics through the <a href="https://github.com/vaiorabbit/ruby-opengl">opengl-bindings</a> gem</p>
89
+ </li><li>
90
+ <p>Thread support</p>
91
+ </li></ul>
92
+
93
+ <h2 id="label-INSTALL-3A">INSTALL:</h2>
94
+
95
+ <p>FXRuby runs on Linux, Windows and OS-X with Ruby-2.2 or newer. Installation on Unix requires FOX development headers and libraries installed:</p>
96
+ <ul><li>
97
+ <p>on Debian/Ubuntu: <code>sudo apt-get install g++ libxrandr-dev libfox-1.6-dev</code></p>
98
+ </li><li>
99
+ <p>see also detailed installation instructions in the <a href="https://github.com/lylejohnson/fxruby/wiki">Wiki</a></p>
100
+ </li><li>
101
+ <p>on Windows: the binary fxruby gems already contain all required libararies</p>
102
+ </li></ul>
103
+
104
+ <p>Then, install the gem:</p>
105
+ <ul><li>
106
+ <p>gem install fxruby</p>
107
+ </li></ul>
108
+
109
+ <h2 id="label-DIRECTORIES">DIRECTORIES</h2>
110
+
111
+ <p>The directory structure is:</p>
112
+ <ul><li>
113
+ <p>examples/</p>
114
+
115
+ <p>Contains example programs demonstrating how to use FXRuby and its many wonderful features.</p>
116
+ </li><li>
117
+ <p>ext/fox16_c</p>
118
+
119
+ <p>Contains the C++ source code for the shared library part of FXRuby. These files are required to build FXRuby from the source code.</p>
120
+ </li><li>
121
+ <p>lib/fox16</p>
122
+
123
+ <p>Contains the Ruby source code for the rest of FXRuby. These files are not required to “build” FXRuby, but they are a part of the standard FXRuby runtime environment and must be installed along with the shared library part.</p>
124
+ </li><li>
125
+ <p>tests/</p>
126
+
127
+ <p>Contains a test battery for FXRuby.</p>
128
+ </li></ul>
129
+
130
+ <p>If you&#39;re looking at a checkout of the source code from its GIT repository, you might see some additional directories of interest:</p>
131
+ <ul><li>
132
+ <p>fox-includes/</p>
133
+
134
+ <p>An archive of the FOX library header files corresponding to this release of FXRuby.</p>
135
+ </li><li>
136
+ <p>rdoc-sources/</p>
137
+
138
+ <p>A set of “fake” Ruby source files for the various FXRuby classes, which are used to generate RDoc-style documentation.</p>
139
+ </li><li>
140
+ <p>swig-interfaces/</p>
141
+
142
+ <p>The SWIG interface files used to generate the C++ wrapper code (i.e. the code found in the ext/fox directory).</p>
143
+ </li></ul>
144
+
145
+ <h2 id="label-LICENSE">LICENSE</h2>
146
+
147
+ <pre class="code ruby"><code class="ruby"> GNU LESSER GENERAL PUBLIC LICENSE
148
+ Version 2.1, February 1999
149
+
150
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
151
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
152
+ Everyone is permitted to copy and distribute verbatim copies
153
+ of this license document, but changing it is not allowed.
154
+
155
+ [This is the first released version of the Lesser GPL. It also counts
156
+ as the successor of the GNU Library Public License, version 2, hence
157
+ the version number 2.1.]
158
+
159
+ Preamble
160
+
161
+ The licenses for most software are designed to take away your
162
+ freedom to share and change it. By contrast, the GNU General Public
163
+ Licenses are intended to guarantee your freedom to share and change
164
+ free software--to make sure the software is free for all its users.
165
+
166
+ This license, the Lesser General Public License, applies to some
167
+ specially designated software packages--typically libraries--of the
168
+ Free Software Foundation and other authors who decide to use it. You
169
+ can use it too, but we suggest you first think carefully about whether
170
+ this license or the ordinary General Public License is the better
171
+ strategy to use in any particular case, based on the explanations below.
172
+
173
+ When we speak of free software, we are referring to freedom of use,
174
+ not price. Our General Public Licenses are designed to make sure that
175
+ you have the freedom to distribute copies of free software (and charge
176
+ for this service if you wish); that you receive source code or can get
177
+ it if you want it; that you can change the software and use pieces of
178
+ it in new free programs; and that you are informed that you can do
179
+ these things.
180
+
181
+ To protect your rights, we need to make restrictions that forbid
182
+ distributors to deny you these rights or to ask you to surrender these
183
+ rights. These restrictions translate to certain responsibilities for
184
+ you if you distribute copies of the library or if you modify it.
185
+
186
+ For example, if you distribute copies of the library, whether gratis
187
+ or for a fee, you must give the recipients all the rights that we gave
188
+ you. You must make sure that they, too, receive or can get the source
189
+ code. If you link other code with the library, you must provide
190
+ complete object files to the recipients, so that they can relink them
191
+ with the library after making changes to the library and recompiling
192
+ it. And you must show them these terms so they know their rights.
193
+
194
+ We protect your rights with a two-step method: (1) we copyright the
195
+ library, and (2) we offer you this license, which gives you legal
196
+ permission to copy, distribute and/or modify the library.
197
+
198
+ To protect each distributor, we want to make it very clear that
199
+ there is no warranty for the free library. Also, if the library is
200
+ modified by someone else and passed on, the recipients should know
201
+ that what they have is not the original version, so that the original
202
+ author&#39;s reputation will not be affected by problems that might be
203
+ introduced by others.
204
+
205
+ Finally, software patents pose a constant threat to the existence of
206
+ any free program. We wish to make sure that a company cannot
207
+ effectively restrict the users of a free program by obtaining a
208
+ restrictive license from a patent holder. Therefore, we insist that
209
+ any patent license obtained for a version of the library must be
210
+ consistent with the full freedom of use specified in this license.
211
+
212
+ Most GNU software, including some libraries, is covered by the
213
+ ordinary GNU General Public License. This license, the GNU Lesser
214
+ General Public License, applies to certain designated libraries, and
215
+ is quite different from the ordinary General Public License. We use
216
+ this license for certain libraries in order to permit linking those
217
+ libraries into non-free programs.
218
+
219
+ When a program is linked with a library, whether statically or using
220
+ a shared library, the combination of the two is legally speaking a
221
+ combined work, a derivative of the original library. The ordinary
222
+ General Public License therefore permits such linking only if the
223
+ entire combination fits its criteria of freedom. The Lesser General
224
+ Public License permits more lax criteria for linking other code with
225
+ the library.
226
+
227
+ We call this license the &quot;Lesser&quot; General Public License because it
228
+ does Less to protect the user&#39;s freedom than the ordinary General
229
+ Public License. It also provides other free software developers Less
230
+ of an advantage over competing non-free programs. These disadvantages
231
+ are the reason we use the ordinary General Public License for many
232
+ libraries. However, the Lesser license provides advantages in certain
233
+ special circumstances.
234
+
235
+ For example, on rare occasions, there may be a special need to
236
+ encourage the widest possible use of a certain library, so that it becomes
237
+ a de-facto standard. To achieve this, non-free programs must be
238
+ allowed to use the library. A more frequent case is that a free
239
+ library does the same job as widely used non-free libraries. In this
240
+ case, there is little to gain by limiting the free library to free
241
+ software only, so we use the Lesser General Public License.
242
+
243
+ In other cases, permission to use a particular library in non-free
244
+ programs enables a greater number of people to use a large body of
245
+ free software. For example, permission to use the GNU C Library in
246
+ non-free programs enables many more people to use the whole GNU
247
+ operating system, as well as its variant, the GNU/Linux operating
248
+ system.
249
+
250
+ Although the Lesser General Public License is Less protective of the
251
+ users&#39; freedom, it does ensure that the user of a program that is
252
+ linked with the Library has the freedom and the wherewithal to run
253
+ that program using a modified version of the Library.
254
+
255
+ The precise terms and conditions for copying, distribution and
256
+ modification follow. Pay close attention to the difference between a
257
+ &quot;work based on the library&quot; and a &quot;work that uses the library&quot;. The
258
+ former contains code derived from the library, whereas the latter must
259
+ be combined with the library in order to run.
260
+
261
+ GNU LESSER GENERAL PUBLIC LICENSE
262
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
263
+
264
+ 0. This License Agreement applies to any software library or other
265
+ program which contains a notice placed by the copyright holder or
266
+ other authorized party saying it may be distributed under the terms of
267
+ this Lesser General Public License (also called &quot;this License&quot;).
268
+ Each licensee is addressed as &quot;you&quot;.
269
+
270
+ A &quot;library&quot; means a collection of software functions and/or data
271
+ prepared so as to be conveniently linked with application programs
272
+ (which use some of those functions and data) to form executables.
273
+
274
+ The &quot;Library&quot;, below, refers to any such software library or work
275
+ which has been distributed under these terms. A &quot;work based on the
276
+ Library&quot; means either the Library or any derivative work under
277
+ copyright law: that is to say, a work containing the Library or a
278
+ portion of it, either verbatim or with modifications and/or translated
279
+ straightforwardly into another language. (Hereinafter, translation is
280
+ included without limitation in the term &quot;modification&quot;.)
281
+
282
+ &quot;Source code&quot; for a work means the preferred form of the work for
283
+ making modifications to it. For a library, complete source code means
284
+ all the source code for all modules it contains, plus any associated
285
+ interface definition files, plus the scripts used to control compilation
286
+ and installation of the library.
287
+
288
+ Activities other than copying, distribution and modification are not
289
+ covered by this License; they are outside its scope. The act of
290
+ running a program using the Library is not restricted, and output from
291
+ such a program is covered only if its contents constitute a work based
292
+ on the Library (independent of the use of the Library in a tool for
293
+ writing it). Whether that is true depends on what the Library does
294
+ and what the program that uses the Library does.
295
+
296
+ 1. You may copy and distribute verbatim copies of the Library&#39;s
297
+ complete source code as you receive it, in any medium, provided that
298
+ you conspicuously and appropriately publish on each copy an
299
+ appropriate copyright notice and disclaimer of warranty; keep intact
300
+ all the notices that refer to this License and to the absence of any
301
+ warranty; and distribute a copy of this License along with the
302
+ Library.
303
+
304
+ You may charge a fee for the physical act of transferring a copy,
305
+ and you may at your option offer warranty protection in exchange for a
306
+ fee.
307
+
308
+ 2. You may modify your copy or copies of the Library or any portion
309
+ of it, thus forming a work based on the Library, and copy and
310
+ distribute such modifications or work under the terms of Section 1
311
+ above, provided that you also meet all of these conditions:
312
+
313
+ a) The modified work must itself be a software library.
314
+
315
+ b) You must cause the files modified to carry prominent notices
316
+ stating that you changed the files and the date of any change.
317
+
318
+ c) You must cause the whole of the work to be licensed at no
319
+ charge to all third parties under the terms of this License.
320
+
321
+ d) If a facility in the modified Library refers to a function or a
322
+ table of data to be supplied by an application program that uses
323
+ the facility, other than as an argument passed when the facility
324
+ is invoked, then you must make a good faith effort to ensure that,
325
+ in the event an application does not supply such function or
326
+ table, the facility still operates, and performs whatever part of
327
+ its purpose remains meaningful.
328
+
329
+ (For example, a function in a library to compute square roots has
330
+ a purpose that is entirely well-defined independent of the
331
+ application. Therefore, Subsection 2d requires that any
332
+ application-supplied function or table used by this function must
333
+ be optional: if the application does not supply it, the square
334
+ root function must still compute square roots.)
335
+
336
+ These requirements apply to the modified work as a whole. If
337
+ identifiable sections of that work are not derived from the Library,
338
+ and can be reasonably considered independent and separate works in
339
+ themselves, then this License, and its terms, do not apply to those
340
+ sections when you distribute them as separate works. But when you
341
+ distribute the same sections as part of a whole which is a work based
342
+ on the Library, the distribution of the whole must be on the terms of
343
+ this License, whose permissions for other licensees extend to the
344
+ entire whole, and thus to each and every part regardless of who wrote
345
+ it.
346
+
347
+ Thus, it is not the intent of this section to claim rights or contest
348
+ your rights to work written entirely by you; rather, the intent is to
349
+ exercise the right to control the distribution of derivative or
350
+ collective works based on the Library.
351
+
352
+ In addition, mere aggregation of another work not based on the Library
353
+ with the Library (or with a work based on the Library) on a volume of
354
+ a storage or distribution medium does not bring the other work under
355
+ the scope of this License.
356
+
357
+ 3. You may opt to apply the terms of the ordinary GNU General Public
358
+ License instead of this License to a given copy of the Library. To do
359
+ this, you must alter all the notices that refer to this License, so
360
+ that they refer to the ordinary GNU General Public License, version 2,
361
+ instead of to this License. (If a newer version than version 2 of the
362
+ ordinary GNU General Public License has appeared, then you can specify
363
+ that version instead if you wish.) Do not make any other change in
364
+ these notices.
365
+
366
+ Once this change is made in a given copy, it is irreversible for
367
+ that copy, so the ordinary GNU General Public License applies to all
368
+ subsequent copies and derivative works made from that copy.
369
+
370
+ This option is useful when you wish to copy part of the code of
371
+ the Library into a program that is not a library.
372
+
373
+ 4. You may copy and distribute the Library (or a portion or
374
+ derivative of it, under Section 2) in object code or executable form
375
+ under the terms of Sections 1 and 2 above provided that you accompany
376
+ it with the complete corresponding machine-readable source code, which
377
+ must be distributed under the terms of Sections 1 and 2 above on a
378
+ medium customarily used for software interchange.
379
+
380
+ If distribution of object code is made by offering access to copy
381
+ from a designated place, then offering equivalent access to copy the
382
+ source code from the same place satisfies the requirement to
383
+ distribute the source code, even though third parties are not
384
+ compelled to copy the source along with the object code.
385
+
386
+ 5. A program that contains no derivative of any portion of the
387
+ Library, but is designed to work with the Library by being compiled or
388
+ linked with it, is called a &quot;work that uses the Library&quot;. Such a
389
+ work, in isolation, is not a derivative work of the Library, and
390
+ therefore falls outside the scope of this License.
391
+
392
+ However, linking a &quot;work that uses the Library&quot; with the Library
393
+ creates an executable that is a derivative of the Library (because it
394
+ contains portions of the Library), rather than a &quot;work that uses the
395
+ library&quot;. The executable is therefore covered by this License.
396
+ Section 6 states terms for distribution of such executables.
397
+
398
+ When a &quot;work that uses the Library&quot; uses material from a header file
399
+ that is part of the Library, the object code for the work may be a
400
+ derivative work of the Library even though the source code is not.
401
+ Whether this is true is especially significant if the work can be
402
+ linked without the Library, or if the work is itself a library. The
403
+ threshold for this to be true is not precisely defined by law.
404
+
405
+ If such an object file uses only numerical parameters, data
406
+ structure layouts and accessors, and small macros and small inline
407
+ functions (ten lines or less in length), then the use of the object
408
+ file is unrestricted, regardless of whether it is legally a derivative
409
+ work. (Executables containing this object code plus portions of the
410
+ Library will still fall under Section 6.)
411
+
412
+ Otherwise, if the work is a derivative of the Library, you may
413
+ distribute the object code for the work under the terms of Section 6.
414
+ Any executables containing that work also fall under Section 6,
415
+ whether or not they are linked directly with the Library itself.
416
+
417
+ 6. As an exception to the Sections above, you may also combine or
418
+ link a &quot;work that uses the Library&quot; with the Library to produce a
419
+ work containing portions of the Library, and distribute that work
420
+ under terms of your choice, provided that the terms permit
421
+ modification of the work for the customer&#39;s own use and reverse
422
+ engineering for debugging such modifications.
423
+
424
+ You must give prominent notice with each copy of the work that the
425
+ Library is used in it and that the Library and its use are covered by
426
+ this License. You must supply a copy of this License. If the work
427
+ during execution displays copyright notices, you must include the
428
+ copyright notice for the Library among them, as well as a reference
429
+ directing the user to the copy of this License. Also, you must do one
430
+ of these things:
431
+
432
+ a) Accompany the work with the complete corresponding
433
+ machine-readable source code for the Library including whatever
434
+ changes were used in the work (which must be distributed under
435
+ Sections 1 and 2 above); and, if the work is an executable linked
436
+ with the Library, with the complete machine-readable &quot;work that
437
+ uses the Library&quot;, as object code and/or source code, so that the
438
+ user can modify the Library and then relink to produce a modified
439
+ executable containing the modified Library. (It is understood
440
+ that the user who changes the contents of definitions files in the
441
+ Library will not necessarily be able to recompile the application
442
+ to use the modified definitions.)
443
+
444
+ b) Use a suitable shared library mechanism for linking with the
445
+ Library. A suitable mechanism is one that (1) uses at run time a
446
+ copy of the library already present on the user&#39;s computer system,
447
+ rather than copying library functions into the executable, and (2)
448
+ will operate properly with a modified version of the library, if
449
+ the user installs one, as long as the modified version is
450
+ interface-compatible with the version that the work was made with.
451
+
452
+ c) Accompany the work with a written offer, valid for at
453
+ least three years, to give the same user the materials
454
+ specified in Subsection 6a, above, for a charge no more
455
+ than the cost of performing this distribution.
456
+
457
+ d) If distribution of the work is made by offering access to copy
458
+ from a designated place, offer equivalent access to copy the above
459
+ specified materials from the same place.
460
+
461
+ e) Verify that the user has already received a copy of these
462
+ materials or that you have already sent this user a copy.
463
+
464
+ For an executable, the required form of the &quot;work that uses the
465
+ Library&quot; must include any data and utility programs needed for
466
+ reproducing the executable from it. However, as a special exception,
467
+ the materials to be distributed need not include anything that is
468
+ normally distributed (in either source or binary form) with the major
469
+ components (compiler, kernel, and so on) of the operating system on
470
+ which the executable runs, unless that component itself accompanies
471
+ the executable.
472
+
473
+ It may happen that this requirement contradicts the license
474
+ restrictions of other proprietary libraries that do not normally
475
+ accompany the operating system. Such a contradiction means you cannot
476
+ use both them and the Library together in an executable that you
477
+ distribute.
478
+
479
+ 7. You may place library facilities that are a work based on the
480
+ Library side-by-side in a single library together with other library
481
+ facilities not covered by this License, and distribute such a combined
482
+ library, provided that the separate distribution of the work based on
483
+ the Library and of the other library facilities is otherwise
484
+ permitted, and provided that you do these two things:
485
+
486
+ a) Accompany the combined library with a copy of the same work
487
+ based on the Library, uncombined with any other library
488
+ facilities. This must be distributed under the terms of the
489
+ Sections above.
490
+
491
+ b) Give prominent notice with the combined library of the fact
492
+ that part of it is a work based on the Library, and explaining
493
+ where to find the accompanying uncombined form of the same work.
494
+
495
+ 8. You may not copy, modify, sublicense, link with, or distribute
496
+ the Library except as expressly provided under this License. Any
497
+ attempt otherwise to copy, modify, sublicense, link with, or
498
+ distribute the Library is void, and will automatically terminate your
499
+ rights under this License. However, parties who have received copies,
500
+ or rights, from you under this License will not have their licenses
501
+ terminated so long as such parties remain in full compliance.
502
+
503
+ 9. You are not required to accept this License, since you have not
504
+ signed it. However, nothing else grants you permission to modify or
505
+ distribute the Library or its derivative works. These actions are
506
+ prohibited by law if you do not accept this License. Therefore, by
507
+ modifying or distributing the Library (or any work based on the
508
+ Library), you indicate your acceptance of this License to do so, and
509
+ all its terms and conditions for copying, distributing or modifying
510
+ the Library or works based on it.
511
+
512
+ 10. Each time you redistribute the Library (or any work based on the
513
+ Library), the recipient automatically receives a license from the
514
+ original licensor to copy, distribute, link with or modify the Library
515
+ subject to these terms and conditions. You may not impose any further
516
+ restrictions on the recipients&#39; exercise of the rights granted herein.
517
+ You are not responsible for enforcing compliance by third parties with
518
+ this License.
519
+
520
+ 11. If, as a consequence of a court judgment or allegation of patent
521
+ infringement or for any other reason (not limited to patent issues),
522
+ conditions are imposed on you (whether by court order, agreement or
523
+ otherwise) that contradict the conditions of this License, they do not
524
+ excuse you from the conditions of this License. If you cannot
525
+ distribute so as to satisfy simultaneously your obligations under this
526
+ License and any other pertinent obligations, then as a consequence you
527
+ may not distribute the Library at all. For example, if a patent
528
+ license would not permit royalty-free redistribution of the Library by
529
+ all those who receive copies directly or indirectly through you, then
530
+ the only way you could satisfy both it and this License would be to
531
+ refrain entirely from distribution of the Library.
532
+
533
+ If any portion of this section is held invalid or unenforceable under any
534
+ particular circumstance, the balance of the section is intended to apply,
535
+ and the section as a whole is intended to apply in other circumstances.
536
+
537
+ It is not the purpose of this section to induce you to infringe any
538
+ patents or other property right claims or to contest validity of any
539
+ such claims; this section has the sole purpose of protecting the
540
+ integrity of the free software distribution system which is
541
+ implemented by public license practices. Many people have made
542
+ generous contributions to the wide range of software distributed
543
+ through that system in reliance on consistent application of that
544
+ system; it is up to the author/donor to decide if he or she is willing
545
+ to distribute software through any other system and a licensee cannot
546
+ impose that choice.
547
+
548
+ This section is intended to make thoroughly clear what is believed to
549
+ be a consequence of the rest of this License.
550
+
551
+ 12. If the distribution and/or use of the Library is restricted in
552
+ certain countries either by patents or by copyrighted interfaces, the
553
+ original copyright holder who places the Library under this License may add
554
+ an explicit geographical distribution limitation excluding those countries,
555
+ so that distribution is permitted only in or among countries not thus
556
+ excluded. In such case, this License incorporates the limitation as if
557
+ written in the body of this License.
558
+
559
+ 13. The Free Software Foundation may publish revised and/or new
560
+ versions of the Lesser General Public License from time to time.
561
+ Such new versions will be similar in spirit to the present version,
562
+ but may differ in detail to address new problems or concerns.
563
+
564
+ Each version is given a distinguishing version number. If the Library
565
+ specifies a version number of this License which applies to it and
566
+ &quot;any later version&quot;, you have the option of following the terms and
567
+ conditions either of that version or of any later version published by
568
+ the Free Software Foundation. If the Library does not specify a
569
+ license version number, you may choose any version ever published by
570
+ the Free Software Foundation.
571
+
572
+ 14. If you wish to incorporate parts of the Library into other free
573
+ programs whose distribution conditions are incompatible with these,
574
+ write to the author to ask for permission. For software which is
575
+ copyrighted by the Free Software Foundation, write to the Free
576
+ Software Foundation; we sometimes make exceptions for this. Our
577
+ decision will be guided by the two goals of preserving the free status
578
+ of all derivatives of our free software and of promoting the sharing
579
+ and reuse of software generally.
580
+
581
+ NO WARRANTY
582
+
583
+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
584
+ WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
585
+ EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
586
+ OTHER PARTIES PROVIDE THE LIBRARY &quot;AS IS&quot; WITHOUT WARRANTY OF ANY
587
+ KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
588
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
589
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
590
+ LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
591
+ THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
592
+
593
+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
594
+ WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
595
+ AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
596
+ FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
597
+ CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
598
+ LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
599
+ RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
600
+ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
601
+ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
602
+ DAMAGES.
603
+ </code></pre>
604
+ </div></div>
605
+
606
+ <div id="footer">
607
+ Generated on Fri Nov 27 21:10:27 2020 by
608
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
609
+ 0.9.24 (ruby-2.7.2).
610
+ </div>
611
+
612
+ </div>
613
+ </body>
614
+ </html>