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,2147 @@
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
+ Class: Fox::FXGLVisual
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 = "Fox::FXGLVisual";
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 (F)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../Fox.html" title="Fox (module)">Fox</a></span></span>
41
+ &raquo;
42
+ <span class="title">FXGLVisual</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="../class_list.html">
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Class: Fox::FXGLVisual
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
72
+ <span class="inheritName"><span class='object_link'><a href="FXVisual.html" title="Fox::FXVisual (class)">FXVisual</a></span></span>
73
+
74
+ <ul class="fullTree">
75
+ <li>Object</li>
76
+
77
+ <li class="next"><span class='object_link'><a href="FXObject.html" title="Fox::FXObject (class)">FXObject</a></span></li>
78
+
79
+ <li class="next"><span class='object_link'><a href="FXId.html" title="Fox::FXId (class)">FXId</a></span></li>
80
+
81
+ <li class="next"><span class='object_link'><a href="FXVisual.html" title="Fox::FXVisual (class)">FXVisual</a></span></li>
82
+
83
+ <li class="next">Fox::FXGLVisual</li>
84
+
85
+ </ul>
86
+ <a href="#" class="inheritanceTree">show all</a>
87
+
88
+ </dd>
89
+ </dl>
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+ <dl>
102
+ <dt>Defined in:</dt>
103
+ <dd>rdoc-sources/FXGLVisual.rb</dd>
104
+ </dl>
105
+
106
+ </div>
107
+
108
+ <h2>Overview</h2><div class="docstring">
109
+ <div class="discussion">
110
+
111
+ <p>Visual describes pixel format of a drawable</p>
112
+
113
+
114
+ </div>
115
+ </div>
116
+ <div class="tags">
117
+
118
+
119
+ </div>
120
+
121
+
122
+
123
+ <h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
124
+ <ul class="summary">
125
+
126
+ <li class="public ">
127
+ <span class="summary_signature">
128
+
129
+ <a href="#accumAlphaSize-instance_method" title="#accumAlphaSize (instance method)">#<strong>accumAlphaSize</strong> &#x21d2; Object </a>
130
+
131
+
132
+
133
+ </span>
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+ <span class="summary_desc"><div class='inline'>
147
+ <p>Requested number of bits of alpha for the accumulation buffer (default is zero) [Integer].</p>
148
+ </div></span>
149
+
150
+ </li>
151
+
152
+
153
+ <li class="public ">
154
+ <span class="summary_signature">
155
+
156
+ <a href="#accumBlueSize-instance_method" title="#accumBlueSize (instance method)">#<strong>accumBlueSize</strong> &#x21d2; Object </a>
157
+
158
+
159
+
160
+ </span>
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+ <span class="summary_desc"><div class='inline'>
174
+ <p>Requested number of bits of blue for the accumulation buffer (default is zero) [Integer].</p>
175
+ </div></span>
176
+
177
+ </li>
178
+
179
+
180
+ <li class="public ">
181
+ <span class="summary_signature">
182
+
183
+ <a href="#accumGreenSize-instance_method" title="#accumGreenSize (instance method)">#<strong>accumGreenSize</strong> &#x21d2; Object </a>
184
+
185
+
186
+
187
+ </span>
188
+
189
+
190
+
191
+
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+ <span class="summary_desc"><div class='inline'>
201
+ <p>Requested number of bits of green for the accumulation buffer (default is zero) [Integer].</p>
202
+ </div></span>
203
+
204
+ </li>
205
+
206
+
207
+ <li class="public ">
208
+ <span class="summary_signature">
209
+
210
+ <a href="#accumRedSize-instance_method" title="#accumRedSize (instance method)">#<strong>accumRedSize</strong> &#x21d2; Object </a>
211
+
212
+
213
+
214
+ </span>
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+ <span class="summary_desc"><div class='inline'>
228
+ <p>Requested number of bits of red for the accumulation buffer (default is zero) [Integer].</p>
229
+ </div></span>
230
+
231
+ </li>
232
+
233
+
234
+ <li class="public ">
235
+ <span class="summary_signature">
236
+
237
+ <a href="#actualAccumAlphaSize-instance_method" title="#actualAccumAlphaSize (instance method)">#<strong>actualAccumAlphaSize</strong> &#x21d2; Object </a>
238
+
239
+
240
+
241
+ </span>
242
+
243
+
244
+
245
+
246
+ <span class="note title readonly">readonly</span>
247
+
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+ <span class="summary_desc"><div class='inline'>
257
+ <p>Actual number of bits of alpha for the accumulation buffer [Integer].</p>
258
+ </div></span>
259
+
260
+ </li>
261
+
262
+
263
+ <li class="public ">
264
+ <span class="summary_signature">
265
+
266
+ <a href="#actualAccumBlueSize-instance_method" title="#actualAccumBlueSize (instance method)">#<strong>actualAccumBlueSize</strong> &#x21d2; Object </a>
267
+
268
+
269
+
270
+ </span>
271
+
272
+
273
+
274
+
275
+ <span class="note title readonly">readonly</span>
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
+ <span class="summary_desc"><div class='inline'>
286
+ <p>Actual number of bits of blue for the accumulation buffer [Integer].</p>
287
+ </div></span>
288
+
289
+ </li>
290
+
291
+
292
+ <li class="public ">
293
+ <span class="summary_signature">
294
+
295
+ <a href="#actualAccumGreenSize-instance_method" title="#actualAccumGreenSize (instance method)">#<strong>actualAccumGreenSize</strong> &#x21d2; Object </a>
296
+
297
+
298
+
299
+ </span>
300
+
301
+
302
+
303
+
304
+ <span class="note title readonly">readonly</span>
305
+
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+ <span class="summary_desc"><div class='inline'>
315
+ <p>Actual number of bits of green for the accumulation buffer [Integer].</p>
316
+ </div></span>
317
+
318
+ </li>
319
+
320
+
321
+ <li class="public ">
322
+ <span class="summary_signature">
323
+
324
+ <a href="#actualAccumRedSize-instance_method" title="#actualAccumRedSize (instance method)">#<strong>actualAccumRedSize</strong> &#x21d2; Object </a>
325
+
326
+
327
+
328
+ </span>
329
+
330
+
331
+
332
+
333
+ <span class="note title readonly">readonly</span>
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+
343
+ <span class="summary_desc"><div class='inline'>
344
+ <p>Actual number of bits of red for the accumulation buffer [Integer].</p>
345
+ </div></span>
346
+
347
+ </li>
348
+
349
+
350
+ <li class="public ">
351
+ <span class="summary_signature">
352
+
353
+ <a href="#actualAlphaSize-instance_method" title="#actualAlphaSize (instance method)">#<strong>actualAlphaSize</strong> &#x21d2; Object </a>
354
+
355
+
356
+
357
+ </span>
358
+
359
+
360
+
361
+
362
+ <span class="note title readonly">readonly</span>
363
+
364
+
365
+
366
+
367
+
368
+
369
+
370
+
371
+
372
+ <span class="summary_desc"><div class='inline'>
373
+ <p>Actual number of bits of alpha [Integer].</p>
374
+ </div></span>
375
+
376
+ </li>
377
+
378
+
379
+ <li class="public ">
380
+ <span class="summary_signature">
381
+
382
+ <a href="#actualBlueSize-instance_method" title="#actualBlueSize (instance method)">#<strong>actualBlueSize</strong> &#x21d2; Object </a>
383
+
384
+
385
+
386
+ </span>
387
+
388
+
389
+
390
+
391
+ <span class="note title readonly">readonly</span>
392
+
393
+
394
+
395
+
396
+
397
+
398
+
399
+
400
+
401
+ <span class="summary_desc"><div class='inline'>
402
+ <p>Actual number of bits of blue [Integer].</p>
403
+ </div></span>
404
+
405
+ </li>
406
+
407
+
408
+ <li class="public ">
409
+ <span class="summary_signature">
410
+
411
+ <a href="#actualDepthSize-instance_method" title="#actualDepthSize (instance method)">#<strong>actualDepthSize</strong> &#x21d2; Object </a>
412
+
413
+
414
+
415
+ </span>
416
+
417
+
418
+
419
+
420
+ <span class="note title readonly">readonly</span>
421
+
422
+
423
+
424
+
425
+
426
+
427
+
428
+
429
+
430
+ <span class="summary_desc"><div class='inline'>
431
+ <p>Actual depth size [Integer].</p>
432
+ </div></span>
433
+
434
+ </li>
435
+
436
+
437
+ <li class="public ">
438
+ <span class="summary_signature">
439
+
440
+ <a href="#actualGreenSize-instance_method" title="#actualGreenSize (instance method)">#<strong>actualGreenSize</strong> &#x21d2; Object </a>
441
+
442
+
443
+
444
+ </span>
445
+
446
+
447
+
448
+
449
+ <span class="note title readonly">readonly</span>
450
+
451
+
452
+
453
+
454
+
455
+
456
+
457
+
458
+
459
+ <span class="summary_desc"><div class='inline'>
460
+ <p>Actual number of bits of green [Integer].</p>
461
+ </div></span>
462
+
463
+ </li>
464
+
465
+
466
+ <li class="public ">
467
+ <span class="summary_signature">
468
+
469
+ <a href="#actualRedSize-instance_method" title="#actualRedSize (instance method)">#<strong>actualRedSize</strong> &#x21d2; Object </a>
470
+
471
+
472
+
473
+ </span>
474
+
475
+
476
+
477
+
478
+ <span class="note title readonly">readonly</span>
479
+
480
+
481
+
482
+
483
+
484
+
485
+
486
+
487
+
488
+ <span class="summary_desc"><div class='inline'>
489
+ <p>Actual number of bits of red [Integer].</p>
490
+ </div></span>
491
+
492
+ </li>
493
+
494
+
495
+ <li class="public ">
496
+ <span class="summary_signature">
497
+
498
+ <a href="#actualStencilSize-instance_method" title="#actualStencilSize (instance method)">#<strong>actualStencilSize</strong> &#x21d2; Object </a>
499
+
500
+
501
+
502
+ </span>
503
+
504
+
505
+
506
+
507
+ <span class="note title readonly">readonly</span>
508
+
509
+
510
+
511
+
512
+
513
+
514
+
515
+
516
+
517
+ <span class="summary_desc"><div class='inline'>
518
+ <p>Actual stencil size [Integer].</p>
519
+ </div></span>
520
+
521
+ </li>
522
+
523
+
524
+ <li class="public ">
525
+ <span class="summary_signature">
526
+
527
+ <a href="#alphaSize-instance_method" title="#alphaSize (instance method)">#<strong>alphaSize</strong> &#x21d2; Object </a>
528
+
529
+
530
+
531
+ </span>
532
+
533
+
534
+
535
+
536
+
537
+
538
+
539
+
540
+
541
+
542
+
543
+
544
+ <span class="summary_desc"><div class='inline'>
545
+ <p>Requested number of bits of alpha (default is zero) [Integer].</p>
546
+ </div></span>
547
+
548
+ </li>
549
+
550
+
551
+ <li class="public ">
552
+ <span class="summary_signature">
553
+
554
+ <a href="#blueSize-instance_method" title="#blueSize (instance method)">#<strong>blueSize</strong> &#x21d2; Object </a>
555
+
556
+
557
+
558
+ </span>
559
+
560
+
561
+
562
+
563
+
564
+
565
+
566
+
567
+
568
+
569
+
570
+
571
+ <span class="summary_desc"><div class='inline'>
572
+ <p>Requested number of bits of blue (default is 8) [Integer].</p>
573
+ </div></span>
574
+
575
+ </li>
576
+
577
+
578
+ <li class="public ">
579
+ <span class="summary_signature">
580
+
581
+ <a href="#depthSize-instance_method" title="#depthSize (instance method)">#<strong>depthSize</strong> &#x21d2; Object </a>
582
+
583
+
584
+
585
+ </span>
586
+
587
+
588
+
589
+
590
+
591
+
592
+
593
+
594
+
595
+
596
+
597
+
598
+ <span class="summary_desc"><div class='inline'>
599
+ <p>Requested depth size (default is 16) [Integer].</p>
600
+ </div></span>
601
+
602
+ </li>
603
+
604
+
605
+ <li class="public ">
606
+ <span class="summary_signature">
607
+
608
+ <a href="#greenSize-instance_method" title="#greenSize (instance method)">#<strong>greenSize</strong> &#x21d2; Object </a>
609
+
610
+
611
+
612
+ </span>
613
+
614
+
615
+
616
+
617
+
618
+
619
+
620
+
621
+
622
+
623
+
624
+
625
+ <span class="summary_desc"><div class='inline'>
626
+ <p>Requested number of bits of green (default is 8) [Integer].</p>
627
+ </div></span>
628
+
629
+ </li>
630
+
631
+
632
+ <li class="public ">
633
+ <span class="summary_signature">
634
+
635
+ <a href="#redSize-instance_method" title="#redSize (instance method)">#<strong>redSize</strong> &#x21d2; Object </a>
636
+
637
+
638
+
639
+ </span>
640
+
641
+
642
+
643
+
644
+
645
+
646
+
647
+
648
+
649
+
650
+
651
+
652
+ <span class="summary_desc"><div class='inline'>
653
+ <p>Requested number of bits of red (default is 8) [Integer].</p>
654
+ </div></span>
655
+
656
+ </li>
657
+
658
+
659
+ <li class="public ">
660
+ <span class="summary_signature">
661
+
662
+ <a href="#stencilSize-instance_method" title="#stencilSize (instance method)">#<strong>stencilSize</strong> &#x21d2; Object </a>
663
+
664
+
665
+
666
+ </span>
667
+
668
+
669
+
670
+
671
+
672
+
673
+
674
+
675
+
676
+
677
+
678
+
679
+ <span class="summary_desc"><div class='inline'>
680
+ <p>Requested stencil size (default is zero) [Integer].</p>
681
+ </div></span>
682
+
683
+ </li>
684
+
685
+
686
+ </ul>
687
+
688
+
689
+
690
+
691
+
692
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="FXVisual.html" title="Fox::FXVisual (class)">FXVisual</a></span></h3>
693
+ <p class="inherited"><span class='object_link'><a href="FXVisual.html#depth-instance_method" title="Fox::FXVisual#depth (method)">#depth</a></span>, <span class='object_link'><a href="FXVisual.html#flags-instance_method" title="Fox::FXVisual#flags (method)">#flags</a></span>, <span class='object_link'><a href="FXVisual.html#maxColors-instance_method" title="Fox::FXVisual#maxColors (method)">#maxColors</a></span>, <span class='object_link'><a href="FXVisual.html#numBlue-instance_method" title="Fox::FXVisual#numBlue (method)">#numBlue</a></span>, <span class='object_link'><a href="FXVisual.html#numColors-instance_method" title="Fox::FXVisual#numColors (method)">#numColors</a></span>, <span class='object_link'><a href="FXVisual.html#numGreen-instance_method" title="Fox::FXVisual#numGreen (method)">#numGreen</a></span>, <span class='object_link'><a href="FXVisual.html#numRed-instance_method" title="Fox::FXVisual#numRed (method)">#numRed</a></span>, <span class='object_link'><a href="FXVisual.html#visualType-instance_method" title="Fox::FXVisual#visualType (method)">#visualType</a></span></p>
694
+
695
+
696
+
697
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="FXId.html" title="Fox::FXId (class)">FXId</a></span></h3>
698
+ <p class="inherited"><span class='object_link'><a href="FXId.html#app-instance_method" title="Fox::FXId#app (method)">#app</a></span>, <span class='object_link'><a href="FXId.html#userData-instance_method" title="Fox::FXId#userData (method)">#userData</a></span>, <span class='object_link'><a href="FXId.html#xid-instance_method" title="Fox::FXId#xid (method)">#xid</a></span></p>
699
+
700
+
701
+
702
+ <h2>
703
+ Class Method Summary
704
+ <small><a href="#" class="summary_toggle">collapse</a></small>
705
+ </h2>
706
+
707
+ <ul class="summary">
708
+
709
+ <li class="public ">
710
+ <span class="summary_signature">
711
+
712
+ <a href="#supported-class_method" title="supported (class method)">.<strong>supported</strong>(app) &#x21d2; Object </a>
713
+
714
+
715
+
716
+ </span>
717
+
718
+
719
+
720
+
721
+
722
+
723
+
724
+
725
+
726
+ <span class="summary_desc"><div class='inline'>
727
+ <p>Test if OpenGL is possible, and what level is supported.</p>
728
+ </div></span>
729
+
730
+ </li>
731
+
732
+
733
+ <li class="public ">
734
+ <span class="summary_signature">
735
+
736
+ <a href="#supported%3F-class_method" title="supported? (class method)">.<strong>supported?</strong>(app) &#x21d2; Boolean </a>
737
+
738
+
739
+
740
+ </span>
741
+
742
+
743
+
744
+
745
+
746
+
747
+
748
+
749
+
750
+ <span class="summary_desc"><div class='inline'>
751
+ <p>Test if OpenGL is possible.</p>
752
+ </div></span>
753
+
754
+ </li>
755
+
756
+
757
+ </ul>
758
+
759
+ <h2>
760
+ Instance Method Summary
761
+ <small><a href="#" class="summary_toggle">collapse</a></small>
762
+ </h2>
763
+
764
+ <ul class="summary">
765
+
766
+ <li class="public ">
767
+ <span class="summary_signature">
768
+
769
+ <a href="#accelerated%3F-instance_method" title="#accelerated? (instance method)">#<strong>accelerated?</strong> &#x21d2; Boolean </a>
770
+
771
+
772
+
773
+ </span>
774
+
775
+
776
+
777
+
778
+
779
+
780
+
781
+
782
+
783
+ <span class="summary_desc"><div class='inline'>
784
+ <p>Return <code>true</code> if hardware-accelerated.</p>
785
+ </div></span>
786
+
787
+ </li>
788
+
789
+
790
+ <li class="public ">
791
+ <span class="summary_signature">
792
+
793
+ <a href="#bufferSwapCopy%3F-instance_method" title="#bufferSwapCopy? (instance method)">#<strong>bufferSwapCopy?</strong> &#x21d2; Boolean </a>
794
+
795
+
796
+
797
+ </span>
798
+
799
+
800
+
801
+
802
+
803
+
804
+
805
+
806
+
807
+ <span class="summary_desc"><div class='inline'>
808
+ <p>Return <code>true</code> if this visual “swaps” by copying instead of flipping buffers.</p>
809
+ </div></span>
810
+
811
+ </li>
812
+
813
+
814
+ <li class="public ">
815
+ <span class="summary_signature">
816
+
817
+ <a href="#doubleBuffered%3F-instance_method" title="#doubleBuffered? (instance method)">#<strong>doubleBuffered?</strong> &#x21d2; Boolean </a>
818
+
819
+
820
+
821
+ </span>
822
+
823
+
824
+
825
+
826
+
827
+
828
+
829
+
830
+
831
+ <span class="summary_desc"><div class='inline'>
832
+ <p>Return <code>true</code> if double-buffered.</p>
833
+ </div></span>
834
+
835
+ </li>
836
+
837
+
838
+ <li class="public ">
839
+ <span class="summary_signature">
840
+
841
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(app, flags) &#x21d2; FXGLVisual </a>
842
+
843
+
844
+
845
+ </span>
846
+
847
+
848
+ <span class="note title constructor">constructor</span>
849
+
850
+
851
+
852
+
853
+
854
+
855
+
856
+
857
+ <span class="summary_desc"><div class='inline'>
858
+ <p>Construct default visual.</p>
859
+ </div></span>
860
+
861
+ </li>
862
+
863
+
864
+ <li class="public ">
865
+ <span class="summary_signature">
866
+
867
+ <a href="#stereo%3F-instance_method" title="#stereo? (instance method)">#<strong>stereo?</strong> &#x21d2; Boolean </a>
868
+
869
+
870
+
871
+ </span>
872
+
873
+
874
+
875
+
876
+
877
+
878
+
879
+
880
+
881
+ <span class="summary_desc"><div class='inline'>
882
+ <p>Return <code>true</code> if stereo.</p>
883
+ </div></span>
884
+
885
+ </li>
886
+
887
+
888
+ </ul>
889
+
890
+
891
+
892
+
893
+
894
+
895
+
896
+
897
+
898
+
899
+
900
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXVisual.html" title="Fox::FXVisual (class)">FXVisual</a></span></h3>
901
+ <p class="inherited"><span class='object_link'><a href="FXVisual.html#getColor-instance_method" title="Fox::FXVisual#getColor (method)">#getColor</a></span>, <span class='object_link'><a href="FXVisual.html#getPixel-instance_method" title="Fox::FXVisual#getPixel (method)">#getPixel</a></span></p>
902
+
903
+
904
+
905
+
906
+
907
+
908
+
909
+
910
+
911
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXId.html" title="Fox::FXId (class)">FXId</a></span></h3>
912
+ <p class="inherited"><span class='object_link'><a href="FXId.html#create-instance_method" title="Fox::FXId#create (method)">#create</a></span>, <span class='object_link'><a href="FXId.html#created%3F-instance_method" title="Fox::FXId#created? (method)">#created?</a></span>, <span class='object_link'><a href="FXId.html#destroy-instance_method" title="Fox::FXId#destroy (method)">#destroy</a></span>, <span class='object_link'><a href="FXId.html#detach-instance_method" title="Fox::FXId#detach (method)">#detach</a></span>, <span class='object_link'><a href="FXId.html#runOnUiThread-instance_method" title="Fox::FXId#runOnUiThread (method)">#runOnUiThread</a></span></p>
913
+
914
+
915
+
916
+
917
+
918
+
919
+
920
+
921
+
922
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXObject.html" title="Fox::FXObject (class)">FXObject</a></span></h3>
923
+ <p class="inherited"><span class='object_link'><a href="FXObject.html#bind-instance_method" title="Fox::FXObject#bind (method)">#bind</a></span>, <span class='object_link'><a href="FXObject.html#handle-instance_method" title="Fox::FXObject#handle (method)">#handle</a></span>, <span class='object_link'><a href="FXObject.html#load-instance_method" title="Fox::FXObject#load (method)">#load</a></span>, <span class='object_link'><a href="FXObject.html#save-instance_method" title="Fox::FXObject#save (method)">#save</a></span>, <span class='object_link'><a href="FXObject.html#subclasses-class_method" title="Fox::FXObject.subclasses (method)">subclasses</a></span></p>
924
+ <div id="constructor_details" class="method_details_list">
925
+ <h2>Constructor Details</h2>
926
+
927
+ <div class="method_details first">
928
+ <h3 class="signature first" id="initialize-instance_method">
929
+
930
+ #<strong>initialize</strong>(app, flags) &#x21d2; <tt><span class='object_link'><a href="" title="Fox::FXGLVisual (class)">FXGLVisual</a></span></tt>
931
+
932
+
933
+
934
+
935
+
936
+ </h3><div class="docstring">
937
+ <div class="discussion">
938
+
939
+ <p>Construct default visual</p>
940
+
941
+
942
+ </div>
943
+ </div>
944
+ <div class="tags">
945
+
946
+
947
+ </div><table class="source_code">
948
+ <tr>
949
+ <td>
950
+ <pre class="lines">
951
+
952
+
953
+ 70
954
+ 71</pre>
955
+ </td>
956
+ <td>
957
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 70</span>
958
+
959
+ <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_app'>app</span><span class='comma'>,</span> <span class='id identifier rubyid_flags'>flags</span><span class='rparen'>)</span> <span class='comment'># :yields: theGLVisual
960
+ </span><span class='kw'>end</span></pre>
961
+ </td>
962
+ </tr>
963
+ </table>
964
+ </div>
965
+
966
+ </div>
967
+
968
+ <div id="instance_attr_details" class="attr_details">
969
+ <h2>Instance Attribute Details</h2>
970
+
971
+
972
+ <span id="accumAlphaSize=-instance_method"></span>
973
+ <div class="method_details first">
974
+ <h3 class="signature first" id="accumAlphaSize-instance_method">
975
+
976
+ #<strong>accumAlphaSize</strong> &#x21d2; <tt>Object</tt>
977
+
978
+
979
+
980
+
981
+
982
+ </h3><div class="docstring">
983
+ <div class="discussion">
984
+
985
+ <p>Requested number of bits of alpha for the accumulation buffer (default is zero) [Integer]</p>
986
+
987
+
988
+ </div>
989
+ </div>
990
+ <div class="tags">
991
+
992
+
993
+ </div><table class="source_code">
994
+ <tr>
995
+ <td>
996
+ <pre class="lines">
997
+
998
+
999
+ 35
1000
+ 36
1001
+ 37</pre>
1002
+ </td>
1003
+ <td>
1004
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 35</span>
1005
+
1006
+ <span class='kw'>def</span> <span class='id identifier rubyid_accumAlphaSize'>accumAlphaSize</span>
1007
+ <span class='ivar'>@accumAlphaSize</span>
1008
+ <span class='kw'>end</span></pre>
1009
+ </td>
1010
+ </tr>
1011
+ </table>
1012
+ </div>
1013
+
1014
+
1015
+ <span id="accumBlueSize=-instance_method"></span>
1016
+ <div class="method_details ">
1017
+ <h3 class="signature " id="accumBlueSize-instance_method">
1018
+
1019
+ #<strong>accumBlueSize</strong> &#x21d2; <tt>Object</tt>
1020
+
1021
+
1022
+
1023
+
1024
+
1025
+ </h3><div class="docstring">
1026
+ <div class="discussion">
1027
+
1028
+ <p>Requested number of bits of blue for the accumulation buffer (default is zero) [Integer]</p>
1029
+
1030
+
1031
+ </div>
1032
+ </div>
1033
+ <div class="tags">
1034
+
1035
+
1036
+ </div><table class="source_code">
1037
+ <tr>
1038
+ <td>
1039
+ <pre class="lines">
1040
+
1041
+
1042
+ 32
1043
+ 33
1044
+ 34</pre>
1045
+ </td>
1046
+ <td>
1047
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 32</span>
1048
+
1049
+ <span class='kw'>def</span> <span class='id identifier rubyid_accumBlueSize'>accumBlueSize</span>
1050
+ <span class='ivar'>@accumBlueSize</span>
1051
+ <span class='kw'>end</span></pre>
1052
+ </td>
1053
+ </tr>
1054
+ </table>
1055
+ </div>
1056
+
1057
+
1058
+ <span id="accumGreenSize=-instance_method"></span>
1059
+ <div class="method_details ">
1060
+ <h3 class="signature " id="accumGreenSize-instance_method">
1061
+
1062
+ #<strong>accumGreenSize</strong> &#x21d2; <tt>Object</tt>
1063
+
1064
+
1065
+
1066
+
1067
+
1068
+ </h3><div class="docstring">
1069
+ <div class="discussion">
1070
+
1071
+ <p>Requested number of bits of green for the accumulation buffer (default is zero) [Integer]</p>
1072
+
1073
+
1074
+ </div>
1075
+ </div>
1076
+ <div class="tags">
1077
+
1078
+
1079
+ </div><table class="source_code">
1080
+ <tr>
1081
+ <td>
1082
+ <pre class="lines">
1083
+
1084
+
1085
+ 29
1086
+ 30
1087
+ 31</pre>
1088
+ </td>
1089
+ <td>
1090
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 29</span>
1091
+
1092
+ <span class='kw'>def</span> <span class='id identifier rubyid_accumGreenSize'>accumGreenSize</span>
1093
+ <span class='ivar'>@accumGreenSize</span>
1094
+ <span class='kw'>end</span></pre>
1095
+ </td>
1096
+ </tr>
1097
+ </table>
1098
+ </div>
1099
+
1100
+
1101
+ <span id="accumRedSize=-instance_method"></span>
1102
+ <div class="method_details ">
1103
+ <h3 class="signature " id="accumRedSize-instance_method">
1104
+
1105
+ #<strong>accumRedSize</strong> &#x21d2; <tt>Object</tt>
1106
+
1107
+
1108
+
1109
+
1110
+
1111
+ </h3><div class="docstring">
1112
+ <div class="discussion">
1113
+
1114
+ <p>Requested number of bits of red for the accumulation buffer (default is zero) [Integer]</p>
1115
+
1116
+
1117
+ </div>
1118
+ </div>
1119
+ <div class="tags">
1120
+
1121
+
1122
+ </div><table class="source_code">
1123
+ <tr>
1124
+ <td>
1125
+ <pre class="lines">
1126
+
1127
+
1128
+ 26
1129
+ 27
1130
+ 28</pre>
1131
+ </td>
1132
+ <td>
1133
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 26</span>
1134
+
1135
+ <span class='kw'>def</span> <span class='id identifier rubyid_accumRedSize'>accumRedSize</span>
1136
+ <span class='ivar'>@accumRedSize</span>
1137
+ <span class='kw'>end</span></pre>
1138
+ </td>
1139
+ </tr>
1140
+ </table>
1141
+ </div>
1142
+
1143
+
1144
+ <span id=""></span>
1145
+ <div class="method_details ">
1146
+ <h3 class="signature " id="actualAccumAlphaSize-instance_method">
1147
+
1148
+ #<strong>actualAccumAlphaSize</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1149
+
1150
+
1151
+
1152
+
1153
+
1154
+ </h3><div class="docstring">
1155
+ <div class="discussion">
1156
+
1157
+ <p>Actual number of bits of alpha for the accumulation buffer [Integer]</p>
1158
+
1159
+
1160
+ </div>
1161
+ </div>
1162
+ <div class="tags">
1163
+
1164
+
1165
+ </div><table class="source_code">
1166
+ <tr>
1167
+ <td>
1168
+ <pre class="lines">
1169
+
1170
+
1171
+ 65
1172
+ 66
1173
+ 67</pre>
1174
+ </td>
1175
+ <td>
1176
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 65</span>
1177
+
1178
+ <span class='kw'>def</span> <span class='id identifier rubyid_actualAccumAlphaSize'>actualAccumAlphaSize</span>
1179
+ <span class='ivar'>@actualAccumAlphaSize</span>
1180
+ <span class='kw'>end</span></pre>
1181
+ </td>
1182
+ </tr>
1183
+ </table>
1184
+ </div>
1185
+
1186
+
1187
+ <span id=""></span>
1188
+ <div class="method_details ">
1189
+ <h3 class="signature " id="actualAccumBlueSize-instance_method">
1190
+
1191
+ #<strong>actualAccumBlueSize</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1192
+
1193
+
1194
+
1195
+
1196
+
1197
+ </h3><div class="docstring">
1198
+ <div class="discussion">
1199
+
1200
+ <p>Actual number of bits of blue for the accumulation buffer [Integer]</p>
1201
+
1202
+
1203
+ </div>
1204
+ </div>
1205
+ <div class="tags">
1206
+
1207
+
1208
+ </div><table class="source_code">
1209
+ <tr>
1210
+ <td>
1211
+ <pre class="lines">
1212
+
1213
+
1214
+ 62
1215
+ 63
1216
+ 64</pre>
1217
+ </td>
1218
+ <td>
1219
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 62</span>
1220
+
1221
+ <span class='kw'>def</span> <span class='id identifier rubyid_actualAccumBlueSize'>actualAccumBlueSize</span>
1222
+ <span class='ivar'>@actualAccumBlueSize</span>
1223
+ <span class='kw'>end</span></pre>
1224
+ </td>
1225
+ </tr>
1226
+ </table>
1227
+ </div>
1228
+
1229
+
1230
+ <span id=""></span>
1231
+ <div class="method_details ">
1232
+ <h3 class="signature " id="actualAccumGreenSize-instance_method">
1233
+
1234
+ #<strong>actualAccumGreenSize</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1235
+
1236
+
1237
+
1238
+
1239
+
1240
+ </h3><div class="docstring">
1241
+ <div class="discussion">
1242
+
1243
+ <p>Actual number of bits of green for the accumulation buffer [Integer]</p>
1244
+
1245
+
1246
+ </div>
1247
+ </div>
1248
+ <div class="tags">
1249
+
1250
+
1251
+ </div><table class="source_code">
1252
+ <tr>
1253
+ <td>
1254
+ <pre class="lines">
1255
+
1256
+
1257
+ 59
1258
+ 60
1259
+ 61</pre>
1260
+ </td>
1261
+ <td>
1262
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 59</span>
1263
+
1264
+ <span class='kw'>def</span> <span class='id identifier rubyid_actualAccumGreenSize'>actualAccumGreenSize</span>
1265
+ <span class='ivar'>@actualAccumGreenSize</span>
1266
+ <span class='kw'>end</span></pre>
1267
+ </td>
1268
+ </tr>
1269
+ </table>
1270
+ </div>
1271
+
1272
+
1273
+ <span id=""></span>
1274
+ <div class="method_details ">
1275
+ <h3 class="signature " id="actualAccumRedSize-instance_method">
1276
+
1277
+ #<strong>actualAccumRedSize</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1278
+
1279
+
1280
+
1281
+
1282
+
1283
+ </h3><div class="docstring">
1284
+ <div class="discussion">
1285
+
1286
+ <p>Actual number of bits of red for the accumulation buffer [Integer]</p>
1287
+
1288
+
1289
+ </div>
1290
+ </div>
1291
+ <div class="tags">
1292
+
1293
+
1294
+ </div><table class="source_code">
1295
+ <tr>
1296
+ <td>
1297
+ <pre class="lines">
1298
+
1299
+
1300
+ 56
1301
+ 57
1302
+ 58</pre>
1303
+ </td>
1304
+ <td>
1305
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 56</span>
1306
+
1307
+ <span class='kw'>def</span> <span class='id identifier rubyid_actualAccumRedSize'>actualAccumRedSize</span>
1308
+ <span class='ivar'>@actualAccumRedSize</span>
1309
+ <span class='kw'>end</span></pre>
1310
+ </td>
1311
+ </tr>
1312
+ </table>
1313
+ </div>
1314
+
1315
+
1316
+ <span id=""></span>
1317
+ <div class="method_details ">
1318
+ <h3 class="signature " id="actualAlphaSize-instance_method">
1319
+
1320
+ #<strong>actualAlphaSize</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1321
+
1322
+
1323
+
1324
+
1325
+
1326
+ </h3><div class="docstring">
1327
+ <div class="discussion">
1328
+
1329
+ <p>Actual number of bits of alpha [Integer]</p>
1330
+
1331
+
1332
+ </div>
1333
+ </div>
1334
+ <div class="tags">
1335
+
1336
+
1337
+ </div><table class="source_code">
1338
+ <tr>
1339
+ <td>
1340
+ <pre class="lines">
1341
+
1342
+
1343
+ 47
1344
+ 48
1345
+ 49</pre>
1346
+ </td>
1347
+ <td>
1348
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 47</span>
1349
+
1350
+ <span class='kw'>def</span> <span class='id identifier rubyid_actualAlphaSize'>actualAlphaSize</span>
1351
+ <span class='ivar'>@actualAlphaSize</span>
1352
+ <span class='kw'>end</span></pre>
1353
+ </td>
1354
+ </tr>
1355
+ </table>
1356
+ </div>
1357
+
1358
+
1359
+ <span id=""></span>
1360
+ <div class="method_details ">
1361
+ <h3 class="signature " id="actualBlueSize-instance_method">
1362
+
1363
+ #<strong>actualBlueSize</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1364
+
1365
+
1366
+
1367
+
1368
+
1369
+ </h3><div class="docstring">
1370
+ <div class="discussion">
1371
+
1372
+ <p>Actual number of bits of blue [Integer]</p>
1373
+
1374
+
1375
+ </div>
1376
+ </div>
1377
+ <div class="tags">
1378
+
1379
+
1380
+ </div><table class="source_code">
1381
+ <tr>
1382
+ <td>
1383
+ <pre class="lines">
1384
+
1385
+
1386
+ 44
1387
+ 45
1388
+ 46</pre>
1389
+ </td>
1390
+ <td>
1391
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 44</span>
1392
+
1393
+ <span class='kw'>def</span> <span class='id identifier rubyid_actualBlueSize'>actualBlueSize</span>
1394
+ <span class='ivar'>@actualBlueSize</span>
1395
+ <span class='kw'>end</span></pre>
1396
+ </td>
1397
+ </tr>
1398
+ </table>
1399
+ </div>
1400
+
1401
+
1402
+ <span id=""></span>
1403
+ <div class="method_details ">
1404
+ <h3 class="signature " id="actualDepthSize-instance_method">
1405
+
1406
+ #<strong>actualDepthSize</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1407
+
1408
+
1409
+
1410
+
1411
+
1412
+ </h3><div class="docstring">
1413
+ <div class="discussion">
1414
+
1415
+ <p>Actual depth size [Integer]</p>
1416
+
1417
+
1418
+ </div>
1419
+ </div>
1420
+ <div class="tags">
1421
+
1422
+
1423
+ </div><table class="source_code">
1424
+ <tr>
1425
+ <td>
1426
+ <pre class="lines">
1427
+
1428
+
1429
+ 50
1430
+ 51
1431
+ 52</pre>
1432
+ </td>
1433
+ <td>
1434
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 50</span>
1435
+
1436
+ <span class='kw'>def</span> <span class='id identifier rubyid_actualDepthSize'>actualDepthSize</span>
1437
+ <span class='ivar'>@actualDepthSize</span>
1438
+ <span class='kw'>end</span></pre>
1439
+ </td>
1440
+ </tr>
1441
+ </table>
1442
+ </div>
1443
+
1444
+
1445
+ <span id=""></span>
1446
+ <div class="method_details ">
1447
+ <h3 class="signature " id="actualGreenSize-instance_method">
1448
+
1449
+ #<strong>actualGreenSize</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1450
+
1451
+
1452
+
1453
+
1454
+
1455
+ </h3><div class="docstring">
1456
+ <div class="discussion">
1457
+
1458
+ <p>Actual number of bits of green [Integer]</p>
1459
+
1460
+
1461
+ </div>
1462
+ </div>
1463
+ <div class="tags">
1464
+
1465
+
1466
+ </div><table class="source_code">
1467
+ <tr>
1468
+ <td>
1469
+ <pre class="lines">
1470
+
1471
+
1472
+ 41
1473
+ 42
1474
+ 43</pre>
1475
+ </td>
1476
+ <td>
1477
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 41</span>
1478
+
1479
+ <span class='kw'>def</span> <span class='id identifier rubyid_actualGreenSize'>actualGreenSize</span>
1480
+ <span class='ivar'>@actualGreenSize</span>
1481
+ <span class='kw'>end</span></pre>
1482
+ </td>
1483
+ </tr>
1484
+ </table>
1485
+ </div>
1486
+
1487
+
1488
+ <span id=""></span>
1489
+ <div class="method_details ">
1490
+ <h3 class="signature " id="actualRedSize-instance_method">
1491
+
1492
+ #<strong>actualRedSize</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1493
+
1494
+
1495
+
1496
+
1497
+
1498
+ </h3><div class="docstring">
1499
+ <div class="discussion">
1500
+
1501
+ <p>Actual number of bits of red [Integer]</p>
1502
+
1503
+
1504
+ </div>
1505
+ </div>
1506
+ <div class="tags">
1507
+
1508
+
1509
+ </div><table class="source_code">
1510
+ <tr>
1511
+ <td>
1512
+ <pre class="lines">
1513
+
1514
+
1515
+ 38
1516
+ 39
1517
+ 40</pre>
1518
+ </td>
1519
+ <td>
1520
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 38</span>
1521
+
1522
+ <span class='kw'>def</span> <span class='id identifier rubyid_actualRedSize'>actualRedSize</span>
1523
+ <span class='ivar'>@actualRedSize</span>
1524
+ <span class='kw'>end</span></pre>
1525
+ </td>
1526
+ </tr>
1527
+ </table>
1528
+ </div>
1529
+
1530
+
1531
+ <span id=""></span>
1532
+ <div class="method_details ">
1533
+ <h3 class="signature " id="actualStencilSize-instance_method">
1534
+
1535
+ #<strong>actualStencilSize</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1536
+
1537
+
1538
+
1539
+
1540
+
1541
+ </h3><div class="docstring">
1542
+ <div class="discussion">
1543
+
1544
+ <p>Actual stencil size [Integer]</p>
1545
+
1546
+
1547
+ </div>
1548
+ </div>
1549
+ <div class="tags">
1550
+
1551
+
1552
+ </div><table class="source_code">
1553
+ <tr>
1554
+ <td>
1555
+ <pre class="lines">
1556
+
1557
+
1558
+ 53
1559
+ 54
1560
+ 55</pre>
1561
+ </td>
1562
+ <td>
1563
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 53</span>
1564
+
1565
+ <span class='kw'>def</span> <span class='id identifier rubyid_actualStencilSize'>actualStencilSize</span>
1566
+ <span class='ivar'>@actualStencilSize</span>
1567
+ <span class='kw'>end</span></pre>
1568
+ </td>
1569
+ </tr>
1570
+ </table>
1571
+ </div>
1572
+
1573
+
1574
+ <span id="alphaSize=-instance_method"></span>
1575
+ <div class="method_details ">
1576
+ <h3 class="signature " id="alphaSize-instance_method">
1577
+
1578
+ #<strong>alphaSize</strong> &#x21d2; <tt>Object</tt>
1579
+
1580
+
1581
+
1582
+
1583
+
1584
+ </h3><div class="docstring">
1585
+ <div class="discussion">
1586
+
1587
+ <p>Requested number of bits of alpha (default is zero) [Integer]</p>
1588
+
1589
+
1590
+ </div>
1591
+ </div>
1592
+ <div class="tags">
1593
+
1594
+
1595
+ </div><table class="source_code">
1596
+ <tr>
1597
+ <td>
1598
+ <pre class="lines">
1599
+
1600
+
1601
+ 17
1602
+ 18
1603
+ 19</pre>
1604
+ </td>
1605
+ <td>
1606
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 17</span>
1607
+
1608
+ <span class='kw'>def</span> <span class='id identifier rubyid_alphaSize'>alphaSize</span>
1609
+ <span class='ivar'>@alphaSize</span>
1610
+ <span class='kw'>end</span></pre>
1611
+ </td>
1612
+ </tr>
1613
+ </table>
1614
+ </div>
1615
+
1616
+
1617
+ <span id="blueSize=-instance_method"></span>
1618
+ <div class="method_details ">
1619
+ <h3 class="signature " id="blueSize-instance_method">
1620
+
1621
+ #<strong>blueSize</strong> &#x21d2; <tt>Object</tt>
1622
+
1623
+
1624
+
1625
+
1626
+
1627
+ </h3><div class="docstring">
1628
+ <div class="discussion">
1629
+
1630
+ <p>Requested number of bits of blue (default is 8) [Integer]</p>
1631
+
1632
+
1633
+ </div>
1634
+ </div>
1635
+ <div class="tags">
1636
+
1637
+
1638
+ </div><table class="source_code">
1639
+ <tr>
1640
+ <td>
1641
+ <pre class="lines">
1642
+
1643
+
1644
+ 14
1645
+ 15
1646
+ 16</pre>
1647
+ </td>
1648
+ <td>
1649
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 14</span>
1650
+
1651
+ <span class='kw'>def</span> <span class='id identifier rubyid_blueSize'>blueSize</span>
1652
+ <span class='ivar'>@blueSize</span>
1653
+ <span class='kw'>end</span></pre>
1654
+ </td>
1655
+ </tr>
1656
+ </table>
1657
+ </div>
1658
+
1659
+
1660
+ <span id="depthSize=-instance_method"></span>
1661
+ <div class="method_details ">
1662
+ <h3 class="signature " id="depthSize-instance_method">
1663
+
1664
+ #<strong>depthSize</strong> &#x21d2; <tt>Object</tt>
1665
+
1666
+
1667
+
1668
+
1669
+
1670
+ </h3><div class="docstring">
1671
+ <div class="discussion">
1672
+
1673
+ <p>Requested depth size (default is 16) [Integer]</p>
1674
+
1675
+
1676
+ </div>
1677
+ </div>
1678
+ <div class="tags">
1679
+
1680
+
1681
+ </div><table class="source_code">
1682
+ <tr>
1683
+ <td>
1684
+ <pre class="lines">
1685
+
1686
+
1687
+ 20
1688
+ 21
1689
+ 22</pre>
1690
+ </td>
1691
+ <td>
1692
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 20</span>
1693
+
1694
+ <span class='kw'>def</span> <span class='id identifier rubyid_depthSize'>depthSize</span>
1695
+ <span class='ivar'>@depthSize</span>
1696
+ <span class='kw'>end</span></pre>
1697
+ </td>
1698
+ </tr>
1699
+ </table>
1700
+ </div>
1701
+
1702
+
1703
+ <span id="greenSize=-instance_method"></span>
1704
+ <div class="method_details ">
1705
+ <h3 class="signature " id="greenSize-instance_method">
1706
+
1707
+ #<strong>greenSize</strong> &#x21d2; <tt>Object</tt>
1708
+
1709
+
1710
+
1711
+
1712
+
1713
+ </h3><div class="docstring">
1714
+ <div class="discussion">
1715
+
1716
+ <p>Requested number of bits of green (default is 8) [Integer]</p>
1717
+
1718
+
1719
+ </div>
1720
+ </div>
1721
+ <div class="tags">
1722
+
1723
+
1724
+ </div><table class="source_code">
1725
+ <tr>
1726
+ <td>
1727
+ <pre class="lines">
1728
+
1729
+
1730
+ 11
1731
+ 12
1732
+ 13</pre>
1733
+ </td>
1734
+ <td>
1735
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 11</span>
1736
+
1737
+ <span class='kw'>def</span> <span class='id identifier rubyid_greenSize'>greenSize</span>
1738
+ <span class='ivar'>@greenSize</span>
1739
+ <span class='kw'>end</span></pre>
1740
+ </td>
1741
+ </tr>
1742
+ </table>
1743
+ </div>
1744
+
1745
+
1746
+ <span id="redSize=-instance_method"></span>
1747
+ <div class="method_details ">
1748
+ <h3 class="signature " id="redSize-instance_method">
1749
+
1750
+ #<strong>redSize</strong> &#x21d2; <tt>Object</tt>
1751
+
1752
+
1753
+
1754
+
1755
+
1756
+ </h3><div class="docstring">
1757
+ <div class="discussion">
1758
+
1759
+ <p>Requested number of bits of red (default is 8) [Integer]</p>
1760
+
1761
+
1762
+ </div>
1763
+ </div>
1764
+ <div class="tags">
1765
+
1766
+
1767
+ </div><table class="source_code">
1768
+ <tr>
1769
+ <td>
1770
+ <pre class="lines">
1771
+
1772
+
1773
+ 8
1774
+ 9
1775
+ 10</pre>
1776
+ </td>
1777
+ <td>
1778
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 8</span>
1779
+
1780
+ <span class='kw'>def</span> <span class='id identifier rubyid_redSize'>redSize</span>
1781
+ <span class='ivar'>@redSize</span>
1782
+ <span class='kw'>end</span></pre>
1783
+ </td>
1784
+ </tr>
1785
+ </table>
1786
+ </div>
1787
+
1788
+
1789
+ <span id="stencilSize=-instance_method"></span>
1790
+ <div class="method_details ">
1791
+ <h3 class="signature " id="stencilSize-instance_method">
1792
+
1793
+ #<strong>stencilSize</strong> &#x21d2; <tt>Object</tt>
1794
+
1795
+
1796
+
1797
+
1798
+
1799
+ </h3><div class="docstring">
1800
+ <div class="discussion">
1801
+
1802
+ <p>Requested stencil size (default is zero) [Integer]</p>
1803
+
1804
+
1805
+ </div>
1806
+ </div>
1807
+ <div class="tags">
1808
+
1809
+
1810
+ </div><table class="source_code">
1811
+ <tr>
1812
+ <td>
1813
+ <pre class="lines">
1814
+
1815
+
1816
+ 23
1817
+ 24
1818
+ 25</pre>
1819
+ </td>
1820
+ <td>
1821
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 23</span>
1822
+
1823
+ <span class='kw'>def</span> <span class='id identifier rubyid_stencilSize'>stencilSize</span>
1824
+ <span class='ivar'>@stencilSize</span>
1825
+ <span class='kw'>end</span></pre>
1826
+ </td>
1827
+ </tr>
1828
+ </table>
1829
+ </div>
1830
+
1831
+ </div>
1832
+
1833
+
1834
+ <div id="class_method_details" class="method_details_list">
1835
+ <h2>Class Method Details</h2>
1836
+
1837
+
1838
+ <div class="method_details first">
1839
+ <h3 class="signature first" id="supported-class_method">
1840
+
1841
+ .<strong>supported</strong>(app) &#x21d2; <tt>Object</tt>
1842
+
1843
+
1844
+
1845
+
1846
+
1847
+ </h3><div class="docstring">
1848
+ <div class="discussion">
1849
+
1850
+ <p>Test if OpenGL is possible, and what level is supported. Because of remote display capability, the display server may support a different level of OpenGL than the client; it may even support no OpenGL at all! This function returns the lesser of the client support level and the display server support level.</p>
1851
+
1852
+ <p>Return an array with the following 3 elements: [supported, major, minor]</p>
1853
+
1854
+
1855
+ </div>
1856
+ </div>
1857
+ <div class="tags">
1858
+
1859
+
1860
+ </div><table class="source_code">
1861
+ <tr>
1862
+ <td>
1863
+ <pre class="lines">
1864
+
1865
+
1866
+ 82</pre>
1867
+ </td>
1868
+ <td>
1869
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 82</span>
1870
+
1871
+ <span class='kw'>def</span> <span class='const'><span class='object_link'><a href="" title="Fox::FXGLVisual (class)">FXGLVisual</a></span></span><span class='period'>.</span><span class='id identifier rubyid_supported'>supported</span><span class='lparen'>(</span><span class='id identifier rubyid_app'>app</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1872
+ </td>
1873
+ </tr>
1874
+ </table>
1875
+ </div>
1876
+
1877
+ <div class="method_details ">
1878
+ <h3 class="signature " id="supported?-class_method">
1879
+
1880
+ .<strong>supported?</strong>(app) &#x21d2; <tt>Boolean</tt>
1881
+
1882
+
1883
+
1884
+
1885
+
1886
+ </h3><div class="docstring">
1887
+ <div class="discussion">
1888
+
1889
+ <p>Test if OpenGL is possible.</p>
1890
+
1891
+ <p>Same as <span class='object_link'><a href="#supported-class_method" title="Fox::FXGLVisual.supported (method)">supported</a></span>, but returns the first element (true/false) only.</p>
1892
+
1893
+
1894
+ </div>
1895
+ </div>
1896
+ <div class="tags">
1897
+
1898
+ <p class="tag_title">Returns:</p>
1899
+ <ul class="return">
1900
+
1901
+ <li>
1902
+
1903
+
1904
+ <span class='type'>(<tt>Boolean</tt>)</span>
1905
+
1906
+
1907
+
1908
+ </li>
1909
+
1910
+ </ul>
1911
+
1912
+ </div><table class="source_code">
1913
+ <tr>
1914
+ <td>
1915
+ <pre class="lines">
1916
+
1917
+
1918
+ 88</pre>
1919
+ </td>
1920
+ <td>
1921
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 88</span>
1922
+
1923
+ <span class='kw'>def</span> <span class='const'><span class='object_link'><a href="" title="Fox::FXGLVisual (class)">FXGLVisual</a></span></span><span class='period'>.</span><span class='id identifier rubyid_supported?'>supported?</span><span class='lparen'>(</span><span class='id identifier rubyid_app'>app</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1924
+ </td>
1925
+ </tr>
1926
+ </table>
1927
+ </div>
1928
+
1929
+ </div>
1930
+
1931
+ <div id="instance_method_details" class="method_details_list">
1932
+ <h2>Instance Method Details</h2>
1933
+
1934
+
1935
+ <div class="method_details first">
1936
+ <h3 class="signature first" id="accelerated?-instance_method">
1937
+
1938
+ #<strong>accelerated?</strong> &#x21d2; <tt>Boolean</tt>
1939
+
1940
+
1941
+
1942
+
1943
+
1944
+ </h3><div class="docstring">
1945
+ <div class="discussion">
1946
+
1947
+ <p>Return <code>true</code> if hardware-accelerated</p>
1948
+
1949
+
1950
+ </div>
1951
+ </div>
1952
+ <div class="tags">
1953
+
1954
+ <p class="tag_title">Returns:</p>
1955
+ <ul class="return">
1956
+
1957
+ <li>
1958
+
1959
+
1960
+ <span class='type'>(<tt>Boolean</tt>)</span>
1961
+
1962
+
1963
+
1964
+ </li>
1965
+
1966
+ </ul>
1967
+
1968
+ </div><table class="source_code">
1969
+ <tr>
1970
+ <td>
1971
+ <pre class="lines">
1972
+
1973
+
1974
+ 97</pre>
1975
+ </td>
1976
+ <td>
1977
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 97</span>
1978
+
1979
+ <span class='kw'>def</span> <span class='id identifier rubyid_accelerated?'>accelerated?</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1980
+ </td>
1981
+ </tr>
1982
+ </table>
1983
+ </div>
1984
+
1985
+ <div class="method_details ">
1986
+ <h3 class="signature " id="bufferSwapCopy?-instance_method">
1987
+
1988
+ #<strong>bufferSwapCopy?</strong> &#x21d2; <tt>Boolean</tt>
1989
+
1990
+
1991
+
1992
+
1993
+
1994
+ </h3><div class="docstring">
1995
+ <div class="discussion">
1996
+
1997
+ <p>Return <code>true</code> if this visual “swaps” by copying instead of flipping buffers.</p>
1998
+
1999
+
2000
+ </div>
2001
+ </div>
2002
+ <div class="tags">
2003
+
2004
+ <p class="tag_title">Returns:</p>
2005
+ <ul class="return">
2006
+
2007
+ <li>
2008
+
2009
+
2010
+ <span class='type'>(<tt>Boolean</tt>)</span>
2011
+
2012
+
2013
+
2014
+ </li>
2015
+
2016
+ </ul>
2017
+
2018
+ </div><table class="source_code">
2019
+ <tr>
2020
+ <td>
2021
+ <pre class="lines">
2022
+
2023
+
2024
+ 100</pre>
2025
+ </td>
2026
+ <td>
2027
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 100</span>
2028
+
2029
+ <span class='kw'>def</span> <span class='id identifier rubyid_bufferSwapCopy?'>bufferSwapCopy?</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2030
+ </td>
2031
+ </tr>
2032
+ </table>
2033
+ </div>
2034
+
2035
+ <div class="method_details ">
2036
+ <h3 class="signature " id="doubleBuffered?-instance_method">
2037
+
2038
+ #<strong>doubleBuffered?</strong> &#x21d2; <tt>Boolean</tt>
2039
+
2040
+
2041
+
2042
+
2043
+
2044
+ </h3><div class="docstring">
2045
+ <div class="discussion">
2046
+
2047
+ <p>Return <code>true</code> if double-buffered</p>
2048
+
2049
+
2050
+ </div>
2051
+ </div>
2052
+ <div class="tags">
2053
+
2054
+ <p class="tag_title">Returns:</p>
2055
+ <ul class="return">
2056
+
2057
+ <li>
2058
+
2059
+
2060
+ <span class='type'>(<tt>Boolean</tt>)</span>
2061
+
2062
+
2063
+
2064
+ </li>
2065
+
2066
+ </ul>
2067
+
2068
+ </div><table class="source_code">
2069
+ <tr>
2070
+ <td>
2071
+ <pre class="lines">
2072
+
2073
+
2074
+ 91</pre>
2075
+ </td>
2076
+ <td>
2077
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 91</span>
2078
+
2079
+ <span class='kw'>def</span> <span class='id identifier rubyid_doubleBuffered?'>doubleBuffered?</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2080
+ </td>
2081
+ </tr>
2082
+ </table>
2083
+ </div>
2084
+
2085
+ <div class="method_details ">
2086
+ <h3 class="signature " id="stereo?-instance_method">
2087
+
2088
+ #<strong>stereo?</strong> &#x21d2; <tt>Boolean</tt>
2089
+
2090
+
2091
+
2092
+
2093
+
2094
+ </h3><div class="docstring">
2095
+ <div class="discussion">
2096
+
2097
+ <p>Return <code>true</code> if stereo</p>
2098
+
2099
+
2100
+ </div>
2101
+ </div>
2102
+ <div class="tags">
2103
+
2104
+ <p class="tag_title">Returns:</p>
2105
+ <ul class="return">
2106
+
2107
+ <li>
2108
+
2109
+
2110
+ <span class='type'>(<tt>Boolean</tt>)</span>
2111
+
2112
+
2113
+
2114
+ </li>
2115
+
2116
+ </ul>
2117
+
2118
+ </div><table class="source_code">
2119
+ <tr>
2120
+ <td>
2121
+ <pre class="lines">
2122
+
2123
+
2124
+ 94</pre>
2125
+ </td>
2126
+ <td>
2127
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXGLVisual.rb', line 94</span>
2128
+
2129
+ <span class='kw'>def</span> <span class='id identifier rubyid_stereo?'>stereo?</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2130
+ </td>
2131
+ </tr>
2132
+ </table>
2133
+ </div>
2134
+
2135
+ </div>
2136
+
2137
+ </div>
2138
+
2139
+ <div id="footer">
2140
+ Generated on Fri Nov 27 21:10:55 2020 by
2141
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2142
+ 0.9.24 (ruby-2.7.2).
2143
+ </div>
2144
+
2145
+ </div>
2146
+ </body>
2147
+ </html>