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,2822 @@
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::FXFoldingItem
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::FXFoldingItem";
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">FXFoldingItem</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::FXFoldingItem
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="FXObject.html" title="Fox::FXObject (class)">FXObject</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">Fox::FXFoldingItem</li>
80
+
81
+ </ul>
82
+ <a href="#" class="inheritanceTree">show all</a>
83
+
84
+ </dd>
85
+ </dl>
86
+
87
+
88
+
89
+
90
+
91
+
92
+ <dl>
93
+ <dt>Includes:</dt>
94
+ <dd>Enumerable</dd>
95
+ </dl>
96
+
97
+
98
+
99
+
100
+
101
+
102
+ <dl>
103
+ <dt>Defined in:</dt>
104
+ <dd>rdoc-sources/FXFoldingList.rb<span class="defines">,<br />
105
+ lib/fox16/iterators.rb</span>
106
+ </dd>
107
+ </dl>
108
+
109
+ </div>
110
+
111
+ <h2>Overview</h2><div class="docstring">
112
+ <div class="discussion">
113
+
114
+ <p>An FXFoldingItem is an item in an FXFoldingList widget.</p>
115
+
116
+
117
+ </div>
118
+ </div>
119
+ <div class="tags">
120
+
121
+
122
+ </div>
123
+
124
+
125
+
126
+ <h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
127
+ <ul class="summary">
128
+
129
+ <li class="public ">
130
+ <span class="summary_signature">
131
+
132
+ <a href="#above-instance_method" title="#above (instance method)">#<strong>above</strong> &#x21d2; Object </a>
133
+
134
+
135
+
136
+ </span>
137
+
138
+
139
+
140
+
141
+ <span class="note title readonly">readonly</span>
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+ <span class="summary_desc"><div class='inline'>
152
+ <p>Item logically above this item <span class='object_link'><a href="" title="Fox::FXFoldingItem (class)">FXFoldingItem</a></span>.</p>
153
+ </div></span>
154
+
155
+ </li>
156
+
157
+
158
+ <li class="public ">
159
+ <span class="summary_signature">
160
+
161
+ <a href="#below-instance_method" title="#below (instance method)">#<strong>below</strong> &#x21d2; Object </a>
162
+
163
+
164
+
165
+ </span>
166
+
167
+
168
+
169
+
170
+ <span class="note title readonly">readonly</span>
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+ <span class="summary_desc"><div class='inline'>
181
+ <p>Item logically below this item <span class='object_link'><a href="" title="Fox::FXFoldingItem (class)">FXFoldingItem</a></span>.</p>
182
+ </div></span>
183
+
184
+ </li>
185
+
186
+
187
+ <li class="public ">
188
+ <span class="summary_signature">
189
+
190
+ <a href="#closedIcon-instance_method" title="#closedIcon (instance method)">#<strong>closedIcon</strong> &#x21d2; Object </a>
191
+
192
+
193
+
194
+ </span>
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+
206
+
207
+ <span class="summary_desc"><div class='inline'>
208
+ <p>Closed icon <span class='object_link'><a href="FXIcon.html" title="Fox::FXIcon (class)">FXIcon</a></span>.</p>
209
+ </div></span>
210
+
211
+ </li>
212
+
213
+
214
+ <li class="public ">
215
+ <span class="summary_signature">
216
+
217
+ <a href="#data-instance_method" title="#data (instance method)">#<strong>data</strong> &#x21d2; Object </a>
218
+
219
+
220
+
221
+ </span>
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+ <span class="summary_desc"><div class='inline'>
235
+ <p>User data [Object].</p>
236
+ </div></span>
237
+
238
+ </li>
239
+
240
+
241
+ <li class="public ">
242
+ <span class="summary_signature">
243
+
244
+ <a href="#draggable=-instance_method" title="#draggable= (instance method)">#<strong>draggable</strong> &#x21d2; Object </a>
245
+
246
+
247
+
248
+ </span>
249
+
250
+
251
+
252
+
253
+
254
+ <span class="note title writeonly">writeonly</span>
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+ <span class="summary_desc"><div class='inline'>
264
+ <p>Indicates whether the item is draggable [Boolean].</p>
265
+ </div></span>
266
+
267
+ </li>
268
+
269
+
270
+ <li class="public ">
271
+ <span class="summary_signature">
272
+
273
+ <a href="#enabled=-instance_method" title="#enabled= (instance method)">#<strong>enabled</strong> &#x21d2; Object </a>
274
+
275
+
276
+
277
+ </span>
278
+
279
+
280
+
281
+
282
+
283
+ <span class="note title writeonly">writeonly</span>
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+
292
+ <span class="summary_desc"><div class='inline'>
293
+ <p>Indicates whether the item is enabled [Boolean].</p>
294
+ </div></span>
295
+
296
+ </li>
297
+
298
+
299
+ <li class="public ">
300
+ <span class="summary_signature">
301
+
302
+ <a href="#expanded=-instance_method" title="#expanded= (instance method)">#<strong>expanded</strong> &#x21d2; Object </a>
303
+
304
+
305
+
306
+ </span>
307
+
308
+
309
+
310
+
311
+
312
+ <span class="note title writeonly">writeonly</span>
313
+
314
+
315
+
316
+
317
+
318
+
319
+
320
+
321
+ <span class="summary_desc"><div class='inline'>
322
+ <p>Indicates whether the item is expanded [Boolean].</p>
323
+ </div></span>
324
+
325
+ </li>
326
+
327
+
328
+ <li class="public ">
329
+ <span class="summary_signature">
330
+
331
+ <a href="#first-instance_method" title="#first (instance method)">#<strong>first</strong> &#x21d2; Object </a>
332
+
333
+
334
+
335
+ </span>
336
+
337
+
338
+
339
+
340
+ <span class="note title readonly">readonly</span>
341
+
342
+
343
+
344
+
345
+
346
+
347
+
348
+
349
+
350
+ <span class="summary_desc"><div class='inline'>
351
+ <p>First child item <span class='object_link'><a href="" title="Fox::FXFoldingItem (class)">FXFoldingItem</a></span>.</p>
352
+ </div></span>
353
+
354
+ </li>
355
+
356
+
357
+ <li class="public ">
358
+ <span class="summary_signature">
359
+
360
+ <a href="#last-instance_method" title="#last (instance method)">#<strong>last</strong> &#x21d2; Object </a>
361
+
362
+
363
+
364
+ </span>
365
+
366
+
367
+
368
+
369
+ <span class="note title readonly">readonly</span>
370
+
371
+
372
+
373
+
374
+
375
+
376
+
377
+
378
+
379
+ <span class="summary_desc"><div class='inline'>
380
+ <p>Last child item <span class='object_link'><a href="" title="Fox::FXFoldingItem (class)">FXFoldingItem</a></span>.</p>
381
+ </div></span>
382
+
383
+ </li>
384
+
385
+
386
+ <li class="public ">
387
+ <span class="summary_signature">
388
+
389
+ <a href="#next-instance_method" title="#next (instance method)">#<strong>next</strong> &#x21d2; Object </a>
390
+
391
+
392
+
393
+ </span>
394
+
395
+
396
+
397
+
398
+ <span class="note title readonly">readonly</span>
399
+
400
+
401
+
402
+
403
+
404
+
405
+
406
+
407
+
408
+ <span class="summary_desc"><div class='inline'>
409
+ <p>Next sibling item <span class='object_link'><a href="" title="Fox::FXFoldingItem (class)">FXFoldingItem</a></span>.</p>
410
+ </div></span>
411
+
412
+ </li>
413
+
414
+
415
+ <li class="public ">
416
+ <span class="summary_signature">
417
+
418
+ <a href="#numChildren-instance_method" title="#numChildren (instance method)">#<strong>numChildren</strong> &#x21d2; Object </a>
419
+
420
+
421
+
422
+ </span>
423
+
424
+
425
+
426
+
427
+ <span class="note title readonly">readonly</span>
428
+
429
+
430
+
431
+
432
+
433
+
434
+
435
+
436
+
437
+ <span class="summary_desc"><div class='inline'>
438
+ <p>Number of child items [Integer].</p>
439
+ </div></span>
440
+
441
+ </li>
442
+
443
+
444
+ <li class="public ">
445
+ <span class="summary_signature">
446
+
447
+ <a href="#opened=-instance_method" title="#opened= (instance method)">#<strong>opened</strong> &#x21d2; Object </a>
448
+
449
+
450
+
451
+ </span>
452
+
453
+
454
+
455
+
456
+
457
+ <span class="note title writeonly">writeonly</span>
458
+
459
+
460
+
461
+
462
+
463
+
464
+
465
+
466
+ <span class="summary_desc"><div class='inline'>
467
+ <p>Indicates whether the item is opened [Boolean].</p>
468
+ </div></span>
469
+
470
+ </li>
471
+
472
+
473
+ <li class="public ">
474
+ <span class="summary_signature">
475
+
476
+ <a href="#openIcon-instance_method" title="#openIcon (instance method)">#<strong>openIcon</strong> &#x21d2; Object </a>
477
+
478
+
479
+
480
+ </span>
481
+
482
+
483
+
484
+
485
+
486
+
487
+
488
+
489
+
490
+
491
+
492
+
493
+ <span class="summary_desc"><div class='inline'>
494
+ <p>Open icon <span class='object_link'><a href="FXIcon.html" title="Fox::FXIcon (class)">FXIcon</a></span>.</p>
495
+ </div></span>
496
+
497
+ </li>
498
+
499
+
500
+ <li class="public ">
501
+ <span class="summary_signature">
502
+
503
+ <a href="#parent-instance_method" title="#parent (instance method)">#<strong>parent</strong> &#x21d2; Object </a>
504
+
505
+
506
+
507
+ </span>
508
+
509
+
510
+
511
+
512
+ <span class="note title readonly">readonly</span>
513
+
514
+
515
+
516
+
517
+
518
+
519
+
520
+
521
+
522
+ <span class="summary_desc"><div class='inline'>
523
+ <p>Parent item <span class='object_link'><a href="" title="Fox::FXFoldingItem (class)">FXFoldingItem</a></span>.</p>
524
+ </div></span>
525
+
526
+ </li>
527
+
528
+
529
+ <li class="public ">
530
+ <span class="summary_signature">
531
+
532
+ <a href="#prev-instance_method" title="#prev (instance method)">#<strong>prev</strong> &#x21d2; Object </a>
533
+
534
+
535
+
536
+ </span>
537
+
538
+
539
+
540
+
541
+ <span class="note title readonly">readonly</span>
542
+
543
+
544
+
545
+
546
+
547
+
548
+
549
+
550
+
551
+ <span class="summary_desc"><div class='inline'>
552
+ <p>Previous sibling item <span class='object_link'><a href="" title="Fox::FXFoldingItem (class)">FXFoldingItem</a></span>.</p>
553
+ </div></span>
554
+
555
+ </li>
556
+
557
+
558
+ <li class="public ">
559
+ <span class="summary_signature">
560
+
561
+ <a href="#selected=-instance_method" title="#selected= (instance method)">#<strong>selected</strong> &#x21d2; Object </a>
562
+
563
+
564
+
565
+ </span>
566
+
567
+
568
+
569
+
570
+
571
+ <span class="note title writeonly">writeonly</span>
572
+
573
+
574
+
575
+
576
+
577
+
578
+
579
+
580
+ <span class="summary_desc"><div class='inline'>
581
+ <p>Indicates whether the item is selected [Boolean].</p>
582
+ </div></span>
583
+
584
+ </li>
585
+
586
+
587
+ <li class="public ">
588
+ <span class="summary_signature">
589
+
590
+ <a href="#text-instance_method" title="#text (instance method)">#<strong>text</strong> &#x21d2; Object </a>
591
+
592
+
593
+
594
+ </span>
595
+
596
+
597
+
598
+
599
+
600
+
601
+
602
+
603
+
604
+
605
+
606
+
607
+ <span class="summary_desc"><div class='inline'>
608
+ <p>Item text [String].</p>
609
+ </div></span>
610
+
611
+ </li>
612
+
613
+
614
+ </ul>
615
+
616
+
617
+
618
+
619
+
620
+ <h2>
621
+ Instance Method Summary
622
+ <small><a href="#" class="summary_toggle">collapse</a></small>
623
+ </h2>
624
+
625
+ <ul class="summary">
626
+
627
+ <li class="public ">
628
+ <span class="summary_signature">
629
+
630
+ <a href="#childOf%3F-instance_method" title="#childOf? (instance method)">#<strong>childOf?</strong>(item) &#x21d2; Boolean </a>
631
+
632
+
633
+
634
+ </span>
635
+
636
+
637
+
638
+
639
+
640
+
641
+
642
+
643
+
644
+ <span class="summary_desc"><div class='inline'>
645
+ <p>Return <code>true</code> if this item is a descendant of <em>item</em>.</p>
646
+ </div></span>
647
+
648
+ </li>
649
+
650
+
651
+ <li class="public ">
652
+ <span class="summary_signature">
653
+
654
+ <a href="#create-instance_method" title="#create (instance method)">#<strong>create</strong> &#x21d2; Object </a>
655
+
656
+
657
+
658
+ </span>
659
+
660
+
661
+
662
+
663
+
664
+
665
+
666
+
667
+
668
+ <span class="summary_desc"><div class='inline'>
669
+ <p>Create this folding item.</p>
670
+ </div></span>
671
+
672
+ </li>
673
+
674
+
675
+ <li class="public ">
676
+ <span class="summary_signature">
677
+
678
+ <a href="#destroy-instance_method" title="#destroy (instance method)">#<strong>destroy</strong> &#x21d2; Object </a>
679
+
680
+
681
+
682
+ </span>
683
+
684
+
685
+
686
+
687
+
688
+
689
+
690
+
691
+
692
+ <span class="summary_desc"><div class='inline'>
693
+ <p>Destroy this folding item.</p>
694
+ </div></span>
695
+
696
+ </li>
697
+
698
+
699
+ <li class="public ">
700
+ <span class="summary_signature">
701
+
702
+ <a href="#detach-instance_method" title="#detach (instance method)">#<strong>detach</strong> &#x21d2; Object </a>
703
+
704
+
705
+
706
+ </span>
707
+
708
+
709
+
710
+
711
+
712
+
713
+
714
+
715
+
716
+ <span class="summary_desc"><div class='inline'>
717
+ <p>Detach this folding item.</p>
718
+ </div></span>
719
+
720
+ </li>
721
+
722
+
723
+ <li class="public ">
724
+ <span class="summary_signature">
725
+
726
+ <a href="#draggable%3F-instance_method" title="#draggable? (instance method)">#<strong>draggable?</strong> &#x21d2; Boolean </a>
727
+
728
+
729
+
730
+ </span>
731
+
732
+
733
+
734
+
735
+
736
+
737
+
738
+
739
+
740
+ <span class="summary_desc"><div class='inline'>
741
+ <p>Returns <code>true</code> if this item is draggable.</p>
742
+ </div></span>
743
+
744
+ </li>
745
+
746
+
747
+ <li class="public ">
748
+ <span class="summary_signature">
749
+
750
+ <a href="#each-instance_method" title="#each (instance method)">#<strong>each</strong> &#x21d2; Object </a>
751
+
752
+
753
+
754
+ </span>
755
+
756
+
757
+
758
+
759
+
760
+
761
+
762
+
763
+
764
+ <span class="summary_desc"><div class='inline'>
765
+ <p>Calls block once for each child of this folding list item, passing a reference to that child item as a parameter.</p>
766
+ </div></span>
767
+
768
+ </li>
769
+
770
+
771
+ <li class="public ">
772
+ <span class="summary_signature">
773
+
774
+ <a href="#enabled%3F-instance_method" title="#enabled? (instance method)">#<strong>enabled?</strong> &#x21d2; Boolean </a>
775
+
776
+
777
+
778
+ </span>
779
+
780
+
781
+
782
+
783
+
784
+
785
+
786
+
787
+
788
+ <span class="summary_desc"><div class='inline'>
789
+ <p>Returns <code>true</code> if this item is enabled.</p>
790
+ </div></span>
791
+
792
+ </li>
793
+
794
+
795
+ <li class="public ">
796
+ <span class="summary_signature">
797
+
798
+ <a href="#expanded%3F-instance_method" title="#expanded? (instance method)">#<strong>expanded?</strong> &#x21d2; Boolean </a>
799
+
800
+
801
+
802
+ </span>
803
+
804
+
805
+
806
+
807
+
808
+
809
+
810
+
811
+
812
+ <span class="summary_desc"><div class='inline'>
813
+ <p>Returns <code>true</code> if this item is expanded.</p>
814
+ </div></span>
815
+
816
+ </li>
817
+
818
+
819
+ <li class="public ">
820
+ <span class="summary_signature">
821
+
822
+ <a href="#getHeight-instance_method" title="#getHeight (instance method)">#<strong>getHeight</strong>(foldingList) &#x21d2; Object </a>
823
+
824
+
825
+
826
+ </span>
827
+
828
+
829
+
830
+
831
+
832
+
833
+
834
+
835
+
836
+ <span class="summary_desc"><div class='inline'>
837
+ <p>Get the height of this item.</p>
838
+ </div></span>
839
+
840
+ </li>
841
+
842
+
843
+ <li class="public ">
844
+ <span class="summary_signature">
845
+
846
+ <a href="#getWidth-instance_method" title="#getWidth (instance method)">#<strong>getWidth</strong>(foldingList) &#x21d2; Object </a>
847
+
848
+
849
+
850
+ </span>
851
+
852
+
853
+
854
+
855
+
856
+
857
+
858
+
859
+
860
+ <span class="summary_desc"><div class='inline'>
861
+ <p>Get the width of this item.</p>
862
+ </div></span>
863
+
864
+ </li>
865
+
866
+
867
+ <li class="public ">
868
+ <span class="summary_signature">
869
+
870
+ <a href="#hasFocus%3F-instance_method" title="#hasFocus? (instance method)">#<strong>hasFocus?</strong> &#x21d2; Boolean </a>
871
+
872
+
873
+
874
+ </span>
875
+
876
+
877
+
878
+
879
+
880
+
881
+
882
+
883
+
884
+ <span class="summary_desc"><div class='inline'>
885
+ <p>Returns <code>true</code> if this item has the focus.</p>
886
+ </div></span>
887
+
888
+ </li>
889
+
890
+
891
+ <li class="public ">
892
+ <span class="summary_signature">
893
+
894
+ <a href="#hasItems=-instance_method" title="#hasItems= (instance method)">#<strong>hasItems=</strong>(flag) &#x21d2; Object </a>
895
+
896
+
897
+
898
+ </span>
899
+
900
+
901
+
902
+
903
+
904
+
905
+
906
+
907
+
908
+ <span class="summary_desc"><div class='inline'>
909
+ <p>Change has items flag to <code>true</code> or <code>false</code>.</p>
910
+ </div></span>
911
+
912
+ </li>
913
+
914
+
915
+ <li class="public ">
916
+ <span class="summary_signature">
917
+
918
+ <a href="#hasItems%3F-instance_method" title="#hasItems? (instance method)">#<strong>hasItems?</strong> &#x21d2; Boolean </a>
919
+
920
+
921
+
922
+ </span>
923
+
924
+
925
+
926
+
927
+
928
+
929
+
930
+
931
+
932
+ <span class="summary_desc"><div class='inline'>
933
+ <p>Return <code>true</code> if subitems, real or imagined.</p>
934
+ </div></span>
935
+
936
+ </li>
937
+
938
+
939
+ <li class="public ">
940
+ <span class="summary_signature">
941
+
942
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(text, openIcon = nil, closedIcon = nil, data = nil) &#x21d2; FXFoldingItem </a>
943
+
944
+
945
+
946
+ </span>
947
+
948
+
949
+ <span class="note title constructor">constructor</span>
950
+
951
+
952
+
953
+
954
+
955
+
956
+
957
+
958
+ <span class="summary_desc"><div class='inline'>
959
+ <p>Construct a new folding item.</p>
960
+ </div></span>
961
+
962
+ </li>
963
+
964
+
965
+ <li class="public ">
966
+ <span class="summary_signature">
967
+
968
+ <a href="#opened%3F-instance_method" title="#opened? (instance method)">#<strong>opened?</strong> &#x21d2; Boolean </a>
969
+
970
+
971
+
972
+ </span>
973
+
974
+
975
+
976
+
977
+
978
+
979
+
980
+
981
+
982
+ <span class="summary_desc"><div class='inline'>
983
+ <p>Returns <code>true</code> if this item is opened.</p>
984
+ </div></span>
985
+
986
+ </li>
987
+
988
+
989
+ <li class="public ">
990
+ <span class="summary_signature">
991
+
992
+ <a href="#parentOf%3F-instance_method" title="#parentOf? (instance method)">#<strong>parentOf?</strong>(item) &#x21d2; Boolean </a>
993
+
994
+
995
+
996
+ </span>
997
+
998
+
999
+
1000
+
1001
+
1002
+
1003
+
1004
+
1005
+
1006
+ <span class="summary_desc"><div class='inline'>
1007
+ <p>Return <code>true</code> if this item is an ancestor of <em>item</em>.</p>
1008
+ </div></span>
1009
+
1010
+ </li>
1011
+
1012
+
1013
+ <li class="public ">
1014
+ <span class="summary_signature">
1015
+
1016
+ <a href="#selected%3F-instance_method" title="#selected? (instance method)">#<strong>selected?</strong> &#x21d2; Boolean </a>
1017
+
1018
+
1019
+
1020
+ </span>
1021
+
1022
+
1023
+
1024
+
1025
+
1026
+
1027
+
1028
+
1029
+
1030
+ <span class="summary_desc"><div class='inline'>
1031
+ <p>Returns <code>true</code> if this item is selected.</p>
1032
+ </div></span>
1033
+
1034
+ </li>
1035
+
1036
+
1037
+ <li class="public ">
1038
+ <span class="summary_signature">
1039
+
1040
+ <a href="#setClosedIcon-instance_method" title="#setClosedIcon (instance method)">#<strong>setClosedIcon</strong>(icn, owned = false) &#x21d2; Object </a>
1041
+
1042
+
1043
+
1044
+ </span>
1045
+
1046
+
1047
+
1048
+
1049
+
1050
+
1051
+
1052
+
1053
+
1054
+ <span class="summary_desc"><div class='inline'>
1055
+ <p>Change closed icon to <em>icn</em>, deleting old icon if it was owned.</p>
1056
+ </div></span>
1057
+
1058
+ </li>
1059
+
1060
+
1061
+ <li class="public ">
1062
+ <span class="summary_signature">
1063
+
1064
+ <a href="#setFocus-instance_method" title="#setFocus (instance method)">#<strong>setFocus</strong>(focus) &#x21d2; Object </a>
1065
+
1066
+
1067
+
1068
+ </span>
1069
+
1070
+
1071
+
1072
+
1073
+
1074
+
1075
+
1076
+
1077
+
1078
+ <span class="summary_desc"><div class='inline'>
1079
+ <p>Set the focus on this folding item (<em>focus</em> is either <code>true</code> or <code>false</code>).</p>
1080
+ </div></span>
1081
+
1082
+ </li>
1083
+
1084
+
1085
+ <li class="public ">
1086
+ <span class="summary_signature">
1087
+
1088
+ <a href="#setOpenIcon-instance_method" title="#setOpenIcon (instance method)">#<strong>setOpenIcon</strong>(icn, owned = false) &#x21d2; Object </a>
1089
+
1090
+
1091
+
1092
+ </span>
1093
+
1094
+
1095
+
1096
+
1097
+
1098
+
1099
+
1100
+
1101
+
1102
+ <span class="summary_desc"><div class='inline'>
1103
+ <p>Change open icon to <em>icn</em>, deleting old icon if it was owned.</p>
1104
+ </div></span>
1105
+
1106
+ </li>
1107
+
1108
+
1109
+ <li class="public ">
1110
+ <span class="summary_signature">
1111
+
1112
+ <a href="#to_s-instance_method" title="#to_s (instance method)">#<strong>to_s</strong> &#x21d2; Object </a>
1113
+
1114
+
1115
+
1116
+ </span>
1117
+
1118
+
1119
+
1120
+
1121
+
1122
+
1123
+
1124
+
1125
+
1126
+ <span class="summary_desc"><div class='inline'>
1127
+ <p>Returns the item&#39;s text.</p>
1128
+ </div></span>
1129
+
1130
+ </li>
1131
+
1132
+
1133
+ </ul>
1134
+
1135
+
1136
+
1137
+
1138
+
1139
+
1140
+
1141
+
1142
+
1143
+
1144
+
1145
+
1146
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXObject.html" title="Fox::FXObject (class)">FXObject</a></span></h3>
1147
+ <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>
1148
+ <div id="constructor_details" class="method_details_list">
1149
+ <h2>Constructor Details</h2>
1150
+
1151
+ <div class="method_details first">
1152
+ <h3 class="signature first" id="initialize-instance_method">
1153
+
1154
+ #<strong>initialize</strong>(text, openIcon = nil, closedIcon = nil, data = nil) &#x21d2; <tt><span class='object_link'><a href="" title="Fox::FXFoldingItem (class)">FXFoldingItem</a></span></tt>
1155
+
1156
+
1157
+
1158
+
1159
+
1160
+ </h3><div class="docstring">
1161
+ <div class="discussion">
1162
+
1163
+ <p>Construct a new folding item</p>
1164
+
1165
+
1166
+ </div>
1167
+ </div>
1168
+ <div class="tags">
1169
+
1170
+
1171
+ </div><table class="source_code">
1172
+ <tr>
1173
+ <td>
1174
+ <pre class="lines">
1175
+
1176
+
1177
+ 59
1178
+ 60</pre>
1179
+ </td>
1180
+ <td>
1181
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 59</span>
1182
+
1183
+ <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_text'>text</span><span class='comma'>,</span> <span class='id identifier rubyid_openIcon'>openIcon</span><span class='op'>=</span><span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_closedIcon'>closedIcon</span><span class='op'>=</span><span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_data'>data</span><span class='op'>=</span><span class='kw'>nil</span><span class='rparen'>)</span> <span class='comment'># :yields: theItem
1184
+ </span><span class='kw'>end</span></pre>
1185
+ </td>
1186
+ </tr>
1187
+ </table>
1188
+ </div>
1189
+
1190
+ </div>
1191
+
1192
+ <div id="instance_attr_details" class="attr_details">
1193
+ <h2>Instance Attribute Details</h2>
1194
+
1195
+
1196
+ <span id=""></span>
1197
+ <div class="method_details first">
1198
+ <h3 class="signature first" id="above-instance_method">
1199
+
1200
+ #<strong>above</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1201
+
1202
+
1203
+
1204
+
1205
+
1206
+ </h3><div class="docstring">
1207
+ <div class="discussion">
1208
+
1209
+ <p>Item logically above this item <span class='object_link'><a href="" title="Fox::FXFoldingItem (class)">Fox::FXFoldingItem</a></span></p>
1210
+
1211
+
1212
+ </div>
1213
+ </div>
1214
+ <div class="tags">
1215
+
1216
+
1217
+ </div><table class="source_code">
1218
+ <tr>
1219
+ <td>
1220
+ <pre class="lines">
1221
+
1222
+
1223
+ 26
1224
+ 27
1225
+ 28</pre>
1226
+ </td>
1227
+ <td>
1228
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 26</span>
1229
+
1230
+ <span class='kw'>def</span> <span class='id identifier rubyid_above'>above</span>
1231
+ <span class='ivar'>@above</span>
1232
+ <span class='kw'>end</span></pre>
1233
+ </td>
1234
+ </tr>
1235
+ </table>
1236
+ </div>
1237
+
1238
+
1239
+ <span id=""></span>
1240
+ <div class="method_details ">
1241
+ <h3 class="signature " id="below-instance_method">
1242
+
1243
+ #<strong>below</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1244
+
1245
+
1246
+
1247
+
1248
+
1249
+ </h3><div class="docstring">
1250
+ <div class="discussion">
1251
+
1252
+ <p>Item logically below this item <span class='object_link'><a href="" title="Fox::FXFoldingItem (class)">Fox::FXFoldingItem</a></span></p>
1253
+
1254
+
1255
+ </div>
1256
+ </div>
1257
+ <div class="tags">
1258
+
1259
+
1260
+ </div><table class="source_code">
1261
+ <tr>
1262
+ <td>
1263
+ <pre class="lines">
1264
+
1265
+
1266
+ 23
1267
+ 24
1268
+ 25</pre>
1269
+ </td>
1270
+ <td>
1271
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 23</span>
1272
+
1273
+ <span class='kw'>def</span> <span class='id identifier rubyid_below'>below</span>
1274
+ <span class='ivar'>@below</span>
1275
+ <span class='kw'>end</span></pre>
1276
+ </td>
1277
+ </tr>
1278
+ </table>
1279
+ </div>
1280
+
1281
+
1282
+ <span id="closedIcon=-instance_method"></span>
1283
+ <div class="method_details ">
1284
+ <h3 class="signature " id="closedIcon-instance_method">
1285
+
1286
+ #<strong>closedIcon</strong> &#x21d2; <tt>Object</tt>
1287
+
1288
+
1289
+
1290
+
1291
+
1292
+ </h3><div class="docstring">
1293
+ <div class="discussion">
1294
+
1295
+ <p>Closed icon <span class='object_link'><a href="FXIcon.html" title="Fox::FXIcon (class)">Fox::FXIcon</a></span></p>
1296
+
1297
+
1298
+ </div>
1299
+ </div>
1300
+ <div class="tags">
1301
+
1302
+
1303
+ </div><table class="source_code">
1304
+ <tr>
1305
+ <td>
1306
+ <pre class="lines">
1307
+
1308
+
1309
+ 38
1310
+ 39
1311
+ 40</pre>
1312
+ </td>
1313
+ <td>
1314
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 38</span>
1315
+
1316
+ <span class='kw'>def</span> <span class='id identifier rubyid_closedIcon'>closedIcon</span>
1317
+ <span class='ivar'>@closedIcon</span>
1318
+ <span class='kw'>end</span></pre>
1319
+ </td>
1320
+ </tr>
1321
+ </table>
1322
+ </div>
1323
+
1324
+
1325
+ <span id="data=-instance_method"></span>
1326
+ <div class="method_details ">
1327
+ <h3 class="signature " id="data-instance_method">
1328
+
1329
+ #<strong>data</strong> &#x21d2; <tt>Object</tt>
1330
+
1331
+
1332
+
1333
+
1334
+
1335
+ </h3><div class="docstring">
1336
+ <div class="discussion">
1337
+
1338
+ <p>User data [Object]</p>
1339
+
1340
+
1341
+ </div>
1342
+ </div>
1343
+ <div class="tags">
1344
+
1345
+
1346
+ </div><table class="source_code">
1347
+ <tr>
1348
+ <td>
1349
+ <pre class="lines">
1350
+
1351
+
1352
+ 41
1353
+ 42
1354
+ 43</pre>
1355
+ </td>
1356
+ <td>
1357
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 41</span>
1358
+
1359
+ <span class='kw'>def</span> <span class='id identifier rubyid_data'>data</span>
1360
+ <span class='ivar'>@data</span>
1361
+ <span class='kw'>end</span></pre>
1362
+ </td>
1363
+ </tr>
1364
+ </table>
1365
+ </div>
1366
+
1367
+
1368
+ <span id=""></span>
1369
+ <div class="method_details ">
1370
+ <h3 class="signature " id="draggable=-instance_method">
1371
+
1372
+ #<strong>draggable=</strong>(value) &#x21d2; <tt>Object</tt> <span class="extras">(writeonly)</span>
1373
+
1374
+
1375
+
1376
+
1377
+
1378
+ </h3><div class="docstring">
1379
+ <div class="discussion">
1380
+
1381
+ <p>Indicates whether the item is draggable [Boolean]</p>
1382
+
1383
+
1384
+ </div>
1385
+ </div>
1386
+ <div class="tags">
1387
+
1388
+
1389
+ </div><table class="source_code">
1390
+ <tr>
1391
+ <td>
1392
+ <pre class="lines">
1393
+
1394
+
1395
+ 56
1396
+ 57
1397
+ 58</pre>
1398
+ </td>
1399
+ <td>
1400
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 56</span>
1401
+
1402
+ <span class='kw'>def</span> <span class='id identifier rubyid_draggable='>draggable=</span><span class='lparen'>(</span><span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span>
1403
+ <span class='ivar'>@draggable</span> <span class='op'>=</span> <span class='id identifier rubyid_value'>value</span>
1404
+ <span class='kw'>end</span></pre>
1405
+ </td>
1406
+ </tr>
1407
+ </table>
1408
+ </div>
1409
+
1410
+
1411
+ <span id=""></span>
1412
+ <div class="method_details ">
1413
+ <h3 class="signature " id="enabled=-instance_method">
1414
+
1415
+ #<strong>enabled=</strong>(value) &#x21d2; <tt>Object</tt> <span class="extras">(writeonly)</span>
1416
+
1417
+
1418
+
1419
+
1420
+
1421
+ </h3><div class="docstring">
1422
+ <div class="discussion">
1423
+
1424
+ <p>Indicates whether the item is enabled [Boolean]</p>
1425
+
1426
+
1427
+ </div>
1428
+ </div>
1429
+ <div class="tags">
1430
+
1431
+
1432
+ </div><table class="source_code">
1433
+ <tr>
1434
+ <td>
1435
+ <pre class="lines">
1436
+
1437
+
1438
+ 53
1439
+ 54
1440
+ 55</pre>
1441
+ </td>
1442
+ <td>
1443
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 53</span>
1444
+
1445
+ <span class='kw'>def</span> <span class='id identifier rubyid_enabled='>enabled=</span><span class='lparen'>(</span><span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span>
1446
+ <span class='ivar'>@enabled</span> <span class='op'>=</span> <span class='id identifier rubyid_value'>value</span>
1447
+ <span class='kw'>end</span></pre>
1448
+ </td>
1449
+ </tr>
1450
+ </table>
1451
+ </div>
1452
+
1453
+
1454
+ <span id=""></span>
1455
+ <div class="method_details ">
1456
+ <h3 class="signature " id="expanded=-instance_method">
1457
+
1458
+ #<strong>expanded=</strong>(value) &#x21d2; <tt>Object</tt> <span class="extras">(writeonly)</span>
1459
+
1460
+
1461
+
1462
+
1463
+
1464
+ </h3><div class="docstring">
1465
+ <div class="discussion">
1466
+
1467
+ <p>Indicates whether the item is expanded [Boolean]</p>
1468
+
1469
+
1470
+ </div>
1471
+ </div>
1472
+ <div class="tags">
1473
+
1474
+
1475
+ </div><table class="source_code">
1476
+ <tr>
1477
+ <td>
1478
+ <pre class="lines">
1479
+
1480
+
1481
+ 50
1482
+ 51
1483
+ 52</pre>
1484
+ </td>
1485
+ <td>
1486
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 50</span>
1487
+
1488
+ <span class='kw'>def</span> <span class='id identifier rubyid_expanded='>expanded=</span><span class='lparen'>(</span><span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span>
1489
+ <span class='ivar'>@expanded</span> <span class='op'>=</span> <span class='id identifier rubyid_value'>value</span>
1490
+ <span class='kw'>end</span></pre>
1491
+ </td>
1492
+ </tr>
1493
+ </table>
1494
+ </div>
1495
+
1496
+
1497
+ <span id=""></span>
1498
+ <div class="method_details ">
1499
+ <h3 class="signature " id="first-instance_method">
1500
+
1501
+ #<strong>first</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1502
+
1503
+
1504
+
1505
+
1506
+
1507
+ </h3><div class="docstring">
1508
+ <div class="discussion">
1509
+
1510
+ <p>First child item <span class='object_link'><a href="" title="Fox::FXFoldingItem (class)">Fox::FXFoldingItem</a></span></p>
1511
+
1512
+
1513
+ </div>
1514
+ </div>
1515
+ <div class="tags">
1516
+
1517
+
1518
+ </div><table class="source_code">
1519
+ <tr>
1520
+ <td>
1521
+ <pre class="lines">
1522
+
1523
+
1524
+ 17
1525
+ 18
1526
+ 19</pre>
1527
+ </td>
1528
+ <td>
1529
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 17</span>
1530
+
1531
+ <span class='kw'>def</span> <span class='id identifier rubyid_first'>first</span>
1532
+ <span class='ivar'>@first</span>
1533
+ <span class='kw'>end</span></pre>
1534
+ </td>
1535
+ </tr>
1536
+ </table>
1537
+ </div>
1538
+
1539
+
1540
+ <span id=""></span>
1541
+ <div class="method_details ">
1542
+ <h3 class="signature " id="last-instance_method">
1543
+
1544
+ #<strong>last</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1545
+
1546
+
1547
+
1548
+
1549
+
1550
+ </h3><div class="docstring">
1551
+ <div class="discussion">
1552
+
1553
+ <p>Last child item <span class='object_link'><a href="" title="Fox::FXFoldingItem (class)">Fox::FXFoldingItem</a></span></p>
1554
+
1555
+
1556
+ </div>
1557
+ </div>
1558
+ <div class="tags">
1559
+
1560
+
1561
+ </div><table class="source_code">
1562
+ <tr>
1563
+ <td>
1564
+ <pre class="lines">
1565
+
1566
+
1567
+ 20
1568
+ 21
1569
+ 22</pre>
1570
+ </td>
1571
+ <td>
1572
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 20</span>
1573
+
1574
+ <span class='kw'>def</span> <span class='id identifier rubyid_last'>last</span>
1575
+ <span class='ivar'>@last</span>
1576
+ <span class='kw'>end</span></pre>
1577
+ </td>
1578
+ </tr>
1579
+ </table>
1580
+ </div>
1581
+
1582
+
1583
+ <span id=""></span>
1584
+ <div class="method_details ">
1585
+ <h3 class="signature " id="next-instance_method">
1586
+
1587
+ #<strong>next</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1588
+
1589
+
1590
+
1591
+
1592
+
1593
+ </h3><div class="docstring">
1594
+ <div class="discussion">
1595
+
1596
+ <p>Next sibling item <span class='object_link'><a href="" title="Fox::FXFoldingItem (class)">Fox::FXFoldingItem</a></span></p>
1597
+
1598
+
1599
+ </div>
1600
+ </div>
1601
+ <div class="tags">
1602
+
1603
+
1604
+ </div><table class="source_code">
1605
+ <tr>
1606
+ <td>
1607
+ <pre class="lines">
1608
+
1609
+
1610
+ 11
1611
+ 12
1612
+ 13</pre>
1613
+ </td>
1614
+ <td>
1615
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 11</span>
1616
+
1617
+ <span class='kw'>def</span> <span class='kw'>next</span>
1618
+ <span class='ivar'>@next</span>
1619
+ <span class='kw'>end</span></pre>
1620
+ </td>
1621
+ </tr>
1622
+ </table>
1623
+ </div>
1624
+
1625
+
1626
+ <span id=""></span>
1627
+ <div class="method_details ">
1628
+ <h3 class="signature " id="numChildren-instance_method">
1629
+
1630
+ #<strong>numChildren</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1631
+
1632
+
1633
+
1634
+
1635
+
1636
+ </h3><div class="docstring">
1637
+ <div class="discussion">
1638
+
1639
+ <p>Number of child items [Integer]</p>
1640
+
1641
+
1642
+ </div>
1643
+ </div>
1644
+ <div class="tags">
1645
+
1646
+
1647
+ </div><table class="source_code">
1648
+ <tr>
1649
+ <td>
1650
+ <pre class="lines">
1651
+
1652
+
1653
+ 29
1654
+ 30
1655
+ 31</pre>
1656
+ </td>
1657
+ <td>
1658
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 29</span>
1659
+
1660
+ <span class='kw'>def</span> <span class='id identifier rubyid_numChildren'>numChildren</span>
1661
+ <span class='ivar'>@numChildren</span>
1662
+ <span class='kw'>end</span></pre>
1663
+ </td>
1664
+ </tr>
1665
+ </table>
1666
+ </div>
1667
+
1668
+
1669
+ <span id=""></span>
1670
+ <div class="method_details ">
1671
+ <h3 class="signature " id="opened=-instance_method">
1672
+
1673
+ #<strong>opened=</strong>(value) &#x21d2; <tt>Object</tt> <span class="extras">(writeonly)</span>
1674
+
1675
+
1676
+
1677
+
1678
+
1679
+ </h3><div class="docstring">
1680
+ <div class="discussion">
1681
+
1682
+ <p>Indicates whether the item is opened [Boolean]</p>
1683
+
1684
+
1685
+ </div>
1686
+ </div>
1687
+ <div class="tags">
1688
+
1689
+
1690
+ </div><table class="source_code">
1691
+ <tr>
1692
+ <td>
1693
+ <pre class="lines">
1694
+
1695
+
1696
+ 47
1697
+ 48
1698
+ 49</pre>
1699
+ </td>
1700
+ <td>
1701
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 47</span>
1702
+
1703
+ <span class='kw'>def</span> <span class='id identifier rubyid_opened='>opened=</span><span class='lparen'>(</span><span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span>
1704
+ <span class='ivar'>@opened</span> <span class='op'>=</span> <span class='id identifier rubyid_value'>value</span>
1705
+ <span class='kw'>end</span></pre>
1706
+ </td>
1707
+ </tr>
1708
+ </table>
1709
+ </div>
1710
+
1711
+
1712
+ <span id="openIcon=-instance_method"></span>
1713
+ <div class="method_details ">
1714
+ <h3 class="signature " id="openIcon-instance_method">
1715
+
1716
+ #<strong>openIcon</strong> &#x21d2; <tt>Object</tt>
1717
+
1718
+
1719
+
1720
+
1721
+
1722
+ </h3><div class="docstring">
1723
+ <div class="discussion">
1724
+
1725
+ <p>Open icon <span class='object_link'><a href="FXIcon.html" title="Fox::FXIcon (class)">Fox::FXIcon</a></span></p>
1726
+
1727
+
1728
+ </div>
1729
+ </div>
1730
+ <div class="tags">
1731
+
1732
+
1733
+ </div><table class="source_code">
1734
+ <tr>
1735
+ <td>
1736
+ <pre class="lines">
1737
+
1738
+
1739
+ 35
1740
+ 36
1741
+ 37</pre>
1742
+ </td>
1743
+ <td>
1744
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 35</span>
1745
+
1746
+ <span class='kw'>def</span> <span class='id identifier rubyid_openIcon'>openIcon</span>
1747
+ <span class='ivar'>@openIcon</span>
1748
+ <span class='kw'>end</span></pre>
1749
+ </td>
1750
+ </tr>
1751
+ </table>
1752
+ </div>
1753
+
1754
+
1755
+ <span id=""></span>
1756
+ <div class="method_details ">
1757
+ <h3 class="signature " id="parent-instance_method">
1758
+
1759
+ #<strong>parent</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1760
+
1761
+
1762
+
1763
+
1764
+
1765
+ </h3><div class="docstring">
1766
+ <div class="discussion">
1767
+
1768
+ <p>Parent item <span class='object_link'><a href="" title="Fox::FXFoldingItem (class)">Fox::FXFoldingItem</a></span></p>
1769
+
1770
+
1771
+ </div>
1772
+ </div>
1773
+ <div class="tags">
1774
+
1775
+
1776
+ </div><table class="source_code">
1777
+ <tr>
1778
+ <td>
1779
+ <pre class="lines">
1780
+
1781
+
1782
+ 8
1783
+ 9
1784
+ 10</pre>
1785
+ </td>
1786
+ <td>
1787
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 8</span>
1788
+
1789
+ <span class='kw'>def</span> <span class='id identifier rubyid_parent'>parent</span>
1790
+ <span class='ivar'>@parent</span>
1791
+ <span class='kw'>end</span></pre>
1792
+ </td>
1793
+ </tr>
1794
+ </table>
1795
+ </div>
1796
+
1797
+
1798
+ <span id=""></span>
1799
+ <div class="method_details ">
1800
+ <h3 class="signature " id="prev-instance_method">
1801
+
1802
+ #<strong>prev</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1803
+
1804
+
1805
+
1806
+
1807
+
1808
+ </h3><div class="docstring">
1809
+ <div class="discussion">
1810
+
1811
+ <p>Previous sibling item <span class='object_link'><a href="" title="Fox::FXFoldingItem (class)">Fox::FXFoldingItem</a></span></p>
1812
+
1813
+
1814
+ </div>
1815
+ </div>
1816
+ <div class="tags">
1817
+
1818
+
1819
+ </div><table class="source_code">
1820
+ <tr>
1821
+ <td>
1822
+ <pre class="lines">
1823
+
1824
+
1825
+ 14
1826
+ 15
1827
+ 16</pre>
1828
+ </td>
1829
+ <td>
1830
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 14</span>
1831
+
1832
+ <span class='kw'>def</span> <span class='id identifier rubyid_prev'>prev</span>
1833
+ <span class='ivar'>@prev</span>
1834
+ <span class='kw'>end</span></pre>
1835
+ </td>
1836
+ </tr>
1837
+ </table>
1838
+ </div>
1839
+
1840
+
1841
+ <span id=""></span>
1842
+ <div class="method_details ">
1843
+ <h3 class="signature " id="selected=-instance_method">
1844
+
1845
+ #<strong>selected=</strong>(value) &#x21d2; <tt>Object</tt> <span class="extras">(writeonly)</span>
1846
+
1847
+
1848
+
1849
+
1850
+
1851
+ </h3><div class="docstring">
1852
+ <div class="discussion">
1853
+
1854
+ <p>Indicates whether the item is selected [Boolean]</p>
1855
+
1856
+
1857
+ </div>
1858
+ </div>
1859
+ <div class="tags">
1860
+
1861
+
1862
+ </div><table class="source_code">
1863
+ <tr>
1864
+ <td>
1865
+ <pre class="lines">
1866
+
1867
+
1868
+ 44
1869
+ 45
1870
+ 46</pre>
1871
+ </td>
1872
+ <td>
1873
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 44</span>
1874
+
1875
+ <span class='kw'>def</span> <span class='id identifier rubyid_selected='>selected=</span><span class='lparen'>(</span><span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span>
1876
+ <span class='ivar'>@selected</span> <span class='op'>=</span> <span class='id identifier rubyid_value'>value</span>
1877
+ <span class='kw'>end</span></pre>
1878
+ </td>
1879
+ </tr>
1880
+ </table>
1881
+ </div>
1882
+
1883
+
1884
+ <span id="text=-instance_method"></span>
1885
+ <div class="method_details ">
1886
+ <h3 class="signature " id="text-instance_method">
1887
+
1888
+ #<strong>text</strong> &#x21d2; <tt>Object</tt>
1889
+
1890
+
1891
+
1892
+
1893
+
1894
+ </h3><div class="docstring">
1895
+ <div class="discussion">
1896
+
1897
+ <p>Item text [String]</p>
1898
+
1899
+
1900
+ </div>
1901
+ </div>
1902
+ <div class="tags">
1903
+
1904
+
1905
+ </div><table class="source_code">
1906
+ <tr>
1907
+ <td>
1908
+ <pre class="lines">
1909
+
1910
+
1911
+ 32
1912
+ 33
1913
+ 34</pre>
1914
+ </td>
1915
+ <td>
1916
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 32</span>
1917
+
1918
+ <span class='kw'>def</span> <span class='id identifier rubyid_text'>text</span>
1919
+ <span class='ivar'>@text</span>
1920
+ <span class='kw'>end</span></pre>
1921
+ </td>
1922
+ </tr>
1923
+ </table>
1924
+ </div>
1925
+
1926
+ </div>
1927
+
1928
+
1929
+ <div id="instance_method_details" class="method_details_list">
1930
+ <h2>Instance Method Details</h2>
1931
+
1932
+
1933
+ <div class="method_details first">
1934
+ <h3 class="signature first" id="childOf?-instance_method">
1935
+
1936
+ #<strong>childOf?</strong>(item) &#x21d2; <tt>Boolean</tt>
1937
+
1938
+
1939
+
1940
+
1941
+
1942
+ </h3><div class="docstring">
1943
+ <div class="discussion">
1944
+
1945
+ <p>Return <code>true</code> if this item is a descendant of <em>item</em>.</p>
1946
+
1947
+
1948
+ </div>
1949
+ </div>
1950
+ <div class="tags">
1951
+
1952
+ <p class="tag_title">Returns:</p>
1953
+ <ul class="return">
1954
+
1955
+ <li>
1956
+
1957
+
1958
+ <span class='type'>(<tt>Boolean</tt>)</span>
1959
+
1960
+
1961
+
1962
+ </li>
1963
+
1964
+ </ul>
1965
+
1966
+ </div><table class="source_code">
1967
+ <tr>
1968
+ <td>
1969
+ <pre class="lines">
1970
+
1971
+
1972
+ 92</pre>
1973
+ </td>
1974
+ <td>
1975
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 92</span>
1976
+
1977
+ <span class='kw'>def</span> <span class='id identifier rubyid_childOf?'>childOf?</span><span class='lparen'>(</span><span class='id identifier rubyid_item'>item</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1978
+ </td>
1979
+ </tr>
1980
+ </table>
1981
+ </div>
1982
+
1983
+ <div class="method_details ">
1984
+ <h3 class="signature " id="create-instance_method">
1985
+
1986
+ #<strong>create</strong> &#x21d2; <tt>Object</tt>
1987
+
1988
+
1989
+
1990
+
1991
+
1992
+ </h3><div class="docstring">
1993
+ <div class="discussion">
1994
+
1995
+ <p>Create this folding item</p>
1996
+
1997
+
1998
+ </div>
1999
+ </div>
2000
+ <div class="tags">
2001
+
2002
+
2003
+ </div><table class="source_code">
2004
+ <tr>
2005
+ <td>
2006
+ <pre class="lines">
2007
+
2008
+
2009
+ 111</pre>
2010
+ </td>
2011
+ <td>
2012
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 111</span>
2013
+
2014
+ <span class='kw'>def</span> <span class='id identifier rubyid_create'>create</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2015
+ </td>
2016
+ </tr>
2017
+ </table>
2018
+ </div>
2019
+
2020
+ <div class="method_details ">
2021
+ <h3 class="signature " id="destroy-instance_method">
2022
+
2023
+ #<strong>destroy</strong> &#x21d2; <tt>Object</tt>
2024
+
2025
+
2026
+
2027
+
2028
+
2029
+ </h3><div class="docstring">
2030
+ <div class="discussion">
2031
+
2032
+ <p>Destroy this folding item</p>
2033
+
2034
+
2035
+ </div>
2036
+ </div>
2037
+ <div class="tags">
2038
+
2039
+
2040
+ </div><table class="source_code">
2041
+ <tr>
2042
+ <td>
2043
+ <pre class="lines">
2044
+
2045
+
2046
+ 117</pre>
2047
+ </td>
2048
+ <td>
2049
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 117</span>
2050
+
2051
+ <span class='kw'>def</span> <span class='id identifier rubyid_destroy'>destroy</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2052
+ </td>
2053
+ </tr>
2054
+ </table>
2055
+ </div>
2056
+
2057
+ <div class="method_details ">
2058
+ <h3 class="signature " id="detach-instance_method">
2059
+
2060
+ #<strong>detach</strong> &#x21d2; <tt>Object</tt>
2061
+
2062
+
2063
+
2064
+
2065
+
2066
+ </h3><div class="docstring">
2067
+ <div class="discussion">
2068
+
2069
+ <p>Detach this folding item</p>
2070
+
2071
+
2072
+ </div>
2073
+ </div>
2074
+ <div class="tags">
2075
+
2076
+
2077
+ </div><table class="source_code">
2078
+ <tr>
2079
+ <td>
2080
+ <pre class="lines">
2081
+
2082
+
2083
+ 114</pre>
2084
+ </td>
2085
+ <td>
2086
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 114</span>
2087
+
2088
+ <span class='kw'>def</span> <span class='id identifier rubyid_detach'>detach</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2089
+ </td>
2090
+ </tr>
2091
+ </table>
2092
+ </div>
2093
+
2094
+ <div class="method_details ">
2095
+ <h3 class="signature " id="draggable?-instance_method">
2096
+
2097
+ #<strong>draggable?</strong> &#x21d2; <tt>Boolean</tt>
2098
+
2099
+
2100
+
2101
+
2102
+
2103
+ </h3><div class="docstring">
2104
+ <div class="discussion">
2105
+
2106
+ <p>Returns <code>true</code> if this item is draggable</p>
2107
+
2108
+
2109
+ </div>
2110
+ </div>
2111
+ <div class="tags">
2112
+
2113
+ <p class="tag_title">Returns:</p>
2114
+ <ul class="return">
2115
+
2116
+ <li>
2117
+
2118
+
2119
+ <span class='type'>(<tt>Boolean</tt>)</span>
2120
+
2121
+
2122
+
2123
+ </li>
2124
+
2125
+ </ul>
2126
+
2127
+ </div><table class="source_code">
2128
+ <tr>
2129
+ <td>
2130
+ <pre class="lines">
2131
+
2132
+
2133
+ 81</pre>
2134
+ </td>
2135
+ <td>
2136
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 81</span>
2137
+
2138
+ <span class='kw'>def</span> <span class='id identifier rubyid_draggable?'>draggable?</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2139
+ </td>
2140
+ </tr>
2141
+ </table>
2142
+ </div>
2143
+
2144
+ <div class="method_details ">
2145
+ <h3 class="signature " id="each-instance_method">
2146
+
2147
+ #<strong>each</strong> &#x21d2; <tt>Object</tt>
2148
+
2149
+
2150
+
2151
+
2152
+
2153
+ </h3><div class="docstring">
2154
+ <div class="discussion">
2155
+
2156
+ <p>Calls block once for each child of this folding list item, passing a reference to that child item as a parameter.</p>
2157
+
2158
+
2159
+ </div>
2160
+ </div>
2161
+ <div class="tags">
2162
+
2163
+
2164
+ </div><table class="source_code">
2165
+ <tr>
2166
+ <td>
2167
+ <pre class="lines">
2168
+
2169
+
2170
+ 53
2171
+ 54
2172
+ 55
2173
+ 56
2174
+ 57
2175
+ 58
2176
+ 59
2177
+ 60
2178
+ 61</pre>
2179
+ </td>
2180
+ <td>
2181
+ <pre class="code"><span class="info file"># File 'lib/fox16/iterators.rb', line 53</span>
2182
+
2183
+ <span class='kw'>def</span> <span class='id identifier rubyid_each'>each</span> <span class='comment'># :yields: aFoldingItem
2184
+ </span> <span class='id identifier rubyid_current'>current</span> <span class='op'>=</span> <span class='id identifier rubyid_first'>first</span>
2185
+ <span class='kw'>while</span> <span class='id identifier rubyid_current'>current</span> <span class='op'>!=</span> <span class='kw'>nil</span>
2186
+ <span class='id identifier rubyid_next_current'>next_current</span> <span class='op'>=</span> <span class='id identifier rubyid_current'>current</span><span class='period'>.</span><span class='id identifier rubyid_next'>next</span>
2187
+ <span class='kw'>yield</span> <span class='id identifier rubyid_current'>current</span>
2188
+ <span class='id identifier rubyid_current'>current</span> <span class='op'>=</span> <span class='id identifier rubyid_next_current'>next_current</span>
2189
+ <span class='kw'>end</span>
2190
+ <span class='kw'>self</span>
2191
+ <span class='kw'>end</span></pre>
2192
+ </td>
2193
+ </tr>
2194
+ </table>
2195
+ </div>
2196
+
2197
+ <div class="method_details ">
2198
+ <h3 class="signature " id="enabled?-instance_method">
2199
+
2200
+ #<strong>enabled?</strong> &#x21d2; <tt>Boolean</tt>
2201
+
2202
+
2203
+
2204
+
2205
+
2206
+ </h3><div class="docstring">
2207
+ <div class="discussion">
2208
+
2209
+ <p>Returns <code>true</code> if this item is enabled</p>
2210
+
2211
+
2212
+ </div>
2213
+ </div>
2214
+ <div class="tags">
2215
+
2216
+ <p class="tag_title">Returns:</p>
2217
+ <ul class="return">
2218
+
2219
+ <li>
2220
+
2221
+
2222
+ <span class='type'>(<tt>Boolean</tt>)</span>
2223
+
2224
+
2225
+
2226
+ </li>
2227
+
2228
+ </ul>
2229
+
2230
+ </div><table class="source_code">
2231
+ <tr>
2232
+ <td>
2233
+ <pre class="lines">
2234
+
2235
+
2236
+ 78</pre>
2237
+ </td>
2238
+ <td>
2239
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 78</span>
2240
+
2241
+ <span class='kw'>def</span> <span class='id identifier rubyid_enabled?'>enabled?</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2242
+ </td>
2243
+ </tr>
2244
+ </table>
2245
+ </div>
2246
+
2247
+ <div class="method_details ">
2248
+ <h3 class="signature " id="expanded?-instance_method">
2249
+
2250
+ #<strong>expanded?</strong> &#x21d2; <tt>Boolean</tt>
2251
+
2252
+
2253
+
2254
+
2255
+
2256
+ </h3><div class="docstring">
2257
+ <div class="discussion">
2258
+
2259
+ <p>Returns <code>true</code> if this item is expanded</p>
2260
+
2261
+
2262
+ </div>
2263
+ </div>
2264
+ <div class="tags">
2265
+
2266
+ <p class="tag_title">Returns:</p>
2267
+ <ul class="return">
2268
+
2269
+ <li>
2270
+
2271
+
2272
+ <span class='type'>(<tt>Boolean</tt>)</span>
2273
+
2274
+
2275
+
2276
+ </li>
2277
+
2278
+ </ul>
2279
+
2280
+ </div><table class="source_code">
2281
+ <tr>
2282
+ <td>
2283
+ <pre class="lines">
2284
+
2285
+
2286
+ 75</pre>
2287
+ </td>
2288
+ <td>
2289
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 75</span>
2290
+
2291
+ <span class='kw'>def</span> <span class='id identifier rubyid_expanded?'>expanded?</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2292
+ </td>
2293
+ </tr>
2294
+ </table>
2295
+ </div>
2296
+
2297
+ <div class="method_details ">
2298
+ <h3 class="signature " id="getHeight-instance_method">
2299
+
2300
+ #<strong>getHeight</strong>(foldingList) &#x21d2; <tt>Object</tt>
2301
+
2302
+
2303
+
2304
+
2305
+
2306
+ </h3><div class="docstring">
2307
+ <div class="discussion">
2308
+
2309
+ <p>Get the height of this item</p>
2310
+
2311
+
2312
+ </div>
2313
+ </div>
2314
+ <div class="tags">
2315
+
2316
+
2317
+ </div><table class="source_code">
2318
+ <tr>
2319
+ <td>
2320
+ <pre class="lines">
2321
+
2322
+
2323
+ 108</pre>
2324
+ </td>
2325
+ <td>
2326
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 108</span>
2327
+
2328
+ <span class='kw'>def</span> <span class='id identifier rubyid_getHeight'>getHeight</span><span class='lparen'>(</span><span class='id identifier rubyid_foldingList'>foldingList</span><span class='rparen'>)</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2329
+ </td>
2330
+ </tr>
2331
+ </table>
2332
+ </div>
2333
+
2334
+ <div class="method_details ">
2335
+ <h3 class="signature " id="getWidth-instance_method">
2336
+
2337
+ #<strong>getWidth</strong>(foldingList) &#x21d2; <tt>Object</tt>
2338
+
2339
+
2340
+
2341
+
2342
+
2343
+ </h3><div class="docstring">
2344
+ <div class="discussion">
2345
+
2346
+ <p>Get the width of this item</p>
2347
+
2348
+
2349
+ </div>
2350
+ </div>
2351
+ <div class="tags">
2352
+
2353
+
2354
+ </div><table class="source_code">
2355
+ <tr>
2356
+ <td>
2357
+ <pre class="lines">
2358
+
2359
+
2360
+ 105</pre>
2361
+ </td>
2362
+ <td>
2363
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 105</span>
2364
+
2365
+ <span class='kw'>def</span> <span class='id identifier rubyid_getWidth'>getWidth</span><span class='lparen'>(</span><span class='id identifier rubyid_foldingList'>foldingList</span><span class='rparen'>)</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2366
+ </td>
2367
+ </tr>
2368
+ </table>
2369
+ </div>
2370
+
2371
+ <div class="method_details ">
2372
+ <h3 class="signature " id="hasFocus?-instance_method">
2373
+
2374
+ #<strong>hasFocus?</strong> &#x21d2; <tt>Boolean</tt>
2375
+
2376
+
2377
+
2378
+
2379
+
2380
+ </h3><div class="docstring">
2381
+ <div class="discussion">
2382
+
2383
+ <p>Returns <code>true</code> if this item has the focus</p>
2384
+
2385
+
2386
+ </div>
2387
+ </div>
2388
+ <div class="tags">
2389
+
2390
+ <p class="tag_title">Returns:</p>
2391
+ <ul class="return">
2392
+
2393
+ <li>
2394
+
2395
+
2396
+ <span class='type'>(<tt>Boolean</tt>)</span>
2397
+
2398
+
2399
+
2400
+ </li>
2401
+
2402
+ </ul>
2403
+
2404
+ </div><table class="source_code">
2405
+ <tr>
2406
+ <td>
2407
+ <pre class="lines">
2408
+
2409
+
2410
+ 66</pre>
2411
+ </td>
2412
+ <td>
2413
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 66</span>
2414
+
2415
+ <span class='kw'>def</span> <span class='id identifier rubyid_hasFocus?'>hasFocus?</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2416
+ </td>
2417
+ </tr>
2418
+ </table>
2419
+ </div>
2420
+
2421
+ <div class="method_details ">
2422
+ <h3 class="signature " id="hasItems=-instance_method">
2423
+
2424
+ #<strong>hasItems=</strong>(flag) &#x21d2; <tt>Object</tt>
2425
+
2426
+
2427
+
2428
+
2429
+
2430
+ </h3><div class="docstring">
2431
+ <div class="discussion">
2432
+
2433
+ <p>Change has items flag to <code>true</code> or <code>false</code>.</p>
2434
+
2435
+
2436
+ </div>
2437
+ </div>
2438
+ <div class="tags">
2439
+
2440
+
2441
+ </div><table class="source_code">
2442
+ <tr>
2443
+ <td>
2444
+ <pre class="lines">
2445
+
2446
+
2447
+ 87</pre>
2448
+ </td>
2449
+ <td>
2450
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 87</span>
2451
+
2452
+ <span class='kw'>def</span> <span class='id identifier rubyid_hasItems='>hasItems=</span><span class='lparen'>(</span><span class='id identifier rubyid_flag'>flag</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2453
+ </td>
2454
+ </tr>
2455
+ </table>
2456
+ </div>
2457
+
2458
+ <div class="method_details ">
2459
+ <h3 class="signature " id="hasItems?-instance_method">
2460
+
2461
+ #<strong>hasItems?</strong> &#x21d2; <tt>Boolean</tt>
2462
+
2463
+
2464
+
2465
+
2466
+
2467
+ </h3><div class="docstring">
2468
+ <div class="discussion">
2469
+
2470
+ <p>Return <code>true</code> if subitems, real or imagined</p>
2471
+
2472
+
2473
+ </div>
2474
+ </div>
2475
+ <div class="tags">
2476
+
2477
+ <p class="tag_title">Returns:</p>
2478
+ <ul class="return">
2479
+
2480
+ <li>
2481
+
2482
+
2483
+ <span class='type'>(<tt>Boolean</tt>)</span>
2484
+
2485
+
2486
+
2487
+ </li>
2488
+
2489
+ </ul>
2490
+
2491
+ </div><table class="source_code">
2492
+ <tr>
2493
+ <td>
2494
+ <pre class="lines">
2495
+
2496
+
2497
+ 84</pre>
2498
+ </td>
2499
+ <td>
2500
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 84</span>
2501
+
2502
+ <span class='kw'>def</span> <span class='id identifier rubyid_hasItems?'>hasItems?</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2503
+ </td>
2504
+ </tr>
2505
+ </table>
2506
+ </div>
2507
+
2508
+ <div class="method_details ">
2509
+ <h3 class="signature " id="opened?-instance_method">
2510
+
2511
+ #<strong>opened?</strong> &#x21d2; <tt>Boolean</tt>
2512
+
2513
+
2514
+
2515
+
2516
+
2517
+ </h3><div class="docstring">
2518
+ <div class="discussion">
2519
+
2520
+ <p>Returns <code>true</code> if this item is opened</p>
2521
+
2522
+
2523
+ </div>
2524
+ </div>
2525
+ <div class="tags">
2526
+
2527
+ <p class="tag_title">Returns:</p>
2528
+ <ul class="return">
2529
+
2530
+ <li>
2531
+
2532
+
2533
+ <span class='type'>(<tt>Boolean</tt>)</span>
2534
+
2535
+
2536
+
2537
+ </li>
2538
+
2539
+ </ul>
2540
+
2541
+ </div><table class="source_code">
2542
+ <tr>
2543
+ <td>
2544
+ <pre class="lines">
2545
+
2546
+
2547
+ 72</pre>
2548
+ </td>
2549
+ <td>
2550
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 72</span>
2551
+
2552
+ <span class='kw'>def</span> <span class='id identifier rubyid_opened?'>opened?</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2553
+ </td>
2554
+ </tr>
2555
+ </table>
2556
+ </div>
2557
+
2558
+ <div class="method_details ">
2559
+ <h3 class="signature " id="parentOf?-instance_method">
2560
+
2561
+ #<strong>parentOf?</strong>(item) &#x21d2; <tt>Boolean</tt>
2562
+
2563
+
2564
+
2565
+
2566
+
2567
+ </h3><div class="docstring">
2568
+ <div class="discussion">
2569
+
2570
+ <p>Return <code>true</code> if this item is an ancestor of <em>item</em>.</p>
2571
+
2572
+
2573
+ </div>
2574
+ </div>
2575
+ <div class="tags">
2576
+
2577
+ <p class="tag_title">Returns:</p>
2578
+ <ul class="return">
2579
+
2580
+ <li>
2581
+
2582
+
2583
+ <span class='type'>(<tt>Boolean</tt>)</span>
2584
+
2585
+
2586
+
2587
+ </li>
2588
+
2589
+ </ul>
2590
+
2591
+ </div><table class="source_code">
2592
+ <tr>
2593
+ <td>
2594
+ <pre class="lines">
2595
+
2596
+
2597
+ 97</pre>
2598
+ </td>
2599
+ <td>
2600
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 97</span>
2601
+
2602
+ <span class='kw'>def</span> <span class='id identifier rubyid_parentOf?'>parentOf?</span><span class='lparen'>(</span><span class='id identifier rubyid_item'>item</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2603
+ </td>
2604
+ </tr>
2605
+ </table>
2606
+ </div>
2607
+
2608
+ <div class="method_details ">
2609
+ <h3 class="signature " id="selected?-instance_method">
2610
+
2611
+ #<strong>selected?</strong> &#x21d2; <tt>Boolean</tt>
2612
+
2613
+
2614
+
2615
+
2616
+
2617
+ </h3><div class="docstring">
2618
+ <div class="discussion">
2619
+
2620
+ <p>Returns <code>true</code> if this item is selected</p>
2621
+
2622
+
2623
+ </div>
2624
+ </div>
2625
+ <div class="tags">
2626
+
2627
+ <p class="tag_title">Returns:</p>
2628
+ <ul class="return">
2629
+
2630
+ <li>
2631
+
2632
+
2633
+ <span class='type'>(<tt>Boolean</tt>)</span>
2634
+
2635
+
2636
+
2637
+ </li>
2638
+
2639
+ </ul>
2640
+
2641
+ </div><table class="source_code">
2642
+ <tr>
2643
+ <td>
2644
+ <pre class="lines">
2645
+
2646
+
2647
+ 69</pre>
2648
+ </td>
2649
+ <td>
2650
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 69</span>
2651
+
2652
+ <span class='kw'>def</span> <span class='id identifier rubyid_selected?'>selected?</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2653
+ </td>
2654
+ </tr>
2655
+ </table>
2656
+ </div>
2657
+
2658
+ <div class="method_details ">
2659
+ <h3 class="signature " id="setClosedIcon-instance_method">
2660
+
2661
+ #<strong>setClosedIcon</strong>(icn, owned = false) &#x21d2; <tt>Object</tt>
2662
+
2663
+
2664
+
2665
+
2666
+
2667
+ </h3><div class="docstring">
2668
+ <div class="discussion">
2669
+
2670
+ <p>Change closed icon to <em>icn</em>, deleting old icon if it was owned. If <em>owned</em> is <code>true</code>, mark <em>icn</em> as owned by this folding item.</p>
2671
+
2672
+
2673
+ </div>
2674
+ </div>
2675
+ <div class="tags">
2676
+
2677
+
2678
+ </div><table class="source_code">
2679
+ <tr>
2680
+ <td>
2681
+ <pre class="lines">
2682
+
2683
+
2684
+ 129</pre>
2685
+ </td>
2686
+ <td>
2687
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 129</span>
2688
+
2689
+ <span class='kw'>def</span> <span class='id identifier rubyid_setClosedIcon'>setClosedIcon</span><span class='lparen'>(</span><span class='id identifier rubyid_icn'>icn</span><span class='comma'>,</span> <span class='id identifier rubyid_owned'>owned</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2690
+ </td>
2691
+ </tr>
2692
+ </table>
2693
+ </div>
2694
+
2695
+ <div class="method_details ">
2696
+ <h3 class="signature " id="setFocus-instance_method">
2697
+
2698
+ #<strong>setFocus</strong>(focus) &#x21d2; <tt>Object</tt>
2699
+
2700
+
2701
+
2702
+
2703
+
2704
+ </h3><div class="docstring">
2705
+ <div class="discussion">
2706
+
2707
+ <p>Set the focus on this folding item (<em>focus</em> is either <code>true</code> or <code>false</code>)</p>
2708
+
2709
+
2710
+ </div>
2711
+ </div>
2712
+ <div class="tags">
2713
+
2714
+
2715
+ </div><table class="source_code">
2716
+ <tr>
2717
+ <td>
2718
+ <pre class="lines">
2719
+
2720
+
2721
+ 63</pre>
2722
+ </td>
2723
+ <td>
2724
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 63</span>
2725
+
2726
+ <span class='kw'>def</span> <span class='id identifier rubyid_setFocus'>setFocus</span><span class='lparen'>(</span><span class='id identifier rubyid_focus'>focus</span><span class='rparen'>)</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2727
+ </td>
2728
+ </tr>
2729
+ </table>
2730
+ </div>
2731
+
2732
+ <div class="method_details ">
2733
+ <h3 class="signature " id="setOpenIcon-instance_method">
2734
+
2735
+ #<strong>setOpenIcon</strong>(icn, owned = false) &#x21d2; <tt>Object</tt>
2736
+
2737
+
2738
+
2739
+
2740
+
2741
+ </h3><div class="docstring">
2742
+ <div class="discussion">
2743
+
2744
+ <p>Change open icon to <em>icn</em>, deleting old icon if it was owned. If <em>owned</em> is <code>true</code>, mark <em>icn</em> as owned by this folding item.</p>
2745
+
2746
+
2747
+ </div>
2748
+ </div>
2749
+ <div class="tags">
2750
+
2751
+
2752
+ </div><table class="source_code">
2753
+ <tr>
2754
+ <td>
2755
+ <pre class="lines">
2756
+
2757
+
2758
+ 123</pre>
2759
+ </td>
2760
+ <td>
2761
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 123</span>
2762
+
2763
+ <span class='kw'>def</span> <span class='id identifier rubyid_setOpenIcon'>setOpenIcon</span><span class='lparen'>(</span><span class='id identifier rubyid_icn'>icn</span><span class='comma'>,</span> <span class='id identifier rubyid_owned'>owned</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2764
+ </td>
2765
+ </tr>
2766
+ </table>
2767
+ </div>
2768
+
2769
+ <div class="method_details ">
2770
+ <h3 class="signature " id="to_s-instance_method">
2771
+
2772
+ #<strong>to_s</strong> &#x21d2; <tt>Object</tt>
2773
+
2774
+
2775
+
2776
+
2777
+
2778
+ </h3><div class="docstring">
2779
+ <div class="discussion">
2780
+
2781
+ <p>Returns the item&#39;s text</p>
2782
+
2783
+
2784
+ </div>
2785
+ </div>
2786
+ <div class="tags">
2787
+
2788
+
2789
+ </div><table class="source_code">
2790
+ <tr>
2791
+ <td>
2792
+ <pre class="lines">
2793
+
2794
+
2795
+ 100
2796
+ 101
2797
+ 102</pre>
2798
+ </td>
2799
+ <td>
2800
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFoldingList.rb', line 100</span>
2801
+
2802
+ <span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
2803
+ <span class='id identifier rubyid_text'>text</span>
2804
+ <span class='kw'>end</span></pre>
2805
+ </td>
2806
+ </tr>
2807
+ </table>
2808
+ </div>
2809
+
2810
+ </div>
2811
+
2812
+ </div>
2813
+
2814
+ <div id="footer">
2815
+ Generated on Fri Nov 27 21:11:22 2020 by
2816
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2817
+ 0.9.24 (ruby-2.7.2).
2818
+ </div>
2819
+
2820
+ </div>
2821
+ </body>
2822
+ </html>