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,225 @@
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
+ Module: Responder2
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 = "Responder2";
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 (R)</a> &raquo;
40
+
41
+
42
+ <span class="title">Responder2</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>Module: Responder2
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+ <dl>
78
+ <dt>Included in:</dt>
79
+ <dd><span class='object_link'><a href="Fox/FXDataTarget.html" title="Fox::FXDataTarget (class)">Fox::FXDataTarget</a></span>, <span class='object_link'><a href="Fox/FXRecentFiles.html" title="Fox::FXRecentFiles (class)">Fox::FXRecentFiles</a></span>, <span class='object_link'><a href="Fox/FXWindow.html" title="Fox::FXWindow (class)">Fox::FXWindow</a></span></dd>
80
+ </dl>
81
+
82
+
83
+
84
+ <dl>
85
+ <dt>Defined in:</dt>
86
+ <dd>lib/fox16/responder2.rb</dd>
87
+ </dl>
88
+
89
+ </div>
90
+
91
+ <h2>Overview</h2><div class="docstring">
92
+ <div class="discussion">
93
+
94
+ <p>The Responder2 module provides the #connect method, which is mixed-in to all classes that have a message target (i.e. Fox::FXDataTarget, Fox::FXRecentFiles and Fox::FXWindow).</p>
95
+
96
+
97
+ </div>
98
+ </div>
99
+ <div class="tags">
100
+
101
+
102
+ </div>
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+ <h2>
111
+ Instance Method Summary
112
+ <small><a href="#" class="summary_toggle">collapse</a></small>
113
+ </h2>
114
+
115
+ <ul class="summary">
116
+
117
+ <li class="public ">
118
+ <span class="summary_signature">
119
+
120
+ <a href="#connect-instance_method" title="#connect (instance method)">#<strong>connect</strong>(message_type, callable_object = nil, &amp;block) &#x21d2; Object </a>
121
+
122
+
123
+
124
+ </span>
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+ <span class="summary_desc"><div class='inline'>
135
+ <p>Assign a “handler” for all FOX messages of type <em>messageType</em> sent from this widget.</p>
136
+ </div></span>
137
+
138
+ </li>
139
+
140
+
141
+ </ul>
142
+
143
+
144
+
145
+
146
+ <div id="instance_method_details" class="method_details_list">
147
+ <h2>Instance Method Details</h2>
148
+
149
+
150
+ <div class="method_details first">
151
+ <h3 class="signature first" id="connect-instance_method">
152
+
153
+ #<strong>connect</strong>(message_type, callable_object = nil, &amp;block) &#x21d2; <tt>Object</tt>
154
+
155
+
156
+
157
+
158
+
159
+ </h3><div class="docstring">
160
+ <div class="discussion">
161
+
162
+ <p>Assign a “handler” for all FOX messages of type <em>messageType</em> sent from this widget. When called with only one argument, a block is expected, e.g.</p>
163
+
164
+ <pre class="code ruby"><code class="ruby">aButton.connect(SEL_COMMAND) { |sender, selector, data|
165
+ ... code to handle this event ...
166
+ }
167
+ </code></pre>
168
+
169
+ <p>The arguments passed into the block are the <em>sender</em> of the message (i.e. the widget), the <em>selector</em> for the message, and any message-specific <em>data</em>.</p>
170
+
171
+ <p>When #connect is called with two arguments, the second argument should be some callable object such as a Method or Proc instance, e.g.</p>
172
+
173
+ <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_aButton'>aButton</span><span class='period'>.</span><span class='id identifier rubyid_connect'>connect</span><span class='lparen'>(</span><span class='const'>SEL_COMMAND</span><span class='comma'>,</span> <span class='id identifier rubyid_method'>method</span><span class='lparen'>(</span><span class='symbol'>:onCommand</span><span class='rparen'>)</span><span class='rparen'>)</span>
174
+ </code></pre>
175
+
176
+ <p>As with the one-argument form of #connect, the callable object will be “called” with three arguments (the sender, selector and message data).</p>
177
+
178
+
179
+ </div>
180
+ </div>
181
+ <div class="tags">
182
+
183
+
184
+ </div><table class="source_code">
185
+ <tr>
186
+ <td>
187
+ <pre class="lines">
188
+
189
+
190
+ 106
191
+ 107
192
+ 108
193
+ 109
194
+ 110
195
+ 111
196
+ 112</pre>
197
+ </td>
198
+ <td>
199
+ <pre class="code"><span class="info file"># File 'lib/fox16/responder2.rb', line 106</span>
200
+
201
+ <span class='kw'>def</span> <span class='id identifier rubyid_connect'>connect</span><span class='lparen'>(</span><span class='id identifier rubyid_message_type'>message_type</span><span class='comma'>,</span> <span class='id identifier rubyid_callable_object'>callable_object</span><span class='op'>=</span><span class='kw'>nil</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
202
+ <span class='kw'>unless</span> <span class='id identifier rubyid_instance_variables'>instance_variables</span><span class='period'>.</span><span class='id identifier rubyid_include?'>include?</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>@pseudoTarget</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span> <span class='op'>||</span> <span class='id identifier rubyid_instance_variables'>instance_variables</span><span class='period'>.</span><span class='id identifier rubyid_include?'>include?</span><span class='lparen'>(</span><span class='symbol'>:@pseudoTarget</span><span class='rparen'>)</span>
203
+ <span class='ivar'>@pseudoTarget</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="Fox.html" title="Fox (module)">Fox</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Fox/FXPseudoTarget.html" title="Fox::FXPseudoTarget (class)">FXPseudoTarget</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Fox/FXPseudoTarget.html#initialize-instance_method" title="Fox::FXPseudoTarget#initialize (method)">new</a></span></span>
204
+ <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_target'>target</span> <span class='op'>=</span> <span class='ivar'>@pseudoTarget</span>
205
+ <span class='kw'>end</span>
206
+ <span class='ivar'>@pseudoTarget</span><span class='period'>.</span><span class='id identifier rubyid_pconnect'>pconnect</span><span class='lparen'>(</span><span class='id identifier rubyid_message_type'>message_type</span><span class='comma'>,</span> <span class='id identifier rubyid_callable_object'>callable_object</span> <span class='op'>?</span> <span class='id identifier rubyid_callable_object'>callable_object</span> <span class='op'>:</span> <span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
207
+ <span class='kw'>end</span></pre>
208
+ </td>
209
+ </tr>
210
+ </table>
211
+ </div>
212
+
213
+ </div>
214
+
215
+ </div>
216
+
217
+ <div id="footer">
218
+ Generated on Fri Nov 27 21:10:34 2020 by
219
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
220
+ 0.9.24 (ruby-2.7.2).
221
+ </div>
222
+
223
+ </div>
224
+ </body>
225
+ </html>
@@ -0,0 +1,2101 @@
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
+ FXRuby API Documentation
8
+
9
+ </title>
10
+
11
+ <link rel="stylesheet" href="css/style.css" type="text/css" />
12
+
13
+ <link rel="stylesheet" href="css/common.css" type="text/css" />
14
+
15
+ <script type="text/javascript">
16
+ pathId = null;
17
+ relpath = '';
18
+ </script>
19
+
20
+
21
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
22
+
23
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
24
+
25
+
26
+ </head>
27
+ <body>
28
+ <div class="nav_wrap">
29
+ <iframe id="nav" src="class_list.html?1"></iframe>
30
+ <div id="resizer"></div>
31
+ </div>
32
+
33
+ <div id="main" tabindex="-1">
34
+ <div id="header">
35
+ <div id="menu">
36
+
37
+ </div>
38
+
39
+ <div id="search">
40
+
41
+ <a class="full_list_link" id="class_list_link"
42
+ href="class_list.html">
43
+
44
+ <svg width="24" height="24">
45
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
46
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
47
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
48
+ </svg>
49
+ </a>
50
+
51
+ </div>
52
+ <div class="clear"></div>
53
+ </div>
54
+
55
+ <div id="content"><h1 class="noborder title">FXRuby API Documentation</h1>
56
+ <div id="listing">
57
+ <h1 class="alphaindex">Alphabetic Index</h1>
58
+
59
+ <h2>File Listing</h2>
60
+ <ul id="files" class="index_inline_list">
61
+
62
+
63
+ <li class="r1"><a href="index.html" title="README">README</a></li>
64
+
65
+
66
+ <li class="r2"><a href="file.History.html" title="History">History</a></li>
67
+
68
+
69
+ <li class="r1"><a href="file.README.html" title="README">README</a></li>
70
+
71
+
72
+ </ul>
73
+
74
+ <div class="clear"></div>
75
+ <h2>Namespace Listing A-Z</h2>
76
+
77
+
78
+ <ul class="toplevel"><li><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></li></ul>
79
+
80
+
81
+
82
+ <table>
83
+ <tr>
84
+ <td valign='top' width="33%">
85
+
86
+
87
+ <ul id="alpha_C" class="alpha">
88
+ <li class="letter">C</li>
89
+ <ul>
90
+
91
+ <li>
92
+ <span class='object_link'><a href="Fox/Canvas.html" title="Fox::Canvas (module)">Canvas</a></span>
93
+
94
+ <small>(Fox)</small>
95
+
96
+ </li>
97
+
98
+ <li>
99
+ <span class='object_link'><a href="Fox/Canvas/CanvasError.html" title="Fox::Canvas::CanvasError (class)">CanvasError</a></span>
100
+
101
+ <small>(Fox::Canvas)</small>
102
+
103
+ </li>
104
+
105
+ <li>
106
+ <span class='object_link'><a href="Fox/Canvas/CircleShape.html" title="Fox::Canvas::CircleShape (class)">CircleShape</a></span>
107
+
108
+ <small>(Fox::Canvas)</small>
109
+
110
+ </li>
111
+
112
+ </ul>
113
+ </ul>
114
+
115
+
116
+ <ul id="alpha_F" class="alpha">
117
+ <li class="letter">F</li>
118
+ <ul>
119
+
120
+ <li>
121
+ <span class='object_link'><a href="Fox/FTNonModal.html" title="Fox::FTNonModal (module)">FTNonModal</a></span>
122
+
123
+ <small>(Fox)</small>
124
+
125
+ </li>
126
+
127
+ <li>
128
+ <span class='object_link'><a href="Fox/FX4Splitter.html" title="Fox::FX4Splitter (class)">FX4Splitter</a></span>
129
+
130
+ <small>(Fox)</small>
131
+
132
+ </li>
133
+
134
+ <li>
135
+ <span class='object_link'><a href="Fox/FX7Segment.html" title="Fox::FX7Segment (class)">FX7Segment</a></span>
136
+
137
+ <small>(Fox)</small>
138
+
139
+ </li>
140
+
141
+ <li>
142
+ <span class='object_link'><a href="Fox/FXAccelTable.html" title="Fox::FXAccelTable (class)">FXAccelTable</a></span>
143
+
144
+ <small>(Fox)</small>
145
+
146
+ </li>
147
+
148
+ <li>
149
+ <span class='object_link'><a href="Fox/FXApp.html" title="Fox::FXApp (class)">FXApp</a></span>
150
+
151
+ <small>(Fox)</small>
152
+
153
+ </li>
154
+
155
+ <li>
156
+ <span class='object_link'><a href="Fox/FXArc.html" title="Fox::FXArc (class)">FXArc</a></span>
157
+
158
+ <small>(Fox)</small>
159
+
160
+ </li>
161
+
162
+ <li>
163
+ <span class='object_link'><a href="Fox/FXArrowButton.html" title="Fox::FXArrowButton (class)">FXArrowButton</a></span>
164
+
165
+ <small>(Fox)</small>
166
+
167
+ </li>
168
+
169
+ <li>
170
+ <span class='object_link'><a href="Fox/FXBMPIcon.html" title="Fox::FXBMPIcon (class)">FXBMPIcon</a></span>
171
+
172
+ <small>(Fox)</small>
173
+
174
+ </li>
175
+
176
+ <li>
177
+ <span class='object_link'><a href="Fox/FXBMPImage.html" title="Fox::FXBMPImage (class)">FXBMPImage</a></span>
178
+
179
+ <small>(Fox)</small>
180
+
181
+ </li>
182
+
183
+ <li>
184
+ <span class='object_link'><a href="Fox/FXBitmap.html" title="Fox::FXBitmap (class)">FXBitmap</a></span>
185
+
186
+ <small>(Fox)</small>
187
+
188
+ </li>
189
+
190
+ <li>
191
+ <span class='object_link'><a href="Fox/FXBitmapFrame.html" title="Fox::FXBitmapFrame (class)">FXBitmapFrame</a></span>
192
+
193
+ <small>(Fox)</small>
194
+
195
+ </li>
196
+
197
+ <li>
198
+ <span class='object_link'><a href="Fox/FXBitmapView.html" title="Fox::FXBitmapView (class)">FXBitmapView</a></span>
199
+
200
+ <small>(Fox)</small>
201
+
202
+ </li>
203
+
204
+ <li>
205
+ <span class='object_link'><a href="Fox/FXButton.html" title="Fox::FXButton (class)">FXButton</a></span>
206
+
207
+ <small>(Fox)</small>
208
+
209
+ </li>
210
+
211
+ <li>
212
+ <span class='object_link'><a href="Fox/FXCURCursor.html" title="Fox::FXCURCursor (class)">FXCURCursor</a></span>
213
+
214
+ <small>(Fox)</small>
215
+
216
+ </li>
217
+
218
+ <li>
219
+ <span class='object_link'><a href="Fox/FXCalendar.html" title="Fox::FXCalendar (class)">FXCalendar</a></span>
220
+
221
+ <small>(Fox)</small>
222
+
223
+ </li>
224
+
225
+ <li>
226
+ <span class='object_link'><a href="Fox/FXCanvas.html" title="Fox::FXCanvas (class)">FXCanvas</a></span>
227
+
228
+ <small>(Fox)</small>
229
+
230
+ </li>
231
+
232
+ <li>
233
+ <span class='object_link'><a href="Fox/FXCheckButton.html" title="Fox::FXCheckButton (class)">FXCheckButton</a></span>
234
+
235
+ <small>(Fox)</small>
236
+
237
+ </li>
238
+
239
+ <li>
240
+ <span class='object_link'><a href="Fox/FXChoiceBox.html" title="Fox::FXChoiceBox (class)">FXChoiceBox</a></span>
241
+
242
+ <small>(Fox)</small>
243
+
244
+ </li>
245
+
246
+ <li>
247
+ <span class='object_link'><a href="Fox/FXColor.html" title="Fox::FXColor (class)">FXColor</a></span>
248
+
249
+ <small>(Fox)</small>
250
+
251
+ </li>
252
+
253
+ <li>
254
+ <span class='object_link'><a href="Fox/FXColorBar.html" title="Fox::FXColorBar (class)">FXColorBar</a></span>
255
+
256
+ <small>(Fox)</small>
257
+
258
+ </li>
259
+
260
+ <li>
261
+ <span class='object_link'><a href="Fox/FXColorDialog.html" title="Fox::FXColorDialog (class)">FXColorDialog</a></span>
262
+
263
+ <small>(Fox)</small>
264
+
265
+ </li>
266
+
267
+ <li>
268
+ <span class='object_link'><a href="Fox/FXColorItem.html" title="Fox::FXColorItem (class)">FXColorItem</a></span>
269
+
270
+ <small>(Fox)</small>
271
+
272
+ </li>
273
+
274
+ <li>
275
+ <span class='object_link'><a href="Fox/FXColorList.html" title="Fox::FXColorList (class)">FXColorList</a></span>
276
+
277
+ <small>(Fox)</small>
278
+
279
+ </li>
280
+
281
+ <li>
282
+ <span class='object_link'><a href="Fox/FXColorRing.html" title="Fox::FXColorRing (class)">FXColorRing</a></span>
283
+
284
+ <small>(Fox)</small>
285
+
286
+ </li>
287
+
288
+ <li>
289
+ <span class='object_link'><a href="Fox/FXColorSelector.html" title="Fox::FXColorSelector (class)">FXColorSelector</a></span>
290
+
291
+ <small>(Fox)</small>
292
+
293
+ </li>
294
+
295
+ <li>
296
+ <span class='object_link'><a href="Fox/FXColorWell.html" title="Fox::FXColorWell (class)">FXColorWell</a></span>
297
+
298
+ <small>(Fox)</small>
299
+
300
+ </li>
301
+
302
+ <li>
303
+ <span class='object_link'><a href="Fox/FXColorWheel.html" title="Fox::FXColorWheel (class)">FXColorWheel</a></span>
304
+
305
+ <small>(Fox)</small>
306
+
307
+ </li>
308
+
309
+ <li>
310
+ <span class='object_link'><a href="Fox/FXComboBox.html" title="Fox::FXComboBox (class)">FXComboBox</a></span>
311
+
312
+ <small>(Fox)</small>
313
+
314
+ </li>
315
+
316
+ <li>
317
+ <span class='object_link'><a href="Fox/FXComboTableItem.html" title="Fox::FXComboTableItem (class)">FXComboTableItem</a></span>
318
+
319
+ <small>(Fox)</small>
320
+
321
+ </li>
322
+
323
+ <li>
324
+ <span class='object_link'><a href="Fox/FXCommand.html" title="Fox::FXCommand (class)">FXCommand</a></span>
325
+
326
+ <small>(Fox)</small>
327
+
328
+ </li>
329
+
330
+ <li>
331
+ <span class='object_link'><a href="Fox/FXComposite.html" title="Fox::FXComposite (class)">FXComposite</a></span>
332
+
333
+ <small>(Fox)</small>
334
+
335
+ </li>
336
+
337
+ <li>
338
+ <span class='object_link'><a href="Fox/FXCursor.html" title="Fox::FXCursor (class)">FXCursor</a></span>
339
+
340
+ <small>(Fox)</small>
341
+
342
+ </li>
343
+
344
+ <li>
345
+ <span class='object_link'><a href="Fox/FXDC.html" title="Fox::FXDC (class)">FXDC</a></span>
346
+
347
+ <small>(Fox)</small>
348
+
349
+ </li>
350
+
351
+ <li>
352
+ <span class='object_link'><a href="Fox/FXDCPrint.html" title="Fox::FXDCPrint (class)">FXDCPrint</a></span>
353
+
354
+ <small>(Fox)</small>
355
+
356
+ </li>
357
+
358
+ <li>
359
+ <span class='object_link'><a href="Fox/FXDCWindow.html" title="Fox::FXDCWindow (class)">FXDCWindow</a></span>
360
+
361
+ <small>(Fox)</small>
362
+
363
+ </li>
364
+
365
+ <li>
366
+ <span class='object_link'><a href="Fox/FXDataTarget.html" title="Fox::FXDataTarget (class)">FXDataTarget</a></span>
367
+
368
+ <small>(Fox)</small>
369
+
370
+ </li>
371
+
372
+ <li>
373
+ <span class='object_link'><a href="Fox/FXDebugTarget.html" title="Fox::FXDebugTarget (class)">FXDebugTarget</a></span>
374
+
375
+ <small>(Fox)</small>
376
+
377
+ </li>
378
+
379
+ <li>
380
+ <span class='object_link'><a href="Fox/FXDelegator.html" title="Fox::FXDelegator (class)">FXDelegator</a></span>
381
+
382
+ <small>(Fox)</small>
383
+
384
+ </li>
385
+
386
+ <li>
387
+ <span class='object_link'><a href="Fox/FXDial.html" title="Fox::FXDial (class)">FXDial</a></span>
388
+
389
+ <small>(Fox)</small>
390
+
391
+ </li>
392
+
393
+ <li>
394
+ <span class='object_link'><a href="Fox/FXDialogBox.html" title="Fox::FXDialogBox (class)">FXDialogBox</a></span>
395
+
396
+ <small>(Fox)</small>
397
+
398
+ </li>
399
+
400
+ <li>
401
+ <span class='object_link'><a href="Fox/FXDict.html" title="Fox::FXDict (class)">FXDict</a></span>
402
+
403
+ <small>(Fox)</small>
404
+
405
+ </li>
406
+
407
+ <li>
408
+ <span class='object_link'><a href="Fox/FXDirBox.html" title="Fox::FXDirBox (class)">FXDirBox</a></span>
409
+
410
+ <small>(Fox)</small>
411
+
412
+ </li>
413
+
414
+ <li>
415
+ <span class='object_link'><a href="Fox/FXDirDialog.html" title="Fox::FXDirDialog (class)">FXDirDialog</a></span>
416
+
417
+ <small>(Fox)</small>
418
+
419
+ </li>
420
+
421
+ <li>
422
+ <span class='object_link'><a href="Fox/FXDirItem.html" title="Fox::FXDirItem (class)">FXDirItem</a></span>
423
+
424
+ <small>(Fox)</small>
425
+
426
+ </li>
427
+
428
+ <li>
429
+ <span class='object_link'><a href="Fox/FXDirList.html" title="Fox::FXDirList (class)">FXDirList</a></span>
430
+
431
+ <small>(Fox)</small>
432
+
433
+ </li>
434
+
435
+ <li>
436
+ <span class='object_link'><a href="Fox/FXDirSelector.html" title="Fox::FXDirSelector (class)">FXDirSelector</a></span>
437
+
438
+ <small>(Fox)</small>
439
+
440
+ </li>
441
+
442
+ <li>
443
+ <span class='object_link'><a href="Fox/FXDockBar.html" title="Fox::FXDockBar (class)">FXDockBar</a></span>
444
+
445
+ <small>(Fox)</small>
446
+
447
+ </li>
448
+
449
+ <li>
450
+ <span class='object_link'><a href="Fox/FXDockHandler.html" title="Fox::FXDockHandler (class)">FXDockHandler</a></span>
451
+
452
+ <small>(Fox)</small>
453
+
454
+ </li>
455
+
456
+ <li>
457
+ <span class='object_link'><a href="Fox/FXDockSite.html" title="Fox::FXDockSite (class)">FXDockSite</a></span>
458
+
459
+ <small>(Fox)</small>
460
+
461
+ </li>
462
+
463
+ <li>
464
+ <span class='object_link'><a href="Fox/FXDockTitle.html" title="Fox::FXDockTitle (class)">FXDockTitle</a></span>
465
+
466
+ <small>(Fox)</small>
467
+
468
+ </li>
469
+
470
+ <li>
471
+ <span class='object_link'><a href="Fox/FXDocument.html" title="Fox::FXDocument (class)">FXDocument</a></span>
472
+
473
+ <small>(Fox)</small>
474
+
475
+ </li>
476
+
477
+ <li>
478
+ <span class='object_link'><a href="Fox/FXDragCorner.html" title="Fox::FXDragCorner (class)">FXDragCorner</a></span>
479
+
480
+ <small>(Fox)</small>
481
+
482
+ </li>
483
+
484
+ <li>
485
+ <span class='object_link'><a href="Fox/FXDrawable.html" title="Fox::FXDrawable (class)">FXDrawable</a></span>
486
+
487
+ <small>(Fox)</small>
488
+
489
+ </li>
490
+
491
+ <li>
492
+ <span class='object_link'><a href="Fox/FXDriveBox.html" title="Fox::FXDriveBox (class)">FXDriveBox</a></span>
493
+
494
+ <small>(Fox)</small>
495
+
496
+ </li>
497
+
498
+ <li>
499
+ <span class='object_link'><a href="Fox/FXEvent.html" title="Fox::FXEvent (class)">FXEvent</a></span>
500
+
501
+ <small>(Fox)</small>
502
+
503
+ </li>
504
+
505
+ <li>
506
+ <span class='object_link'><a href="Fox/FXExtentd.html" title="Fox::FXExtentd (class)">FXExtentd</a></span>
507
+
508
+ <small>(Fox)</small>
509
+
510
+ </li>
511
+
512
+ <li>
513
+ <span class='object_link'><a href="Fox/FXExtentf.html" title="Fox::FXExtentf (class)">FXExtentf</a></span>
514
+
515
+ <small>(Fox)</small>
516
+
517
+ </li>
518
+
519
+ <li>
520
+ <span class='object_link'><a href="Fox/FXFileAssoc.html" title="Fox::FXFileAssoc (class)">FXFileAssoc</a></span>
521
+
522
+ <small>(Fox)</small>
523
+
524
+ </li>
525
+
526
+ <li>
527
+ <span class='object_link'><a href="Fox/FXFileDialog.html" title="Fox::FXFileDialog (class)">FXFileDialog</a></span>
528
+
529
+ <small>(Fox)</small>
530
+
531
+ </li>
532
+
533
+ <li>
534
+ <span class='object_link'><a href="Fox/FXFileDict.html" title="Fox::FXFileDict (class)">FXFileDict</a></span>
535
+
536
+ <small>(Fox)</small>
537
+
538
+ </li>
539
+
540
+ <li>
541
+ <span class='object_link'><a href="Fox/FXFileItem.html" title="Fox::FXFileItem (class)">FXFileItem</a></span>
542
+
543
+ <small>(Fox)</small>
544
+
545
+ </li>
546
+
547
+ <li>
548
+ <span class='object_link'><a href="Fox/FXFileList.html" title="Fox::FXFileList (class)">FXFileList</a></span>
549
+
550
+ <small>(Fox)</small>
551
+
552
+ </li>
553
+
554
+ <li>
555
+ <span class='object_link'><a href="Fox/FXFileSelector.html" title="Fox::FXFileSelector (class)">FXFileSelector</a></span>
556
+
557
+ <small>(Fox)</small>
558
+
559
+ </li>
560
+
561
+ <li>
562
+ <span class='object_link'><a href="Fox/FXFileStream.html" title="Fox::FXFileStream (class)">FXFileStream</a></span>
563
+
564
+ <small>(Fox)</small>
565
+
566
+ </li>
567
+
568
+ <li>
569
+ <span class='object_link'><a href="Fox/FXFoldingItem.html" title="Fox::FXFoldingItem (class)">FXFoldingItem</a></span>
570
+
571
+ <small>(Fox)</small>
572
+
573
+ </li>
574
+
575
+ <li>
576
+ <span class='object_link'><a href="Fox/FXFoldingList.html" title="Fox::FXFoldingList (class)">FXFoldingList</a></span>
577
+
578
+ <small>(Fox)</small>
579
+
580
+ </li>
581
+
582
+ <li>
583
+ <span class='object_link'><a href="Fox/FXFont.html" title="Fox::FXFont (class)">FXFont</a></span>
584
+
585
+ <small>(Fox)</small>
586
+
587
+ </li>
588
+
589
+ <li>
590
+ <span class='object_link'><a href="Fox/FXFontDesc.html" title="Fox::FXFontDesc (class)">FXFontDesc</a></span>
591
+
592
+ <small>(Fox)</small>
593
+
594
+ </li>
595
+
596
+ <li>
597
+ <span class='object_link'><a href="Fox/FXFontDialog.html" title="Fox::FXFontDialog (class)">FXFontDialog</a></span>
598
+
599
+ <small>(Fox)</small>
600
+
601
+ </li>
602
+
603
+ <li>
604
+ <span class='object_link'><a href="Fox/FXFontSelector.html" title="Fox::FXFontSelector (class)">FXFontSelector</a></span>
605
+
606
+ <small>(Fox)</small>
607
+
608
+ </li>
609
+
610
+ <li>
611
+ <span class='object_link'><a href="Fox/FXFrame.html" title="Fox::FXFrame (class)">FXFrame</a></span>
612
+
613
+ <small>(Fox)</small>
614
+
615
+ </li>
616
+
617
+ <li>
618
+ <span class='object_link'><a href="Fox/FXGIFCursor.html" title="Fox::FXGIFCursor (class)">FXGIFCursor</a></span>
619
+
620
+ <small>(Fox)</small>
621
+
622
+ </li>
623
+
624
+ <li>
625
+ <span class='object_link'><a href="Fox/FXGIFIcon.html" title="Fox::FXGIFIcon (class)">FXGIFIcon</a></span>
626
+
627
+ <small>(Fox)</small>
628
+
629
+ </li>
630
+
631
+ <li>
632
+ <span class='object_link'><a href="Fox/FXGIFImage.html" title="Fox::FXGIFImage (class)">FXGIFImage</a></span>
633
+
634
+ <small>(Fox)</small>
635
+
636
+ </li>
637
+
638
+ <li>
639
+ <span class='object_link'><a href="Fox/FXGLCanvas.html" title="Fox::FXGLCanvas (class)">FXGLCanvas</a></span>
640
+
641
+ <small>(Fox)</small>
642
+
643
+ </li>
644
+
645
+ <li>
646
+ <span class='object_link'><a href="Fox/FXGLCone.html" title="Fox::FXGLCone (class)">FXGLCone</a></span>
647
+
648
+ <small>(Fox)</small>
649
+
650
+ </li>
651
+
652
+ <li>
653
+ <span class='object_link'><a href="Fox/FXGLContext.html" title="Fox::FXGLContext (class)">FXGLContext</a></span>
654
+
655
+ <small>(Fox)</small>
656
+
657
+ </li>
658
+
659
+ <li>
660
+ <span class='object_link'><a href="Fox/FXGLCube.html" title="Fox::FXGLCube (class)">FXGLCube</a></span>
661
+
662
+ <small>(Fox)</small>
663
+
664
+ </li>
665
+
666
+ <li>
667
+ <span class='object_link'><a href="Fox/FXGLCylinder.html" title="Fox::FXGLCylinder (class)">FXGLCylinder</a></span>
668
+
669
+ <small>(Fox)</small>
670
+
671
+ </li>
672
+
673
+ <li>
674
+ <span class='object_link'><a href="Fox/FXGLGroup.html" title="Fox::FXGLGroup (class)">FXGLGroup</a></span>
675
+
676
+ <small>(Fox)</small>
677
+
678
+ </li>
679
+
680
+ <li>
681
+ <span class='object_link'><a href="Fox/FXGLLine.html" title="Fox::FXGLLine (class)">FXGLLine</a></span>
682
+
683
+ <small>(Fox)</small>
684
+
685
+ </li>
686
+
687
+ <li>
688
+ <span class='object_link'><a href="Fox/FXGLObject.html" title="Fox::FXGLObject (class)">FXGLObject</a></span>
689
+
690
+ <small>(Fox)</small>
691
+
692
+ </li>
693
+
694
+ <li>
695
+ <span class='object_link'><a href="Fox/FXGLPoint.html" title="Fox::FXGLPoint (class)">FXGLPoint</a></span>
696
+
697
+ <small>(Fox)</small>
698
+
699
+ </li>
700
+
701
+ <li>
702
+ <span class='object_link'><a href="Fox/FXGLShape.html" title="Fox::FXGLShape (class)">FXGLShape</a></span>
703
+
704
+ <small>(Fox)</small>
705
+
706
+ </li>
707
+
708
+ <li>
709
+ <span class='object_link'><a href="Fox/FXGLSphere.html" title="Fox::FXGLSphere (class)">FXGLSphere</a></span>
710
+
711
+ <small>(Fox)</small>
712
+
713
+ </li>
714
+
715
+ <li>
716
+ <span class='object_link'><a href="Fox/FXGLViewer.html" title="Fox::FXGLViewer (class)">FXGLViewer</a></span>
717
+
718
+ <small>(Fox)</small>
719
+
720
+ </li>
721
+
722
+ <li>
723
+ <span class='object_link'><a href="Fox/FXGLVisual.html" title="Fox::FXGLVisual (class)">FXGLVisual</a></span>
724
+
725
+ <small>(Fox)</small>
726
+
727
+ </li>
728
+
729
+ <li>
730
+ <span class='object_link'><a href="Fox/FXGradient.html" title="Fox::FXGradient (class)">FXGradient</a></span>
731
+
732
+ <small>(Fox)</small>
733
+
734
+ </li>
735
+
736
+ <li>
737
+ <span class='object_link'><a href="Fox/FXGradientBar.html" title="Fox::FXGradientBar (class)">FXGradientBar</a></span>
738
+
739
+ <small>(Fox)</small>
740
+
741
+ </li>
742
+
743
+ <li>
744
+ <span class='object_link'><a href="Fox/FXGroupBox.html" title="Fox::FXGroupBox (class)">FXGroupBox</a></span>
745
+
746
+ <small>(Fox)</small>
747
+
748
+ </li>
749
+
750
+ <li>
751
+ <span class='object_link'><a href="Fox/FXHeader.html" title="Fox::FXHeader (class)">FXHeader</a></span>
752
+
753
+ <small>(Fox)</small>
754
+
755
+ </li>
756
+
757
+ <li>
758
+ <span class='object_link'><a href="Fox/FXHeaderItem.html" title="Fox::FXHeaderItem (class)">FXHeaderItem</a></span>
759
+
760
+ <small>(Fox)</small>
761
+
762
+ </li>
763
+
764
+ <li>
765
+ <span class='object_link'><a href="Fox/FXHiliteStyle.html" title="Fox::FXHiliteStyle (class)">FXHiliteStyle</a></span>
766
+
767
+ <small>(Fox)</small>
768
+
769
+ </li>
770
+
771
+ <li>
772
+ <span class='object_link'><a href="Fox/FXHorizontalFrame.html" title="Fox::FXHorizontalFrame (class)">FXHorizontalFrame</a></span>
773
+
774
+ <small>(Fox)</small>
775
+
776
+ </li>
777
+
778
+ <li>
779
+ <span class='object_link'><a href="Fox/FXHorizontalSeparator.html" title="Fox::FXHorizontalSeparator (class)">FXHorizontalSeparator</a></span>
780
+
781
+ <small>(Fox)</small>
782
+
783
+ </li>
784
+
785
+ <li>
786
+ <span class='object_link'><a href="Fox/FXICOIcon.html" title="Fox::FXICOIcon (class)">FXICOIcon</a></span>
787
+
788
+ <small>(Fox)</small>
789
+
790
+ </li>
791
+
792
+ <li>
793
+ <span class='object_link'><a href="Fox/FXICOImage.html" title="Fox::FXICOImage (class)">FXICOImage</a></span>
794
+
795
+ <small>(Fox)</small>
796
+
797
+ </li>
798
+
799
+ <li>
800
+ <span class='object_link'><a href="Fox/FXIcon.html" title="Fox::FXIcon (class)">FXIcon</a></span>
801
+
802
+ <small>(Fox)</small>
803
+
804
+ </li>
805
+
806
+ <li>
807
+ <span class='object_link'><a href="Fox/FXIconDict.html" title="Fox::FXIconDict (class)">FXIconDict</a></span>
808
+
809
+ <small>(Fox)</small>
810
+
811
+ </li>
812
+
813
+ <li>
814
+ <span class='object_link'><a href="Fox/FXIconItem.html" title="Fox::FXIconItem (class)">FXIconItem</a></span>
815
+
816
+ <small>(Fox)</small>
817
+
818
+ </li>
819
+
820
+ <li>
821
+ <span class='object_link'><a href="Fox/FXIconList.html" title="Fox::FXIconList (class)">FXIconList</a></span>
822
+
823
+ <small>(Fox)</small>
824
+
825
+ </li>
826
+
827
+ <li>
828
+ <span class='object_link'><a href="Fox/FXIconSource.html" title="Fox::FXIconSource (class)">FXIconSource</a></span>
829
+
830
+ <small>(Fox)</small>
831
+
832
+ </li>
833
+
834
+ <li>
835
+ <span class='object_link'><a href="Fox/FXId.html" title="Fox::FXId (class)">FXId</a></span>
836
+
837
+ <small>(Fox)</small>
838
+
839
+ </li>
840
+
841
+ <li>
842
+ <span class='object_link'><a href="Fox/FXImage.html" title="Fox::FXImage (class)">FXImage</a></span>
843
+
844
+ <small>(Fox)</small>
845
+
846
+ </li>
847
+
848
+ <li>
849
+ <span class='object_link'><a href="Fox/FXImageFrame.html" title="Fox::FXImageFrame (class)">FXImageFrame</a></span>
850
+
851
+ <small>(Fox)</small>
852
+
853
+ </li>
854
+
855
+ <li>
856
+ <span class='object_link'><a href="Fox/FXImageView.html" title="Fox::FXImageView (class)">FXImageView</a></span>
857
+
858
+ <small>(Fox)</small>
859
+
860
+ </li>
861
+
862
+ <li>
863
+ <span class='object_link'><a href="Fox/FXInputDialog.html" title="Fox::FXInputDialog (class)">FXInputDialog</a></span>
864
+
865
+ <small>(Fox)</small>
866
+
867
+ </li>
868
+
869
+ <li>
870
+ <span class='object_link'><a href="Fox/FXIrb.html" title="Fox::FXIrb (class)">FXIrb</a></span>
871
+
872
+ <small>(Fox)</small>
873
+
874
+ </li>
875
+
876
+ <li>
877
+ <span class='object_link'><a href="Fox/FXJPGIcon.html" title="Fox::FXJPGIcon (class)">FXJPGIcon</a></span>
878
+
879
+ <small>(Fox)</small>
880
+
881
+ </li>
882
+
883
+ <li>
884
+ <span class='object_link'><a href="Fox/FXJPGImage.html" title="Fox::FXJPGImage (class)">FXJPGImage</a></span>
885
+
886
+ <small>(Fox)</small>
887
+
888
+ </li>
889
+
890
+ <li>
891
+ <span class='object_link'><a href="Fox/FXKnob.html" title="Fox::FXKnob (class)">FXKnob</a></span>
892
+
893
+ <small>(Fox)</small>
894
+
895
+ </li>
896
+
897
+ <li>
898
+ <span class='object_link'><a href="Fox/FXLabel.html" title="Fox::FXLabel (class)">FXLabel</a></span>
899
+
900
+ <small>(Fox)</small>
901
+
902
+ </li>
903
+
904
+ <li>
905
+ <span class='object_link'><a href="Fox/FXLight.html" title="Fox::FXLight (class)">FXLight</a></span>
906
+
907
+ <small>(Fox)</small>
908
+
909
+ </li>
910
+
911
+ <li>
912
+ <span class='object_link'><a href="Fox/FXList.html" title="Fox::FXList (class)">FXList</a></span>
913
+
914
+ <small>(Fox)</small>
915
+
916
+ </li>
917
+
918
+ <li>
919
+ <span class='object_link'><a href="Fox/FXListBox.html" title="Fox::FXListBox (class)">FXListBox</a></span>
920
+
921
+ <small>(Fox)</small>
922
+
923
+ </li>
924
+
925
+ <li>
926
+ <span class='object_link'><a href="Fox/FXListItem.html" title="Fox::FXListItem (class)">FXListItem</a></span>
927
+
928
+ <small>(Fox)</small>
929
+
930
+ </li>
931
+
932
+ <li>
933
+ <span class='object_link'><a href="Fox/FXMDIChild.html" title="Fox::FXMDIChild (class)">FXMDIChild</a></span>
934
+
935
+ <small>(Fox)</small>
936
+
937
+ </li>
938
+
939
+ <li>
940
+ <span class='object_link'><a href="Fox/FXMDIClient.html" title="Fox::FXMDIClient (class)">FXMDIClient</a></span>
941
+
942
+ <small>(Fox)</small>
943
+
944
+ </li>
945
+
946
+ <li>
947
+ <span class='object_link'><a href="Fox/FXMDIDeleteButton.html" title="Fox::FXMDIDeleteButton (class)">FXMDIDeleteButton</a></span>
948
+
949
+ <small>(Fox)</small>
950
+
951
+ </li>
952
+
953
+ <li>
954
+ <span class='object_link'><a href="Fox/FXMDIMaximizeButton.html" title="Fox::FXMDIMaximizeButton (class)">FXMDIMaximizeButton</a></span>
955
+
956
+ <small>(Fox)</small>
957
+
958
+ </li>
959
+
960
+ <li>
961
+ <span class='object_link'><a href="Fox/FXMDIMenu.html" title="Fox::FXMDIMenu (class)">FXMDIMenu</a></span>
962
+
963
+ <small>(Fox)</small>
964
+
965
+ </li>
966
+
967
+ <li>
968
+ <span class='object_link'><a href="Fox/FXMDIMinimizeButton.html" title="Fox::FXMDIMinimizeButton (class)">FXMDIMinimizeButton</a></span>
969
+
970
+ <small>(Fox)</small>
971
+
972
+ </li>
973
+
974
+ <li>
975
+ <span class='object_link'><a href="Fox/FXMDIRestoreButton.html" title="Fox::FXMDIRestoreButton (class)">FXMDIRestoreButton</a></span>
976
+
977
+ <small>(Fox)</small>
978
+
979
+ </li>
980
+
981
+ <li>
982
+ <span class='object_link'><a href="Fox/FXMDIWindowButton.html" title="Fox::FXMDIWindowButton (class)">FXMDIWindowButton</a></span>
983
+
984
+ <small>(Fox)</small>
985
+
986
+ </li>
987
+
988
+ <li>
989
+ <span class='object_link'><a href="Fox/FXMainWindow.html" title="Fox::FXMainWindow (class)">FXMainWindow</a></span>
990
+
991
+ <small>(Fox)</small>
992
+
993
+ </li>
994
+
995
+ <li>
996
+ <span class='object_link'><a href="Fox/FXMaterial.html" title="Fox::FXMaterial (class)">FXMaterial</a></span>
997
+
998
+ <small>(Fox)</small>
999
+
1000
+ </li>
1001
+
1002
+ <li>
1003
+ <span class='object_link'><a href="Fox/FXMatrix.html" title="Fox::FXMatrix (class)">FXMatrix</a></span>
1004
+
1005
+ <small>(Fox)</small>
1006
+
1007
+ </li>
1008
+
1009
+ <li>
1010
+ <span class='object_link'><a href="Fox/FXMemoryBuffer.html" title="Fox::FXMemoryBuffer (class)">FXMemoryBuffer</a></span>
1011
+
1012
+ <small>(Fox)</small>
1013
+
1014
+ </li>
1015
+
1016
+ <li>
1017
+ <span class='object_link'><a href="Fox/FXMemoryStream.html" title="Fox::FXMemoryStream (class)">FXMemoryStream</a></span>
1018
+
1019
+ <small>(Fox)</small>
1020
+
1021
+ </li>
1022
+
1023
+ <li>
1024
+ <span class='object_link'><a href="Fox/FXMenuBar.html" title="Fox::FXMenuBar (class)">FXMenuBar</a></span>
1025
+
1026
+ <small>(Fox)</small>
1027
+
1028
+ </li>
1029
+
1030
+ <li>
1031
+ <span class='object_link'><a href="Fox/FXMenuButton.html" title="Fox::FXMenuButton (class)">FXMenuButton</a></span>
1032
+
1033
+ <small>(Fox)</small>
1034
+
1035
+ </li>
1036
+
1037
+ <li>
1038
+ <span class='object_link'><a href="Fox/FXMenuCaption.html" title="Fox::FXMenuCaption (class)">FXMenuCaption</a></span>
1039
+
1040
+ <small>(Fox)</small>
1041
+
1042
+ </li>
1043
+
1044
+ <li>
1045
+ <span class='object_link'><a href="Fox/FXMenuCascade.html" title="Fox::FXMenuCascade (class)">FXMenuCascade</a></span>
1046
+
1047
+ <small>(Fox)</small>
1048
+
1049
+ </li>
1050
+
1051
+ <li>
1052
+ <span class='object_link'><a href="Fox/FXMenuCheck.html" title="Fox::FXMenuCheck (class)">FXMenuCheck</a></span>
1053
+
1054
+ <small>(Fox)</small>
1055
+
1056
+ </li>
1057
+
1058
+ <li>
1059
+ <span class='object_link'><a href="Fox/FXMenuCommand.html" title="Fox::FXMenuCommand (class)">FXMenuCommand</a></span>
1060
+
1061
+ <small>(Fox)</small>
1062
+
1063
+ </li>
1064
+
1065
+ <li>
1066
+ <span class='object_link'><a href="Fox/FXMenuPane.html" title="Fox::FXMenuPane (class)">FXMenuPane</a></span>
1067
+
1068
+ <small>(Fox)</small>
1069
+
1070
+ </li>
1071
+
1072
+ <li>
1073
+ <span class='object_link'><a href="Fox/FXMenuRadio.html" title="Fox::FXMenuRadio (class)">FXMenuRadio</a></span>
1074
+
1075
+ <small>(Fox)</small>
1076
+
1077
+ </li>
1078
+
1079
+ <li>
1080
+ <span class='object_link'><a href="Fox/FXMenuSeparator.html" title="Fox::FXMenuSeparator (class)">FXMenuSeparator</a></span>
1081
+
1082
+ <small>(Fox)</small>
1083
+
1084
+ </li>
1085
+
1086
+ <li>
1087
+ <span class='object_link'><a href="Fox/FXMenuTitle.html" title="Fox::FXMenuTitle (class)">FXMenuTitle</a></span>
1088
+
1089
+ <small>(Fox)</small>
1090
+
1091
+ </li>
1092
+
1093
+ <li>
1094
+ <span class='object_link'><a href="Fox/FXMessageBox.html" title="Fox::FXMessageBox (class)">FXMessageBox</a></span>
1095
+
1096
+ <small>(Fox)</small>
1097
+
1098
+ </li>
1099
+
1100
+ <li>
1101
+ <span class='object_link'><a href="Fox/FXObject.html" title="Fox::FXObject (class)">FXObject</a></span>
1102
+
1103
+ <small>(Fox)</small>
1104
+
1105
+ </li>
1106
+
1107
+ <li>
1108
+ <span class='object_link'><a href="Fox/FXOption.html" title="Fox::FXOption (class)">FXOption</a></span>
1109
+
1110
+ <small>(Fox)</small>
1111
+
1112
+ </li>
1113
+
1114
+ <li>
1115
+ <span class='object_link'><a href="Fox/FXOptionMenu.html" title="Fox::FXOptionMenu (class)">FXOptionMenu</a></span>
1116
+
1117
+ <small>(Fox)</small>
1118
+
1119
+ </li>
1120
+
1121
+ <li>
1122
+ <span class='object_link'><a href="Fox/FXPCXIcon.html" title="Fox::FXPCXIcon (class)">FXPCXIcon</a></span>
1123
+
1124
+ <small>(Fox)</small>
1125
+
1126
+ </li>
1127
+
1128
+ <li>
1129
+ <span class='object_link'><a href="Fox/FXPCXImage.html" title="Fox::FXPCXImage (class)">FXPCXImage</a></span>
1130
+
1131
+ <small>(Fox)</small>
1132
+
1133
+ </li>
1134
+
1135
+ <li>
1136
+ <span class='object_link'><a href="Fox/FXPNGIcon.html" title="Fox::FXPNGIcon (class)">FXPNGIcon</a></span>
1137
+
1138
+ <small>(Fox)</small>
1139
+
1140
+ </li>
1141
+
1142
+ <li>
1143
+ <span class='object_link'><a href="Fox/FXPNGImage.html" title="Fox::FXPNGImage (class)">FXPNGImage</a></span>
1144
+
1145
+ <small>(Fox)</small>
1146
+
1147
+ </li>
1148
+
1149
+ <li>
1150
+ <span class='object_link'><a href="Fox/FXPPMIcon.html" title="Fox::FXPPMIcon (class)">FXPPMIcon</a></span>
1151
+
1152
+ <small>(Fox)</small>
1153
+
1154
+ </li>
1155
+
1156
+ <li>
1157
+ <span class='object_link'><a href="Fox/FXPPMImage.html" title="Fox::FXPPMImage (class)">FXPPMImage</a></span>
1158
+
1159
+ <small>(Fox)</small>
1160
+
1161
+ </li>
1162
+
1163
+ <li>
1164
+ <span class='object_link'><a href="Fox/FXPSBounds.html" title="Fox::FXPSBounds (class)">FXPSBounds</a></span>
1165
+
1166
+ <small>(Fox)</small>
1167
+
1168
+ </li>
1169
+
1170
+ <li>
1171
+ <span class='object_link'><a href="Fox/FXPacker.html" title="Fox::FXPacker (class)">FXPacker</a></span>
1172
+
1173
+ <small>(Fox)</small>
1174
+
1175
+ </li>
1176
+
1177
+ <li>
1178
+ <span class='object_link'><a href="Fox/FXPicker.html" title="Fox::FXPicker (class)">FXPicker</a></span>
1179
+
1180
+ <small>(Fox)</small>
1181
+
1182
+ </li>
1183
+
1184
+ <li>
1185
+ <span class='object_link'><a href="Fox/FXPopup.html" title="Fox::FXPopup (class)">FXPopup</a></span>
1186
+
1187
+ <small>(Fox)</small>
1188
+
1189
+ </li>
1190
+
1191
+ <li>
1192
+ <span class='object_link'><a href="Fox/FXPrintDialog.html" title="Fox::FXPrintDialog (class)">FXPrintDialog</a></span>
1193
+
1194
+ <small>(Fox)</small>
1195
+
1196
+ </li>
1197
+
1198
+ <li>
1199
+ <span class='object_link'><a href="Fox/FXPrinter.html" title="Fox::FXPrinter (class)">FXPrinter</a></span>
1200
+
1201
+ <small>(Fox)</small>
1202
+
1203
+ </li>
1204
+
1205
+ <li>
1206
+ <span class='object_link'><a href="Fox/FXProgressBar.html" title="Fox::FXProgressBar (class)">FXProgressBar</a></span>
1207
+
1208
+ <small>(Fox)</small>
1209
+
1210
+ </li>
1211
+
1212
+ <li>
1213
+ <span class='object_link'><a href="Fox/FXProgressDialog.html" title="Fox::FXProgressDialog (class)">FXProgressDialog</a></span>
1214
+
1215
+ <small>(Fox)</small>
1216
+
1217
+ </li>
1218
+
1219
+ <li>
1220
+ <span class='object_link'><a href="Fox/FXPseudoKeyboard.html" title="Fox::FXPseudoKeyboard (class)">FXPseudoKeyboard</a></span>
1221
+
1222
+ <small>(Fox)</small>
1223
+
1224
+ </li>
1225
+
1226
+ <li>
1227
+ <span class='object_link'><a href="Fox/FXPseudoMouse.html" title="Fox::FXPseudoMouse (class)">FXPseudoMouse</a></span>
1228
+
1229
+ <small>(Fox)</small>
1230
+
1231
+ </li>
1232
+
1233
+ <li>
1234
+ <span class='object_link'><a href="Fox/FXPseudoTarget.html" title="Fox::FXPseudoTarget (class)">FXPseudoTarget</a></span>
1235
+
1236
+ <small>(Fox)</small>
1237
+
1238
+ </li>
1239
+
1240
+ <li>
1241
+ <span class='object_link'><a href="Fox/FXQuatd.html" title="Fox::FXQuatd (class)">FXQuatd</a></span>
1242
+
1243
+ <small>(Fox)</small>
1244
+
1245
+ </li>
1246
+
1247
+ <li>
1248
+ <span class='object_link'><a href="Fox/FXQuatf.html" title="Fox::FXQuatf (class)">FXQuatf</a></span>
1249
+
1250
+ <small>(Fox)</small>
1251
+
1252
+ </li>
1253
+
1254
+ <li>
1255
+ <span class='object_link'><a href="Fox/FXRGBIcon.html" title="Fox::FXRGBIcon (class)">FXRGBIcon</a></span>
1256
+
1257
+ <small>(Fox)</small>
1258
+
1259
+ </li>
1260
+
1261
+ <li>
1262
+ <span class='object_link'><a href="Fox/FXRGBImage.html" title="Fox::FXRGBImage (class)">FXRGBImage</a></span>
1263
+
1264
+ <small>(Fox)</small>
1265
+
1266
+ </li>
1267
+
1268
+ <li>
1269
+ <span class='object_link'><a href="Fox/FXRadioButton.html" title="Fox::FXRadioButton (class)">FXRadioButton</a></span>
1270
+
1271
+ <small>(Fox)</small>
1272
+
1273
+ </li>
1274
+
1275
+ <li>
1276
+ <span class='object_link'><a href="Fox/FXRanged.html" title="Fox::FXRanged (class)">FXRanged</a></span>
1277
+
1278
+ <small>(Fox)</small>
1279
+
1280
+ </li>
1281
+
1282
+ <li>
1283
+ <span class='object_link'><a href="Fox/FXRangef.html" title="Fox::FXRangef (class)">FXRangef</a></span>
1284
+
1285
+ <small>(Fox)</small>
1286
+
1287
+ </li>
1288
+
1289
+ <li>
1290
+ <span class='object_link'><a href="Fox/FXRealSlider.html" title="Fox::FXRealSlider (class)">FXRealSlider</a></span>
1291
+
1292
+ <small>(Fox)</small>
1293
+
1294
+ </li>
1295
+
1296
+ <li>
1297
+ <span class='object_link'><a href="Fox/FXRealSpinner.html" title="Fox::FXRealSpinner (class)">FXRealSpinner</a></span>
1298
+
1299
+ <small>(Fox)</small>
1300
+
1301
+ </li>
1302
+
1303
+ <li>
1304
+ <span class='object_link'><a href="Fox/FXRecentFiles.html" title="Fox::FXRecentFiles (class)">FXRecentFiles</a></span>
1305
+
1306
+ <small>(Fox)</small>
1307
+
1308
+ </li>
1309
+
1310
+ <li>
1311
+ <span class='object_link'><a href="Fox/FXRectangle.html" title="Fox::FXRectangle (class)">FXRectangle</a></span>
1312
+
1313
+ <small>(Fox)</small>
1314
+
1315
+ </li>
1316
+
1317
+ <li>
1318
+ <span class='object_link'><a href="Fox/FXRegion.html" title="Fox::FXRegion (class)">FXRegion</a></span>
1319
+
1320
+ <small>(Fox)</small>
1321
+
1322
+ </li>
1323
+
1324
+ <li>
1325
+ <span class='object_link'><a href="Fox/FXRegistry.html" title="Fox::FXRegistry (class)">FXRegistry</a></span>
1326
+
1327
+ <small>(Fox)</small>
1328
+
1329
+ </li>
1330
+
1331
+ <li>
1332
+ <span class='object_link'><a href="Fox/FXReplaceDialog.html" title="Fox::FXReplaceDialog (class)">FXReplaceDialog</a></span>
1333
+
1334
+ <small>(Fox)</small>
1335
+
1336
+ </li>
1337
+
1338
+ <li>
1339
+ <span class='object_link'><a href="Fox/FXRootWindow.html" title="Fox::FXRootWindow (class)">FXRootWindow</a></span>
1340
+
1341
+ <small>(Fox)</small>
1342
+
1343
+ </li>
1344
+
1345
+ <li>
1346
+ <span class='object_link'><a href="Fox/FXRuler.html" title="Fox::FXRuler (class)">FXRuler</a></span>
1347
+
1348
+ <small>(Fox)</small>
1349
+
1350
+ </li>
1351
+
1352
+ <li>
1353
+ <span class='object_link'><a href="Fox/FXRulerView.html" title="Fox::FXRulerView (class)">FXRulerView</a></span>
1354
+
1355
+ <small>(Fox)</small>
1356
+
1357
+ </li>
1358
+
1359
+ <li>
1360
+ <span class='object_link'><a href="Fox/FXScintilla.html" title="Fox::FXScintilla (class)">FXScintilla</a></span>
1361
+
1362
+ <small>(Fox)</small>
1363
+
1364
+ </li>
1365
+
1366
+ <li>
1367
+ <span class='object_link'><a href="Fox/FXScrollArea.html" title="Fox::FXScrollArea (class)">FXScrollArea</a></span>
1368
+
1369
+ <small>(Fox)</small>
1370
+
1371
+ </li>
1372
+
1373
+ <li>
1374
+ <span class='object_link'><a href="Fox/FXScrollBar.html" title="Fox::FXScrollBar (class)">FXScrollBar</a></span>
1375
+
1376
+ <small>(Fox)</small>
1377
+
1378
+ </li>
1379
+
1380
+ <li>
1381
+ <span class='object_link'><a href="Fox/FXScrollCorner.html" title="Fox::FXScrollCorner (class)">FXScrollCorner</a></span>
1382
+
1383
+ <small>(Fox)</small>
1384
+
1385
+ </li>
1386
+
1387
+ <li>
1388
+ <span class='object_link'><a href="Fox/FXScrollPane.html" title="Fox::FXScrollPane (class)">FXScrollPane</a></span>
1389
+
1390
+ <small>(Fox)</small>
1391
+
1392
+ </li>
1393
+
1394
+ <li>
1395
+ <span class='object_link'><a href="Fox/FXScrollWindow.html" title="Fox::FXScrollWindow (class)">FXScrollWindow</a></span>
1396
+
1397
+ <small>(Fox)</small>
1398
+
1399
+ </li>
1400
+
1401
+ <li>
1402
+ <span class='object_link'><a href="Fox/FXSearchDialog.html" title="Fox::FXSearchDialog (class)">FXSearchDialog</a></span>
1403
+
1404
+ <small>(Fox)</small>
1405
+
1406
+ </li>
1407
+
1408
+ <li>
1409
+ <span class='object_link'><a href="Fox/FXSegment.html" title="Fox::FXSegment (class)">FXSegment</a></span>
1410
+
1411
+ <small>(Fox)</small>
1412
+
1413
+ </li>
1414
+
1415
+ <li>
1416
+ <span class='object_link'><a href="Fox/FXSeparator.html" title="Fox::FXSeparator (class)">FXSeparator</a></span>
1417
+
1418
+ <small>(Fox)</small>
1419
+
1420
+ </li>
1421
+
1422
+ <li>
1423
+ <span class='object_link'><a href="Fox/FXSettings.html" title="Fox::FXSettings (class)">FXSettings</a></span>
1424
+
1425
+ <small>(Fox)</small>
1426
+
1427
+ </li>
1428
+
1429
+ <li>
1430
+ <span class='object_link'><a href="Fox/FXShell.html" title="Fox::FXShell (class)">FXShell</a></span>
1431
+
1432
+ <small>(Fox)</small>
1433
+
1434
+ </li>
1435
+
1436
+ <li>
1437
+ <span class='object_link'><a href="Fox/FXShutter.html" title="Fox::FXShutter (class)">FXShutter</a></span>
1438
+
1439
+ <small>(Fox)</small>
1440
+
1441
+ </li>
1442
+
1443
+ <li>
1444
+ <span class='object_link'><a href="Fox/FXShutterItem.html" title="Fox::FXShutterItem (class)">FXShutterItem</a></span>
1445
+
1446
+ <small>(Fox)</small>
1447
+
1448
+ </li>
1449
+
1450
+ <li>
1451
+ <span class='object_link'><a href="Fox/FXSize.html" title="Fox::FXSize (class)">FXSize</a></span>
1452
+
1453
+ <small>(Fox)</small>
1454
+
1455
+ </li>
1456
+
1457
+ <li>
1458
+ <span class='object_link'><a href="Fox/FXSlider.html" title="Fox::FXSlider (class)">FXSlider</a></span>
1459
+
1460
+ <small>(Fox)</small>
1461
+
1462
+ </li>
1463
+
1464
+ <li>
1465
+ <span class='object_link'><a href="Fox/FXSphered.html" title="Fox::FXSphered (class)">FXSphered</a></span>
1466
+
1467
+ <small>(Fox)</small>
1468
+
1469
+ </li>
1470
+
1471
+ <li>
1472
+ <span class='object_link'><a href="Fox/FXSpheref.html" title="Fox::FXSpheref (class)">FXSpheref</a></span>
1473
+
1474
+ <small>(Fox)</small>
1475
+
1476
+ </li>
1477
+
1478
+ <li>
1479
+ <span class='object_link'><a href="Fox/FXSpinner.html" title="Fox::FXSpinner (class)">FXSpinner</a></span>
1480
+
1481
+ <small>(Fox)</small>
1482
+
1483
+ </li>
1484
+
1485
+ <li>
1486
+ <span class='object_link'><a href="Fox/FXSplashScreen.html" title="Fox::FXSplashScreen (class)">FXSplashScreen</a></span>
1487
+
1488
+ <small>(Fox)</small>
1489
+
1490
+ </li>
1491
+
1492
+ <li>
1493
+ <span class='object_link'><a href="Fox/FXSplashWindow.html" title="Fox::FXSplashWindow (class)">FXSplashWindow</a></span>
1494
+
1495
+ <small>(Fox)</small>
1496
+
1497
+ </li>
1498
+
1499
+ <li>
1500
+ <span class='object_link'><a href="Fox/FXSplitter.html" title="Fox::FXSplitter (class)">FXSplitter</a></span>
1501
+
1502
+ <small>(Fox)</small>
1503
+
1504
+ </li>
1505
+
1506
+ <li>
1507
+ <span class='object_link'><a href="Fox/FXSpring.html" title="Fox::FXSpring (class)">FXSpring</a></span>
1508
+
1509
+ <small>(Fox)</small>
1510
+
1511
+ </li>
1512
+
1513
+ <li>
1514
+ <span class='object_link'><a href="Fox/FXStatusBar.html" title="Fox::FXStatusBar (class)">FXStatusBar</a></span>
1515
+
1516
+ <small>(Fox)</small>
1517
+
1518
+ </li>
1519
+
1520
+ <li>
1521
+ <span class='object_link'><a href="Fox/FXStatusLine.html" title="Fox::FXStatusLine (class)">FXStatusLine</a></span>
1522
+
1523
+ <small>(Fox)</small>
1524
+
1525
+ </li>
1526
+
1527
+ <li>
1528
+ <span class='object_link'><a href="Fox/FXStream.html" title="Fox::FXStream (class)">FXStream</a></span>
1529
+
1530
+ <small>(Fox)</small>
1531
+
1532
+ </li>
1533
+
1534
+ <li>
1535
+ <span class='object_link'><a href="Fox/FXStreamAllocError.html" title="Fox::FXStreamAllocError (class)">FXStreamAllocError</a></span>
1536
+
1537
+ <small>(Fox)</small>
1538
+
1539
+ </li>
1540
+
1541
+ <li>
1542
+ <span class='object_link'><a href="Fox/FXStreamEndError.html" title="Fox::FXStreamEndError (class)">FXStreamEndError</a></span>
1543
+
1544
+ <small>(Fox)</small>
1545
+
1546
+ </li>
1547
+
1548
+ <li>
1549
+ <span class='object_link'><a href="Fox/FXStreamError.html" title="Fox::FXStreamError (class)">FXStreamError</a></span>
1550
+
1551
+ <small>(Fox)</small>
1552
+
1553
+ </li>
1554
+
1555
+ <li>
1556
+ <span class='object_link'><a href="Fox/FXStreamFailureError.html" title="Fox::FXStreamFailureError (class)">FXStreamFailureError</a></span>
1557
+
1558
+ <small>(Fox)</small>
1559
+
1560
+ </li>
1561
+
1562
+ <li>
1563
+ <span class='object_link'><a href="Fox/FXStreamFormatError.html" title="Fox::FXStreamFormatError (class)">FXStreamFormatError</a></span>
1564
+
1565
+ <small>(Fox)</small>
1566
+
1567
+ </li>
1568
+
1569
+ <li>
1570
+ <span class='object_link'><a href="Fox/FXStreamFullError.html" title="Fox::FXStreamFullError (class)">FXStreamFullError</a></span>
1571
+
1572
+ <small>(Fox)</small>
1573
+
1574
+ </li>
1575
+
1576
+ <li>
1577
+ <span class='object_link'><a href="Fox/FXStreamNoReadError.html" title="Fox::FXStreamNoReadError (class)">FXStreamNoReadError</a></span>
1578
+
1579
+ <small>(Fox)</small>
1580
+
1581
+ </li>
1582
+
1583
+ <li>
1584
+ <span class='object_link'><a href="Fox/FXStreamNoWriteError.html" title="Fox::FXStreamNoWriteError (class)">FXStreamNoWriteError</a></span>
1585
+
1586
+ <small>(Fox)</small>
1587
+
1588
+ </li>
1589
+
1590
+ <li>
1591
+ <span class='object_link'><a href="Fox/FXStreamUnknownError.html" title="Fox::FXStreamUnknownError (class)">FXStreamUnknownError</a></span>
1592
+
1593
+ <small>(Fox)</small>
1594
+
1595
+ </li>
1596
+
1597
+ <li>
1598
+ <span class='object_link'><a href="Fox/FXStringDict.html" title="Fox::FXStringDict (class)">FXStringDict</a></span>
1599
+
1600
+ <small>(Fox)</small>
1601
+
1602
+ </li>
1603
+
1604
+ <li>
1605
+ <span class='object_link'><a href="Fox/FXSwitcher.html" title="Fox::FXSwitcher (class)">FXSwitcher</a></span>
1606
+
1607
+ <small>(Fox)</small>
1608
+
1609
+ </li>
1610
+
1611
+ <li>
1612
+ <span class='object_link'><a href="Fox/FXTGAIcon.html" title="Fox::FXTGAIcon (class)">FXTGAIcon</a></span>
1613
+
1614
+ <small>(Fox)</small>
1615
+
1616
+ </li>
1617
+
1618
+ <li>
1619
+ <span class='object_link'><a href="Fox/FXTGAImage.html" title="Fox::FXTGAImage (class)">FXTGAImage</a></span>
1620
+
1621
+ <small>(Fox)</small>
1622
+
1623
+ </li>
1624
+
1625
+ <li>
1626
+ <span class='object_link'><a href="Fox/FXTIFIcon.html" title="Fox::FXTIFIcon (class)">FXTIFIcon</a></span>
1627
+
1628
+ <small>(Fox)</small>
1629
+
1630
+ </li>
1631
+
1632
+ <li>
1633
+ <span class='object_link'><a href="Fox/FXTIFImage.html" title="Fox::FXTIFImage (class)">FXTIFImage</a></span>
1634
+
1635
+ <small>(Fox)</small>
1636
+
1637
+ </li>
1638
+
1639
+ <li>
1640
+ <span class='object_link'><a href="Fox/FXTabBar.html" title="Fox::FXTabBar (class)">FXTabBar</a></span>
1641
+
1642
+ <small>(Fox)</small>
1643
+
1644
+ </li>
1645
+
1646
+ <li>
1647
+ <span class='object_link'><a href="Fox/FXTabBook.html" title="Fox::FXTabBook (class)">FXTabBook</a></span>
1648
+
1649
+ <small>(Fox)</small>
1650
+
1651
+ </li>
1652
+
1653
+ <li>
1654
+ <span class='object_link'><a href="Fox/FXTabItem.html" title="Fox::FXTabItem (class)">FXTabItem</a></span>
1655
+
1656
+ <small>(Fox)</small>
1657
+
1658
+ </li>
1659
+
1660
+ <li>
1661
+ <span class='object_link'><a href="Fox/FXTable.html" title="Fox::FXTable (class)">FXTable</a></span>
1662
+
1663
+ <small>(Fox)</small>
1664
+
1665
+ </li>
1666
+
1667
+ <li>
1668
+ <span class='object_link'><a href="Fox/FXTableItem.html" title="Fox::FXTableItem (class)">FXTableItem</a></span>
1669
+
1670
+ <small>(Fox)</small>
1671
+
1672
+ </li>
1673
+
1674
+ <li>
1675
+ <span class='object_link'><a href="Fox/FXTablePos.html" title="Fox::FXTablePos (class)">FXTablePos</a></span>
1676
+
1677
+ <small>(Fox)</small>
1678
+
1679
+ </li>
1680
+
1681
+ <li>
1682
+ <span class='object_link'><a href="Fox/FXTableRange.html" title="Fox::FXTableRange (class)">FXTableRange</a></span>
1683
+
1684
+ <small>(Fox)</small>
1685
+
1686
+ </li>
1687
+
1688
+ <li>
1689
+ <span class='object_link'><a href="Fox/FXText.html" title="Fox::FXText (class)">FXText</a></span>
1690
+
1691
+ <small>(Fox)</small>
1692
+
1693
+ </li>
1694
+
1695
+ <li>
1696
+ <span class='object_link'><a href="Fox/FXTextChange.html" title="Fox::FXTextChange (class)">FXTextChange</a></span>
1697
+
1698
+ <small>(Fox)</small>
1699
+
1700
+ </li>
1701
+
1702
+ <li>
1703
+ <span class='object_link'><a href="Fox/FXTextField.html" title="Fox::FXTextField (class)">FXTextField</a></span>
1704
+
1705
+ <small>(Fox)</small>
1706
+
1707
+ </li>
1708
+
1709
+ <li>
1710
+ <span class='object_link'><a href="Fox/FXToggleButton.html" title="Fox::FXToggleButton (class)">FXToggleButton</a></span>
1711
+
1712
+ <small>(Fox)</small>
1713
+
1714
+ </li>
1715
+
1716
+ <li>
1717
+ <span class='object_link'><a href="Fox/FXToolBar.html" title="Fox::FXToolBar (class)">FXToolBar</a></span>
1718
+
1719
+ <small>(Fox)</small>
1720
+
1721
+ </li>
1722
+
1723
+ <li>
1724
+ <span class='object_link'><a href="Fox/FXToolBarGrip.html" title="Fox::FXToolBarGrip (class)">FXToolBarGrip</a></span>
1725
+
1726
+ <small>(Fox)</small>
1727
+
1728
+ </li>
1729
+
1730
+ <li>
1731
+ <span class='object_link'><a href="Fox/FXToolBarShell.html" title="Fox::FXToolBarShell (class)">FXToolBarShell</a></span>
1732
+
1733
+ <small>(Fox)</small>
1734
+
1735
+ </li>
1736
+
1737
+ <li>
1738
+ <span class='object_link'><a href="Fox/FXToolBarTab.html" title="Fox::FXToolBarTab (class)">FXToolBarTab</a></span>
1739
+
1740
+ <small>(Fox)</small>
1741
+
1742
+ </li>
1743
+
1744
+ <li>
1745
+ <span class='object_link'><a href="Fox/FXToolTip.html" title="Fox::FXToolTip (class)">FXToolTip</a></span>
1746
+
1747
+ <small>(Fox)</small>
1748
+
1749
+ </li>
1750
+
1751
+ <li>
1752
+ <span class='object_link'><a href="Fox/FXTopWindow.html" title="Fox::FXTopWindow (class)">FXTopWindow</a></span>
1753
+
1754
+ <small>(Fox)</small>
1755
+
1756
+ </li>
1757
+
1758
+ <li>
1759
+ <span class='object_link'><a href="Fox/FXTranslator.html" title="Fox::FXTranslator (class)">FXTranslator</a></span>
1760
+
1761
+ <small>(Fox)</small>
1762
+
1763
+ </li>
1764
+
1765
+ <li>
1766
+ <span class='object_link'><a href="Fox/FXTreeItem.html" title="Fox::FXTreeItem (class)">FXTreeItem</a></span>
1767
+
1768
+ <small>(Fox)</small>
1769
+
1770
+ </li>
1771
+
1772
+ <li>
1773
+ <span class='object_link'><a href="Fox/FXTreeList.html" title="Fox::FXTreeList (class)">FXTreeList</a></span>
1774
+
1775
+ <small>(Fox)</small>
1776
+
1777
+ </li>
1778
+
1779
+ <li>
1780
+ <span class='object_link'><a href="Fox/FXTreeListBox.html" title="Fox::FXTreeListBox (class)">FXTreeListBox</a></span>
1781
+
1782
+ <small>(Fox)</small>
1783
+
1784
+ </li>
1785
+
1786
+ <li>
1787
+ <span class='object_link'><a href="Fox/FXTriStateButton.html" title="Fox::FXTriStateButton (class)">FXTriStateButton</a></span>
1788
+
1789
+ <small>(Fox)</small>
1790
+
1791
+ </li>
1792
+
1793
+ <li>
1794
+ <span class='object_link'><a href="Fox/FXUndoList.html" title="Fox::FXUndoList (class)">FXUndoList</a></span>
1795
+
1796
+ <small>(Fox)</small>
1797
+
1798
+ </li>
1799
+
1800
+ <li>
1801
+ <span class='object_link'><a href="Fox/FXVec2d.html" title="Fox::FXVec2d (class)">FXVec2d</a></span>
1802
+
1803
+ <small>(Fox)</small>
1804
+
1805
+ </li>
1806
+
1807
+ <li>
1808
+ <span class='object_link'><a href="Fox/FXVec2f.html" title="Fox::FXVec2f (class)">FXVec2f</a></span>
1809
+
1810
+ <small>(Fox)</small>
1811
+
1812
+ </li>
1813
+
1814
+ <li>
1815
+ <span class='object_link'><a href="Fox/FXVec3d.html" title="Fox::FXVec3d (class)">FXVec3d</a></span>
1816
+
1817
+ <small>(Fox)</small>
1818
+
1819
+ </li>
1820
+
1821
+ <li>
1822
+ <span class='object_link'><a href="Fox/FXVec3f.html" title="Fox::FXVec3f (class)">FXVec3f</a></span>
1823
+
1824
+ <small>(Fox)</small>
1825
+
1826
+ </li>
1827
+
1828
+ <li>
1829
+ <span class='object_link'><a href="Fox/FXVec4d.html" title="Fox::FXVec4d (class)">FXVec4d</a></span>
1830
+
1831
+ <small>(Fox)</small>
1832
+
1833
+ </li>
1834
+
1835
+ <li>
1836
+ <span class='object_link'><a href="Fox/FXVec4f.html" title="Fox::FXVec4f (class)">FXVec4f</a></span>
1837
+
1838
+ <small>(Fox)</small>
1839
+
1840
+ </li>
1841
+
1842
+ <li>
1843
+ <span class='object_link'><a href="Fox/FXVerticalFrame.html" title="Fox::FXVerticalFrame (class)">FXVerticalFrame</a></span>
1844
+
1845
+ <small>(Fox)</small>
1846
+
1847
+ </li>
1848
+
1849
+ <li>
1850
+ <span class='object_link'><a href="Fox/FXVerticalSeparator.html" title="Fox::FXVerticalSeparator (class)">FXVerticalSeparator</a></span>
1851
+
1852
+ <small>(Fox)</small>
1853
+
1854
+ </li>
1855
+
1856
+ <li>
1857
+ <span class='object_link'><a href="Fox/FXViewport.html" title="Fox::FXViewport (class)">FXViewport</a></span>
1858
+
1859
+ <small>(Fox)</small>
1860
+
1861
+ </li>
1862
+
1863
+ <li>
1864
+ <span class='object_link'><a href="Fox/FXVisual.html" title="Fox::FXVisual (class)">FXVisual</a></span>
1865
+
1866
+ <small>(Fox)</small>
1867
+
1868
+ </li>
1869
+
1870
+ <li>
1871
+ <span class='object_link'><a href="Fox/FXWindow.html" title="Fox::FXWindow (class)">FXWindow</a></span>
1872
+
1873
+ <small>(Fox)</small>
1874
+
1875
+ </li>
1876
+
1877
+ <li>
1878
+ <span class='object_link'><a href="Fox/FXWizard.html" title="Fox::FXWizard (class)">FXWizard</a></span>
1879
+
1880
+ <small>(Fox)</small>
1881
+
1882
+ </li>
1883
+
1884
+ <li>
1885
+ <span class='object_link'><a href="Fox/FXXBMIcon.html" title="Fox::FXXBMIcon (class)">FXXBMIcon</a></span>
1886
+
1887
+ <small>(Fox)</small>
1888
+
1889
+ </li>
1890
+
1891
+ <li>
1892
+ <span class='object_link'><a href="Fox/FXXBMImage.html" title="Fox::FXXBMImage (class)">FXXBMImage</a></span>
1893
+
1894
+ <small>(Fox)</small>
1895
+
1896
+ </li>
1897
+
1898
+ <li>
1899
+ <span class='object_link'><a href="Fox/FXXPMIcon.html" title="Fox::FXXPMIcon (class)">FXXPMIcon</a></span>
1900
+
1901
+ <small>(Fox)</small>
1902
+
1903
+ </li>
1904
+
1905
+ <li>
1906
+ <span class='object_link'><a href="Fox/FXXPMImage.html" title="Fox::FXXPMImage (class)">FXXPMImage</a></span>
1907
+
1908
+ <small>(Fox)</small>
1909
+
1910
+ </li>
1911
+
1912
+ <li>
1913
+ <span class='object_link'><a href="Fox.html" title="Fox (module)">Fox</a></span>
1914
+
1915
+ </li>
1916
+
1917
+ </ul>
1918
+ </ul>
1919
+
1920
+
1921
+ <ul id="alpha_I" class="alpha">
1922
+ <li class="letter">I</li>
1923
+ <ul>
1924
+
1925
+ <li>
1926
+ <span class='object_link'><a href="IRB.html" title="IRB (module)">IRB</a></span>
1927
+
1928
+ </li>
1929
+
1930
+ <li>
1931
+ <span class='object_link'><a href="Fox/Canvas/ImageShape.html" title="Fox::Canvas::ImageShape (class)">ImageShape</a></span>
1932
+
1933
+ <small>(Fox::Canvas)</small>
1934
+
1935
+ </li>
1936
+
1937
+ </ul>
1938
+ </ul>
1939
+
1940
+
1941
+ <ul id="alpha_L" class="alpha">
1942
+ <li class="letter">L</li>
1943
+ <ul>
1944
+
1945
+ <li>
1946
+ <span class='object_link'><a href="Fox/Canvas/LineShape.html" title="Fox::Canvas::LineShape (class)">LineShape</a></span>
1947
+
1948
+ <small>(Fox::Canvas)</small>
1949
+
1950
+ </li>
1951
+
1952
+ </ul>
1953
+ </ul>
1954
+
1955
+
1956
+ <ul id="alpha_N" class="alpha">
1957
+ <li class="letter">N</li>
1958
+ <ul>
1959
+
1960
+ <li>
1961
+ <span class='object_link'><a href="Fox/NotifyHeader.html" title="Fox::NotifyHeader (class)">NotifyHeader</a></span>
1962
+
1963
+ <small>(Fox)</small>
1964
+
1965
+ </li>
1966
+
1967
+ </ul>
1968
+ </ul>
1969
+
1970
+
1971
+ <ul id="alpha_P" class="alpha">
1972
+ <li class="letter">P</li>
1973
+ <ul>
1974
+
1975
+ <li>
1976
+ <span class='object_link'><a href="Fox/Canvas/PolygonShape.html" title="Fox::Canvas::PolygonShape (class)">PolygonShape</a></span>
1977
+
1978
+ <small>(Fox::Canvas)</small>
1979
+
1980
+ </li>
1981
+
1982
+ </ul>
1983
+ </ul>
1984
+
1985
+
1986
+ <ul id="alpha_R" class="alpha">
1987
+ <li class="letter">R</li>
1988
+ <ul>
1989
+
1990
+ <li>
1991
+ <span class='object_link'><a href="Fox/Canvas/RectangleShape.html" title="Fox::Canvas::RectangleShape (class)">RectangleShape</a></span>
1992
+
1993
+ <small>(Fox::Canvas)</small>
1994
+
1995
+ </li>
1996
+
1997
+ <li>
1998
+ <span class='object_link'><a href="Responder.html" title="Responder (module)">Responder</a></span>
1999
+
2000
+ </li>
2001
+
2002
+ <li>
2003
+ <span class='object_link'><a href="Responder2.html" title="Responder2 (module)">Responder2</a></span>
2004
+
2005
+ </li>
2006
+
2007
+ </ul>
2008
+ </ul>
2009
+
2010
+
2011
+ </td><td valign='top' width="33%">
2012
+
2013
+
2014
+ <ul id="alpha_S" class="alpha">
2015
+ <li class="letter">S</li>
2016
+ <ul>
2017
+
2018
+ <li>
2019
+ <span class='object_link'><a href="Fox/SCNotification.html" title="Fox::SCNotification (class)">SCNotification</a></span>
2020
+
2021
+ <small>(Fox)</small>
2022
+
2023
+ </li>
2024
+
2025
+ <li>
2026
+ <span class='object_link'><a href="Fox/Canvas/SelectionPolicy.html" title="Fox::Canvas::SelectionPolicy (class)">SelectionPolicy</a></span>
2027
+
2028
+ <small>(Fox::Canvas)</small>
2029
+
2030
+ </li>
2031
+
2032
+ <li>
2033
+ <span class='object_link'><a href="Fox/Canvas/Shape.html" title="Fox::Canvas::Shape (class)">Shape</a></span>
2034
+
2035
+ <small>(Fox::Canvas)</small>
2036
+
2037
+ </li>
2038
+
2039
+ <li>
2040
+ <span class='object_link'><a href="Fox/Canvas/ShapeCanvas.html" title="Fox::Canvas::ShapeCanvas (class)">ShapeCanvas</a></span>
2041
+
2042
+ <small>(Fox::Canvas)</small>
2043
+
2044
+ </li>
2045
+
2046
+ <li>
2047
+ <span class='object_link'><a href="Fox/Canvas/ShapeGroup.html" title="Fox::Canvas::ShapeGroup (class)">ShapeGroup</a></span>
2048
+
2049
+ <small>(Fox::Canvas)</small>
2050
+
2051
+ </li>
2052
+
2053
+ <li>
2054
+ <span class='object_link'><a href="Fox/Canvas/SingleSelectionPolicy.html" title="Fox::Canvas::SingleSelectionPolicy (class)">SingleSelectionPolicy</a></span>
2055
+
2056
+ <small>(Fox::Canvas)</small>
2057
+
2058
+ </li>
2059
+
2060
+ </ul>
2061
+ </ul>
2062
+
2063
+
2064
+ <ul id="alpha_T" class="alpha">
2065
+ <li class="letter">T</li>
2066
+ <ul>
2067
+
2068
+ <li>
2069
+ <span class='object_link'><a href="Fox/TextRange.html" title="Fox::TextRange (class)">TextRange</a></span>
2070
+
2071
+ <small>(Fox)</small>
2072
+
2073
+ </li>
2074
+
2075
+ <li>
2076
+ <span class='object_link'><a href="Fox/Canvas/TextShape.html" title="Fox::Canvas::TextShape (class)">TextShape</a></span>
2077
+
2078
+ <small>(Fox::Canvas)</small>
2079
+
2080
+ </li>
2081
+
2082
+ </ul>
2083
+ </ul>
2084
+
2085
+ </td>
2086
+ </tr>
2087
+ </table>
2088
+
2089
+ </div>
2090
+
2091
+ </div>
2092
+
2093
+ <div id="footer">
2094
+ Generated on Fri Nov 27 21:10:27 2020 by
2095
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2096
+ 0.9.24 (ruby-2.7.2).
2097
+ </div>
2098
+
2099
+ </div>
2100
+ </body>
2101
+ </html>