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,4676 @@
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::FXIconList
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::FXIconList";
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">FXIconList</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::FXIconList
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="FXScrollArea.html" title="Fox::FXScrollArea (class)">FXScrollArea</a></span></span>
73
+
74
+ <ul class="fullTree">
75
+ <li>Object</li>
76
+
77
+ <li class="next"><span class='object_link'><a href="FXObject.html" title="Fox::FXObject (class)">FXObject</a></span></li>
78
+
79
+ <li class="next"><span class='object_link'><a href="FXId.html" title="Fox::FXId (class)">FXId</a></span></li>
80
+
81
+ <li class="next"><span class='object_link'><a href="FXDrawable.html" title="Fox::FXDrawable (class)">FXDrawable</a></span></li>
82
+
83
+ <li class="next"><span class='object_link'><a href="FXWindow.html" title="Fox::FXWindow (class)">FXWindow</a></span></li>
84
+
85
+ <li class="next"><span class='object_link'><a href="FXComposite.html" title="Fox::FXComposite (class)">FXComposite</a></span></li>
86
+
87
+ <li class="next"><span class='object_link'><a href="FXScrollArea.html" title="Fox::FXScrollArea (class)">FXScrollArea</a></span></li>
88
+
89
+ <li class="next">Fox::FXIconList</li>
90
+
91
+ </ul>
92
+ <a href="#" class="inheritanceTree">show all</a>
93
+
94
+ </dd>
95
+ </dl>
96
+
97
+
98
+
99
+
100
+
101
+
102
+ <dl>
103
+ <dt>Includes:</dt>
104
+ <dd>Enumerable</dd>
105
+ </dl>
106
+
107
+
108
+
109
+
110
+
111
+
112
+ <dl>
113
+ <dt>Defined in:</dt>
114
+ <dd>rdoc-sources/FXIconList.rb<span class="defines">,<br />
115
+ lib/fox16/iterators.rb</span>
116
+ </dd>
117
+ </dl>
118
+
119
+ </div>
120
+
121
+ <h2>Overview</h2><div class="docstring">
122
+ <div class="discussion">
123
+
124
+ <p>A Icon List Widget displays a list of items, each with a text and optional icon. Icon List can display its items in essentially three different ways; in big-icon mode, the bigger of the two icons is used for each item, and the text is placed underneath the icon. In mini- icon mode, the icons are listed in rows and columns, with the smaller icon preceding the text. Finally, in detail mode the icons are listed in a single column, and all fields of the text are shown under a header control with one button for each subfield. When an item&#39;s selected state changes, the icon list sends a <code>SEL_SELECTED</code> or <code>SEL_DESELECTED</code> message. A change of the current item is signified by the <code>SEL_CHANGED</code> message. The icon list sends <code>SEL_COMMAND</code> messages when the user clicks on an item, and <code>SEL_CLICKED</code>, <code>SEL_DOUBLECLICKED</code>, and <code>SEL_TRIPLECLICKED</code> when the user clicks once, twice, or thrice, respectively. When items are added, replaced, or removed, the icon list sends messages of the type <code>SEL_INSERTED</code>, <code>SEL_REPLACED</code>, or <code>SEL_DELETED</code>. In each of these cases, the index to the item, if any, is passed in the 3rd argument of the message.</p>
125
+
126
+ <h3 id="label-Events">Events</h3>
127
+
128
+ <p>The following messages are sent by FXIconList to its target:</p>
129
+ <dl class="rdoc-list note-list"><dt><code>SEL_CHANGED</code>
130
+ <dd>
131
+ <p>sent when the current list item changes; the message data is an Integer indicating the index of the current item.</p>
132
+ </dd><dt><code>SEL_COMMAND</code>
133
+ <dd>
134
+ <p>sent when the current list item changes; the message data is an Integer indicating the index of the current item.</p>
135
+ </dd><dt><code>SEL_KEYPRESS</code>
136
+ <dd>
137
+ <p>sent when a key goes down; the message data is an FXEvent instance.</p>
138
+ </dd><dt><code>SEL_KEYRELEASE</code>
139
+ <dd>
140
+ <p>sent when a key goes up; the message data is an FXEvent instance.</p>
141
+ </dd><dt><code>SEL_LEFTBUTTONPRESS</code>
142
+ <dd>
143
+ <p>sent when the left mouse button goes down; the message data is an FXEvent instance.</p>
144
+ </dd><dt><code>SEL_LEFTBUTTONRELEASE</code>
145
+ <dd>
146
+ <p>sent when the left mouse button goes up; the message data is an FXEvent instance.</p>
147
+ </dd><dt><code>SEL_RIGHTBUTTONPRESS</code>
148
+ <dd>
149
+ <p>sent when the right mouse button goes down; the message data is an FXEvent instance.</p>
150
+ </dd><dt><code>SEL_RIGHTBUTTONRELEASE</code>
151
+ <dd>
152
+ <p>sent when the right mouse button goes up; the message data is an FXEvent instance.</p>
153
+ </dd><dt><code>SEL_CLICKED</code>
154
+ <dd>
155
+ <p>sent when a list item is single-clicked; the message data is an Integer indicating the index of the current item.</p>
156
+ </dd><dt><code>SEL_DOUBLECLICKED</code>
157
+ <dd>
158
+ <p>sent when a list item is double-clicked; the message data is an Integer indicating the index of the current item.</p>
159
+ </dd><dt><code>SEL_TRIPLECLICKED</code>
160
+ <dd>
161
+ <p>sent when a list item is triple-clicked; the message data is an Integer indicating the index of the current item.</p>
162
+ </dd><dt><code>SEL_SELECTED</code>
163
+ <dd>
164
+ <p>sent when a list item is selected; the message data is an Integer indicating the index of the selected item.</p>
165
+ </dd><dt><code>SEL_DESELECTED</code>
166
+ <dd>
167
+ <p>sent when a list item is deselected; the message data is an Integer indicating the index of the deselected item.</p>
168
+ </dd><dt><code>SEL_REPLACED</code>
169
+ <dd>
170
+ <p>sent when a list item is about to be replaced; the message data is an Integer indicating the index of the item to be replaced.</p>
171
+ </dd><dt><code>SEL_INSERTED</code>
172
+ <dd>
173
+ <p>sent after a list item is inserted; the message data is an Integer indicating the index of the item that was inserted.</p>
174
+ </dd><dt><code>SEL_DELETED</code>
175
+ <dd>
176
+ <p>sent when a list item is about to be removed; the message data is an Integer indicating the index of the item to be removed.</p>
177
+ </dd></dl>
178
+
179
+ <h3 id="label-Icon+list+styles">Icon list styles</h3>
180
+ <dl class="rdoc-list note-list"><dt><code>ICONLIST_EXTENDEDSELECT</code>
181
+ <dd>
182
+ <p>Extended selection mode</p>
183
+ </dd><dt><code>ICONLIST_SINGLESELECT</code>
184
+ <dd>
185
+ <p>At most one selected item</p>
186
+ </dd><dt><code>ICONLIST_BROWSESELECT</code>
187
+ <dd>
188
+ <p>Always exactly one selected item</p>
189
+ </dd><dt><code>ICONLIST_MULTIPLESELECT</code>
190
+ <dd>
191
+ <p>Multiple selection mode</p>
192
+ </dd><dt><code>ICONLIST_AUTOSIZE</code>
193
+ <dd>
194
+ <p>Automatically size item spacing</p>
195
+ </dd><dt><code>ICONLIST_DETAILED</code>
196
+ <dd>
197
+ <p>List mode</p>
198
+ </dd><dt><code>ICONLIST_MINI_ICONS</code>
199
+ <dd>
200
+ <p>Mini Icon mode</p>
201
+ </dd><dt><code>ICONLIST_BIG_ICONS</code>
202
+ <dd>
203
+ <p>Big Icon mode</p>
204
+ </dd><dt><code>ICONLIST_ROWS</code>
205
+ <dd>
206
+ <p>Row-wise mode</p>
207
+ </dd><dt><code>ICONLIST_COLUMNS</code>
208
+ <dd>
209
+ <p>Column-wise mode</p>
210
+ </dd><dt><code>ICONLIST_NORMAL</code>
211
+ <dd>
212
+ <p>same as <code>ICONLIST_EXTENDEDSELECT</code></p>
213
+ </dd></dl>
214
+
215
+ <h3 id="label-Message+identifiers">Message identifiers</h3>
216
+ <dl class="rdoc-list note-list"><dt><code>ID_SHOW_DETAILS</code>
217
+ <dd>
218
+ <p>x</p>
219
+ </dd><dt><code>ID_SHOW_MINI_ICONS</code>
220
+ <dd>
221
+ <p>x</p>
222
+ </dd><dt><code>ID_SHOW_BIG_ICONS</code>
223
+ <dd>
224
+ <p>x</p>
225
+ </dd><dt><code>ID_ARRANGE_BY_ROWS</code>
226
+ <dd>
227
+ <p>x</p>
228
+ </dd><dt><code>ID_ARRANGE_BY_COLUMNS</code>
229
+ <dd>
230
+ <p>x</p>
231
+ </dd><dt><code>ID_HEADER_CHANGE</code>
232
+ <dd>
233
+ <p>x</p>
234
+ </dd><dt><code>ID_TIPTIMER</code>
235
+ <dd>
236
+ <p>x</p>
237
+ </dd><dt><code>ID_LOOKUPTIMER</code>
238
+ <dd>
239
+ <p>x</p>
240
+ </dd><dt><code>ID_SELECT_ALL</code>
241
+ <dd>
242
+ <p>x</p>
243
+ </dd><dt><code>ID_DESELECT_ALL</code>
244
+ <dd>
245
+ <p>x</p>
246
+ </dd><dt><code>ID_SELECT_INVERSE</code>
247
+ <dd>
248
+ <p>x</p>
249
+ </dd></dl>
250
+
251
+
252
+ </div>
253
+ </div>
254
+ <div class="tags">
255
+
256
+
257
+ </div><div id="subclasses">
258
+ <h2>Direct Known Subclasses</h2>
259
+ <p class="children"><span class='object_link'><a href="FXFileList.html" title="Fox::FXFileList (class)">FXFileList</a></span></p>
260
+ </div>
261
+
262
+
263
+
264
+
265
+ <h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
266
+ <ul class="summary">
267
+
268
+ <li class="public ">
269
+ <span class="summary_signature">
270
+
271
+ <a href="#anchorItem-instance_method" title="#anchorItem (instance method)">#<strong>anchorItem</strong> &#x21d2; Object </a>
272
+
273
+
274
+
275
+ </span>
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+ <span class="summary_desc"><div class='inline'>
289
+ <p>Index of anchor item, or -1 if none [Integer].</p>
290
+ </div></span>
291
+
292
+ </li>
293
+
294
+
295
+ <li class="public ">
296
+ <span class="summary_signature">
297
+
298
+ <a href="#currentItem-instance_method" title="#currentItem (instance method)">#<strong>currentItem</strong> &#x21d2; Object </a>
299
+
300
+
301
+
302
+ </span>
303
+
304
+
305
+
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+
315
+ <span class="summary_desc"><div class='inline'>
316
+ <p>Index of current item, or -1 if none [Integer].</p>
317
+ </div></span>
318
+
319
+ </li>
320
+
321
+
322
+ <li class="public ">
323
+ <span class="summary_signature">
324
+
325
+ <a href="#cursorItem-instance_method" title="#cursorItem (instance method)">#<strong>cursorItem</strong> &#x21d2; Object </a>
326
+
327
+
328
+
329
+ </span>
330
+
331
+
332
+
333
+
334
+ <span class="note title readonly">readonly</span>
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+ <span class="summary_desc"><div class='inline'>
345
+ <p>Index of item under the cursor, or -1 if none [Integer].</p>
346
+ </div></span>
347
+
348
+ </li>
349
+
350
+
351
+ <li class="public ">
352
+ <span class="summary_signature">
353
+
354
+ <a href="#font-instance_method" title="#font (instance method)">#<strong>font</strong> &#x21d2; Object </a>
355
+
356
+
357
+
358
+ </span>
359
+
360
+
361
+
362
+
363
+
364
+
365
+
366
+
367
+
368
+
369
+
370
+
371
+ <span class="summary_desc"><div class='inline'>
372
+ <p>Text font <span class='object_link'><a href="FXFont.html" title="Fox::FXFont (class)">FXFont</a></span>.</p>
373
+ </div></span>
374
+
375
+ </li>
376
+
377
+
378
+ <li class="public ">
379
+ <span class="summary_signature">
380
+
381
+ <a href="#header-instance_method" title="#header (instance method)">#<strong>header</strong> &#x21d2; Object </a>
382
+
383
+
384
+
385
+ </span>
386
+
387
+
388
+
389
+
390
+ <span class="note title readonly">readonly</span>
391
+
392
+
393
+
394
+
395
+
396
+
397
+
398
+
399
+
400
+ <span class="summary_desc"><div class='inline'>
401
+ <p>The header control <span class='object_link'><a href="FXHeader.html" title="Fox::FXHeader (class)">FXHeader</a></span>.</p>
402
+ </div></span>
403
+
404
+ </li>
405
+
406
+
407
+ <li class="public ">
408
+ <span class="summary_signature">
409
+
410
+ <a href="#helpText-instance_method" title="#helpText (instance method)">#<strong>helpText</strong> &#x21d2; Object </a>
411
+
412
+
413
+
414
+ </span>
415
+
416
+
417
+
418
+
419
+
420
+
421
+
422
+
423
+
424
+
425
+
426
+
427
+ <span class="summary_desc"><div class='inline'>
428
+ <p>Status line help text [String].</p>
429
+ </div></span>
430
+
431
+ </li>
432
+
433
+
434
+ <li class="public ">
435
+ <span class="summary_signature">
436
+
437
+ <a href="#itemHeight-instance_method" title="#itemHeight (instance method)">#<strong>itemHeight</strong> &#x21d2; Object </a>
438
+
439
+
440
+
441
+ </span>
442
+
443
+
444
+
445
+
446
+ <span class="note title readonly">readonly</span>
447
+
448
+
449
+
450
+
451
+
452
+
453
+
454
+
455
+
456
+ <span class="summary_desc"><div class='inline'>
457
+ <p>Item height [Integer].</p>
458
+ </div></span>
459
+
460
+ </li>
461
+
462
+
463
+ <li class="public ">
464
+ <span class="summary_signature">
465
+
466
+ <a href="#itemSpace-instance_method" title="#itemSpace (instance method)">#<strong>itemSpace</strong> &#x21d2; Object </a>
467
+
468
+
469
+
470
+ </span>
471
+
472
+
473
+
474
+
475
+
476
+
477
+
478
+
479
+
480
+
481
+
482
+
483
+ <span class="summary_desc"><div class='inline'>
484
+ <p>Maximum item space (in pixels) for each item [Integer].</p>
485
+ </div></span>
486
+
487
+ </li>
488
+
489
+
490
+ <li class="public ">
491
+ <span class="summary_signature">
492
+
493
+ <a href="#itemWidth-instance_method" title="#itemWidth (instance method)">#<strong>itemWidth</strong> &#x21d2; Object </a>
494
+
495
+
496
+
497
+ </span>
498
+
499
+
500
+
501
+
502
+ <span class="note title readonly">readonly</span>
503
+
504
+
505
+
506
+
507
+
508
+
509
+
510
+
511
+
512
+ <span class="summary_desc"><div class='inline'>
513
+ <p>Item width [Integer].</p>
514
+ </div></span>
515
+
516
+ </li>
517
+
518
+
519
+ <li class="public ">
520
+ <span class="summary_signature">
521
+
522
+ <a href="#listStyle-instance_method" title="#listStyle (instance method)">#<strong>listStyle</strong> &#x21d2; Object </a>
523
+
524
+
525
+
526
+ </span>
527
+
528
+
529
+
530
+
531
+
532
+
533
+
534
+
535
+
536
+
537
+
538
+
539
+ <span class="summary_desc"><div class='inline'>
540
+ <p>Icon list style [Integer].</p>
541
+ </div></span>
542
+
543
+ </li>
544
+
545
+
546
+ <li class="public ">
547
+ <span class="summary_signature">
548
+
549
+ <a href="#numCols-instance_method" title="#numCols (instance method)">#<strong>numCols</strong> &#x21d2; Object </a>
550
+
551
+
552
+
553
+ </span>
554
+
555
+
556
+
557
+
558
+ <span class="note title readonly">readonly</span>
559
+
560
+
561
+
562
+
563
+
564
+
565
+
566
+
567
+
568
+ <span class="summary_desc"><div class='inline'>
569
+ <p>Number of columns [Integer].</p>
570
+ </div></span>
571
+
572
+ </li>
573
+
574
+
575
+ <li class="public ">
576
+ <span class="summary_signature">
577
+
578
+ <a href="#numHeaders-instance_method" title="#numHeaders (instance method)">#<strong>numHeaders</strong> &#x21d2; Object </a>
579
+
580
+
581
+
582
+ </span>
583
+
584
+
585
+
586
+
587
+ <span class="note title readonly">readonly</span>
588
+
589
+
590
+
591
+
592
+
593
+
594
+
595
+
596
+
597
+ <span class="summary_desc"><div class='inline'>
598
+ <p>The number of header items in the header control [Integer].</p>
599
+ </div></span>
600
+
601
+ </li>
602
+
603
+
604
+ <li class="public ">
605
+ <span class="summary_signature">
606
+
607
+ <a href="#numItems-instance_method" title="#numItems (instance method)">#<strong>numItems</strong> &#x21d2; Object </a>
608
+
609
+
610
+
611
+ </span>
612
+
613
+
614
+
615
+
616
+ <span class="note title readonly">readonly</span>
617
+
618
+
619
+
620
+
621
+
622
+
623
+
624
+
625
+
626
+ <span class="summary_desc"><div class='inline'>
627
+ <p>Number of items [Integer].</p>
628
+ </div></span>
629
+
630
+ </li>
631
+
632
+
633
+ <li class="public ">
634
+ <span class="summary_signature">
635
+
636
+ <a href="#numRows-instance_method" title="#numRows (instance method)">#<strong>numRows</strong> &#x21d2; Object </a>
637
+
638
+
639
+
640
+ </span>
641
+
642
+
643
+
644
+
645
+ <span class="note title readonly">readonly</span>
646
+
647
+
648
+
649
+
650
+
651
+
652
+
653
+
654
+
655
+ <span class="summary_desc"><div class='inline'>
656
+ <p>Number of rows [Integer].</p>
657
+ </div></span>
658
+
659
+ </li>
660
+
661
+
662
+ <li class="public ">
663
+ <span class="summary_signature">
664
+
665
+ <a href="#selBackColor-instance_method" title="#selBackColor (instance method)">#<strong>selBackColor</strong> &#x21d2; Object </a>
666
+
667
+
668
+
669
+ </span>
670
+
671
+
672
+
673
+
674
+
675
+
676
+
677
+
678
+
679
+
680
+
681
+
682
+ <span class="summary_desc"><div class='inline'>
683
+ <p>Background color for selected item(s) <span class='object_link'><a href="FXColor.html" title="Fox::FXColor (class)">FXColor</a></span>.</p>
684
+ </div></span>
685
+
686
+ </li>
687
+
688
+
689
+ <li class="public ">
690
+ <span class="summary_signature">
691
+
692
+ <a href="#selTextColor-instance_method" title="#selTextColor (instance method)">#<strong>selTextColor</strong> &#x21d2; Object </a>
693
+
694
+
695
+
696
+ </span>
697
+
698
+
699
+
700
+
701
+
702
+
703
+
704
+
705
+
706
+
707
+
708
+
709
+ <span class="summary_desc"><div class='inline'>
710
+ <p>Text color for selected item(s) <span class='object_link'><a href="FXColor.html" title="Fox::FXColor (class)">FXColor</a></span>.</p>
711
+ </div></span>
712
+
713
+ </li>
714
+
715
+
716
+ <li class="public ">
717
+ <span class="summary_signature">
718
+
719
+ <a href="#textColor-instance_method" title="#textColor (instance method)">#<strong>textColor</strong> &#x21d2; Object </a>
720
+
721
+
722
+
723
+ </span>
724
+
725
+
726
+
727
+
728
+
729
+
730
+
731
+
732
+
733
+
734
+
735
+
736
+ <span class="summary_desc"><div class='inline'>
737
+ <p>Normal text color <span class='object_link'><a href="FXColor.html" title="Fox::FXColor (class)">FXColor</a></span>.</p>
738
+ </div></span>
739
+
740
+ </li>
741
+
742
+
743
+ </ul>
744
+
745
+
746
+
747
+
748
+
749
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="FXScrollArea.html" title="Fox::FXScrollArea (class)">FXScrollArea</a></span></h3>
750
+ <p class="inherited"><span class='object_link'><a href="FXScrollArea.html#contentHeight-instance_method" title="Fox::FXScrollArea#contentHeight (method)">#contentHeight</a></span>, <span class='object_link'><a href="FXScrollArea.html#contentWidth-instance_method" title="Fox::FXScrollArea#contentWidth (method)">#contentWidth</a></span>, <span class='object_link'><a href="FXScrollArea.html#horizontalScrollBar-instance_method" title="Fox::FXScrollArea#horizontalScrollBar (method)">#horizontalScrollBar</a></span>, <span class='object_link'><a href="FXScrollArea.html#scrollStyle-instance_method" title="Fox::FXScrollArea#scrollStyle (method)">#scrollStyle</a></span>, <span class='object_link'><a href="FXScrollArea.html#verticalScrollBar-instance_method" title="Fox::FXScrollArea#verticalScrollBar (method)">#verticalScrollBar</a></span>, <span class='object_link'><a href="FXScrollArea.html#viewportHeight-instance_method" title="Fox::FXScrollArea#viewportHeight (method)">#viewportHeight</a></span>, <span class='object_link'><a href="FXScrollArea.html#viewportWidth-instance_method" title="Fox::FXScrollArea#viewportWidth (method)">#viewportWidth</a></span>, <span class='object_link'><a href="FXScrollArea.html#xPosition-instance_method" title="Fox::FXScrollArea#xPosition (method)">#xPosition</a></span>, <span class='object_link'><a href="FXScrollArea.html#yPosition-instance_method" title="Fox::FXScrollArea#yPosition (method)">#yPosition</a></span></p>
751
+
752
+
753
+
754
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="FXWindow.html" title="Fox::FXWindow (class)">FXWindow</a></span></h3>
755
+ <p class="inherited"><span class='object_link'><a href="FXWindow.html#accelTable-instance_method" title="Fox::FXWindow#accelTable (method)">#accelTable</a></span>, <span class='object_link'><a href="FXWindow.html#backColor-instance_method" title="Fox::FXWindow#backColor (method)">#backColor</a></span>, <span class='object_link'><a href="FXWindow.html#defaultCursor-instance_method" title="Fox::FXWindow#defaultCursor (method)">#defaultCursor</a></span>, <span class='object_link'><a href="FXWindow.html#dragCursor-instance_method" title="Fox::FXWindow#dragCursor (method)">#dragCursor</a></span>, <span class='object_link'><a href="FXWindow.html#first-instance_method" title="Fox::FXWindow#first (method)">#first</a></span>, <span class='object_link'><a href="FXWindow.html#focus-instance_method" title="Fox::FXWindow#focus (method)">#focus</a></span>, <span class='object_link'><a href="FXWindow.html#key-instance_method" title="Fox::FXWindow#key (method)">#key</a></span>, <span class='object_link'><a href="FXWindow.html#last-instance_method" title="Fox::FXWindow#last (method)">#last</a></span>, <span class='object_link'><a href="FXWindow.html#layoutHints-instance_method" title="Fox::FXWindow#layoutHints (method)">#layoutHints</a></span>, <span class='object_link'><a href="FXWindow.html#next-instance_method" title="Fox::FXWindow#next (method)">#next</a></span>, <span class='object_link'><a href="FXWindow.html#numChildren-instance_method" title="Fox::FXWindow#numChildren (method)">#numChildren</a></span>, <span class='object_link'><a href="FXWindow.html#owner-instance_method" title="Fox::FXWindow#owner (method)">#owner</a></span>, <span class='object_link'><a href="FXWindow.html#parent-instance_method" title="Fox::FXWindow#parent (method)">#parent</a></span>, <span class='object_link'><a href="FXWindow.html#prev-instance_method" title="Fox::FXWindow#prev (method)">#prev</a></span>, <span class='object_link'><a href="FXWindow.html#root-instance_method" title="Fox::FXWindow#root (method)">#root</a></span>, <span class='object_link'><a href="FXWindow.html#selector-instance_method" title="Fox::FXWindow#selector (method)">#selector</a></span>, <span class='object_link'><a href="FXWindow.html#shell-instance_method" title="Fox::FXWindow#shell (method)">#shell</a></span>, <span class='object_link'><a href="FXWindow.html#target-instance_method" title="Fox::FXWindow#target (method)">#target</a></span>, <span class='object_link'><a href="FXWindow.html#x-instance_method" title="Fox::FXWindow#x (method)">#x</a></span>, <span class='object_link'><a href="FXWindow.html#y-instance_method" title="Fox::FXWindow#y (method)">#y</a></span></p>
756
+
757
+
758
+
759
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="FXDrawable.html" title="Fox::FXDrawable (class)">FXDrawable</a></span></h3>
760
+ <p class="inherited"><span class='object_link'><a href="FXDrawable.html#height-instance_method" title="Fox::FXDrawable#height (method)">#height</a></span>, <span class='object_link'><a href="FXDrawable.html#visual-instance_method" title="Fox::FXDrawable#visual (method)">#visual</a></span>, <span class='object_link'><a href="FXDrawable.html#width-instance_method" title="Fox::FXDrawable#width (method)">#width</a></span></p>
761
+
762
+
763
+
764
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="FXId.html" title="Fox::FXId (class)">FXId</a></span></h3>
765
+ <p class="inherited"><span class='object_link'><a href="FXId.html#app-instance_method" title="Fox::FXId#app (method)">#app</a></span>, <span class='object_link'><a href="FXId.html#userData-instance_method" title="Fox::FXId#userData (method)">#userData</a></span>, <span class='object_link'><a href="FXId.html#xid-instance_method" title="Fox::FXId#xid (method)">#xid</a></span></p>
766
+
767
+
768
+
769
+ <h2>
770
+ Instance Method Summary
771
+ <small><a href="#" class="summary_toggle">collapse</a></small>
772
+ </h2>
773
+
774
+ <ul class="summary">
775
+
776
+ <li class="public ">
777
+ <span class="summary_signature">
778
+
779
+ <a href="#appendHeader-instance_method" title="#appendHeader (instance method)">#<strong>appendHeader</strong>(text, icon = nil, size = 1) &#x21d2; Object </a>
780
+
781
+
782
+
783
+ </span>
784
+
785
+
786
+
787
+
788
+
789
+
790
+
791
+
792
+
793
+ <span class="summary_desc"><div class='inline'>
794
+ <p>Append header with given <em>text</em> and optional <em>icon</em>.</p>
795
+ </div></span>
796
+
797
+ </li>
798
+
799
+
800
+ <li class="public ">
801
+ <span class="summary_signature">
802
+
803
+ <a href="#appendItem-instance_method" title="#appendItem (instance method)">#<strong>appendItem</strong>(text, bigIcon = nil, miniIcon = nil, data = nil, notify = false) &#x21d2; Object </a>
804
+
805
+
806
+
807
+ (also: #&lt;&lt;)
808
+
809
+ </span>
810
+
811
+
812
+
813
+
814
+
815
+
816
+
817
+
818
+
819
+ <span class="summary_desc"><div class='inline'>
820
+ <p>Append a new item with given <em>text</em> and optional <em>bigIcon</em>, <em>miniIcon</em> and user <em>data</em>.</p>
821
+ </div></span>
822
+
823
+ </li>
824
+
825
+
826
+ <li class="public ">
827
+ <span class="summary_signature">
828
+
829
+ <a href="#clearItems-instance_method" title="#clearItems (instance method)">#<strong>clearItems</strong>(notify = false) &#x21d2; Object </a>
830
+
831
+
832
+
833
+ </span>
834
+
835
+
836
+
837
+
838
+
839
+
840
+
841
+
842
+
843
+ <span class="summary_desc"><div class='inline'>
844
+ <p>Remove all items from list.</p>
845
+ </div></span>
846
+
847
+ </li>
848
+
849
+
850
+ <li class="public ">
851
+ <span class="summary_signature">
852
+
853
+ <a href="#deselectItem-instance_method" title="#deselectItem (instance method)">#<strong>deselectItem</strong>(index, notify = false) &#x21d2; Object </a>
854
+
855
+
856
+
857
+ </span>
858
+
859
+
860
+
861
+
862
+
863
+
864
+
865
+
866
+
867
+ <span class="summary_desc"><div class='inline'>
868
+ <p>Deselect item at <em>index</em>.</p>
869
+ </div></span>
870
+
871
+ </li>
872
+
873
+
874
+ <li class="public ">
875
+ <span class="summary_signature">
876
+
877
+ <a href="#disableItem-instance_method" title="#disableItem (instance method)">#<strong>disableItem</strong>(index) &#x21d2; Object </a>
878
+
879
+
880
+
881
+ </span>
882
+
883
+
884
+
885
+
886
+
887
+
888
+
889
+
890
+
891
+ <span class="summary_desc"><div class='inline'>
892
+ <p>Disable item at <em>index</em>.</p>
893
+ </div></span>
894
+
895
+ </li>
896
+
897
+
898
+ <li class="public ">
899
+ <span class="summary_signature">
900
+
901
+ <a href="#each-instance_method" title="#each (instance method)">#<strong>each</strong> &#x21d2; Object </a>
902
+
903
+
904
+
905
+ </span>
906
+
907
+
908
+
909
+
910
+
911
+
912
+
913
+
914
+
915
+ <span class="summary_desc"><div class='inline'>
916
+ <p>Calls block once for each item in the list, passing a reference to that item as a parameter.</p>
917
+ </div></span>
918
+
919
+ </li>
920
+
921
+
922
+ <li class="public ">
923
+ <span class="summary_signature">
924
+
925
+ <a href="#enableItem-instance_method" title="#enableItem (instance method)">#<strong>enableItem</strong>(index) &#x21d2; Object </a>
926
+
927
+
928
+
929
+ </span>
930
+
931
+
932
+
933
+
934
+
935
+
936
+
937
+
938
+
939
+ <span class="summary_desc"><div class='inline'>
940
+ <p>Enable item at <em>index</em>.</p>
941
+ </div></span>
942
+
943
+ </li>
944
+
945
+
946
+ <li class="public ">
947
+ <span class="summary_signature">
948
+
949
+ <a href="#extendSelection-instance_method" title="#extendSelection (instance method)">#<strong>extendSelection</strong>(index, notify = false) &#x21d2; Object </a>
950
+
951
+
952
+
953
+ </span>
954
+
955
+
956
+
957
+
958
+
959
+
960
+
961
+
962
+
963
+ <span class="summary_desc"><div class='inline'>
964
+ <p>Extend selection from anchor index to <em>index</em>.</p>
965
+ </div></span>
966
+
967
+ </li>
968
+
969
+
970
+ <li class="public ">
971
+ <span class="summary_signature">
972
+
973
+ <a href="#extractItem-instance_method" title="#extractItem (instance method)">#<strong>extractItem</strong>(index, notify = false) &#x21d2; Object </a>
974
+
975
+
976
+
977
+ </span>
978
+
979
+
980
+
981
+
982
+
983
+
984
+
985
+
986
+
987
+ <span class="summary_desc"><div class='inline'>
988
+ <p>Extract item from list and return a reference to the item.</p>
989
+ </div></span>
990
+
991
+ </li>
992
+
993
+
994
+ <li class="public ">
995
+ <span class="summary_signature">
996
+
997
+ <a href="#fillItems-instance_method" title="#fillItems (instance method)">#<strong>fillItems</strong>(strings, big = nil, mini = nil, data = nil, notify = false) &#x21d2; Object </a>
998
+
999
+
1000
+
1001
+ </span>
1002
+
1003
+
1004
+
1005
+
1006
+
1007
+
1008
+
1009
+
1010
+
1011
+ <span class="summary_desc"><div class='inline'>
1012
+ <p>Fill list by appending items from array of strings, and return the number of items appended.</p>
1013
+ </div></span>
1014
+
1015
+ </li>
1016
+
1017
+
1018
+ <li class="public ">
1019
+ <span class="summary_signature">
1020
+
1021
+ <a href="#findItem-instance_method" title="#findItem (instance method)">#<strong>findItem</strong>(text, start = -1,, flags = SEARCH_FORWARD|SEARCH_WRAP) &#x21d2; Object </a>
1022
+
1023
+
1024
+
1025
+ </span>
1026
+
1027
+
1028
+
1029
+
1030
+
1031
+
1032
+
1033
+
1034
+
1035
+ <span class="summary_desc"><div class='inline'>
1036
+ <p>Search items by <em>text</em>, beginning from item <em>start</em>.</p>
1037
+ </div></span>
1038
+
1039
+ </li>
1040
+
1041
+
1042
+ <li class="public ">
1043
+ <span class="summary_signature">
1044
+
1045
+ <a href="#findItemByData-instance_method" title="#findItemByData (instance method)">#<strong>findItemByData</strong>(data, start = -1,, flags = SEARCH_FORWARD|SEARCH_WRAP) &#x21d2; Object </a>
1046
+
1047
+
1048
+
1049
+ </span>
1050
+
1051
+
1052
+
1053
+
1054
+
1055
+
1056
+
1057
+
1058
+
1059
+ <span class="summary_desc"><div class='inline'>
1060
+ <p>Search items by associated user <em>data</em>, beginning from item <em>start</em>.</p>
1061
+ </div></span>
1062
+
1063
+ </li>
1064
+
1065
+
1066
+ <li class="public ">
1067
+ <span class="summary_signature">
1068
+
1069
+ <a href="#getHeaderIcon-instance_method" title="#getHeaderIcon (instance method)">#<strong>getHeaderIcon</strong>(headerIndex) &#x21d2; Object </a>
1070
+
1071
+
1072
+
1073
+ </span>
1074
+
1075
+
1076
+
1077
+
1078
+
1079
+
1080
+
1081
+
1082
+
1083
+ <span class="summary_desc"><div class='inline'>
1084
+ <p>Return icon of header at <em>headerIndex</em>.</p>
1085
+ </div></span>
1086
+
1087
+ </li>
1088
+
1089
+
1090
+ <li class="public ">
1091
+ <span class="summary_signature">
1092
+
1093
+ <a href="#getHeaderSize-instance_method" title="#getHeaderSize (instance method)">#<strong>getHeaderSize</strong>(headerIndex) &#x21d2; Object </a>
1094
+
1095
+
1096
+
1097
+ </span>
1098
+
1099
+
1100
+
1101
+
1102
+
1103
+
1104
+
1105
+
1106
+
1107
+ <span class="summary_desc"><div class='inline'>
1108
+ <p>Return size of header at <em>headerIndex</em>.</p>
1109
+ </div></span>
1110
+
1111
+ </li>
1112
+
1113
+
1114
+ <li class="public ">
1115
+ <span class="summary_signature">
1116
+
1117
+ <a href="#getHeaderText-instance_method" title="#getHeaderText (instance method)">#<strong>getHeaderText</strong>(headerIndex) &#x21d2; Object </a>
1118
+
1119
+
1120
+
1121
+ </span>
1122
+
1123
+
1124
+
1125
+
1126
+
1127
+
1128
+
1129
+
1130
+
1131
+ <span class="summary_desc"><div class='inline'>
1132
+ <p>Return text of header at <em>headerIndex</em>.</p>
1133
+ </div></span>
1134
+
1135
+ </li>
1136
+
1137
+
1138
+ <li class="public ">
1139
+ <span class="summary_signature">
1140
+
1141
+ <a href="#getItem-instance_method" title="#getItem (instance method)">#<strong>getItem</strong>(itemIndex) &#x21d2; Object </a>
1142
+
1143
+
1144
+
1145
+ </span>
1146
+
1147
+
1148
+
1149
+
1150
+
1151
+
1152
+
1153
+
1154
+
1155
+ <span class="summary_desc"><div class='inline'>
1156
+ <p>Return the item at the given <em>index</em>.</p>
1157
+ </div></span>
1158
+
1159
+ </li>
1160
+
1161
+
1162
+ <li class="public ">
1163
+ <span class="summary_signature">
1164
+
1165
+ <a href="#getItemAt-instance_method" title="#getItemAt (instance method)">#<strong>getItemAt</strong>(x, y) &#x21d2; Object </a>
1166
+
1167
+
1168
+
1169
+ </span>
1170
+
1171
+
1172
+
1173
+
1174
+
1175
+
1176
+
1177
+
1178
+
1179
+ <span class="summary_desc"><div class='inline'>
1180
+ <p>Return index of item at (<em>x</em>, <em>y</em>), or -1 if none.</p>
1181
+ </div></span>
1182
+
1183
+ </li>
1184
+
1185
+
1186
+ <li class="public ">
1187
+ <span class="summary_signature">
1188
+
1189
+ <a href="#getItemBigIcon-instance_method" title="#getItemBigIcon (instance method)">#<strong>getItemBigIcon</strong>(index) &#x21d2; Object </a>
1190
+
1191
+
1192
+
1193
+ </span>
1194
+
1195
+
1196
+
1197
+
1198
+
1199
+
1200
+
1201
+
1202
+
1203
+ <span class="summary_desc"><div class='inline'>
1204
+ <p>Return big icon for item at <em>index</em>.</p>
1205
+ </div></span>
1206
+
1207
+ </li>
1208
+
1209
+
1210
+ <li class="public ">
1211
+ <span class="summary_signature">
1212
+
1213
+ <a href="#getItemData-instance_method" title="#getItemData (instance method)">#<strong>getItemData</strong>(index) &#x21d2; Object </a>
1214
+
1215
+
1216
+
1217
+ </span>
1218
+
1219
+
1220
+
1221
+
1222
+
1223
+
1224
+
1225
+
1226
+
1227
+ <span class="summary_desc"><div class='inline'>
1228
+ <p>Return user data for item at <em>index</em>.</p>
1229
+ </div></span>
1230
+
1231
+ </li>
1232
+
1233
+
1234
+ <li class="public ">
1235
+ <span class="summary_signature">
1236
+
1237
+ <a href="#getItemMiniIcon-instance_method" title="#getItemMiniIcon (instance method)">#<strong>getItemMiniIcon</strong>(index) &#x21d2; Object </a>
1238
+
1239
+
1240
+
1241
+ </span>
1242
+
1243
+
1244
+
1245
+
1246
+
1247
+
1248
+
1249
+
1250
+
1251
+ <span class="summary_desc"><div class='inline'>
1252
+ <p>Return mini icon for item at <em>index</em>.</p>
1253
+ </div></span>
1254
+
1255
+ </li>
1256
+
1257
+
1258
+ <li class="public ">
1259
+ <span class="summary_signature">
1260
+
1261
+ <a href="#getItemText-instance_method" title="#getItemText (instance method)">#<strong>getItemText</strong>(index) &#x21d2; Object </a>
1262
+
1263
+
1264
+
1265
+ </span>
1266
+
1267
+
1268
+
1269
+
1270
+
1271
+
1272
+
1273
+
1274
+
1275
+ <span class="summary_desc"><div class='inline'>
1276
+ <p>Return text for item at <em>index</em>.</p>
1277
+ </div></span>
1278
+
1279
+ </li>
1280
+
1281
+
1282
+ <li class="public ">
1283
+ <span class="summary_signature">
1284
+
1285
+ <a href="#hitItem-instance_method" title="#hitItem (instance method)">#<strong>hitItem</strong>(index, x, y, ww = 1, hh = 1) &#x21d2; Object </a>
1286
+
1287
+
1288
+
1289
+ </span>
1290
+
1291
+
1292
+
1293
+
1294
+
1295
+
1296
+
1297
+
1298
+
1299
+ <span class="summary_desc"><div class='inline'>
1300
+ <p>Return item hit code: 0 outside, 1 icon, 2 text.</p>
1301
+ </div></span>
1302
+
1303
+ </li>
1304
+
1305
+
1306
+ <li class="public ">
1307
+ <span class="summary_signature">
1308
+
1309
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(p, target = nil, selector = 0, opts = ICONLIST_NORMAL, x = 0, y = 0, width = 0, height = 0) &#x21d2; FXIconList </a>
1310
+
1311
+
1312
+
1313
+ </span>
1314
+
1315
+
1316
+ <span class="note title constructor">constructor</span>
1317
+
1318
+
1319
+
1320
+
1321
+
1322
+
1323
+
1324
+
1325
+ <span class="summary_desc"><div class='inline'>
1326
+ <p>Construct icon list with no items in it initially.</p>
1327
+ </div></span>
1328
+
1329
+ </li>
1330
+
1331
+
1332
+ <li class="public ">
1333
+ <span class="summary_signature">
1334
+
1335
+ <a href="#insertItem-instance_method" title="#insertItem (instance method)">#<strong>insertItem</strong>(index, text, bigIcon = nil, miniIcon = nil, data = nil, notify = false) &#x21d2; Object </a>
1336
+
1337
+
1338
+
1339
+ </span>
1340
+
1341
+
1342
+
1343
+
1344
+
1345
+
1346
+
1347
+
1348
+
1349
+ <span class="summary_desc"><div class='inline'>
1350
+ <p>Insert item at <em>index</em> with given <em>text</em>, <em>bigIcon</em>, <em>miniIcon</em> and user <em>data</em>.</p>
1351
+ </div></span>
1352
+
1353
+ </li>
1354
+
1355
+
1356
+ <li class="public ">
1357
+ <span class="summary_signature">
1358
+
1359
+ <a href="#itemCurrent%3F-instance_method" title="#itemCurrent? (instance method)">#<strong>itemCurrent?</strong>(index) &#x21d2; Boolean </a>
1360
+
1361
+
1362
+
1363
+ </span>
1364
+
1365
+
1366
+
1367
+
1368
+
1369
+
1370
+
1371
+
1372
+
1373
+ <span class="summary_desc"><div class='inline'>
1374
+ <p>Return <code>true</code> if item at <em>index</em> is the current item.</p>
1375
+ </div></span>
1376
+
1377
+ </li>
1378
+
1379
+
1380
+ <li class="public ">
1381
+ <span class="summary_signature">
1382
+
1383
+ <a href="#itemEnabled%3F-instance_method" title="#itemEnabled? (instance method)">#<strong>itemEnabled?</strong>(index) &#x21d2; Boolean </a>
1384
+
1385
+
1386
+
1387
+ </span>
1388
+
1389
+
1390
+
1391
+
1392
+
1393
+
1394
+
1395
+
1396
+
1397
+ <span class="summary_desc"><div class='inline'>
1398
+ <p>Return <code>true</code> if item at <em>index</em> is enabled.</p>
1399
+ </div></span>
1400
+
1401
+ </li>
1402
+
1403
+
1404
+ <li class="public ">
1405
+ <span class="summary_signature">
1406
+
1407
+ <a href="#itemSelected%3F-instance_method" title="#itemSelected? (instance method)">#<strong>itemSelected?</strong>(index) &#x21d2; Boolean </a>
1408
+
1409
+
1410
+
1411
+ </span>
1412
+
1413
+
1414
+
1415
+
1416
+
1417
+
1418
+
1419
+
1420
+
1421
+ <span class="summary_desc"><div class='inline'>
1422
+ <p>Return <code>true</code> if item at <em>index</em> is selected.</p>
1423
+ </div></span>
1424
+
1425
+ </li>
1426
+
1427
+
1428
+ <li class="public ">
1429
+ <span class="summary_signature">
1430
+
1431
+ <a href="#itemVisible%3F-instance_method" title="#itemVisible? (instance method)">#<strong>itemVisible?</strong>(index) &#x21d2; Boolean </a>
1432
+
1433
+
1434
+
1435
+ </span>
1436
+
1437
+
1438
+
1439
+
1440
+
1441
+
1442
+
1443
+
1444
+
1445
+ <span class="summary_desc"><div class='inline'>
1446
+ <p>Return <code>true</code> if item at <em>index</em> is visible.</p>
1447
+ </div></span>
1448
+
1449
+ </li>
1450
+
1451
+
1452
+ <li class="public ">
1453
+ <span class="summary_signature">
1454
+
1455
+ <a href="#killSelection-instance_method" title="#killSelection (instance method)">#<strong>killSelection</strong>(notify = false) &#x21d2; Object </a>
1456
+
1457
+
1458
+
1459
+ </span>
1460
+
1461
+
1462
+
1463
+
1464
+
1465
+
1466
+
1467
+
1468
+
1469
+ <span class="summary_desc"><div class='inline'>
1470
+ <p>Deselect all items.</p>
1471
+ </div></span>
1472
+
1473
+ </li>
1474
+
1475
+
1476
+ <li class="public ">
1477
+ <span class="summary_signature">
1478
+
1479
+ <a href="#makeItemVisible-instance_method" title="#makeItemVisible (instance method)">#<strong>makeItemVisible</strong>(itemOrIndex) &#x21d2; Object </a>
1480
+
1481
+
1482
+
1483
+ </span>
1484
+
1485
+
1486
+
1487
+
1488
+
1489
+
1490
+
1491
+
1492
+
1493
+ <span class="summary_desc"><div class='inline'>
1494
+ <p>Scroll to bring item into view.</p>
1495
+ </div></span>
1496
+
1497
+ </li>
1498
+
1499
+
1500
+ <li class="public ">
1501
+ <span class="summary_signature">
1502
+
1503
+ <a href="#moveItem-instance_method" title="#moveItem (instance method)">#<strong>moveItem</strong>(newIndex, oldIndex, notify = false) &#x21d2; Object </a>
1504
+
1505
+
1506
+
1507
+ </span>
1508
+
1509
+
1510
+
1511
+
1512
+
1513
+
1514
+
1515
+
1516
+
1517
+ <span class="summary_desc"><div class='inline'>
1518
+ <p>Move item from <em>oldIndex</em> to <em>newIndex</em> and return the new index of the item..</p>
1519
+ </div></span>
1520
+
1521
+ </li>
1522
+
1523
+
1524
+ <li class="public ">
1525
+ <span class="summary_signature">
1526
+
1527
+ <a href="#prependItem-instance_method" title="#prependItem (instance method)">#<strong>prependItem</strong>(text, bigIcon = nil, miniIcon = nil, data = nil, notify = false) &#x21d2; Object </a>
1528
+
1529
+
1530
+
1531
+ </span>
1532
+
1533
+
1534
+
1535
+
1536
+
1537
+
1538
+
1539
+
1540
+
1541
+ <span class="summary_desc"><div class='inline'>
1542
+ <p>Prepend a new item with given <em>text</em> and optional <em>bigIcon</em>, <em>miniIcon</em> and user <em>data</em>.</p>
1543
+ </div></span>
1544
+
1545
+ </li>
1546
+
1547
+
1548
+ <li class="public ">
1549
+ <span class="summary_signature">
1550
+
1551
+ <a href="#removeHeader-instance_method" title="#removeHeader (instance method)">#<strong>removeHeader</strong>(headerIndex) &#x21d2; Object </a>
1552
+
1553
+
1554
+
1555
+ </span>
1556
+
1557
+
1558
+
1559
+
1560
+
1561
+
1562
+
1563
+
1564
+
1565
+ <span class="summary_desc"><div class='inline'>
1566
+ <p>Remove header at <em>headerIndex</em>.</p>
1567
+ </div></span>
1568
+
1569
+ </li>
1570
+
1571
+
1572
+ <li class="public ">
1573
+ <span class="summary_signature">
1574
+
1575
+ <a href="#removeItem-instance_method" title="#removeItem (instance method)">#<strong>removeItem</strong>(index, notify = false) &#x21d2; Object </a>
1576
+
1577
+
1578
+
1579
+ </span>
1580
+
1581
+
1582
+
1583
+
1584
+
1585
+
1586
+
1587
+
1588
+
1589
+ <span class="summary_desc"><div class='inline'>
1590
+ <p>Remove item at <em>index</em> from the list.</p>
1591
+ </div></span>
1592
+
1593
+ </li>
1594
+
1595
+
1596
+ <li class="public ">
1597
+ <span class="summary_signature">
1598
+
1599
+ <a href="#selectInRectangle-instance_method" title="#selectInRectangle (instance method)">#<strong>selectInRectangle</strong>(x, y, w, h, notify = false) &#x21d2; Object </a>
1600
+
1601
+
1602
+
1603
+ </span>
1604
+
1605
+
1606
+
1607
+
1608
+
1609
+
1610
+
1611
+
1612
+
1613
+ <span class="summary_desc"><div class='inline'>
1614
+ <p>Select items in rectangle.</p>
1615
+ </div></span>
1616
+
1617
+ </li>
1618
+
1619
+
1620
+ <li class="public ">
1621
+ <span class="summary_signature">
1622
+
1623
+ <a href="#selectItem-instance_method" title="#selectItem (instance method)">#<strong>selectItem</strong>(index, notify = false) &#x21d2; Object </a>
1624
+
1625
+
1626
+
1627
+ </span>
1628
+
1629
+
1630
+
1631
+
1632
+
1633
+
1634
+
1635
+
1636
+
1637
+ <span class="summary_desc"><div class='inline'>
1638
+ <p>Select item at <em>index</em>.</p>
1639
+ </div></span>
1640
+
1641
+ </li>
1642
+
1643
+
1644
+ <li class="public ">
1645
+ <span class="summary_signature">
1646
+
1647
+ <a href="#setCurrentItem-instance_method" title="#setCurrentItem (instance method)">#<strong>setCurrentItem</strong>(index, notify = false) &#x21d2; Object </a>
1648
+
1649
+
1650
+
1651
+ </span>
1652
+
1653
+
1654
+
1655
+
1656
+
1657
+
1658
+
1659
+
1660
+
1661
+ <span class="summary_desc"><div class='inline'>
1662
+ <p>Change current item index.</p>
1663
+ </div></span>
1664
+
1665
+ </li>
1666
+
1667
+
1668
+ <li class="public ">
1669
+ <span class="summary_signature">
1670
+
1671
+ <a href="#setHeaderIcon-instance_method" title="#setHeaderIcon (instance method)">#<strong>setHeaderIcon</strong>(headerIndex, icon) &#x21d2; Object </a>
1672
+
1673
+
1674
+
1675
+ </span>
1676
+
1677
+
1678
+
1679
+
1680
+
1681
+
1682
+
1683
+
1684
+
1685
+ <span class="summary_desc"><div class='inline'>
1686
+ <p>Change icon of header at <em>headerIndex</em>.</p>
1687
+ </div></span>
1688
+
1689
+ </li>
1690
+
1691
+
1692
+ <li class="public ">
1693
+ <span class="summary_signature">
1694
+
1695
+ <a href="#setHeaders-instance_method" title="#setHeaders (instance method)">#<strong>setHeaders</strong>(strings, size = 1) &#x21d2; Object </a>
1696
+
1697
+
1698
+
1699
+ </span>
1700
+
1701
+
1702
+
1703
+
1704
+
1705
+
1706
+
1707
+
1708
+
1709
+ <span class="summary_desc"><div class='inline'>
1710
+ <p>Set headers from an array of strings.</p>
1711
+ </div></span>
1712
+
1713
+ </li>
1714
+
1715
+
1716
+ <li class="public ">
1717
+ <span class="summary_signature">
1718
+
1719
+ <a href="#setHeaderSize-instance_method" title="#setHeaderSize (instance method)">#<strong>setHeaderSize</strong>(headerIndex, size) &#x21d2; Object </a>
1720
+
1721
+
1722
+
1723
+ </span>
1724
+
1725
+
1726
+
1727
+
1728
+
1729
+
1730
+
1731
+
1732
+
1733
+ <span class="summary_desc"><div class='inline'>
1734
+ <p>Change size of header at <em>headerIndex</em>.</p>
1735
+ </div></span>
1736
+
1737
+ </li>
1738
+
1739
+
1740
+ <li class="public ">
1741
+ <span class="summary_signature">
1742
+
1743
+ <a href="#setHeaderText-instance_method" title="#setHeaderText (instance method)">#<strong>setHeaderText</strong>(headerIndex, text) &#x21d2; Object </a>
1744
+
1745
+
1746
+
1747
+ </span>
1748
+
1749
+
1750
+
1751
+
1752
+
1753
+
1754
+
1755
+
1756
+
1757
+ <span class="summary_desc"><div class='inline'>
1758
+ <p>Change text of header at <em>headerIndex</em>.</p>
1759
+ </div></span>
1760
+
1761
+ </li>
1762
+
1763
+
1764
+ <li class="public ">
1765
+ <span class="summary_signature">
1766
+
1767
+ <a href="#setItem-instance_method" title="#setItem (instance method)">#<strong>setItem</strong>(index, text, bigIcon = nil, miniIcon = nil, data = nil, notify = false) &#x21d2; Object </a>
1768
+
1769
+
1770
+
1771
+ </span>
1772
+
1773
+
1774
+
1775
+
1776
+
1777
+
1778
+
1779
+
1780
+
1781
+ <span class="summary_desc"><div class='inline'>
1782
+ <p>Replace item <em>text</em>, <em>bigIcon</em>, <em>miniIcon</em> and user <em>data</em> for the item at <em>index</em>.</p>
1783
+ </div></span>
1784
+
1785
+ </li>
1786
+
1787
+
1788
+ <li class="public ">
1789
+ <span class="summary_signature">
1790
+
1791
+ <a href="#setItemBigIcon-instance_method" title="#setItemBigIcon (instance method)">#<strong>setItemBigIcon</strong>(index, bigIcon, owned = false) &#x21d2; Object </a>
1792
+
1793
+
1794
+
1795
+ </span>
1796
+
1797
+
1798
+
1799
+
1800
+
1801
+
1802
+
1803
+
1804
+
1805
+ <span class="summary_desc"><div class='inline'>
1806
+ <p>Change big icon for item at <em>index</em>.</p>
1807
+ </div></span>
1808
+
1809
+ </li>
1810
+
1811
+
1812
+ <li class="public ">
1813
+ <span class="summary_signature">
1814
+
1815
+ <a href="#setItemData-instance_method" title="#setItemData (instance method)">#<strong>setItemData</strong>(index, data) &#x21d2; Object </a>
1816
+
1817
+
1818
+
1819
+ </span>
1820
+
1821
+
1822
+
1823
+
1824
+
1825
+
1826
+
1827
+
1828
+
1829
+ <span class="summary_desc"><div class='inline'>
1830
+ <p>Change user <em>data</em> for item at <em>index</em>.</p>
1831
+ </div></span>
1832
+
1833
+ </li>
1834
+
1835
+
1836
+ <li class="public ">
1837
+ <span class="summary_signature">
1838
+
1839
+ <a href="#setItemMiniIcon-instance_method" title="#setItemMiniIcon (instance method)">#<strong>setItemMiniIcon</strong>(index, miniIcon, owned = false) &#x21d2; Object </a>
1840
+
1841
+
1842
+
1843
+ </span>
1844
+
1845
+
1846
+
1847
+
1848
+
1849
+
1850
+
1851
+
1852
+
1853
+ <span class="summary_desc"><div class='inline'>
1854
+ <p>Change mini icon for item at <em>index</em>.</p>
1855
+ </div></span>
1856
+
1857
+ </li>
1858
+
1859
+
1860
+ <li class="public ">
1861
+ <span class="summary_signature">
1862
+
1863
+ <a href="#setItemText-instance_method" title="#setItemText (instance method)">#<strong>setItemText</strong>(index, text) &#x21d2; Object </a>
1864
+
1865
+
1866
+
1867
+ </span>
1868
+
1869
+
1870
+
1871
+
1872
+
1873
+
1874
+
1875
+
1876
+
1877
+ <span class="summary_desc"><div class='inline'>
1878
+ <p>Change text for item at <em>index</em>.</p>
1879
+ </div></span>
1880
+
1881
+ </li>
1882
+
1883
+
1884
+ <li class="public ">
1885
+ <span class="summary_signature">
1886
+
1887
+ <a href="#sortItems-instance_method" title="#sortItems (instance method)">#<strong>sortItems</strong> &#x21d2; Object </a>
1888
+
1889
+
1890
+
1891
+ </span>
1892
+
1893
+
1894
+
1895
+
1896
+
1897
+
1898
+
1899
+
1900
+
1901
+ <span class="summary_desc"><div class='inline'>
1902
+ <p>Sort items.</p>
1903
+ </div></span>
1904
+
1905
+ </li>
1906
+
1907
+
1908
+ <li class="public ">
1909
+ <span class="summary_signature">
1910
+
1911
+ <a href="#toggleItem-instance_method" title="#toggleItem (instance method)">#<strong>toggleItem</strong>(index, notify = false) &#x21d2; Object </a>
1912
+
1913
+
1914
+
1915
+ </span>
1916
+
1917
+
1918
+
1919
+
1920
+
1921
+
1922
+
1923
+
1924
+
1925
+ <span class="summary_desc"><div class='inline'>
1926
+ <p>Toggle item at <em>index</em>.</p>
1927
+ </div></span>
1928
+
1929
+ </li>
1930
+
1931
+
1932
+ <li class="public ">
1933
+ <span class="summary_signature">
1934
+
1935
+ <a href="#updateItem-instance_method" title="#updateItem (instance method)">#<strong>updateItem</strong>(index) &#x21d2; Object </a>
1936
+
1937
+
1938
+
1939
+ </span>
1940
+
1941
+
1942
+
1943
+
1944
+
1945
+
1946
+
1947
+
1948
+
1949
+ <span class="summary_desc"><div class='inline'>
1950
+ <p>Repaint item at <em>index</em>.</p>
1951
+ </div></span>
1952
+
1953
+ </li>
1954
+
1955
+
1956
+ </ul>
1957
+
1958
+
1959
+
1960
+
1961
+
1962
+
1963
+
1964
+
1965
+
1966
+
1967
+
1968
+
1969
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXScrollArea.html" title="Fox::FXScrollArea (class)">FXScrollArea</a></span></h3>
1970
+ <p class="inherited"><span class='object_link'><a href="FXScrollArea.html#horizontalScrollable%3F-instance_method" title="Fox::FXScrollArea#horizontalScrollable? (method)">#horizontalScrollable?</a></span>, <span class='object_link'><a href="FXScrollArea.html#position-instance_method" title="Fox::FXScrollArea#position (method)">#position</a></span>, <span class='object_link'><a href="FXScrollArea.html#scrollCorner-instance_method" title="Fox::FXScrollArea#scrollCorner (method)">#scrollCorner</a></span>, <span class='object_link'><a href="FXScrollArea.html#setPosition-instance_method" title="Fox::FXScrollArea#setPosition (method)">#setPosition</a></span>, <span class='object_link'><a href="FXScrollArea.html#verticalScrollable%3F-instance_method" title="Fox::FXScrollArea#verticalScrollable? (method)">#verticalScrollable?</a></span></p>
1971
+
1972
+
1973
+
1974
+
1975
+
1976
+
1977
+
1978
+
1979
+
1980
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXComposite.html" title="Fox::FXComposite (class)">FXComposite</a></span></h3>
1981
+ <p class="inherited"><span class='object_link'><a href="FXComposite.html#maxChildHeight-instance_method" title="Fox::FXComposite#maxChildHeight (method)">#maxChildHeight</a></span>, <span class='object_link'><a href="FXComposite.html#maxChildWidth-instance_method" title="Fox::FXComposite#maxChildWidth (method)">#maxChildWidth</a></span></p>
1982
+
1983
+
1984
+
1985
+
1986
+
1987
+
1988
+
1989
+
1990
+
1991
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXWindow.html" title="Fox::FXWindow (class)">FXWindow</a></span></h3>
1992
+ <p class="inherited"><span class='object_link'><a href="FXWindow.html#acceptDrop-instance_method" title="Fox::FXWindow#acceptDrop (method)">#acceptDrop</a></span>, <span class='object_link'><a href="FXWindow.html#acquireClipboard-instance_method" title="Fox::FXWindow#acquireClipboard (method)">#acquireClipboard</a></span>, <span class='object_link'><a href="FXWindow.html#acquireSelection-instance_method" title="Fox::FXWindow#acquireSelection (method)">#acquireSelection</a></span>, <span class='object_link'><a href="FXWindow.html#active%3F-instance_method" title="Fox::FXWindow#active? (method)">#active?</a></span>, <span class='object_link'><a href="FXWindow.html#addHotKey-instance_method" title="Fox::FXWindow#addHotKey (method)">#addHotKey</a></span>, <span class='object_link'><a href="FXWindow.html#after%3F-class_method" title="Fox::FXWindow.after? (method)">after?</a></span>, <span class='object_link'><a href="FXWindow.html#after%3F-instance_method" title="Fox::FXWindow#after? (method)">#after?</a></span>, <span class='object_link'><a href="FXWindow.html#before%3F-class_method" title="Fox::FXWindow.before? (method)">before?</a></span>, <span class='object_link'><a href="FXWindow.html#before%3F-instance_method" title="Fox::FXWindow#before? (method)">#before?</a></span>, <span class='object_link'><a href="FXWindow.html#beginDrag-instance_method" title="Fox::FXWindow#beginDrag (method)">#beginDrag</a></span>, <span class='object_link'><a href="FXWindow.html#canFocus%3F-instance_method" title="Fox::FXWindow#canFocus? (method)">#canFocus?</a></span>, <span class='object_link'><a href="FXWindow.html#changeFocus-instance_method" title="Fox::FXWindow#changeFocus (method)">#changeFocus</a></span>, <span class='object_link'><a href="FXWindow.html#childAtIndex-instance_method" title="Fox::FXWindow#childAtIndex (method)">#childAtIndex</a></span>, <span class='object_link'><a href="FXWindow.html#childOf%3F-instance_method" title="Fox::FXWindow#childOf? (method)">#childOf?</a></span>, <span class='object_link'><a href="FXWindow.html#children-instance_method" title="Fox::FXWindow#children (method)">#children</a></span>, <span class='object_link'><a href="FXWindow.html#clearDragRectangle-instance_method" title="Fox::FXWindow#clearDragRectangle (method)">#clearDragRectangle</a></span>, <span class='object_link'><a href="FXWindow.html#clearShape-instance_method" title="Fox::FXWindow#clearShape (method)">#clearShape</a></span>, <span class='object_link'><a href="FXWindow.html#colorType-class_method" title="Fox::FXWindow.colorType (method)">colorType</a></span>, <span class='object_link'><a href="FXWindow.html#colorTypeName-class_method" title="Fox::FXWindow.colorTypeName (method)">colorTypeName</a></span>, <span class='object_link'><a href="FXWindow.html#commonAncestor-class_method" title="Fox::FXWindow.commonAncestor (method)">commonAncestor</a></span>, <span class='object_link'><a href="FXWindow.html#composeContext-instance_method" title="Fox::FXWindow#composeContext (method)">#composeContext</a></span>, <span class='object_link'><a href="FXWindow.html#composite%3F-instance_method" title="Fox::FXWindow#composite? (method)">#composite?</a></span>, <span class='object_link'><a href="FXWindow.html#contains%3F-instance_method" title="Fox::FXWindow#contains? (method)">#contains?</a></span>, <span class='object_link'><a href="FXWindow.html#containsChild%3F-instance_method" title="Fox::FXWindow#containsChild? (method)">#containsChild?</a></span>, <span class='object_link'><a href="FXWindow.html#create-instance_method" title="Fox::FXWindow#create (method)">#create</a></span>, <span class='object_link'><a href="FXWindow.html#createComposeContext-instance_method" title="Fox::FXWindow#createComposeContext (method)">#createComposeContext</a></span>, <span class='object_link'><a href="FXWindow.html#cursorPosition-instance_method" title="Fox::FXWindow#cursorPosition (method)">#cursorPosition</a></span>, <span class='object_link'><a href="FXWindow.html#default%3F-instance_method" title="Fox::FXWindow#default? (method)">#default?</a></span>, <span class='object_link'><a href="FXWindow.html#defaultHeight-instance_method" title="Fox::FXWindow#defaultHeight (method)">#defaultHeight</a></span>, <span class='object_link'><a href="FXWindow.html#defaultWidth-instance_method" title="Fox::FXWindow#defaultWidth (method)">#defaultWidth</a></span>, <span class='object_link'><a href="FXWindow.html#deleteType-class_method" title="Fox::FXWindow.deleteType (method)">deleteType</a></span>, <span class='object_link'><a href="FXWindow.html#deleteTypeName-class_method" title="Fox::FXWindow.deleteTypeName (method)">deleteTypeName</a></span>, <span class='object_link'><a href="FXWindow.html#destroy-instance_method" title="Fox::FXWindow#destroy (method)">#destroy</a></span>, <span class='object_link'><a href="FXWindow.html#destroyComposeContext-instance_method" title="Fox::FXWindow#destroyComposeContext (method)">#destroyComposeContext</a></span>, <span class='object_link'><a href="FXWindow.html#detach-instance_method" title="Fox::FXWindow#detach (method)">#detach</a></span>, <span class='object_link'><a href="FXWindow.html#didAccept-instance_method" title="Fox::FXWindow#didAccept (method)">#didAccept</a></span>, <span class='object_link'><a href="FXWindow.html#disable-instance_method" title="Fox::FXWindow#disable (method)">#disable</a></span>, <span class='object_link'><a href="FXWindow.html#doesSaveUnder%3F-instance_method" title="Fox::FXWindow#doesSaveUnder? (method)">#doesSaveUnder?</a></span>, <span class='object_link'><a href="FXWindow.html#dragging%3F-instance_method" title="Fox::FXWindow#dragging? (method)">#dragging?</a></span>, <span class='object_link'><a href="FXWindow.html#dropDisable-instance_method" title="Fox::FXWindow#dropDisable (method)">#dropDisable</a></span>, <span class='object_link'><a href="FXWindow.html#dropEnable-instance_method" title="Fox::FXWindow#dropEnable (method)">#dropEnable</a></span>, <span class='object_link'><a href="FXWindow.html#dropEnabled%3F-instance_method" title="Fox::FXWindow#dropEnabled? (method)">#dropEnabled?</a></span>, <span class='object_link'><a href="FXWindow.html#dropFinished-instance_method" title="Fox::FXWindow#dropFinished (method)">#dropFinished</a></span>, <span class='object_link'><a href="FXWindow.html#dropTarget%3F-instance_method" title="Fox::FXWindow#dropTarget? (method)">#dropTarget?</a></span>, <span class='object_link'><a href="FXWindow.html#each_child-instance_method" title="Fox::FXWindow#each_child (method)">#each_child</a></span>, <span class='object_link'><a href="FXWindow.html#each_child_recursive-instance_method" title="Fox::FXWindow#each_child_recursive (method)">#each_child_recursive</a></span>, <span class='object_link'><a href="FXWindow.html#enable-instance_method" title="Fox::FXWindow#enable (method)">#enable</a></span>, <span class='object_link'><a href="FXWindow.html#enabled%3F-instance_method" title="Fox::FXWindow#enabled? (method)">#enabled?</a></span>, <span class='object_link'><a href="FXWindow.html#endDrag-instance_method" title="Fox::FXWindow#endDrag (method)">#endDrag</a></span>, <span class='object_link'><a href="FXWindow.html#forceRefresh-instance_method" title="Fox::FXWindow#forceRefresh (method)">#forceRefresh</a></span>, <span class='object_link'><a href="FXWindow.html#getChildAt-instance_method" title="Fox::FXWindow#getChildAt (method)">#getChildAt</a></span>, <span class='object_link'><a href="FXWindow.html#getDNDData-instance_method" title="Fox::FXWindow#getDNDData (method)">#getDNDData</a></span>, <span class='object_link'><a href="FXWindow.html#getHeightForWidth-instance_method" title="Fox::FXWindow#getHeightForWidth (method)">#getHeightForWidth</a></span>, <span class='object_link'><a href="FXWindow.html#getWidthForHeight-instance_method" title="Fox::FXWindow#getWidthForHeight (method)">#getWidthForHeight</a></span>, <span class='object_link'><a href="FXWindow.html#grab-instance_method" title="Fox::FXWindow#grab (method)">#grab</a></span>, <span class='object_link'><a href="FXWindow.html#grabKeyboard-instance_method" title="Fox::FXWindow#grabKeyboard (method)">#grabKeyboard</a></span>, <span class='object_link'><a href="FXWindow.html#grabbed%3F-instance_method" title="Fox::FXWindow#grabbed? (method)">#grabbed?</a></span>, <span class='object_link'><a href="FXWindow.html#grabbedKeyboard%3F-instance_method" title="Fox::FXWindow#grabbedKeyboard? (method)">#grabbedKeyboard?</a></span>, <span class='object_link'><a href="FXWindow.html#handleDrag-instance_method" title="Fox::FXWindow#handleDrag (method)">#handleDrag</a></span>, <span class='object_link'><a href="FXWindow.html#hasClipboard%3F-instance_method" title="Fox::FXWindow#hasClipboard? (method)">#hasClipboard?</a></span>, <span class='object_link'><a href="FXWindow.html#hasFocus%3F-instance_method" title="Fox::FXWindow#hasFocus? (method)">#hasFocus?</a></span>, <span class='object_link'><a href="FXWindow.html#hasSelection%3F-instance_method" title="Fox::FXWindow#hasSelection? (method)">#hasSelection?</a></span>, <span class='object_link'><a href="FXWindow.html#height-instance_method" title="Fox::FXWindow#height (method)">#height</a></span>, <span class='object_link'><a href="FXWindow.html#height=-instance_method" title="Fox::FXWindow#height= (method)">#height=</a></span>, <span class='object_link'><a href="FXWindow.html#hide-instance_method" title="Fox::FXWindow#hide (method)">#hide</a></span>, <span class='object_link'><a href="FXWindow.html#imageType-class_method" title="Fox::FXWindow.imageType (method)">imageType</a></span>, <span class='object_link'><a href="FXWindow.html#inFocusChain%3F-instance_method" title="Fox::FXWindow#inFocusChain? (method)">#inFocusChain?</a></span>, <span class='object_link'><a href="FXWindow.html#indexOfChild-instance_method" title="Fox::FXWindow#indexOfChild (method)">#indexOfChild</a></span>, <span class='object_link'><a href="FXWindow.html#initial%3F-instance_method" title="Fox::FXWindow#initial? (method)">#initial?</a></span>, <span class='object_link'><a href="FXWindow.html#inquireDNDAction-instance_method" title="Fox::FXWindow#inquireDNDAction (method)">#inquireDNDAction</a></span>, <span class='object_link'><a href="FXWindow.html#inquireDNDTypes-instance_method" title="Fox::FXWindow#inquireDNDTypes (method)">#inquireDNDTypes</a></span>, <span class='object_link'><a href="FXWindow.html#killFocus-instance_method" title="Fox::FXWindow#killFocus (method)">#killFocus</a></span>, <span class='object_link'><a href="FXWindow.html#layout-instance_method" title="Fox::FXWindow#layout (method)">#layout</a></span>, <span class='object_link'><a href="FXWindow.html#linkAfter-instance_method" title="Fox::FXWindow#linkAfter (method)">#linkAfter</a></span>, <span class='object_link'><a href="FXWindow.html#linkBefore-instance_method" title="Fox::FXWindow#linkBefore (method)">#linkBefore</a></span>, <span class='object_link'><a href="FXWindow.html#lower-instance_method" title="Fox::FXWindow#lower (method)">#lower</a></span>, <span class='object_link'><a href="FXWindow.html#move-instance_method" title="Fox::FXWindow#move (method)">#move</a></span>, <span class='object_link'><a href="FXWindow.html#octetType-class_method" title="Fox::FXWindow.octetType (method)">octetType</a></span>, <span class='object_link'><a href="FXWindow.html#octetTypeName-class_method" title="Fox::FXWindow.octetTypeName (method)">octetTypeName</a></span>, <span class='object_link'><a href="FXWindow.html#offeredDNDType%3F-instance_method" title="Fox::FXWindow#offeredDNDType? (method)">#offeredDNDType?</a></span>, <span class='object_link'><a href="FXWindow.html#position-instance_method" title="Fox::FXWindow#position (method)">#position</a></span>, <span class='object_link'><a href="FXWindow.html#raiseWindow-instance_method" title="Fox::FXWindow#raiseWindow (method)">#raiseWindow</a></span>, <span class='object_link'><a href="FXWindow.html#recalc-instance_method" title="Fox::FXWindow#recalc (method)">#recalc</a></span>, <span class='object_link'><a href="FXWindow.html#releaseClipboard-instance_method" title="Fox::FXWindow#releaseClipboard (method)">#releaseClipboard</a></span>, <span class='object_link'><a href="FXWindow.html#releaseSelection-instance_method" title="Fox::FXWindow#releaseSelection (method)">#releaseSelection</a></span>, <span class='object_link'><a href="FXWindow.html#remHotKey-instance_method" title="Fox::FXWindow#remHotKey (method)">#remHotKey</a></span>, <span class='object_link'><a href="FXWindow.html#removeChild-instance_method" title="Fox::FXWindow#removeChild (method)">#removeChild</a></span>, <span class='object_link'><a href="FXWindow.html#repaint-instance_method" title="Fox::FXWindow#repaint (method)">#repaint</a></span>, <span class='object_link'><a href="FXWindow.html#reparent-instance_method" title="Fox::FXWindow#reparent (method)">#reparent</a></span>, <span class='object_link'><a href="FXWindow.html#resize-instance_method" title="Fox::FXWindow#resize (method)">#resize</a></span>, <span class='object_link'><a href="FXWindow.html#scroll-instance_method" title="Fox::FXWindow#scroll (method)">#scroll</a></span>, <span class='object_link'><a href="FXWindow.html#setCursorPosition-instance_method" title="Fox::FXWindow#setCursorPosition (method)">#setCursorPosition</a></span>, <span class='object_link'><a href="FXWindow.html#setDNDData-instance_method" title="Fox::FXWindow#setDNDData (method)">#setDNDData</a></span>, <span class='object_link'><a href="FXWindow.html#setDefault-instance_method" title="Fox::FXWindow#setDefault (method)">#setDefault</a></span>, <span class='object_link'><a href="FXWindow.html#setDragRectangle-instance_method" title="Fox::FXWindow#setDragRectangle (method)">#setDragRectangle</a></span>, <span class='object_link'><a href="FXWindow.html#setFocus-instance_method" title="Fox::FXWindow#setFocus (method)">#setFocus</a></span>, <span class='object_link'><a href="FXWindow.html#setInitial-instance_method" title="Fox::FXWindow#setInitial (method)">#setInitial</a></span>, <span class='object_link'><a href="FXWindow.html#setShape-instance_method" title="Fox::FXWindow#setShape (method)">#setShape</a></span>, <span class='object_link'><a href="FXWindow.html#shell%3F-instance_method" title="Fox::FXWindow#shell? (method)">#shell?</a></span>, <span class='object_link'><a href="FXWindow.html#show-instance_method" title="Fox::FXWindow#show (method)">#show</a></span>, <span class='object_link'><a href="FXWindow.html#shown%3F-instance_method" title="Fox::FXWindow#shown? (method)">#shown?</a></span>, <span class='object_link'><a href="FXWindow.html#stringType-class_method" title="Fox::FXWindow.stringType (method)">stringType</a></span>, <span class='object_link'><a href="FXWindow.html#textType-class_method" title="Fox::FXWindow.textType (method)">textType</a></span>, <span class='object_link'><a href="FXWindow.html#textTypeName-class_method" title="Fox::FXWindow.textTypeName (method)">textTypeName</a></span>, <span class='object_link'><a href="FXWindow.html#tr-instance_method" title="Fox::FXWindow#tr (method)">#tr</a></span>, <span class='object_link'><a href="FXWindow.html#translateCoordinatesFrom-instance_method" title="Fox::FXWindow#translateCoordinatesFrom (method)">#translateCoordinatesFrom</a></span>, <span class='object_link'><a href="FXWindow.html#translateCoordinatesTo-instance_method" title="Fox::FXWindow#translateCoordinatesTo (method)">#translateCoordinatesTo</a></span>, <span class='object_link'><a href="FXWindow.html#underCursor%3F-instance_method" title="Fox::FXWindow#underCursor? (method)">#underCursor?</a></span>, <span class='object_link'><a href="FXWindow.html#ungrab-instance_method" title="Fox::FXWindow#ungrab (method)">#ungrab</a></span>, <span class='object_link'><a href="FXWindow.html#ungrabKeyboard-instance_method" title="Fox::FXWindow#ungrabKeyboard (method)">#ungrabKeyboard</a></span>, <span class='object_link'><a href="FXWindow.html#update-instance_method" title="Fox::FXWindow#update (method)">#update</a></span>, <span class='object_link'><a href="FXWindow.html#urilistType-class_method" title="Fox::FXWindow.urilistType (method)">urilistType</a></span>, <span class='object_link'><a href="FXWindow.html#urilistTypeName-class_method" title="Fox::FXWindow.urilistTypeName (method)">urilistTypeName</a></span>, <span class='object_link'><a href="FXWindow.html#utf16Type-class_method" title="Fox::FXWindow.utf16Type (method)">utf16Type</a></span>, <span class='object_link'><a href="FXWindow.html#utf16TypeName-class_method" title="Fox::FXWindow.utf16TypeName (method)">utf16TypeName</a></span>, <span class='object_link'><a href="FXWindow.html#utf8Type-class_method" title="Fox::FXWindow.utf8Type (method)">utf8Type</a></span>, <span class='object_link'><a href="FXWindow.html#utf8TypeName-class_method" title="Fox::FXWindow.utf8TypeName (method)">utf8TypeName</a></span>, <span class='object_link'><a href="FXWindow.html#visible=-instance_method" title="Fox::FXWindow#visible= (method)">#visible=</a></span>, <span class='object_link'><a href="FXWindow.html#width-instance_method" title="Fox::FXWindow#width (method)">#width</a></span>, <span class='object_link'><a href="FXWindow.html#width=-instance_method" title="Fox::FXWindow#width= (method)">#width=</a></span></p>
1993
+
1994
+
1995
+
1996
+
1997
+
1998
+
1999
+
2000
+
2001
+
2002
+ <h3 class="inherited">Methods included from <span class='object_link'><a href="../Responder2.html" title="Responder2 (module)">Responder2</a></span></h3>
2003
+ <p class="inherited"><span class='object_link'><a href="../Responder2.html#connect-instance_method" title="Responder2#connect (method)">#connect</a></span></p>
2004
+
2005
+
2006
+
2007
+
2008
+
2009
+
2010
+
2011
+
2012
+
2013
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXDrawable.html" title="Fox::FXDrawable (class)">FXDrawable</a></span></h3>
2014
+ <p class="inherited"><span class='object_link'><a href="FXDrawable.html#resize-instance_method" title="Fox::FXDrawable#resize (method)">#resize</a></span></p>
2015
+
2016
+
2017
+
2018
+
2019
+
2020
+
2021
+
2022
+
2023
+
2024
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXId.html" title="Fox::FXId (class)">FXId</a></span></h3>
2025
+ <p class="inherited"><span class='object_link'><a href="FXId.html#create-instance_method" title="Fox::FXId#create (method)">#create</a></span>, <span class='object_link'><a href="FXId.html#created%3F-instance_method" title="Fox::FXId#created? (method)">#created?</a></span>, <span class='object_link'><a href="FXId.html#destroy-instance_method" title="Fox::FXId#destroy (method)">#destroy</a></span>, <span class='object_link'><a href="FXId.html#detach-instance_method" title="Fox::FXId#detach (method)">#detach</a></span>, <span class='object_link'><a href="FXId.html#runOnUiThread-instance_method" title="Fox::FXId#runOnUiThread (method)">#runOnUiThread</a></span></p>
2026
+
2027
+
2028
+
2029
+
2030
+
2031
+
2032
+
2033
+
2034
+
2035
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXObject.html" title="Fox::FXObject (class)">FXObject</a></span></h3>
2036
+ <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>
2037
+ <div id="constructor_details" class="method_details_list">
2038
+ <h2>Constructor Details</h2>
2039
+
2040
+ <div class="method_details first">
2041
+ <h3 class="signature first" id="initialize-instance_method">
2042
+
2043
+ #<strong>initialize</strong>(p, target = nil, selector = 0, opts = ICONLIST_NORMAL, x = 0, y = 0, width = 0, height = 0) &#x21d2; <tt><span class='object_link'><a href="" title="Fox::FXIconList (class)">FXIconList</a></span></tt>
2044
+
2045
+
2046
+
2047
+
2048
+
2049
+ </h3><div class="docstring">
2050
+ <div class="discussion">
2051
+
2052
+ <p>Construct icon list with no items in it initially</p>
2053
+
2054
+
2055
+ </div>
2056
+ </div>
2057
+ <div class="tags">
2058
+
2059
+
2060
+ </div><table class="source_code">
2061
+ <tr>
2062
+ <td>
2063
+ <pre class="lines">
2064
+
2065
+
2066
+ 189
2067
+ 190</pre>
2068
+ </td>
2069
+ <td>
2070
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 189</span>
2071
+
2072
+ <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_p'>p</span><span class='comma'>,</span> <span class='id identifier rubyid_target'>target</span><span class='op'>=</span><span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_selector'>selector</span><span class='op'>=</span><span class='int'>0</span><span class='comma'>,</span> <span class='id identifier rubyid_opts'>opts</span><span class='op'>=</span><span class='const'>ICONLIST_NORMAL</span><span class='comma'>,</span> <span class='id identifier rubyid_x'>x</span><span class='op'>=</span><span class='int'>0</span><span class='comma'>,</span> <span class='id identifier rubyid_y'>y</span><span class='op'>=</span><span class='int'>0</span><span class='comma'>,</span> <span class='id identifier rubyid_width'>width</span><span class='op'>=</span><span class='int'>0</span><span class='comma'>,</span> <span class='id identifier rubyid_height'>height</span><span class='op'>=</span><span class='int'>0</span><span class='rparen'>)</span> <span class='comment'># :yields: theIconList
2073
+ </span><span class='kw'>end</span></pre>
2074
+ </td>
2075
+ </tr>
2076
+ </table>
2077
+ </div>
2078
+
2079
+ </div>
2080
+
2081
+ <div id="instance_attr_details" class="attr_details">
2082
+ <h2>Instance Attribute Details</h2>
2083
+
2084
+
2085
+ <span id="anchorItem=-instance_method"></span>
2086
+ <div class="method_details first">
2087
+ <h3 class="signature first" id="anchorItem-instance_method">
2088
+
2089
+ #<strong>anchorItem</strong> &#x21d2; <tt>Object</tt>
2090
+
2091
+
2092
+
2093
+
2094
+
2095
+ </h3><div class="docstring">
2096
+ <div class="discussion">
2097
+
2098
+ <p>Index of anchor item, or -1 if none [Integer]</p>
2099
+
2100
+
2101
+ </div>
2102
+ </div>
2103
+ <div class="tags">
2104
+
2105
+
2106
+ </div><table class="source_code">
2107
+ <tr>
2108
+ <td>
2109
+ <pre class="lines">
2110
+
2111
+
2112
+ 162
2113
+ 163
2114
+ 164</pre>
2115
+ </td>
2116
+ <td>
2117
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 162</span>
2118
+
2119
+ <span class='kw'>def</span> <span class='id identifier rubyid_anchorItem'>anchorItem</span>
2120
+ <span class='ivar'>@anchorItem</span>
2121
+ <span class='kw'>end</span></pre>
2122
+ </td>
2123
+ </tr>
2124
+ </table>
2125
+ </div>
2126
+
2127
+
2128
+ <span id="currentItem=-instance_method"></span>
2129
+ <div class="method_details ">
2130
+ <h3 class="signature " id="currentItem-instance_method">
2131
+
2132
+ #<strong>currentItem</strong> &#x21d2; <tt>Object</tt>
2133
+
2134
+
2135
+
2136
+
2137
+
2138
+ </h3><div class="docstring">
2139
+ <div class="discussion">
2140
+
2141
+ <p>Index of current item, or -1 if none [Integer]</p>
2142
+
2143
+
2144
+ </div>
2145
+ </div>
2146
+ <div class="tags">
2147
+
2148
+
2149
+ </div><table class="source_code">
2150
+ <tr>
2151
+ <td>
2152
+ <pre class="lines">
2153
+
2154
+
2155
+ 159
2156
+ 160
2157
+ 161</pre>
2158
+ </td>
2159
+ <td>
2160
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 159</span>
2161
+
2162
+ <span class='kw'>def</span> <span class='id identifier rubyid_currentItem'>currentItem</span>
2163
+ <span class='ivar'>@currentItem</span>
2164
+ <span class='kw'>end</span></pre>
2165
+ </td>
2166
+ </tr>
2167
+ </table>
2168
+ </div>
2169
+
2170
+
2171
+ <span id=""></span>
2172
+ <div class="method_details ">
2173
+ <h3 class="signature " id="cursorItem-instance_method">
2174
+
2175
+ #<strong>cursorItem</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
2176
+
2177
+
2178
+
2179
+
2180
+
2181
+ </h3><div class="docstring">
2182
+ <div class="discussion">
2183
+
2184
+ <p>Index of item under the cursor, or -1 if none [Integer]</p>
2185
+
2186
+
2187
+ </div>
2188
+ </div>
2189
+ <div class="tags">
2190
+
2191
+
2192
+ </div><table class="source_code">
2193
+ <tr>
2194
+ <td>
2195
+ <pre class="lines">
2196
+
2197
+
2198
+ 165
2199
+ 166
2200
+ 167</pre>
2201
+ </td>
2202
+ <td>
2203
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 165</span>
2204
+
2205
+ <span class='kw'>def</span> <span class='id identifier rubyid_cursorItem'>cursorItem</span>
2206
+ <span class='ivar'>@cursorItem</span>
2207
+ <span class='kw'>end</span></pre>
2208
+ </td>
2209
+ </tr>
2210
+ </table>
2211
+ </div>
2212
+
2213
+
2214
+ <span id="font=-instance_method"></span>
2215
+ <div class="method_details ">
2216
+ <h3 class="signature " id="font-instance_method">
2217
+
2218
+ #<strong>font</strong> &#x21d2; <tt>Object</tt>
2219
+
2220
+
2221
+
2222
+
2223
+
2224
+ </h3><div class="docstring">
2225
+ <div class="discussion">
2226
+
2227
+ <p>Text font <span class='object_link'><a href="FXFont.html" title="Fox::FXFont (class)">Fox::FXFont</a></span></p>
2228
+
2229
+
2230
+ </div>
2231
+ </div>
2232
+ <div class="tags">
2233
+
2234
+
2235
+ </div><table class="source_code">
2236
+ <tr>
2237
+ <td>
2238
+ <pre class="lines">
2239
+
2240
+
2241
+ 168
2242
+ 169
2243
+ 170</pre>
2244
+ </td>
2245
+ <td>
2246
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 168</span>
2247
+
2248
+ <span class='kw'>def</span> <span class='id identifier rubyid_font'>font</span>
2249
+ <span class='ivar'>@font</span>
2250
+ <span class='kw'>end</span></pre>
2251
+ </td>
2252
+ </tr>
2253
+ </table>
2254
+ </div>
2255
+
2256
+
2257
+ <span id=""></span>
2258
+ <div class="method_details ">
2259
+ <h3 class="signature " id="header-instance_method">
2260
+
2261
+ #<strong>header</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
2262
+
2263
+
2264
+
2265
+
2266
+
2267
+ </h3><div class="docstring">
2268
+ <div class="discussion">
2269
+
2270
+ <p>The header control <span class='object_link'><a href="FXHeader.html" title="Fox::FXHeader (class)">Fox::FXHeader</a></span></p>
2271
+
2272
+
2273
+ </div>
2274
+ </div>
2275
+ <div class="tags">
2276
+
2277
+
2278
+ </div><table class="source_code">
2279
+ <tr>
2280
+ <td>
2281
+ <pre class="lines">
2282
+
2283
+
2284
+ 147
2285
+ 148
2286
+ 149</pre>
2287
+ </td>
2288
+ <td>
2289
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 147</span>
2290
+
2291
+ <span class='kw'>def</span> <span class='id identifier rubyid_header'>header</span>
2292
+ <span class='ivar'>@header</span>
2293
+ <span class='kw'>end</span></pre>
2294
+ </td>
2295
+ </tr>
2296
+ </table>
2297
+ </div>
2298
+
2299
+
2300
+ <span id="helpText=-instance_method"></span>
2301
+ <div class="method_details ">
2302
+ <h3 class="signature " id="helpText-instance_method">
2303
+
2304
+ #<strong>helpText</strong> &#x21d2; <tt>Object</tt>
2305
+
2306
+
2307
+
2308
+
2309
+
2310
+ </h3><div class="docstring">
2311
+ <div class="discussion">
2312
+
2313
+ <p>Status line help text [String]</p>
2314
+
2315
+
2316
+ </div>
2317
+ </div>
2318
+ <div class="tags">
2319
+
2320
+
2321
+ </div><table class="source_code">
2322
+ <tr>
2323
+ <td>
2324
+ <pre class="lines">
2325
+
2326
+
2327
+ 186
2328
+ 187
2329
+ 188</pre>
2330
+ </td>
2331
+ <td>
2332
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 186</span>
2333
+
2334
+ <span class='kw'>def</span> <span class='id identifier rubyid_helpText'>helpText</span>
2335
+ <span class='ivar'>@helpText</span>
2336
+ <span class='kw'>end</span></pre>
2337
+ </td>
2338
+ </tr>
2339
+ </table>
2340
+ </div>
2341
+
2342
+
2343
+ <span id=""></span>
2344
+ <div class="method_details ">
2345
+ <h3 class="signature " id="itemHeight-instance_method">
2346
+
2347
+ #<strong>itemHeight</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
2348
+
2349
+
2350
+
2351
+
2352
+
2353
+ </h3><div class="docstring">
2354
+ <div class="discussion">
2355
+
2356
+ <p>Item height [Integer]</p>
2357
+
2358
+
2359
+ </div>
2360
+ </div>
2361
+ <div class="tags">
2362
+
2363
+
2364
+ </div><table class="source_code">
2365
+ <tr>
2366
+ <td>
2367
+ <pre class="lines">
2368
+
2369
+
2370
+ 156
2371
+ 157
2372
+ 158</pre>
2373
+ </td>
2374
+ <td>
2375
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 156</span>
2376
+
2377
+ <span class='kw'>def</span> <span class='id identifier rubyid_itemHeight'>itemHeight</span>
2378
+ <span class='ivar'>@itemHeight</span>
2379
+ <span class='kw'>end</span></pre>
2380
+ </td>
2381
+ </tr>
2382
+ </table>
2383
+ </div>
2384
+
2385
+
2386
+ <span id="itemSpace=-instance_method"></span>
2387
+ <div class="method_details ">
2388
+ <h3 class="signature " id="itemSpace-instance_method">
2389
+
2390
+ #<strong>itemSpace</strong> &#x21d2; <tt>Object</tt>
2391
+
2392
+
2393
+
2394
+
2395
+
2396
+ </h3><div class="docstring">
2397
+ <div class="discussion">
2398
+
2399
+ <p>Maximum item space (in pixels) for each item [Integer]</p>
2400
+
2401
+
2402
+ </div>
2403
+ </div>
2404
+ <div class="tags">
2405
+
2406
+
2407
+ </div><table class="source_code">
2408
+ <tr>
2409
+ <td>
2410
+ <pre class="lines">
2411
+
2412
+
2413
+ 180
2414
+ 181
2415
+ 182</pre>
2416
+ </td>
2417
+ <td>
2418
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 180</span>
2419
+
2420
+ <span class='kw'>def</span> <span class='id identifier rubyid_itemSpace'>itemSpace</span>
2421
+ <span class='ivar'>@itemSpace</span>
2422
+ <span class='kw'>end</span></pre>
2423
+ </td>
2424
+ </tr>
2425
+ </table>
2426
+ </div>
2427
+
2428
+
2429
+ <span id=""></span>
2430
+ <div class="method_details ">
2431
+ <h3 class="signature " id="itemWidth-instance_method">
2432
+
2433
+ #<strong>itemWidth</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
2434
+
2435
+
2436
+
2437
+
2438
+
2439
+ </h3><div class="docstring">
2440
+ <div class="discussion">
2441
+
2442
+ <p>Item width [Integer]</p>
2443
+
2444
+
2445
+ </div>
2446
+ </div>
2447
+ <div class="tags">
2448
+
2449
+
2450
+ </div><table class="source_code">
2451
+ <tr>
2452
+ <td>
2453
+ <pre class="lines">
2454
+
2455
+
2456
+ 153
2457
+ 154
2458
+ 155</pre>
2459
+ </td>
2460
+ <td>
2461
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 153</span>
2462
+
2463
+ <span class='kw'>def</span> <span class='id identifier rubyid_itemWidth'>itemWidth</span>
2464
+ <span class='ivar'>@itemWidth</span>
2465
+ <span class='kw'>end</span></pre>
2466
+ </td>
2467
+ </tr>
2468
+ </table>
2469
+ </div>
2470
+
2471
+
2472
+ <span id="listStyle=-instance_method"></span>
2473
+ <div class="method_details ">
2474
+ <h3 class="signature " id="listStyle-instance_method">
2475
+
2476
+ #<strong>listStyle</strong> &#x21d2; <tt>Object</tt>
2477
+
2478
+
2479
+
2480
+
2481
+
2482
+ </h3><div class="docstring">
2483
+ <div class="discussion">
2484
+
2485
+ <p>Icon list style [Integer]</p>
2486
+
2487
+
2488
+ </div>
2489
+ </div>
2490
+ <div class="tags">
2491
+
2492
+
2493
+ </div><table class="source_code">
2494
+ <tr>
2495
+ <td>
2496
+ <pre class="lines">
2497
+
2498
+
2499
+ 183
2500
+ 184
2501
+ 185</pre>
2502
+ </td>
2503
+ <td>
2504
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 183</span>
2505
+
2506
+ <span class='kw'>def</span> <span class='id identifier rubyid_listStyle'>listStyle</span>
2507
+ <span class='ivar'>@listStyle</span>
2508
+ <span class='kw'>end</span></pre>
2509
+ </td>
2510
+ </tr>
2511
+ </table>
2512
+ </div>
2513
+
2514
+
2515
+ <span id=""></span>
2516
+ <div class="method_details ">
2517
+ <h3 class="signature " id="numCols-instance_method">
2518
+
2519
+ #<strong>numCols</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
2520
+
2521
+
2522
+
2523
+
2524
+
2525
+ </h3><div class="docstring">
2526
+ <div class="discussion">
2527
+
2528
+ <p>Number of columns [Integer]</p>
2529
+
2530
+
2531
+ </div>
2532
+ </div>
2533
+ <div class="tags">
2534
+
2535
+
2536
+ </div><table class="source_code">
2537
+ <tr>
2538
+ <td>
2539
+ <pre class="lines">
2540
+
2541
+
2542
+ 144
2543
+ 145
2544
+ 146</pre>
2545
+ </td>
2546
+ <td>
2547
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 144</span>
2548
+
2549
+ <span class='kw'>def</span> <span class='id identifier rubyid_numCols'>numCols</span>
2550
+ <span class='ivar'>@numCols</span>
2551
+ <span class='kw'>end</span></pre>
2552
+ </td>
2553
+ </tr>
2554
+ </table>
2555
+ </div>
2556
+
2557
+
2558
+ <span id=""></span>
2559
+ <div class="method_details ">
2560
+ <h3 class="signature " id="numHeaders-instance_method">
2561
+
2562
+ #<strong>numHeaders</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
2563
+
2564
+
2565
+
2566
+
2567
+
2568
+ </h3><div class="docstring">
2569
+ <div class="discussion">
2570
+
2571
+ <p>The number of header items in the header control [Integer]</p>
2572
+
2573
+
2574
+ </div>
2575
+ </div>
2576
+ <div class="tags">
2577
+
2578
+
2579
+ </div><table class="source_code">
2580
+ <tr>
2581
+ <td>
2582
+ <pre class="lines">
2583
+
2584
+
2585
+ 150
2586
+ 151
2587
+ 152</pre>
2588
+ </td>
2589
+ <td>
2590
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 150</span>
2591
+
2592
+ <span class='kw'>def</span> <span class='id identifier rubyid_numHeaders'>numHeaders</span>
2593
+ <span class='ivar'>@numHeaders</span>
2594
+ <span class='kw'>end</span></pre>
2595
+ </td>
2596
+ </tr>
2597
+ </table>
2598
+ </div>
2599
+
2600
+
2601
+ <span id=""></span>
2602
+ <div class="method_details ">
2603
+ <h3 class="signature " id="numItems-instance_method">
2604
+
2605
+ #<strong>numItems</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
2606
+
2607
+
2608
+
2609
+
2610
+
2611
+ </h3><div class="docstring">
2612
+ <div class="discussion">
2613
+
2614
+ <p>Number of items [Integer]</p>
2615
+
2616
+
2617
+ </div>
2618
+ </div>
2619
+ <div class="tags">
2620
+
2621
+
2622
+ </div><table class="source_code">
2623
+ <tr>
2624
+ <td>
2625
+ <pre class="lines">
2626
+
2627
+
2628
+ 138
2629
+ 139
2630
+ 140</pre>
2631
+ </td>
2632
+ <td>
2633
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 138</span>
2634
+
2635
+ <span class='kw'>def</span> <span class='id identifier rubyid_numItems'>numItems</span>
2636
+ <span class='ivar'>@numItems</span>
2637
+ <span class='kw'>end</span></pre>
2638
+ </td>
2639
+ </tr>
2640
+ </table>
2641
+ </div>
2642
+
2643
+
2644
+ <span id=""></span>
2645
+ <div class="method_details ">
2646
+ <h3 class="signature " id="numRows-instance_method">
2647
+
2648
+ #<strong>numRows</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
2649
+
2650
+
2651
+
2652
+
2653
+
2654
+ </h3><div class="docstring">
2655
+ <div class="discussion">
2656
+
2657
+ <p>Number of rows [Integer]</p>
2658
+
2659
+
2660
+ </div>
2661
+ </div>
2662
+ <div class="tags">
2663
+
2664
+
2665
+ </div><table class="source_code">
2666
+ <tr>
2667
+ <td>
2668
+ <pre class="lines">
2669
+
2670
+
2671
+ 141
2672
+ 142
2673
+ 143</pre>
2674
+ </td>
2675
+ <td>
2676
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 141</span>
2677
+
2678
+ <span class='kw'>def</span> <span class='id identifier rubyid_numRows'>numRows</span>
2679
+ <span class='ivar'>@numRows</span>
2680
+ <span class='kw'>end</span></pre>
2681
+ </td>
2682
+ </tr>
2683
+ </table>
2684
+ </div>
2685
+
2686
+
2687
+ <span id="selBackColor=-instance_method"></span>
2688
+ <div class="method_details ">
2689
+ <h3 class="signature " id="selBackColor-instance_method">
2690
+
2691
+ #<strong>selBackColor</strong> &#x21d2; <tt>Object</tt>
2692
+
2693
+
2694
+
2695
+
2696
+
2697
+ </h3><div class="docstring">
2698
+ <div class="discussion">
2699
+
2700
+ <p>Background color for selected item(s) <span class='object_link'><a href="FXColor.html" title="Fox::FXColor (class)">Fox::FXColor</a></span></p>
2701
+
2702
+
2703
+ </div>
2704
+ </div>
2705
+ <div class="tags">
2706
+
2707
+
2708
+ </div><table class="source_code">
2709
+ <tr>
2710
+ <td>
2711
+ <pre class="lines">
2712
+
2713
+
2714
+ 174
2715
+ 175
2716
+ 176</pre>
2717
+ </td>
2718
+ <td>
2719
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 174</span>
2720
+
2721
+ <span class='kw'>def</span> <span class='id identifier rubyid_selBackColor'>selBackColor</span>
2722
+ <span class='ivar'>@selBackColor</span>
2723
+ <span class='kw'>end</span></pre>
2724
+ </td>
2725
+ </tr>
2726
+ </table>
2727
+ </div>
2728
+
2729
+
2730
+ <span id="selTextColor=-instance_method"></span>
2731
+ <div class="method_details ">
2732
+ <h3 class="signature " id="selTextColor-instance_method">
2733
+
2734
+ #<strong>selTextColor</strong> &#x21d2; <tt>Object</tt>
2735
+
2736
+
2737
+
2738
+
2739
+
2740
+ </h3><div class="docstring">
2741
+ <div class="discussion">
2742
+
2743
+ <p>Text color for selected item(s) <span class='object_link'><a href="FXColor.html" title="Fox::FXColor (class)">Fox::FXColor</a></span></p>
2744
+
2745
+
2746
+ </div>
2747
+ </div>
2748
+ <div class="tags">
2749
+
2750
+
2751
+ </div><table class="source_code">
2752
+ <tr>
2753
+ <td>
2754
+ <pre class="lines">
2755
+
2756
+
2757
+ 177
2758
+ 178
2759
+ 179</pre>
2760
+ </td>
2761
+ <td>
2762
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 177</span>
2763
+
2764
+ <span class='kw'>def</span> <span class='id identifier rubyid_selTextColor'>selTextColor</span>
2765
+ <span class='ivar'>@selTextColor</span>
2766
+ <span class='kw'>end</span></pre>
2767
+ </td>
2768
+ </tr>
2769
+ </table>
2770
+ </div>
2771
+
2772
+
2773
+ <span id="textColor=-instance_method"></span>
2774
+ <div class="method_details ">
2775
+ <h3 class="signature " id="textColor-instance_method">
2776
+
2777
+ #<strong>textColor</strong> &#x21d2; <tt>Object</tt>
2778
+
2779
+
2780
+
2781
+
2782
+
2783
+ </h3><div class="docstring">
2784
+ <div class="discussion">
2785
+
2786
+ <p>Normal text color <span class='object_link'><a href="FXColor.html" title="Fox::FXColor (class)">Fox::FXColor</a></span></p>
2787
+
2788
+
2789
+ </div>
2790
+ </div>
2791
+ <div class="tags">
2792
+
2793
+
2794
+ </div><table class="source_code">
2795
+ <tr>
2796
+ <td>
2797
+ <pre class="lines">
2798
+
2799
+
2800
+ 171
2801
+ 172
2802
+ 173</pre>
2803
+ </td>
2804
+ <td>
2805
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 171</span>
2806
+
2807
+ <span class='kw'>def</span> <span class='id identifier rubyid_textColor'>textColor</span>
2808
+ <span class='ivar'>@textColor</span>
2809
+ <span class='kw'>end</span></pre>
2810
+ </td>
2811
+ </tr>
2812
+ </table>
2813
+ </div>
2814
+
2815
+ </div>
2816
+
2817
+
2818
+ <div id="instance_method_details" class="method_details_list">
2819
+ <h2>Instance Method Details</h2>
2820
+
2821
+
2822
+ <div class="method_details first">
2823
+ <h3 class="signature first" id="appendHeader-instance_method">
2824
+
2825
+ #<strong>appendHeader</strong>(text, icon = nil, size = 1) &#x21d2; <tt>Object</tt>
2826
+
2827
+
2828
+
2829
+
2830
+
2831
+ </h3><div class="docstring">
2832
+ <div class="discussion">
2833
+
2834
+ <p>Append header with given <em>text</em> and optional <em>icon</em>.</p>
2835
+
2836
+
2837
+ </div>
2838
+ </div>
2839
+ <div class="tags">
2840
+
2841
+
2842
+ </div><table class="source_code">
2843
+ <tr>
2844
+ <td>
2845
+ <pre class="lines">
2846
+
2847
+
2848
+ 196</pre>
2849
+ </td>
2850
+ <td>
2851
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 196</span>
2852
+
2853
+ <span class='kw'>def</span> <span class='id identifier rubyid_appendHeader'>appendHeader</span><span class='lparen'>(</span><span class='id identifier rubyid_text'>text</span><span class='comma'>,</span> <span class='id identifier rubyid_icon'>icon</span><span class='op'>=</span><span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_size'>size</span><span class='op'>=</span><span class='int'>1</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2854
+ </td>
2855
+ </tr>
2856
+ </table>
2857
+ </div>
2858
+
2859
+ <div class="method_details ">
2860
+ <h3 class="signature " id="appendItem-instance_method">
2861
+
2862
+ #<strong>appendItem</strong>(text, bigIcon = nil, miniIcon = nil, data = nil, notify = false) &#x21d2; <tt>Object</tt>
2863
+
2864
+
2865
+
2866
+ <span class="aliases">Also known as:
2867
+ <span class="names"><span id='<<-instance_method'>&lt;&lt;</span></span>
2868
+ </span>
2869
+
2870
+
2871
+
2872
+ </h3><div class="docstring">
2873
+ <div class="discussion">
2874
+
2875
+ <p>Append a new item with given <em>text</em> and optional <em>bigIcon</em>, <em>miniIcon</em> and user <em>data</em>. If <em>notify</em> is <code>true</code>, a <code>SEL_INSERTED</code> message is sent to the list&#39;s message target after the item is appended.</p>
2876
+
2877
+
2878
+ </div>
2879
+ </div>
2880
+ <div class="tags">
2881
+
2882
+
2883
+ </div><table class="source_code">
2884
+ <tr>
2885
+ <td>
2886
+ <pre class="lines">
2887
+
2888
+
2889
+ 263</pre>
2890
+ </td>
2891
+ <td>
2892
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 263</span>
2893
+
2894
+ <span class='kw'>def</span> <span class='id identifier rubyid_appendItem'>appendItem</span><span class='lparen'>(</span><span class='id identifier rubyid_item'>item</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2895
+ </td>
2896
+ </tr>
2897
+ </table>
2898
+ </div>
2899
+
2900
+ <div class="method_details ">
2901
+ <h3 class="signature " id="clearItems-instance_method">
2902
+
2903
+ #<strong>clearItems</strong>(notify = false) &#x21d2; <tt>Object</tt>
2904
+
2905
+
2906
+
2907
+
2908
+
2909
+ </h3><div class="docstring">
2910
+ <div class="discussion">
2911
+
2912
+ <p>Remove all items from list. If <em>notify</em> is <code>true</code>, a <code>SEL_DELETED</code> message is sent to the list&#39;s message target before each item is removed.</p>
2913
+
2914
+
2915
+ </div>
2916
+ </div>
2917
+ <div class="tags">
2918
+
2919
+
2920
+ </div><table class="source_code">
2921
+ <tr>
2922
+ <td>
2923
+ <pre class="lines">
2924
+
2925
+
2926
+ 309</pre>
2927
+ </td>
2928
+ <td>
2929
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 309</span>
2930
+
2931
+ <span class='kw'>def</span> <span class='id identifier rubyid_clearItems'>clearItems</span><span class='lparen'>(</span><span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2932
+ </td>
2933
+ </tr>
2934
+ </table>
2935
+ </div>
2936
+
2937
+ <div class="method_details ">
2938
+ <h3 class="signature " id="deselectItem-instance_method">
2939
+
2940
+ #<strong>deselectItem</strong>(index, notify = false) &#x21d2; <tt>Object</tt>
2941
+
2942
+
2943
+
2944
+
2945
+
2946
+ </h3><div class="docstring">
2947
+ <div class="discussion">
2948
+
2949
+ <p>Deselect item at <em>index</em>. If <em>notify</em> is <code>true</code>, a <code>SEL_DESELECTED</code> message is sent to the list&#39;s message target after the item is deselected. Raises IndexError if <em>index</em> is out of bounds.</p>
2950
+
2951
+
2952
+ </div>
2953
+ </div>
2954
+ <div class="tags">
2955
+
2956
+
2957
+ </div><table class="source_code">
2958
+ <tr>
2959
+ <td>
2960
+ <pre class="lines">
2961
+
2962
+
2963
+ 422</pre>
2964
+ </td>
2965
+ <td>
2966
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 422</span>
2967
+
2968
+ <span class='kw'>def</span> <span class='id identifier rubyid_deselectItem'>deselectItem</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2969
+ </td>
2970
+ </tr>
2971
+ </table>
2972
+ </div>
2973
+
2974
+ <div class="method_details ">
2975
+ <h3 class="signature " id="disableItem-instance_method">
2976
+
2977
+ #<strong>disableItem</strong>(index) &#x21d2; <tt>Object</tt>
2978
+
2979
+
2980
+
2981
+
2982
+
2983
+ </h3><div class="docstring">
2984
+ <div class="discussion">
2985
+
2986
+ <p>Disable item at <em>index</em>. Raises IndexError if <em>index</em> is out of bounds.</p>
2987
+
2988
+
2989
+ </div>
2990
+ </div>
2991
+ <div class="tags">
2992
+
2993
+
2994
+ </div><table class="source_code">
2995
+ <tr>
2996
+ <td>
2997
+ <pre class="lines">
2998
+
2999
+
3000
+ 410</pre>
3001
+ </td>
3002
+ <td>
3003
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 410</span>
3004
+
3005
+ <span class='kw'>def</span> <span class='id identifier rubyid_disableItem'>disableItem</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3006
+ </td>
3007
+ </tr>
3008
+ </table>
3009
+ </div>
3010
+
3011
+ <div class="method_details ">
3012
+ <h3 class="signature " id="each-instance_method">
3013
+
3014
+ #<strong>each</strong> &#x21d2; <tt>Object</tt>
3015
+
3016
+
3017
+
3018
+
3019
+
3020
+ </h3><div class="docstring">
3021
+ <div class="discussion">
3022
+
3023
+ <p>Calls block once for each item in the list, passing a reference to that item as a parameter.</p>
3024
+
3025
+
3026
+ </div>
3027
+ </div>
3028
+ <div class="tags">
3029
+
3030
+
3031
+ </div><table class="source_code">
3032
+ <tr>
3033
+ <td>
3034
+ <pre class="lines">
3035
+
3036
+
3037
+ 95
3038
+ 96
3039
+ 97
3040
+ 98
3041
+ 99
3042
+ 100</pre>
3043
+ </td>
3044
+ <td>
3045
+ <pre class="code"><span class="info file"># File 'lib/fox16/iterators.rb', line 95</span>
3046
+
3047
+ <span class='kw'>def</span> <span class='id identifier rubyid_each'>each</span> <span class='comment'># :yields: anIconItem
3048
+ </span> <span class='int'>0</span><span class='period'>.</span><span class='id identifier rubyid_upto'>upto</span><span class='lparen'>(</span><span class='id identifier rubyid_numItems'>numItems</span> <span class='op'>-</span> <span class='int'>1</span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_i'>i</span><span class='op'>|</span>
3049
+ <span class='kw'>yield</span> <span class='id identifier rubyid_getItem'>getItem</span><span class='lparen'>(</span><span class='id identifier rubyid_i'>i</span><span class='rparen'>)</span>
3050
+ <span class='kw'>end</span>
3051
+ <span class='kw'>self</span>
3052
+ <span class='kw'>end</span></pre>
3053
+ </td>
3054
+ </tr>
3055
+ </table>
3056
+ </div>
3057
+
3058
+ <div class="method_details ">
3059
+ <h3 class="signature " id="enableItem-instance_method">
3060
+
3061
+ #<strong>enableItem</strong>(index) &#x21d2; <tt>Object</tt>
3062
+
3063
+
3064
+
3065
+
3066
+
3067
+ </h3><div class="docstring">
3068
+ <div class="discussion">
3069
+
3070
+ <p>Enable item at <em>index</em>. Raises IndexError if <em>index</em> is out of bounds.</p>
3071
+
3072
+
3073
+ </div>
3074
+ </div>
3075
+ <div class="tags">
3076
+
3077
+
3078
+ </div><table class="source_code">
3079
+ <tr>
3080
+ <td>
3081
+ <pre class="lines">
3082
+
3083
+
3084
+ 406</pre>
3085
+ </td>
3086
+ <td>
3087
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 406</span>
3088
+
3089
+ <span class='kw'>def</span> <span class='id identifier rubyid_enableItem'>enableItem</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3090
+ </td>
3091
+ </tr>
3092
+ </table>
3093
+ </div>
3094
+
3095
+ <div class="method_details ">
3096
+ <h3 class="signature " id="extendSelection-instance_method">
3097
+
3098
+ #<strong>extendSelection</strong>(index, notify = false) &#x21d2; <tt>Object</tt>
3099
+
3100
+
3101
+
3102
+
3103
+
3104
+ </h3><div class="docstring">
3105
+ <div class="discussion">
3106
+
3107
+ <p>Extend selection from anchor index to <em>index</em>. If <em>notify</em> is <code>true</code>, a series of <code>SEL_SELECTED</code> and <code>SEL_DESELECTED</code> messages are sent to the list&#39;s message target as the selected-state of different items changes. Raises IndexError if <em>index</em> is out of bounds.</p>
3108
+
3109
+
3110
+ </div>
3111
+ </div>
3112
+ <div class="tags">
3113
+
3114
+
3115
+ </div><table class="source_code">
3116
+ <tr>
3117
+ <td>
3118
+ <pre class="lines">
3119
+
3120
+
3121
+ 441</pre>
3122
+ </td>
3123
+ <td>
3124
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 441</span>
3125
+
3126
+ <span class='kw'>def</span> <span class='id identifier rubyid_extendSelection'>extendSelection</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3127
+ </td>
3128
+ </tr>
3129
+ </table>
3130
+ </div>
3131
+
3132
+ <div class="method_details ">
3133
+ <h3 class="signature " id="extractItem-instance_method">
3134
+
3135
+ #<strong>extractItem</strong>(index, notify = false) &#x21d2; <tt>Object</tt>
3136
+
3137
+
3138
+
3139
+
3140
+
3141
+ </h3><div class="docstring">
3142
+ <div class="discussion">
3143
+
3144
+ <p>Extract item from list and return a reference to the item. If <em>notify</em> is <code>true</code>, a <code>SEL_DELETED</code> message is sent to the list&#39;s message target before the item is extracted from the list. Raises IndexError if <em>index</em> is out of bounds.</p>
3145
+
3146
+
3147
+ </div>
3148
+ </div>
3149
+ <div class="tags">
3150
+
3151
+
3152
+ </div><table class="source_code">
3153
+ <tr>
3154
+ <td>
3155
+ <pre class="lines">
3156
+
3157
+
3158
+ 298</pre>
3159
+ </td>
3160
+ <td>
3161
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 298</span>
3162
+
3163
+ <span class='kw'>def</span> <span class='id identifier rubyid_extractItem'>extractItem</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3164
+ </td>
3165
+ </tr>
3166
+ </table>
3167
+ </div>
3168
+
3169
+ <div class="method_details ">
3170
+ <h3 class="signature " id="fillItems-instance_method">
3171
+
3172
+ #<strong>fillItems</strong>(strings, big = nil, mini = nil, data = nil, notify = false) &#x21d2; <tt>Object</tt>
3173
+
3174
+
3175
+
3176
+
3177
+
3178
+ </h3><div class="docstring">
3179
+ <div class="discussion">
3180
+
3181
+ <p>Fill list by appending items from array of strings, and return the number of items appended.</p>
3182
+
3183
+
3184
+ </div>
3185
+ </div>
3186
+ <div class="tags">
3187
+
3188
+
3189
+ </div><table class="source_code">
3190
+ <tr>
3191
+ <td>
3192
+ <pre class="lines">
3193
+
3194
+
3195
+ 246</pre>
3196
+ </td>
3197
+ <td>
3198
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 246</span>
3199
+
3200
+ <span class='kw'>def</span> <span class='id identifier rubyid_fillItems'>fillItems</span><span class='lparen'>(</span><span class='id identifier rubyid_strings'>strings</span><span class='comma'>,</span> <span class='id identifier rubyid_big'>big</span><span class='op'>=</span><span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_mini'>mini</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='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3201
+ </td>
3202
+ </tr>
3203
+ </table>
3204
+ </div>
3205
+
3206
+ <div class="method_details ">
3207
+ <h3 class="signature " id="findItem-instance_method">
3208
+
3209
+ #<strong>findItem</strong>(text, start = -1,, flags = SEARCH_FORWARD|SEARCH_WRAP) &#x21d2; <tt>Object</tt>
3210
+
3211
+
3212
+
3213
+
3214
+
3215
+ </h3><div class="docstring">
3216
+ <div class="discussion">
3217
+
3218
+ <p>Search items by <em>text</em>, beginning from item <em>start</em>. If the start item is -1 the search will start at the first item in the list. Flags may be SEARCH_FORWARD or SEARCH_BACKWARD to control the search direction; this can be combined with SEARCH_NOWRAP or SEARCH_WRAP to control whether the search wraps at the start or end of the list. The option SEARCH_IGNORECASE causes a case-insensitive match. Finally, passing SEARCH_PREFIX causes searching for a prefix of the item name. Return -1 if no matching item is found.</p>
3219
+
3220
+
3221
+ </div>
3222
+ </div>
3223
+ <div class="tags">
3224
+
3225
+
3226
+ </div><table class="source_code">
3227
+ <tr>
3228
+ <td>
3229
+ <pre class="lines">
3230
+
3231
+
3232
+ 324</pre>
3233
+ </td>
3234
+ <td>
3235
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 324</span>
3236
+
3237
+ <span class='kw'>def</span> <span class='id identifier rubyid_findItem'>findItem</span><span class='lparen'>(</span><span class='id identifier rubyid_text'>text</span><span class='comma'>,</span> <span class='id identifier rubyid_start'>start</span><span class='op'>=</span><span class='op'>-</span><span class='int'>1</span><span class='comma'>,</span> <span class='id identifier rubyid_flags'>flags</span><span class='op'>=</span><span class='const'>SEARCH_FORWARD</span><span class='op'>|</span><span class='const'>SEARCH_WRAP</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3238
+ </td>
3239
+ </tr>
3240
+ </table>
3241
+ </div>
3242
+
3243
+ <div class="method_details ">
3244
+ <h3 class="signature " id="findItemByData-instance_method">
3245
+
3246
+ #<strong>findItemByData</strong>(data, start = -1,, flags = SEARCH_FORWARD|SEARCH_WRAP) &#x21d2; <tt>Object</tt>
3247
+
3248
+
3249
+
3250
+
3251
+
3252
+ </h3><div class="docstring">
3253
+ <div class="discussion">
3254
+
3255
+ <p>Search items by associated user <em>data</em>, beginning from item <em>start</em>. If the start item is -1 the search will start at the first item in the list. Flags may be SEARCH_FORWARD or SEARCH_BACKWARD to control the search direction; this can be combined with SEARCH_NOWRAP or SEARCH_WRAP to control whether the search wraps at the start or end of the list.</p>
3256
+
3257
+
3258
+ </div>
3259
+ </div>
3260
+ <div class="tags">
3261
+
3262
+
3263
+ </div><table class="source_code">
3264
+ <tr>
3265
+ <td>
3266
+ <pre class="lines">
3267
+
3268
+
3269
+ 333</pre>
3270
+ </td>
3271
+ <td>
3272
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 333</span>
3273
+
3274
+ <span class='kw'>def</span> <span class='id identifier rubyid_findItemByData'>findItemByData</span><span class='lparen'>(</span><span class='id identifier rubyid_data'>data</span><span class='comma'>,</span> <span class='id identifier rubyid_start'>start</span><span class='op'>=</span><span class='op'>-</span><span class='int'>1</span><span class='comma'>,</span> <span class='id identifier rubyid_flags'>flags</span><span class='op'>=</span><span class='const'>SEARCH_FORWARD</span><span class='op'>|</span><span class='const'>SEARCH_WRAP</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3275
+ </td>
3276
+ </tr>
3277
+ </table>
3278
+ </div>
3279
+
3280
+ <div class="method_details ">
3281
+ <h3 class="signature " id="getHeaderIcon-instance_method">
3282
+
3283
+ #<strong>getHeaderIcon</strong>(headerIndex) &#x21d2; <tt>Object</tt>
3284
+
3285
+
3286
+
3287
+
3288
+
3289
+ </h3><div class="docstring">
3290
+ <div class="discussion">
3291
+
3292
+ <p>Return icon of header at <em>headerIndex</em>. Raises IndexError if <em>headerIndex</em> is out of bounds.</p>
3293
+
3294
+
3295
+ </div>
3296
+ </div>
3297
+ <div class="tags">
3298
+
3299
+
3300
+ </div><table class="source_code">
3301
+ <tr>
3302
+ <td>
3303
+ <pre class="lines">
3304
+
3305
+
3306
+ 216</pre>
3307
+ </td>
3308
+ <td>
3309
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 216</span>
3310
+
3311
+ <span class='kw'>def</span> <span class='id identifier rubyid_getHeaderIcon'>getHeaderIcon</span><span class='lparen'>(</span><span class='id identifier rubyid_headerIndex'>headerIndex</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3312
+ </td>
3313
+ </tr>
3314
+ </table>
3315
+ </div>
3316
+
3317
+ <div class="method_details ">
3318
+ <h3 class="signature " id="getHeaderSize-instance_method">
3319
+
3320
+ #<strong>getHeaderSize</strong>(headerIndex) &#x21d2; <tt>Object</tt>
3321
+
3322
+
3323
+
3324
+
3325
+
3326
+ </h3><div class="docstring">
3327
+ <div class="discussion">
3328
+
3329
+ <p>Return size of header at <em>headerIndex</em>. Raises IndexError if <em>headerIndex</em> is out of bounds.</p>
3330
+
3331
+
3332
+ </div>
3333
+ </div>
3334
+ <div class="tags">
3335
+
3336
+
3337
+ </div><table class="source_code">
3338
+ <tr>
3339
+ <td>
3340
+ <pre class="lines">
3341
+
3342
+
3343
+ 224</pre>
3344
+ </td>
3345
+ <td>
3346
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 224</span>
3347
+
3348
+ <span class='kw'>def</span> <span class='id identifier rubyid_getHeaderSize'>getHeaderSize</span><span class='lparen'>(</span><span class='id identifier rubyid_headerIndex'>headerIndex</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3349
+ </td>
3350
+ </tr>
3351
+ </table>
3352
+ </div>
3353
+
3354
+ <div class="method_details ">
3355
+ <h3 class="signature " id="getHeaderText-instance_method">
3356
+
3357
+ #<strong>getHeaderText</strong>(headerIndex) &#x21d2; <tt>Object</tt>
3358
+
3359
+
3360
+
3361
+
3362
+
3363
+ </h3><div class="docstring">
3364
+ <div class="discussion">
3365
+
3366
+ <p>Return text of header at <em>headerIndex</em>. Raises IndexError if <em>headerIndex</em> is out of bounds.</p>
3367
+
3368
+
3369
+ </div>
3370
+ </div>
3371
+ <div class="tags">
3372
+
3373
+
3374
+ </div><table class="source_code">
3375
+ <tr>
3376
+ <td>
3377
+ <pre class="lines">
3378
+
3379
+
3380
+ 208</pre>
3381
+ </td>
3382
+ <td>
3383
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 208</span>
3384
+
3385
+ <span class='kw'>def</span> <span class='id identifier rubyid_getHeaderText'>getHeaderText</span><span class='lparen'>(</span><span class='id identifier rubyid_headerIndex'>headerIndex</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3386
+ </td>
3387
+ </tr>
3388
+ </table>
3389
+ </div>
3390
+
3391
+ <div class="method_details ">
3392
+ <h3 class="signature " id="getItem-instance_method">
3393
+
3394
+ #<strong>getItem</strong>(itemIndex) &#x21d2; <tt>Object</tt>
3395
+
3396
+
3397
+
3398
+
3399
+
3400
+ </h3><div class="docstring">
3401
+ <div class="discussion">
3402
+
3403
+ <p>Return the item at the given <em>index</em>. Raises IndexError if <em>index</em> is out of bounds.</p>
3404
+
3405
+
3406
+ </div>
3407
+ </div>
3408
+ <div class="tags">
3409
+
3410
+
3411
+ </div><table class="source_code">
3412
+ <tr>
3413
+ <td>
3414
+ <pre class="lines">
3415
+
3416
+
3417
+ 228</pre>
3418
+ </td>
3419
+ <td>
3420
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 228</span>
3421
+
3422
+ <span class='kw'>def</span> <span class='id identifier rubyid_getItem'>getItem</span><span class='lparen'>(</span><span class='id identifier rubyid_itemIndex'>itemIndex</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3423
+ </td>
3424
+ </tr>
3425
+ </table>
3426
+ </div>
3427
+
3428
+ <div class="method_details ">
3429
+ <h3 class="signature " id="getItemAt-instance_method">
3430
+
3431
+ #<strong>getItemAt</strong>(x, y) &#x21d2; <tt>Object</tt>
3432
+
3433
+
3434
+
3435
+
3436
+
3437
+ </h3><div class="docstring">
3438
+ <div class="discussion">
3439
+
3440
+ <p>Return index of item at (<em>x</em>, <em>y</em>), or -1 if none</p>
3441
+
3442
+
3443
+ </div>
3444
+ </div>
3445
+ <div class="tags">
3446
+
3447
+
3448
+ </div><table class="source_code">
3449
+ <tr>
3450
+ <td>
3451
+ <pre class="lines">
3452
+
3453
+
3454
+ 312</pre>
3455
+ </td>
3456
+ <td>
3457
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 312</span>
3458
+
3459
+ <span class='kw'>def</span> <span class='id identifier rubyid_getItemAt'>getItemAt</span><span class='lparen'>(</span><span class='id identifier rubyid_x'>x</span><span class='comma'>,</span> <span class='id identifier rubyid_y'>y</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3460
+ </td>
3461
+ </tr>
3462
+ </table>
3463
+ </div>
3464
+
3465
+ <div class="method_details ">
3466
+ <h3 class="signature " id="getItemBigIcon-instance_method">
3467
+
3468
+ #<strong>getItemBigIcon</strong>(index) &#x21d2; <tt>Object</tt>
3469
+
3470
+
3471
+
3472
+
3473
+
3474
+ </h3><div class="docstring">
3475
+ <div class="discussion">
3476
+
3477
+ <p>Return big icon for item at <em>index</em>. Raises IndexError if <em>index</em> is out of bounds.</p>
3478
+
3479
+
3480
+ </div>
3481
+ </div>
3482
+ <div class="tags">
3483
+
3484
+
3485
+ </div><table class="source_code">
3486
+ <tr>
3487
+ <td>
3488
+ <pre class="lines">
3489
+
3490
+
3491
+ 357</pre>
3492
+ </td>
3493
+ <td>
3494
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 357</span>
3495
+
3496
+ <span class='kw'>def</span> <span class='id identifier rubyid_getItemBigIcon'>getItemBigIcon</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3497
+ </td>
3498
+ </tr>
3499
+ </table>
3500
+ </div>
3501
+
3502
+ <div class="method_details ">
3503
+ <h3 class="signature " id="getItemData-instance_method">
3504
+
3505
+ #<strong>getItemData</strong>(index) &#x21d2; <tt>Object</tt>
3506
+
3507
+
3508
+
3509
+
3510
+
3511
+ </h3><div class="docstring">
3512
+ <div class="discussion">
3513
+
3514
+ <p>Return user data for item at <em>index</em>. Raises IndexError if <em>index</em> is out of bounds.</p>
3515
+
3516
+
3517
+ </div>
3518
+ </div>
3519
+ <div class="tags">
3520
+
3521
+
3522
+ </div><table class="source_code">
3523
+ <tr>
3524
+ <td>
3525
+ <pre class="lines">
3526
+
3527
+
3528
+ 373</pre>
3529
+ </td>
3530
+ <td>
3531
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 373</span>
3532
+
3533
+ <span class='kw'>def</span> <span class='id identifier rubyid_getItemData'>getItemData</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3534
+ </td>
3535
+ </tr>
3536
+ </table>
3537
+ </div>
3538
+
3539
+ <div class="method_details ">
3540
+ <h3 class="signature " id="getItemMiniIcon-instance_method">
3541
+
3542
+ #<strong>getItemMiniIcon</strong>(index) &#x21d2; <tt>Object</tt>
3543
+
3544
+
3545
+
3546
+
3547
+
3548
+ </h3><div class="docstring">
3549
+ <div class="discussion">
3550
+
3551
+ <p>Return mini icon for item at <em>index</em>. Raises IndexError if <em>index</em> is out of bounds.</p>
3552
+
3553
+
3554
+ </div>
3555
+ </div>
3556
+ <div class="tags">
3557
+
3558
+
3559
+ </div><table class="source_code">
3560
+ <tr>
3561
+ <td>
3562
+ <pre class="lines">
3563
+
3564
+
3565
+ 365</pre>
3566
+ </td>
3567
+ <td>
3568
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 365</span>
3569
+
3570
+ <span class='kw'>def</span> <span class='id identifier rubyid_getItemMiniIcon'>getItemMiniIcon</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3571
+ </td>
3572
+ </tr>
3573
+ </table>
3574
+ </div>
3575
+
3576
+ <div class="method_details ">
3577
+ <h3 class="signature " id="getItemText-instance_method">
3578
+
3579
+ #<strong>getItemText</strong>(index) &#x21d2; <tt>Object</tt>
3580
+
3581
+
3582
+
3583
+
3584
+
3585
+ </h3><div class="docstring">
3586
+ <div class="discussion">
3587
+
3588
+ <p>Return text for item at <em>index</em>. Raises IndexError if <em>index</em> is out of bounds.</p>
3589
+
3590
+
3591
+ </div>
3592
+ </div>
3593
+ <div class="tags">
3594
+
3595
+
3596
+ </div><table class="source_code">
3597
+ <tr>
3598
+ <td>
3599
+ <pre class="lines">
3600
+
3601
+
3602
+ 349</pre>
3603
+ </td>
3604
+ <td>
3605
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 349</span>
3606
+
3607
+ <span class='kw'>def</span> <span class='id identifier rubyid_getItemText'>getItemText</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3608
+ </td>
3609
+ </tr>
3610
+ </table>
3611
+ </div>
3612
+
3613
+ <div class="method_details ">
3614
+ <h3 class="signature " id="hitItem-instance_method">
3615
+
3616
+ #<strong>hitItem</strong>(index, x, y, ww = 1, hh = 1) &#x21d2; <tt>Object</tt>
3617
+
3618
+
3619
+
3620
+
3621
+
3622
+ </h3><div class="docstring">
3623
+ <div class="discussion">
3624
+
3625
+ <p>Return item hit code: 0 outside, 1 icon, 2 text. Raises IndexError if <em>index</em> is out of bounds.</p>
3626
+
3627
+
3628
+ </div>
3629
+ </div>
3630
+ <div class="tags">
3631
+
3632
+
3633
+ </div><table class="source_code">
3634
+ <tr>
3635
+ <td>
3636
+ <pre class="lines">
3637
+
3638
+
3639
+ 393</pre>
3640
+ </td>
3641
+ <td>
3642
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 393</span>
3643
+
3644
+ <span class='kw'>def</span> <span class='id identifier rubyid_hitItem'>hitItem</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='comma'>,</span> <span class='id identifier rubyid_x'>x</span><span class='comma'>,</span> <span class='id identifier rubyid_y'>y</span><span class='comma'>,</span> <span class='id identifier rubyid_ww'>ww</span><span class='op'>=</span><span class='int'>1</span><span class='comma'>,</span> <span class='id identifier rubyid_hh'>hh</span><span class='op'>=</span><span class='int'>1</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3645
+ </td>
3646
+ </tr>
3647
+ </table>
3648
+ </div>
3649
+
3650
+ <div class="method_details ">
3651
+ <h3 class="signature " id="insertItem-instance_method">
3652
+
3653
+ #<strong>insertItem</strong>(index, text, bigIcon = nil, miniIcon = nil, data = nil, notify = false) &#x21d2; <tt>Object</tt>
3654
+
3655
+
3656
+
3657
+
3658
+
3659
+ </h3><div class="docstring">
3660
+ <div class="discussion">
3661
+
3662
+ <p>Insert item at <em>index</em> with given <em>text</em>, <em>bigIcon</em>, <em>miniIcon</em> and user <em>data</em>. If <em>notify</em> is <code>true</code>, a <code>SEL_INSERTED</code> message is sent to the list&#39;s message target after the item is inserted. Raises IndexError if <em>index</em> is out of bounds.</p>
3663
+
3664
+
3665
+ </div>
3666
+ </div>
3667
+ <div class="tags">
3668
+
3669
+
3670
+ </div><table class="source_code">
3671
+ <tr>
3672
+ <td>
3673
+ <pre class="lines">
3674
+
3675
+
3676
+ 252</pre>
3677
+ </td>
3678
+ <td>
3679
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 252</span>
3680
+
3681
+ <span class='kw'>def</span> <span class='id identifier rubyid_insertItem'>insertItem</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='comma'>,</span> <span class='id identifier rubyid_item'>item</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3682
+ </td>
3683
+ </tr>
3684
+ </table>
3685
+ </div>
3686
+
3687
+ <div class="method_details ">
3688
+ <h3 class="signature " id="itemCurrent?-instance_method">
3689
+
3690
+ #<strong>itemCurrent?</strong>(index) &#x21d2; <tt>Boolean</tt>
3691
+
3692
+
3693
+
3694
+
3695
+
3696
+ </h3><div class="docstring">
3697
+ <div class="discussion">
3698
+
3699
+ <p>Return <code>true</code> if item at <em>index</em> is the current item. Raises IndexError if <em>index</em> is out of bounds.</p>
3700
+
3701
+
3702
+ </div>
3703
+ </div>
3704
+ <div class="tags">
3705
+
3706
+ <p class="tag_title">Returns:</p>
3707
+ <ul class="return">
3708
+
3709
+ <li>
3710
+
3711
+
3712
+ <span class='type'>(<tt>Boolean</tt>)</span>
3713
+
3714
+
3715
+
3716
+ </li>
3717
+
3718
+ </ul>
3719
+
3720
+ </div><table class="source_code">
3721
+ <tr>
3722
+ <td>
3723
+ <pre class="lines">
3724
+
3725
+
3726
+ 381</pre>
3727
+ </td>
3728
+ <td>
3729
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 381</span>
3730
+
3731
+ <span class='kw'>def</span> <span class='id identifier rubyid_itemCurrent?'>itemCurrent?</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3732
+ </td>
3733
+ </tr>
3734
+ </table>
3735
+ </div>
3736
+
3737
+ <div class="method_details ">
3738
+ <h3 class="signature " id="itemEnabled?-instance_method">
3739
+
3740
+ #<strong>itemEnabled?</strong>(index) &#x21d2; <tt>Boolean</tt>
3741
+
3742
+
3743
+
3744
+
3745
+
3746
+ </h3><div class="docstring">
3747
+ <div class="discussion">
3748
+
3749
+ <p>Return <code>true</code> if item at <em>index</em> is enabled. Raises IndexError if <em>index</em> is out of bounds.</p>
3750
+
3751
+
3752
+ </div>
3753
+ </div>
3754
+ <div class="tags">
3755
+
3756
+ <p class="tag_title">Returns:</p>
3757
+ <ul class="return">
3758
+
3759
+ <li>
3760
+
3761
+
3762
+ <span class='type'>(<tt>Boolean</tt>)</span>
3763
+
3764
+
3765
+
3766
+ </li>
3767
+
3768
+ </ul>
3769
+
3770
+ </div><table class="source_code">
3771
+ <tr>
3772
+ <td>
3773
+ <pre class="lines">
3774
+
3775
+
3776
+ 389</pre>
3777
+ </td>
3778
+ <td>
3779
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 389</span>
3780
+
3781
+ <span class='kw'>def</span> <span class='id identifier rubyid_itemEnabled?'>itemEnabled?</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3782
+ </td>
3783
+ </tr>
3784
+ </table>
3785
+ </div>
3786
+
3787
+ <div class="method_details ">
3788
+ <h3 class="signature " id="itemSelected?-instance_method">
3789
+
3790
+ #<strong>itemSelected?</strong>(index) &#x21d2; <tt>Boolean</tt>
3791
+
3792
+
3793
+
3794
+
3795
+
3796
+ </h3><div class="docstring">
3797
+ <div class="discussion">
3798
+
3799
+ <p>Return <code>true</code> if item at <em>index</em> is selected. Raises IndexError if <em>index</em> is out of bounds.</p>
3800
+
3801
+
3802
+ </div>
3803
+ </div>
3804
+ <div class="tags">
3805
+
3806
+ <p class="tag_title">Returns:</p>
3807
+ <ul class="return">
3808
+
3809
+ <li>
3810
+
3811
+
3812
+ <span class='type'>(<tt>Boolean</tt>)</span>
3813
+
3814
+
3815
+
3816
+ </li>
3817
+
3818
+ </ul>
3819
+
3820
+ </div><table class="source_code">
3821
+ <tr>
3822
+ <td>
3823
+ <pre class="lines">
3824
+
3825
+
3826
+ 377</pre>
3827
+ </td>
3828
+ <td>
3829
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 377</span>
3830
+
3831
+ <span class='kw'>def</span> <span class='id identifier rubyid_itemSelected?'>itemSelected?</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3832
+ </td>
3833
+ </tr>
3834
+ </table>
3835
+ </div>
3836
+
3837
+ <div class="method_details ">
3838
+ <h3 class="signature " id="itemVisible?-instance_method">
3839
+
3840
+ #<strong>itemVisible?</strong>(index) &#x21d2; <tt>Boolean</tt>
3841
+
3842
+
3843
+
3844
+
3845
+
3846
+ </h3><div class="docstring">
3847
+ <div class="discussion">
3848
+
3849
+ <p>Return <code>true</code> if item at <em>index</em> is visible. Raises IndexError if <em>index</em> is out of bounds.</p>
3850
+
3851
+
3852
+ </div>
3853
+ </div>
3854
+ <div class="tags">
3855
+
3856
+ <p class="tag_title">Returns:</p>
3857
+ <ul class="return">
3858
+
3859
+ <li>
3860
+
3861
+
3862
+ <span class='type'>(<tt>Boolean</tt>)</span>
3863
+
3864
+
3865
+
3866
+ </li>
3867
+
3868
+ </ul>
3869
+
3870
+ </div><table class="source_code">
3871
+ <tr>
3872
+ <td>
3873
+ <pre class="lines">
3874
+
3875
+
3876
+ 385</pre>
3877
+ </td>
3878
+ <td>
3879
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 385</span>
3880
+
3881
+ <span class='kw'>def</span> <span class='id identifier rubyid_itemVisible?'>itemVisible?</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3882
+ </td>
3883
+ </tr>
3884
+ </table>
3885
+ </div>
3886
+
3887
+ <div class="method_details ">
3888
+ <h3 class="signature " id="killSelection-instance_method">
3889
+
3890
+ #<strong>killSelection</strong>(notify = false) &#x21d2; <tt>Object</tt>
3891
+
3892
+
3893
+
3894
+
3895
+
3896
+ </h3><div class="docstring">
3897
+ <div class="discussion">
3898
+
3899
+ <p>Deselect all items. If <em>notify</em> is <code>true</code>, a <code>SEL_DESELECTED</code> message is sent to the list&#39;s message target for all the items that were selected before killSelection was called.</p>
3900
+
3901
+
3902
+ </div>
3903
+ </div>
3904
+ <div class="tags">
3905
+
3906
+
3907
+ </div><table class="source_code">
3908
+ <tr>
3909
+ <td>
3910
+ <pre class="lines">
3911
+
3912
+
3913
+ 446</pre>
3914
+ </td>
3915
+ <td>
3916
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 446</span>
3917
+
3918
+ <span class='kw'>def</span> <span class='id identifier rubyid_killSelection'>killSelection</span><span class='lparen'>(</span><span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3919
+ </td>
3920
+ </tr>
3921
+ </table>
3922
+ </div>
3923
+
3924
+ <div class="method_details ">
3925
+ <h3 class="signature " id="makeItemVisible-instance_method">
3926
+
3927
+ #<strong>makeItemVisible</strong>(itemOrIndex) &#x21d2; <tt>Object</tt>
3928
+
3929
+
3930
+
3931
+
3932
+
3933
+ </h3><div class="docstring">
3934
+ <div class="discussion">
3935
+
3936
+ <p>Scroll to bring item into view. The argument is either a reference to an FXIconItem instance, or the integer index of an item in the list. For the latter case, <span class='object_link'><a href="#makeItemVisible-instance_method" title="Fox::FXIconList#makeItemVisible (method)">#makeItemVisible</a></span> raises IndexError if the index is out of bounds.</p>
3937
+
3938
+
3939
+ </div>
3940
+ </div>
3941
+ <div class="tags">
3942
+
3943
+
3944
+ </div><table class="source_code">
3945
+ <tr>
3946
+ <td>
3947
+ <pre class="lines">
3948
+
3949
+
3950
+ 341</pre>
3951
+ </td>
3952
+ <td>
3953
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 341</span>
3954
+
3955
+ <span class='kw'>def</span> <span class='id identifier rubyid_makeItemVisible'>makeItemVisible</span><span class='lparen'>(</span><span class='id identifier rubyid_itemOrIndex'>itemOrIndex</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3956
+ </td>
3957
+ </tr>
3958
+ </table>
3959
+ </div>
3960
+
3961
+ <div class="method_details ">
3962
+ <h3 class="signature " id="moveItem-instance_method">
3963
+
3964
+ #<strong>moveItem</strong>(newIndex, oldIndex, notify = false) &#x21d2; <tt>Object</tt>
3965
+
3966
+
3967
+
3968
+
3969
+
3970
+ </h3><div class="docstring">
3971
+ <div class="discussion">
3972
+
3973
+ <p>Move item from <em>oldIndex</em> to <em>newIndex</em> and return the new index of the item.. If <em>notify</em> is <code>true</code> and this move causes the current item to change, a <code>SEL_CHANGED</code> message is sent to the list&#39;s message target to indicate this change in the current item. Raises IndexError if either <em>oldIndex</em> or <em>newIndex</em> is out of bounds.</p>
3974
+
3975
+
3976
+ </div>
3977
+ </div>
3978
+ <div class="tags">
3979
+
3980
+
3981
+ </div><table class="source_code">
3982
+ <tr>
3983
+ <td>
3984
+ <pre class="lines">
3985
+
3986
+
3987
+ 290</pre>
3988
+ </td>
3989
+ <td>
3990
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 290</span>
3991
+
3992
+ <span class='kw'>def</span> <span class='id identifier rubyid_moveItem'>moveItem</span><span class='lparen'>(</span><span class='id identifier rubyid_newIndex'>newIndex</span><span class='comma'>,</span> <span class='id identifier rubyid_oldIndex'>oldIndex</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3993
+ </td>
3994
+ </tr>
3995
+ </table>
3996
+ </div>
3997
+
3998
+ <div class="method_details ">
3999
+ <h3 class="signature " id="prependItem-instance_method">
4000
+
4001
+ #<strong>prependItem</strong>(text, bigIcon = nil, miniIcon = nil, data = nil, notify = false) &#x21d2; <tt>Object</tt>
4002
+
4003
+
4004
+
4005
+
4006
+
4007
+ </h3><div class="docstring">
4008
+ <div class="discussion">
4009
+
4010
+ <p>Prepend a new item with given <em>text</em> and optional <em>bigIcon</em>, <em>miniIcon</em> and user <em>data</em>. If <em>notify</em> is <code>true</code>, a <code>SEL_INSERTED</code> message is sent to the list&#39;s message target after the item is prepended.</p>
4011
+
4012
+
4013
+ </div>
4014
+ </div>
4015
+ <div class="tags">
4016
+
4017
+
4018
+ </div><table class="source_code">
4019
+ <tr>
4020
+ <td>
4021
+ <pre class="lines">
4022
+
4023
+
4024
+ 275</pre>
4025
+ </td>
4026
+ <td>
4027
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 275</span>
4028
+
4029
+ <span class='kw'>def</span> <span class='id identifier rubyid_prependItem'>prependItem</span><span class='lparen'>(</span><span class='id identifier rubyid_item'>item</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
4030
+ </td>
4031
+ </tr>
4032
+ </table>
4033
+ </div>
4034
+
4035
+ <div class="method_details ">
4036
+ <h3 class="signature " id="removeHeader-instance_method">
4037
+
4038
+ #<strong>removeHeader</strong>(headerIndex) &#x21d2; <tt>Object</tt>
4039
+
4040
+
4041
+
4042
+
4043
+
4044
+ </h3><div class="docstring">
4045
+ <div class="discussion">
4046
+
4047
+ <p>Remove header at <em>headerIndex</em>. Raises IndexError if <em>headerIndex</em> is out of bounds.</p>
4048
+
4049
+
4050
+ </div>
4051
+ </div>
4052
+ <div class="tags">
4053
+
4054
+
4055
+ </div><table class="source_code">
4056
+ <tr>
4057
+ <td>
4058
+ <pre class="lines">
4059
+
4060
+
4061
+ 200</pre>
4062
+ </td>
4063
+ <td>
4064
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 200</span>
4065
+
4066
+ <span class='kw'>def</span> <span class='id identifier rubyid_removeHeader'>removeHeader</span><span class='lparen'>(</span><span class='id identifier rubyid_headerIndex'>headerIndex</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
4067
+ </td>
4068
+ </tr>
4069
+ </table>
4070
+ </div>
4071
+
4072
+ <div class="method_details ">
4073
+ <h3 class="signature " id="removeItem-instance_method">
4074
+
4075
+ #<strong>removeItem</strong>(index, notify = false) &#x21d2; <tt>Object</tt>
4076
+
4077
+
4078
+
4079
+
4080
+
4081
+ </h3><div class="docstring">
4082
+ <div class="discussion">
4083
+
4084
+ <p>Remove item at <em>index</em> from the list. If <em>notify</em> is <code>true</code>, a <code>SEL_DELETED</code> message is sent to the list&#39;s message target before the item is removed. Raises IndexError if <em>index</em> is out of bounds.</p>
4085
+
4086
+
4087
+ </div>
4088
+ </div>
4089
+ <div class="tags">
4090
+
4091
+
4092
+ </div><table class="source_code">
4093
+ <tr>
4094
+ <td>
4095
+ <pre class="lines">
4096
+
4097
+
4098
+ 304</pre>
4099
+ </td>
4100
+ <td>
4101
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 304</span>
4102
+
4103
+ <span class='kw'>def</span> <span class='id identifier rubyid_removeItem'>removeItem</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
4104
+ </td>
4105
+ </tr>
4106
+ </table>
4107
+ </div>
4108
+
4109
+ <div class="method_details ">
4110
+ <h3 class="signature " id="selectInRectangle-instance_method">
4111
+
4112
+ #<strong>selectInRectangle</strong>(x, y, w, h, notify = false) &#x21d2; <tt>Object</tt>
4113
+
4114
+
4115
+
4116
+
4117
+
4118
+ </h3><div class="docstring">
4119
+ <div class="discussion">
4120
+
4121
+ <p>Select items in rectangle. If <em>notify</em> is <code>true</code>, a <code>SEL_SELECTED</code> message is sent to the list&#39;s message target after each previously unselected item is selected.</p>
4122
+
4123
+
4124
+ </div>
4125
+ </div>
4126
+ <div class="tags">
4127
+
4128
+
4129
+ </div><table class="source_code">
4130
+ <tr>
4131
+ <td>
4132
+ <pre class="lines">
4133
+
4134
+
4135
+ 402</pre>
4136
+ </td>
4137
+ <td>
4138
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 402</span>
4139
+
4140
+ <span class='kw'>def</span> <span class='id identifier rubyid_selectInRectangle'>selectInRectangle</span><span class='lparen'>(</span><span class='id identifier rubyid_x'>x</span><span class='comma'>,</span> <span class='id identifier rubyid_y'>y</span><span class='comma'>,</span> <span class='id identifier rubyid_w'>w</span><span class='comma'>,</span> <span class='id identifier rubyid_h'>h</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
4141
+ </td>
4142
+ </tr>
4143
+ </table>
4144
+ </div>
4145
+
4146
+ <div class="method_details ">
4147
+ <h3 class="signature " id="selectItem-instance_method">
4148
+
4149
+ #<strong>selectItem</strong>(index, notify = false) &#x21d2; <tt>Object</tt>
4150
+
4151
+
4152
+
4153
+
4154
+
4155
+ </h3><div class="docstring">
4156
+ <div class="discussion">
4157
+
4158
+ <p>Select item at <em>index</em>. If <em>notify</em> is <code>true</code>, a <code>SEL_SELECTED</code> message is sent to the list&#39;s message target after the item is selected. Raises IndexError if <em>index</em> is out of bounds.</p>
4159
+
4160
+
4161
+ </div>
4162
+ </div>
4163
+ <div class="tags">
4164
+
4165
+
4166
+ </div><table class="source_code">
4167
+ <tr>
4168
+ <td>
4169
+ <pre class="lines">
4170
+
4171
+
4172
+ 416</pre>
4173
+ </td>
4174
+ <td>
4175
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 416</span>
4176
+
4177
+ <span class='kw'>def</span> <span class='id identifier rubyid_selectItem'>selectItem</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
4178
+ </td>
4179
+ </tr>
4180
+ </table>
4181
+ </div>
4182
+
4183
+ <div class="method_details ">
4184
+ <h3 class="signature " id="setCurrentItem-instance_method">
4185
+
4186
+ #<strong>setCurrentItem</strong>(index, notify = false) &#x21d2; <tt>Object</tt>
4187
+
4188
+
4189
+
4190
+
4191
+
4192
+ </h3><div class="docstring">
4193
+ <div class="discussion">
4194
+
4195
+ <p>Change current item index. If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the list&#39;s message target after the current item changes. Raises IndexError if <em>index</em> is out of bounds.</p>
4196
+
4197
+
4198
+ </div>
4199
+ </div>
4200
+ <div class="tags">
4201
+
4202
+
4203
+ </div><table class="source_code">
4204
+ <tr>
4205
+ <td>
4206
+ <pre class="lines">
4207
+
4208
+
4209
+ 435</pre>
4210
+ </td>
4211
+ <td>
4212
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 435</span>
4213
+
4214
+ <span class='kw'>def</span> <span class='id identifier rubyid_setCurrentItem'>setCurrentItem</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
4215
+ </td>
4216
+ </tr>
4217
+ </table>
4218
+ </div>
4219
+
4220
+ <div class="method_details ">
4221
+ <h3 class="signature " id="setHeaderIcon-instance_method">
4222
+
4223
+ #<strong>setHeaderIcon</strong>(headerIndex, icon) &#x21d2; <tt>Object</tt>
4224
+
4225
+
4226
+
4227
+
4228
+
4229
+ </h3><div class="docstring">
4230
+ <div class="discussion">
4231
+
4232
+ <p>Change icon of header at <em>headerIndex</em>. Raises IndexError if <em>headerIndex</em> is out of bounds.</p>
4233
+
4234
+
4235
+ </div>
4236
+ </div>
4237
+ <div class="tags">
4238
+
4239
+
4240
+ </div><table class="source_code">
4241
+ <tr>
4242
+ <td>
4243
+ <pre class="lines">
4244
+
4245
+
4246
+ 212</pre>
4247
+ </td>
4248
+ <td>
4249
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 212</span>
4250
+
4251
+ <span class='kw'>def</span> <span class='id identifier rubyid_setHeaderIcon'>setHeaderIcon</span><span class='lparen'>(</span><span class='id identifier rubyid_headerIndex'>headerIndex</span><span class='comma'>,</span> <span class='id identifier rubyid_icon'>icon</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
4252
+ </td>
4253
+ </tr>
4254
+ </table>
4255
+ </div>
4256
+
4257
+ <div class="method_details ">
4258
+ <h3 class="signature " id="setHeaders-instance_method">
4259
+
4260
+ #<strong>setHeaders</strong>(strings, size = 1) &#x21d2; <tt>Object</tt>
4261
+
4262
+
4263
+
4264
+
4265
+
4266
+ </h3><div class="docstring">
4267
+ <div class="discussion">
4268
+
4269
+ <p>Set headers from an array of strings.</p>
4270
+
4271
+
4272
+ </div>
4273
+ </div>
4274
+ <div class="tags">
4275
+
4276
+
4277
+ </div><table class="source_code">
4278
+ <tr>
4279
+ <td>
4280
+ <pre class="lines">
4281
+
4282
+
4283
+ 193</pre>
4284
+ </td>
4285
+ <td>
4286
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 193</span>
4287
+
4288
+ <span class='kw'>def</span> <span class='id identifier rubyid_setHeaders'>setHeaders</span><span class='lparen'>(</span><span class='id identifier rubyid_strings'>strings</span><span class='comma'>,</span> <span class='id identifier rubyid_size'>size</span><span class='op'>=</span><span class='int'>1</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
4289
+ </td>
4290
+ </tr>
4291
+ </table>
4292
+ </div>
4293
+
4294
+ <div class="method_details ">
4295
+ <h3 class="signature " id="setHeaderSize-instance_method">
4296
+
4297
+ #<strong>setHeaderSize</strong>(headerIndex, size) &#x21d2; <tt>Object</tt>
4298
+
4299
+
4300
+
4301
+
4302
+
4303
+ </h3><div class="docstring">
4304
+ <div class="discussion">
4305
+
4306
+ <p>Change size of header at <em>headerIndex</em>. Raises IndexError if <em>headerIndex</em> is out of bounds.</p>
4307
+
4308
+
4309
+ </div>
4310
+ </div>
4311
+ <div class="tags">
4312
+
4313
+
4314
+ </div><table class="source_code">
4315
+ <tr>
4316
+ <td>
4317
+ <pre class="lines">
4318
+
4319
+
4320
+ 220</pre>
4321
+ </td>
4322
+ <td>
4323
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 220</span>
4324
+
4325
+ <span class='kw'>def</span> <span class='id identifier rubyid_setHeaderSize'>setHeaderSize</span><span class='lparen'>(</span><span class='id identifier rubyid_headerIndex'>headerIndex</span><span class='comma'>,</span> <span class='id identifier rubyid_size'>size</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
4326
+ </td>
4327
+ </tr>
4328
+ </table>
4329
+ </div>
4330
+
4331
+ <div class="method_details ">
4332
+ <h3 class="signature " id="setHeaderText-instance_method">
4333
+
4334
+ #<strong>setHeaderText</strong>(headerIndex, text) &#x21d2; <tt>Object</tt>
4335
+
4336
+
4337
+
4338
+
4339
+
4340
+ </h3><div class="docstring">
4341
+ <div class="discussion">
4342
+
4343
+ <p>Change text of header at <em>headerIndex</em>. Raises IndexError if <em>headerIndex</em> is out of bounds.</p>
4344
+
4345
+
4346
+ </div>
4347
+ </div>
4348
+ <div class="tags">
4349
+
4350
+
4351
+ </div><table class="source_code">
4352
+ <tr>
4353
+ <td>
4354
+ <pre class="lines">
4355
+
4356
+
4357
+ 204</pre>
4358
+ </td>
4359
+ <td>
4360
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 204</span>
4361
+
4362
+ <span class='kw'>def</span> <span class='id identifier rubyid_setHeaderText'>setHeaderText</span><span class='lparen'>(</span><span class='id identifier rubyid_headerIndex'>headerIndex</span><span class='comma'>,</span> <span class='id identifier rubyid_text'>text</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
4363
+ </td>
4364
+ </tr>
4365
+ </table>
4366
+ </div>
4367
+
4368
+ <div class="method_details ">
4369
+ <h3 class="signature " id="setItem-instance_method">
4370
+
4371
+ #<strong>setItem</strong>(index, text, bigIcon = nil, miniIcon = nil, data = nil, notify = false) &#x21d2; <tt>Object</tt>
4372
+
4373
+
4374
+
4375
+
4376
+
4377
+ </h3><div class="docstring">
4378
+ <div class="discussion">
4379
+
4380
+ <p>Replace item <em>text</em>, <em>bigIcon</em>, <em>miniIcon</em> and user <em>data</em> for the item at <em>index</em>. If <em>notify</em> is <code>true</code>, a <code>SEL_REPLACED</code> message is sent to the list&#39;s message target before the item is replaced. Raises IndexError if <em>index</em> is out of bounds.</p>
4381
+
4382
+
4383
+ </div>
4384
+ </div>
4385
+ <div class="tags">
4386
+
4387
+
4388
+ </div><table class="source_code">
4389
+ <tr>
4390
+ <td>
4391
+ <pre class="lines">
4392
+
4393
+
4394
+ 234</pre>
4395
+ </td>
4396
+ <td>
4397
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 234</span>
4398
+
4399
+ <span class='kw'>def</span> <span class='id identifier rubyid_setItem'>setItem</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='comma'>,</span> <span class='id identifier rubyid_item'>item</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
4400
+ </td>
4401
+ </tr>
4402
+ </table>
4403
+ </div>
4404
+
4405
+ <div class="method_details ">
4406
+ <h3 class="signature " id="setItemBigIcon-instance_method">
4407
+
4408
+ #<strong>setItemBigIcon</strong>(index, bigIcon, owned = false) &#x21d2; <tt>Object</tt>
4409
+
4410
+
4411
+
4412
+
4413
+
4414
+ </h3><div class="docstring">
4415
+ <div class="discussion">
4416
+
4417
+ <p>Change big icon for item at <em>index</em>. Raises IndexError if <em>index</em> is out of bounds.</p>
4418
+
4419
+
4420
+ </div>
4421
+ </div>
4422
+ <div class="tags">
4423
+
4424
+
4425
+ </div><table class="source_code">
4426
+ <tr>
4427
+ <td>
4428
+ <pre class="lines">
4429
+
4430
+
4431
+ 353</pre>
4432
+ </td>
4433
+ <td>
4434
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 353</span>
4435
+
4436
+ <span class='kw'>def</span> <span class='id identifier rubyid_setItemBigIcon'>setItemBigIcon</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='comma'>,</span> <span class='id identifier rubyid_bigIcon'>bigIcon</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>
4437
+ </td>
4438
+ </tr>
4439
+ </table>
4440
+ </div>
4441
+
4442
+ <div class="method_details ">
4443
+ <h3 class="signature " id="setItemData-instance_method">
4444
+
4445
+ #<strong>setItemData</strong>(index, data) &#x21d2; <tt>Object</tt>
4446
+
4447
+
4448
+
4449
+
4450
+
4451
+ </h3><div class="docstring">
4452
+ <div class="discussion">
4453
+
4454
+ <p>Change user <em>data</em> for item at <em>index</em>. Raises IndexError if <em>index</em> is out of bounds.</p>
4455
+
4456
+
4457
+ </div>
4458
+ </div>
4459
+ <div class="tags">
4460
+
4461
+
4462
+ </div><table class="source_code">
4463
+ <tr>
4464
+ <td>
4465
+ <pre class="lines">
4466
+
4467
+
4468
+ 369</pre>
4469
+ </td>
4470
+ <td>
4471
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 369</span>
4472
+
4473
+ <span class='kw'>def</span> <span class='id identifier rubyid_setItemData'>setItemData</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='comma'>,</span> <span class='id identifier rubyid_data'>data</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
4474
+ </td>
4475
+ </tr>
4476
+ </table>
4477
+ </div>
4478
+
4479
+ <div class="method_details ">
4480
+ <h3 class="signature " id="setItemMiniIcon-instance_method">
4481
+
4482
+ #<strong>setItemMiniIcon</strong>(index, miniIcon, owned = false) &#x21d2; <tt>Object</tt>
4483
+
4484
+
4485
+
4486
+
4487
+
4488
+ </h3><div class="docstring">
4489
+ <div class="discussion">
4490
+
4491
+ <p>Change mini icon for item at <em>index</em>. Raises IndexError if <em>index</em> is out of bounds.</p>
4492
+
4493
+
4494
+ </div>
4495
+ </div>
4496
+ <div class="tags">
4497
+
4498
+
4499
+ </div><table class="source_code">
4500
+ <tr>
4501
+ <td>
4502
+ <pre class="lines">
4503
+
4504
+
4505
+ 361</pre>
4506
+ </td>
4507
+ <td>
4508
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 361</span>
4509
+
4510
+ <span class='kw'>def</span> <span class='id identifier rubyid_setItemMiniIcon'>setItemMiniIcon</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='comma'>,</span> <span class='id identifier rubyid_miniIcon'>miniIcon</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>
4511
+ </td>
4512
+ </tr>
4513
+ </table>
4514
+ </div>
4515
+
4516
+ <div class="method_details ">
4517
+ <h3 class="signature " id="setItemText-instance_method">
4518
+
4519
+ #<strong>setItemText</strong>(index, text) &#x21d2; <tt>Object</tt>
4520
+
4521
+
4522
+
4523
+
4524
+
4525
+ </h3><div class="docstring">
4526
+ <div class="discussion">
4527
+
4528
+ <p>Change text for item at <em>index</em>. Raises IndexError if <em>index</em> is out of bounds.</p>
4529
+
4530
+
4531
+ </div>
4532
+ </div>
4533
+ <div class="tags">
4534
+
4535
+
4536
+ </div><table class="source_code">
4537
+ <tr>
4538
+ <td>
4539
+ <pre class="lines">
4540
+
4541
+
4542
+ 345</pre>
4543
+ </td>
4544
+ <td>
4545
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 345</span>
4546
+
4547
+ <span class='kw'>def</span> <span class='id identifier rubyid_setItemText'>setItemText</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='comma'>,</span> <span class='id identifier rubyid_text'>text</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
4548
+ </td>
4549
+ </tr>
4550
+ </table>
4551
+ </div>
4552
+
4553
+ <div class="method_details ">
4554
+ <h3 class="signature " id="sortItems-instance_method">
4555
+
4556
+ #<strong>sortItems</strong> &#x21d2; <tt>Object</tt>
4557
+
4558
+
4559
+
4560
+
4561
+
4562
+ </h3><div class="docstring">
4563
+ <div class="discussion">
4564
+
4565
+ <p>Sort items</p>
4566
+
4567
+
4568
+ </div>
4569
+ </div>
4570
+ <div class="tags">
4571
+
4572
+
4573
+ </div><table class="source_code">
4574
+ <tr>
4575
+ <td>
4576
+ <pre class="lines">
4577
+
4578
+
4579
+ 449</pre>
4580
+ </td>
4581
+ <td>
4582
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 449</span>
4583
+
4584
+ <span class='kw'>def</span> <span class='id identifier rubyid_sortItems'>sortItems</span><span class='lparen'>(</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
4585
+ </td>
4586
+ </tr>
4587
+ </table>
4588
+ </div>
4589
+
4590
+ <div class="method_details ">
4591
+ <h3 class="signature " id="toggleItem-instance_method">
4592
+
4593
+ #<strong>toggleItem</strong>(index, notify = false) &#x21d2; <tt>Object</tt>
4594
+
4595
+
4596
+
4597
+
4598
+
4599
+ </h3><div class="docstring">
4600
+ <div class="discussion">
4601
+
4602
+ <p>Toggle item at <em>index</em>. If <em>notify</em> is <code>true</code>, either a <code>SEL_SELECTED</code> or <code>SEL_DESELECTED</code> message is sent to the list&#39;s message target to indicate the item&#39;s new state. Raises IndexError if <em>index</em> is out of bounds.</p>
4603
+
4604
+
4605
+ </div>
4606
+ </div>
4607
+ <div class="tags">
4608
+
4609
+
4610
+ </div><table class="source_code">
4611
+ <tr>
4612
+ <td>
4613
+ <pre class="lines">
4614
+
4615
+
4616
+ 429</pre>
4617
+ </td>
4618
+ <td>
4619
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 429</span>
4620
+
4621
+ <span class='kw'>def</span> <span class='id identifier rubyid_toggleItem'>toggleItem</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
4622
+ </td>
4623
+ </tr>
4624
+ </table>
4625
+ </div>
4626
+
4627
+ <div class="method_details ">
4628
+ <h3 class="signature " id="updateItem-instance_method">
4629
+
4630
+ #<strong>updateItem</strong>(index) &#x21d2; <tt>Object</tt>
4631
+
4632
+
4633
+
4634
+
4635
+
4636
+ </h3><div class="docstring">
4637
+ <div class="discussion">
4638
+
4639
+ <p>Repaint item at <em>index</em>. Raises IndexError if <em>index</em> is out of bounds.</p>
4640
+
4641
+
4642
+ </div>
4643
+ </div>
4644
+ <div class="tags">
4645
+
4646
+
4647
+ </div><table class="source_code">
4648
+ <tr>
4649
+ <td>
4650
+ <pre class="lines">
4651
+
4652
+
4653
+ 397</pre>
4654
+ </td>
4655
+ <td>
4656
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 397</span>
4657
+
4658
+ <span class='kw'>def</span> <span class='id identifier rubyid_updateItem'>updateItem</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
4659
+ </td>
4660
+ </tr>
4661
+ </table>
4662
+ </div>
4663
+
4664
+ </div>
4665
+
4666
+ </div>
4667
+
4668
+ <div id="footer">
4669
+ Generated on Fri Nov 27 21:10:56 2020 by
4670
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
4671
+ 0.9.24 (ruby-2.7.2).
4672
+ </div>
4673
+
4674
+ </div>
4675
+ </body>
4676
+ </html>