fxruby 1.6.41-x86-mingw32 → 1.6.45-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (377) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +2 -2
  3. data/.yardopts +1 -1
  4. data/Gemfile +2 -3
  5. data/History.md +26 -0
  6. data/README.rdoc +10 -5
  7. data/Rakefile +16 -5
  8. data/appveyor.yml +8 -7
  9. data/docs/Fox/Canvas/CanvasError.html +124 -0
  10. data/docs/Fox/Canvas/CircleShape.html +477 -0
  11. data/docs/Fox/Canvas/ImageShape.html +477 -0
  12. data/docs/Fox/Canvas/LineShape.html +1005 -0
  13. data/docs/Fox/Canvas/PolygonShape.html +145 -0
  14. data/docs/Fox/Canvas/RectangleShape.html +439 -0
  15. data/docs/Fox/Canvas/SelectionPolicy.html +352 -0
  16. data/docs/Fox/Canvas/Shape.html +1955 -0
  17. data/docs/Fox/Canvas/ShapeCanvas.html +2031 -0
  18. data/docs/Fox/Canvas/ShapeGroup.html +527 -0
  19. data/docs/Fox/Canvas/SingleSelectionPolicy.html +291 -0
  20. data/docs/Fox/Canvas/TextShape.html +609 -0
  21. data/docs/Fox/Canvas.html +141 -0
  22. data/docs/Fox/FTNonModal.html +550 -0
  23. data/docs/Fox/FX4Splitter.html +1336 -0
  24. data/docs/Fox/FX7Segment.html +1010 -0
  25. data/docs/Fox/FXAccelTable.html +715 -0
  26. data/docs/Fox/FXApp.html +7998 -0
  27. data/docs/Fox/FXArc.html +562 -0
  28. data/docs/Fox/FXArrowButton.html +865 -0
  29. data/docs/Fox/FXBMPIcon.html +450 -0
  30. data/docs/Fox/FXBMPImage.html +434 -0
  31. data/docs/Fox/FXBitmap.html +1362 -0
  32. data/docs/Fox/FXBitmapFrame.html +595 -0
  33. data/docs/Fox/FXBitmapView.html +1451 -0
  34. data/docs/Fox/FXButton.html +534 -0
  35. data/docs/Fox/FXCURCursor.html +261 -0
  36. data/docs/Fox/FXCalendar.html +880 -0
  37. data/docs/Fox/FXCanvas.html +311 -0
  38. data/docs/Fox/FXCheckButton.html +949 -0
  39. data/docs/Fox/FXChoiceBox.html +472 -0
  40. data/docs/Fox/FXColor.html +1519 -0
  41. data/docs/Fox/FXColorBar.html +759 -0
  42. data/docs/Fox/FXColorDialog.html +591 -0
  43. data/docs/Fox/FXColorItem.html +323 -0
  44. data/docs/Fox/FXColorList.html +712 -0
  45. data/docs/Fox/FXColorRing.html +817 -0
  46. data/docs/Fox/FXColorSelector.html +796 -0
  47. data/docs/Fox/FXColorWell.html +850 -0
  48. data/docs/Fox/FXColorWheel.html +770 -0
  49. data/docs/Fox/FXComboBox.html +2939 -0
  50. data/docs/Fox/FXComboTableItem.html +544 -0
  51. data/docs/Fox/FXCommand.html +526 -0
  52. data/docs/Fox/FXComposite.html +433 -0
  53. data/docs/Fox/FXCursor.html +779 -0
  54. data/docs/Fox/FXDC.html +5231 -0
  55. data/docs/Fox/FXDCPrint.html +696 -0
  56. data/docs/Fox/FXDCWindow.html +358 -0
  57. data/docs/Fox/FXDataTarget.html +573 -0
  58. data/docs/Fox/FXDebugTarget.html +305 -0
  59. data/docs/Fox/FXDelegator.html +305 -0
  60. data/docs/Fox/FXDial.html +1133 -0
  61. data/docs/Fox/FXDialogBox.html +413 -0
  62. data/docs/Fox/FXDict.html +1063 -0
  63. data/docs/Fox/FXDirBox.html +752 -0
  64. data/docs/Fox/FXDirDialog.html +914 -0
  65. data/docs/Fox/FXDirItem.html +989 -0
  66. data/docs/Fox/FXDirList.html +1554 -0
  67. data/docs/Fox/FXDirSelector.html +995 -0
  68. data/docs/Fox/FXDockBar.html +1451 -0
  69. data/docs/Fox/FXDockHandler.html +468 -0
  70. data/docs/Fox/FXDockSite.html +678 -0
  71. data/docs/Fox/FXDockTitle.html +606 -0
  72. data/docs/Fox/FXDocument.html +536 -0
  73. data/docs/Fox/FXDragCorner.html +440 -0
  74. data/docs/Fox/FXDrawable.html +478 -0
  75. data/docs/Fox/FXDriveBox.html +746 -0
  76. data/docs/Fox/FXEvent.html +1736 -0
  77. data/docs/Fox/FXExtentd.html +1374 -0
  78. data/docs/Fox/FXExtentf.html +1374 -0
  79. data/docs/Fox/FXFileAssoc.html +850 -0
  80. data/docs/Fox/FXFileDialog.html +2688 -0
  81. data/docs/Fox/FXFileDict.html +1058 -0
  82. data/docs/Fox/FXFileItem.html +1141 -0
  83. data/docs/Fox/FXFileList.html +2259 -0
  84. data/docs/Fox/FXFileSelector.html +2529 -0
  85. data/docs/Fox/FXFileStream.html +503 -0
  86. data/docs/Fox/FXFoldingItem.html +2822 -0
  87. data/docs/Fox/FXFoldingList.html +5189 -0
  88. data/docs/Fox/FXFont.html +2998 -0
  89. data/docs/Fox/FXFontDesc.html +710 -0
  90. data/docs/Fox/FXFontDialog.html +420 -0
  91. data/docs/Fox/FXFontSelector.html +576 -0
  92. data/docs/Fox/FXFrame.html +1012 -0
  93. data/docs/Fox/FXGIFCursor.html +337 -0
  94. data/docs/Fox/FXGIFIcon.html +450 -0
  95. data/docs/Fox/FXGIFImage.html +434 -0
  96. data/docs/Fox/FXGLCanvas.html +700 -0
  97. data/docs/Fox/FXGLCone.html +785 -0
  98. data/docs/Fox/FXGLContext.html +649 -0
  99. data/docs/Fox/FXGLCube.html +703 -0
  100. data/docs/Fox/FXGLCylinder.html +791 -0
  101. data/docs/Fox/FXGLGroup.html +1385 -0
  102. data/docs/Fox/FXGLLine.html +653 -0
  103. data/docs/Fox/FXGLObject.html +759 -0
  104. data/docs/Fox/FXGLPoint.html +561 -0
  105. data/docs/Fox/FXGLShape.html +714 -0
  106. data/docs/Fox/FXGLSphere.html +626 -0
  107. data/docs/Fox/FXGLViewer.html +3506 -0
  108. data/docs/Fox/FXGLVisual.html +2147 -0
  109. data/docs/Fox/FXGradient.html +562 -0
  110. data/docs/Fox/FXGradientBar.html +2479 -0
  111. data/docs/Fox/FXGroupBox.html +688 -0
  112. data/docs/Fox/FXHeader.html +3040 -0
  113. data/docs/Fox/FXHeaderItem.html +1353 -0
  114. data/docs/Fox/FXHiliteStyle.html +804 -0
  115. data/docs/Fox/FXHorizontalFrame.html +359 -0
  116. data/docs/Fox/FXHorizontalSeparator.html +349 -0
  117. data/docs/Fox/FXICOIcon.html +450 -0
  118. data/docs/Fox/FXICOImage.html +434 -0
  119. data/docs/Fox/FXIcon.html +384 -0
  120. data/docs/Fox/FXIconDict.html +752 -0
  121. data/docs/Fox/FXIconItem.html +1518 -0
  122. data/docs/Fox/FXIconList.html +4676 -0
  123. data/docs/Fox/FXIconSource.html +963 -0
  124. data/docs/Fox/FXId.html +712 -0
  125. data/docs/Fox/FXImage.html +2328 -0
  126. data/docs/Fox/FXImageFrame.html +489 -0
  127. data/docs/Fox/FXImageView.html +504 -0
  128. data/docs/Fox/FXInputDialog.html +894 -0
  129. data/docs/Fox/FXIrb.html +942 -0
  130. data/docs/Fox/FXJPGIcon.html +607 -0
  131. data/docs/Fox/FXJPGImage.html +591 -0
  132. data/docs/Fox/FXKnob.html +1048 -0
  133. data/docs/Fox/FXLabel.html +1013 -0
  134. data/docs/Fox/FXLight.html +920 -0
  135. data/docs/Fox/FXList.html +3717 -0
  136. data/docs/Fox/FXListBox.html +2518 -0
  137. data/docs/Fox/FXListItem.html +1459 -0
  138. data/docs/Fox/FXMDIChild.html +2175 -0
  139. data/docs/Fox/FXMDIClient.html +781 -0
  140. data/docs/Fox/FXMDIDeleteButton.html +334 -0
  141. data/docs/Fox/FXMDIMaximizeButton.html +334 -0
  142. data/docs/Fox/FXMDIMenu.html +335 -0
  143. data/docs/Fox/FXMDIMinimizeButton.html +334 -0
  144. data/docs/Fox/FXMDIRestoreButton.html +334 -0
  145. data/docs/Fox/FXMDIWindowButton.html +334 -0
  146. data/docs/Fox/FXMainWindow.html +337 -0
  147. data/docs/Fox/FXMaterial.html +570 -0
  148. data/docs/Fox/FXMatrix.html +734 -0
  149. data/docs/Fox/FXMemoryBuffer.html +472 -0
  150. data/docs/Fox/FXMemoryStream.html +632 -0
  151. data/docs/Fox/FXMenuBar.html +347 -0
  152. data/docs/Fox/FXMenuButton.html +829 -0
  153. data/docs/Fox/FXMenuCaption.html +1080 -0
  154. data/docs/Fox/FXMenuCascade.html +388 -0
  155. data/docs/Fox/FXMenuCheck.html +721 -0
  156. data/docs/Fox/FXMenuCommand.html +400 -0
  157. data/docs/Fox/FXMenuPane.html +333 -0
  158. data/docs/Fox/FXMenuRadio.html +721 -0
  159. data/docs/Fox/FXMenuSeparator.html +440 -0
  160. data/docs/Fox/FXMenuTitle.html +405 -0
  161. data/docs/Fox/FXMessageBox.html +658 -0
  162. data/docs/Fox/FXObject.html +545 -0
  163. data/docs/Fox/FXOption.html +491 -0
  164. data/docs/Fox/FXOptionMenu.html +885 -0
  165. data/docs/Fox/FXPCXIcon.html +450 -0
  166. data/docs/Fox/FXPCXImage.html +434 -0
  167. data/docs/Fox/FXPNGIcon.html +524 -0
  168. data/docs/Fox/FXPNGImage.html +508 -0
  169. data/docs/Fox/FXPPMIcon.html +450 -0
  170. data/docs/Fox/FXPPMImage.html +373 -0
  171. data/docs/Fox/FXPSBounds.html +500 -0
  172. data/docs/Fox/FXPacker.html +1229 -0
  173. data/docs/Fox/FXPicker.html +345 -0
  174. data/docs/Fox/FXPopup.html +1099 -0
  175. data/docs/Fox/FXPrintDialog.html +485 -0
  176. data/docs/Fox/FXPrinter.html +1330 -0
  177. data/docs/Fox/FXProgressBar.html +1150 -0
  178. data/docs/Fox/FXProgressDialog.html +715 -0
  179. data/docs/Fox/FXPseudoKeyboard.html +428 -0
  180. data/docs/Fox/FXPseudoMouse.html +800 -0
  181. data/docs/Fox/FXPseudoTarget.html +472 -0
  182. data/docs/Fox/FXQuatd.html +1377 -0
  183. data/docs/Fox/FXQuatf.html +1392 -0
  184. data/docs/Fox/FXRGBIcon.html +450 -0
  185. data/docs/Fox/FXRGBImage.html +434 -0
  186. data/docs/Fox/FXRadioButton.html +885 -0
  187. data/docs/Fox/FXRanged.html +1522 -0
  188. data/docs/Fox/FXRangef.html +1522 -0
  189. data/docs/Fox/FXRealSlider.html +1187 -0
  190. data/docs/Fox/FXRealSpinner.html +2175 -0
  191. data/docs/Fox/FXRecentFiles.html +841 -0
  192. data/docs/Fox/FXRectangle.html +802 -0
  193. data/docs/Fox/FXRegion.html +841 -0
  194. data/docs/Fox/FXRegistry.html +682 -0
  195. data/docs/Fox/FXReplaceDialog.html +648 -0
  196. data/docs/Fox/FXRootWindow.html +312 -0
  197. data/docs/Fox/FXRuler.html +2000 -0
  198. data/docs/Fox/FXRulerView.html +3997 -0
  199. data/docs/Fox/FXScintilla.html +49117 -0
  200. data/docs/Fox/FXScrollArea.html +1363 -0
  201. data/docs/Fox/FXScrollBar.html +1019 -0
  202. data/docs/Fox/FXScrollCorner.html +290 -0
  203. data/docs/Fox/FXScrollPane.html +499 -0
  204. data/docs/Fox/FXScrollWindow.html +409 -0
  205. data/docs/Fox/FXSearchDialog.html +382 -0
  206. data/docs/Fox/FXSegment.html +422 -0
  207. data/docs/Fox/FXSeparator.html +402 -0
  208. data/docs/Fox/FXSettings.html +1861 -0
  209. data/docs/Fox/FXShell.html +233 -0
  210. data/docs/Fox/FXShutter.html +472 -0
  211. data/docs/Fox/FXShutterItem.html +669 -0
  212. data/docs/Fox/FXSize.html +592 -0
  213. data/docs/Fox/FXSlider.html +1129 -0
  214. data/docs/Fox/FXSphered.html +906 -0
  215. data/docs/Fox/FXSpheref.html +906 -0
  216. data/docs/Fox/FXSpinner.html +2102 -0
  217. data/docs/Fox/FXSplashScreen.html +497 -0
  218. data/docs/Fox/FXSplashWindow.html +494 -0
  219. data/docs/Fox/FXSplitter.html +643 -0
  220. data/docs/Fox/FXSpring.html +517 -0
  221. data/docs/Fox/FXStatusBar.html +593 -0
  222. data/docs/Fox/FXStatusLine.html +754 -0
  223. data/docs/Fox/FXStream.html +1372 -0
  224. data/docs/Fox/FXStreamAllocError.html +148 -0
  225. data/docs/Fox/FXStreamEndError.html +148 -0
  226. data/docs/Fox/FXStreamError.html +259 -0
  227. data/docs/Fox/FXStreamFailureError.html +148 -0
  228. data/docs/Fox/FXStreamFormatError.html +148 -0
  229. data/docs/Fox/FXStreamFullError.html +148 -0
  230. data/docs/Fox/FXStreamNoReadError.html +148 -0
  231. data/docs/Fox/FXStreamNoWriteError.html +148 -0
  232. data/docs/Fox/FXStreamUnknownError.html +148 -0
  233. data/docs/Fox/FXStringDict.html +552 -0
  234. data/docs/Fox/FXSwitcher.html +619 -0
  235. data/docs/Fox/FXTGAIcon.html +450 -0
  236. data/docs/Fox/FXTGAImage.html +434 -0
  237. data/docs/Fox/FXTIFIcon.html +604 -0
  238. data/docs/Fox/FXTIFImage.html +588 -0
  239. data/docs/Fox/FXTabBar.html +644 -0
  240. data/docs/Fox/FXTabBook.html +373 -0
  241. data/docs/Fox/FXTabItem.html +478 -0
  242. data/docs/Fox/FXTable.html +10107 -0
  243. data/docs/Fox/FXTableItem.html +2195 -0
  244. data/docs/Fox/FXTablePos.html +360 -0
  245. data/docs/Fox/FXTableRange.html +360 -0
  246. data/docs/Fox/FXText.html +6870 -0
  247. data/docs/Fox/FXTextChange.html +492 -0
  248. data/docs/Fox/FXTextField.html +2016 -0
  249. data/docs/Fox/FXToggleButton.html +844 -0
  250. data/docs/Fox/FXToolBar.html +452 -0
  251. data/docs/Fox/FXToolBarGrip.html +584 -0
  252. data/docs/Fox/FXToolBarShell.html +788 -0
  253. data/docs/Fox/FXToolBarTab.html +729 -0
  254. data/docs/Fox/FXToolTip.html +761 -0
  255. data/docs/Fox/FXTopWindow.html +1716 -0
  256. data/docs/Fox/FXTranslator.html +481 -0
  257. data/docs/Fox/FXTreeItem.html +2813 -0
  258. data/docs/Fox/FXTreeList.html +5095 -0
  259. data/docs/Fox/FXTreeListBox.html +3080 -0
  260. data/docs/Fox/FXTriStateButton.html +681 -0
  261. data/docs/Fox/FXUndoList.html +2560 -0
  262. data/docs/Fox/FXVec2d.html +1450 -0
  263. data/docs/Fox/FXVec2f.html +1442 -0
  264. data/docs/Fox/FXVec3d.html +1649 -0
  265. data/docs/Fox/FXVec3f.html +1649 -0
  266. data/docs/Fox/FXVec4d.html +1858 -0
  267. data/docs/Fox/FXVec4f.html +1858 -0
  268. data/docs/Fox/FXVerticalFrame.html +359 -0
  269. data/docs/Fox/FXVerticalSeparator.html +349 -0
  270. data/docs/Fox/FXViewport.html +780 -0
  271. data/docs/Fox/FXVisual.html +1023 -0
  272. data/docs/Fox/FXWindow.html +9948 -0
  273. data/docs/Fox/FXWizard.html +1052 -0
  274. data/docs/Fox/FXXBMIcon.html +453 -0
  275. data/docs/Fox/FXXBMImage.html +437 -0
  276. data/docs/Fox/FXXPMIcon.html +450 -0
  277. data/docs/Fox/FXXPMImage.html +434 -0
  278. data/docs/Fox/NotifyHeader.html +286 -0
  279. data/docs/Fox/SCNotification.html +1438 -0
  280. data/docs/Fox/TextRange.html +281 -0
  281. data/docs/Fox.html +11184 -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/core_wrap.cpp +117 -115
  304. data/ext/fox16_c/dc_wrap.cpp +82 -60
  305. data/ext/fox16_c/dialogs_wrap.cpp +87 -67
  306. data/ext/fox16_c/extconf.rb +12 -12
  307. data/ext/fox16_c/frames_wrap.cpp +101 -75
  308. data/ext/fox16_c/fx3d_wrap.cpp +258 -302
  309. data/ext/fox16_c/iconlist_wrap.cpp +70 -52
  310. data/ext/fox16_c/icons_wrap.cpp +75 -55
  311. data/ext/fox16_c/image_wrap.cpp +75 -57
  312. data/ext/fox16_c/label_wrap.cpp +78 -60
  313. data/ext/fox16_c/layout_wrap.cpp +83 -65
  314. data/ext/fox16_c/list_wrap.cpp +70 -52
  315. data/ext/fox16_c/mdi_wrap.cpp +76 -58
  316. data/ext/fox16_c/menu_wrap.cpp +78 -60
  317. data/ext/fox16_c/scintilla_wrap.cpp +85 -61
  318. data/ext/fox16_c/swigruby.h +64 -46
  319. data/ext/fox16_c/table_wrap.cpp +80 -58
  320. data/ext/fox16_c/text_wrap.cpp +75 -55
  321. data/ext/fox16_c/treelist_wrap.cpp +71 -53
  322. data/ext/fox16_c/ui_wrap.cpp +101 -81
  323. data/fxruby.gemspec +1 -1
  324. data/lib/2.4/fox16_c.so +0 -0
  325. data/lib/2.5/fox16_c.so +0 -0
  326. data/lib/2.6/fox16_c.so +0 -0
  327. data/lib/2.7/fox16_c.so +0 -0
  328. data/lib/3.0/fox16_c.so +0 -0
  329. data/lib/3.1/fox16_c.so +0 -0
  330. data/lib/fox16/aliases.rb +0 -0
  331. data/lib/fox16/bitmapview.rb +0 -0
  332. data/lib/fox16/calendar.rb +0 -0
  333. data/lib/fox16/canvas.rb +76 -45
  334. data/lib/fox16/chore.rb +0 -0
  335. data/lib/fox16/colors.rb +0 -0
  336. data/lib/fox16/core.rb +0 -0
  337. data/lib/fox16/dict.rb +0 -0
  338. data/lib/fox16/glgroup.rb +5 -5
  339. data/lib/fox16/glshapes.rb +111 -99
  340. data/lib/fox16/input.rb +0 -0
  341. data/lib/fox16/irb.rb +0 -0
  342. data/lib/fox16/iterators.rb +0 -0
  343. data/lib/fox16/keys.rb +0 -0
  344. data/lib/fox16/missingdep.rb +0 -0
  345. data/lib/fox16/pseudokeyboard.rb +0 -0
  346. data/lib/fox16/pseudomouse.rb +0 -0
  347. data/lib/fox16/responder.rb +0 -0
  348. data/lib/fox16/responder2.rb +0 -0
  349. data/lib/fox16/scintilla.rb +0 -0
  350. data/lib/fox16/settings.rb +0 -0
  351. data/lib/fox16/signal.rb +0 -0
  352. data/lib/fox16/timeout.rb +0 -0
  353. data/lib/fox16/tkcompat.rb +0 -0
  354. data/lib/fox16/undolist.rb +0 -0
  355. data/lib/fox16/version.rb +1 -1
  356. data/lib/fox16.rb +2 -4
  357. data/ports/x86-mingw32/bin/libFOX-1.6-0.dll +0 -0
  358. data/ports/x86-mingw32/bin/libfxscintilla-20.dll +0 -0
  359. data/ports/x86-mingw32/bin/libgcc_s_sjlj-1.dll +0 -0
  360. data/ports/x86-mingw32/bin/libjpeg-62.dll +0 -0
  361. data/ports/x86-mingw32/bin/libpng16-16.dll +0 -0
  362. data/ports/x86-mingw32/bin/libstdc++-6.dll +0 -0
  363. data/ports/x86-mingw32/bin/libtiff-5.dll +0 -0
  364. data/ports/x86-mingw32/bin/libwinpthread-1.dll +0 -0
  365. data/ports/x86-mingw32/bin/zlib1.dll +0 -0
  366. metadata +311 -20
  367. data/lib/2.2/fox16_c.so +0 -0
  368. data/lib/2.3/fox16_c.so +0 -0
  369. data/ports/i686-w64-mingw32/bin/libFOX-1.6-0.dll +0 -0
  370. data/ports/i686-w64-mingw32/bin/libfxscintilla-20.dll +0 -0
  371. data/ports/i686-w64-mingw32/bin/libgcc_s_sjlj-1.dll +0 -0
  372. data/ports/i686-w64-mingw32/bin/libjpeg-62.dll +0 -0
  373. data/ports/i686-w64-mingw32/bin/libpng16-16.dll +0 -0
  374. data/ports/i686-w64-mingw32/bin/libstdc++-6.dll +0 -0
  375. data/ports/i686-w64-mingw32/bin/libtiff-5.dll +0 -0
  376. data/ports/i686-w64-mingw32/bin/libwinpthread-1.dll +0 -0
  377. data/ports/i686-w64-mingw32/bin/zlib1.dll +0 -0
@@ -0,0 +1,3080 @@
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::FXTreeListBox
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::FXTreeListBox";
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">FXTreeListBox</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::FXTreeListBox
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="FXPacker.html" title="Fox::FXPacker (class)">FXPacker</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="FXPacker.html" title="Fox::FXPacker (class)">FXPacker</a></span></li>
88
+
89
+ <li class="next">Fox::FXTreeListBox</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/FXTreeListBox.rb<span class="defines">,<br />
115
+ lib/fox16/core.rb,<br /> 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>The Tree List Box behaves very much like a List Box, except that it supports a hierarchical, tree structured display of the items. When an item is selected it issues a <code>SEL_COMMAND</code> message with the pointer to the item. While manipulating the tree list, it may send <code>SEL_CHANGED</code> messages to indicate which item the cursor is hovering over.</p>
125
+
126
+ <h3 id="label-Events">Events</h3>
127
+
128
+ <p>The following messages are sent by FXTreeListBox 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 a reference to the new tree item.</p>
132
+ </dd><dt><code>SEL_COMMAND</code>
133
+ <dd>
134
+ <p>sent when the current list item changes; the message data is a reference to the new tree item.</p>
135
+ </dd></dl>
136
+
137
+ <h3 id="label-Tree+list+box+styles">Tree list box styles</h3>
138
+ <dl class="rdoc-list note-list"><dt><code>TREELISTBOX_NORMAL</code>
139
+ <dd>
140
+ <p>Normal style</p>
141
+ </dd></dl>
142
+
143
+ <h3 id="label-Message+identifiers">Message identifiers</h3>
144
+ <dl class="rdoc-list note-list"><dt><code>ID_TREE</code>
145
+ <dd>
146
+ <p>x</p>
147
+ </dd><dt><code>ID_FIELD</code>
148
+ <dd>
149
+ <p>x</p>
150
+ </dd></dl>
151
+
152
+
153
+ </div>
154
+ </div>
155
+ <div class="tags">
156
+
157
+
158
+ </div><div id="subclasses">
159
+ <h2>Direct Known Subclasses</h2>
160
+ <p class="children"><span class='object_link'><a href="FXDirBox.html" title="Fox::FXDirBox (class)">FXDirBox</a></span></p>
161
+ </div>
162
+
163
+
164
+
165
+
166
+ <h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
167
+ <ul class="summary">
168
+
169
+ <li class="public ">
170
+ <span class="summary_signature">
171
+
172
+ <a href="#currentItem-instance_method" title="#currentItem (instance method)">#<strong>currentItem</strong> &#x21d2; Object </a>
173
+
174
+
175
+
176
+ </span>
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+ <span class="summary_desc"><div class='inline'>
190
+ <p>Current item, if any <span class='object_link'><a href="FXTreeItem.html" title="Fox::FXTreeItem (class)">FXTreeItem</a></span>.</p>
191
+ </div></span>
192
+
193
+ </li>
194
+
195
+
196
+ <li class="public ">
197
+ <span class="summary_signature">
198
+
199
+ <a href="#firstItem-instance_method" title="#firstItem (instance method)">#<strong>firstItem</strong> &#x21d2; Object </a>
200
+
201
+
202
+
203
+ </span>
204
+
205
+
206
+
207
+
208
+ <span class="note title readonly">readonly</span>
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+ <span class="summary_desc"><div class='inline'>
219
+ <p>First root-level item <span class='object_link'><a href="FXTreeItem.html" title="Fox::FXTreeItem (class)">FXTreeItem</a></span>.</p>
220
+ </div></span>
221
+
222
+ </li>
223
+
224
+
225
+ <li class="public ">
226
+ <span class="summary_signature">
227
+
228
+ <a href="#font-instance_method" title="#font (instance method)">#<strong>font</strong> &#x21d2; Object </a>
229
+
230
+
231
+
232
+ </span>
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+ <span class="summary_desc"><div class='inline'>
246
+ <p>Text font <span class='object_link'><a href="FXFont.html" title="Fox::FXFont (class)">FXFont</a></span>.</p>
247
+ </div></span>
248
+
249
+ </li>
250
+
251
+
252
+ <li class="public ">
253
+ <span class="summary_signature">
254
+
255
+ <a href="#helpText-instance_method" title="#helpText (instance method)">#<strong>helpText</strong> &#x21d2; Object </a>
256
+
257
+
258
+
259
+ </span>
260
+
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+
269
+
270
+
271
+
272
+ <span class="summary_desc"><div class='inline'>
273
+ <p>Status line help text for this tree list box [String].</p>
274
+ </div></span>
275
+
276
+ </li>
277
+
278
+
279
+ <li class="public ">
280
+ <span class="summary_signature">
281
+
282
+ <a href="#lastItem-instance_method" title="#lastItem (instance method)">#<strong>lastItem</strong> &#x21d2; Object </a>
283
+
284
+
285
+
286
+ </span>
287
+
288
+
289
+
290
+
291
+ <span class="note title readonly">readonly</span>
292
+
293
+
294
+
295
+
296
+
297
+
298
+
299
+
300
+
301
+ <span class="summary_desc"><div class='inline'>
302
+ <p>Last root-level item <span class='object_link'><a href="FXTreeItem.html" title="Fox::FXTreeItem (class)">FXTreeItem</a></span>.</p>
303
+ </div></span>
304
+
305
+ </li>
306
+
307
+
308
+ <li class="public ">
309
+ <span class="summary_signature">
310
+
311
+ <a href="#listStyle-instance_method" title="#listStyle (instance method)">#<strong>listStyle</strong> &#x21d2; Object </a>
312
+
313
+
314
+
315
+ </span>
316
+
317
+
318
+
319
+
320
+
321
+
322
+
323
+
324
+
325
+
326
+
327
+
328
+ <span class="summary_desc"><div class='inline'>
329
+ <p>Tree list box style.</p>
330
+ </div></span>
331
+
332
+ </li>
333
+
334
+
335
+ <li class="public ">
336
+ <span class="summary_signature">
337
+
338
+ <a href="#numItems-instance_method" title="#numItems (instance method)">#<strong>numItems</strong> &#x21d2; Object </a>
339
+
340
+
341
+
342
+ </span>
343
+
344
+
345
+
346
+
347
+ <span class="note title readonly">readonly</span>
348
+
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
+
357
+ <span class="summary_desc"><div class='inline'>
358
+ <p>Number of items [Integer].</p>
359
+ </div></span>
360
+
361
+ </li>
362
+
363
+
364
+ <li class="public ">
365
+ <span class="summary_signature">
366
+
367
+ <a href="#numVisible-instance_method" title="#numVisible (instance method)">#<strong>numVisible</strong> &#x21d2; Object </a>
368
+
369
+
370
+
371
+ </span>
372
+
373
+
374
+
375
+
376
+
377
+
378
+
379
+
380
+
381
+
382
+
383
+
384
+ <span class="summary_desc"><div class='inline'>
385
+ <p>Number of visible items [Integer].</p>
386
+ </div></span>
387
+
388
+ </li>
389
+
390
+
391
+ <li class="public ">
392
+ <span class="summary_signature">
393
+
394
+ <a href="#tipText-instance_method" title="#tipText (instance method)">#<strong>tipText</strong> &#x21d2; Object </a>
395
+
396
+
397
+
398
+ </span>
399
+
400
+
401
+
402
+
403
+
404
+
405
+
406
+
407
+
408
+
409
+
410
+
411
+ <span class="summary_desc"><div class='inline'>
412
+ <p>Tool tip text for this tree list box [String].</p>
413
+ </div></span>
414
+
415
+ </li>
416
+
417
+
418
+ </ul>
419
+
420
+
421
+
422
+
423
+
424
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="FXPacker.html" title="Fox::FXPacker (class)">FXPacker</a></span></h3>
425
+ <p class="inherited"><span class='object_link'><a href="FXPacker.html#baseColor-instance_method" title="Fox::FXPacker#baseColor (method)">#baseColor</a></span>, <span class='object_link'><a href="FXPacker.html#borderColor-instance_method" title="Fox::FXPacker#borderColor (method)">#borderColor</a></span>, <span class='object_link'><a href="FXPacker.html#borderWidth-instance_method" title="Fox::FXPacker#borderWidth (method)">#borderWidth</a></span>, <span class='object_link'><a href="FXPacker.html#frameStyle-instance_method" title="Fox::FXPacker#frameStyle (method)">#frameStyle</a></span>, <span class='object_link'><a href="FXPacker.html#hSpacing-instance_method" title="Fox::FXPacker#hSpacing (method)">#hSpacing</a></span>, <span class='object_link'><a href="FXPacker.html#hiliteColor-instance_method" title="Fox::FXPacker#hiliteColor (method)">#hiliteColor</a></span>, <span class='object_link'><a href="FXPacker.html#packingHints-instance_method" title="Fox::FXPacker#packingHints (method)">#packingHints</a></span>, <span class='object_link'><a href="FXPacker.html#padBottom-instance_method" title="Fox::FXPacker#padBottom (method)">#padBottom</a></span>, <span class='object_link'><a href="FXPacker.html#padLeft-instance_method" title="Fox::FXPacker#padLeft (method)">#padLeft</a></span>, <span class='object_link'><a href="FXPacker.html#padRight-instance_method" title="Fox::FXPacker#padRight (method)">#padRight</a></span>, <span class='object_link'><a href="FXPacker.html#padTop-instance_method" title="Fox::FXPacker#padTop (method)">#padTop</a></span>, <span class='object_link'><a href="FXPacker.html#shadowColor-instance_method" title="Fox::FXPacker#shadowColor (method)">#shadowColor</a></span>, <span class='object_link'><a href="FXPacker.html#vSpacing-instance_method" title="Fox::FXPacker#vSpacing (method)">#vSpacing</a></span></p>
426
+
427
+
428
+
429
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="FXWindow.html" title="Fox::FXWindow (class)">FXWindow</a></span></h3>
430
+ <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#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>
431
+
432
+
433
+
434
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="FXDrawable.html" title="Fox::FXDrawable (class)">FXDrawable</a></span></h3>
435
+ <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>
436
+
437
+
438
+
439
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="FXId.html" title="Fox::FXId (class)">FXId</a></span></h3>
440
+ <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>
441
+
442
+
443
+
444
+ <h2>
445
+ Instance Method Summary
446
+ <small><a href="#" class="summary_toggle">collapse</a></small>
447
+ </h2>
448
+
449
+ <ul class="summary">
450
+
451
+ <li class="public ">
452
+ <span class="summary_signature">
453
+
454
+ <a href="#addItemAfter-instance_method" title="#addItemAfter (instance method)">#<strong>addItemAfter</strong>(other, *args) &#x21d2; Object </a>
455
+
456
+
457
+
458
+ </span>
459
+
460
+
461
+
462
+
463
+
464
+
465
+
466
+
467
+
468
+ <span class="summary_desc"><div class='inline'>
469
+ <p>:nodoc:.</p>
470
+ </div></span>
471
+
472
+ </li>
473
+
474
+
475
+ <li class="public ">
476
+ <span class="summary_signature">
477
+
478
+ <a href="#addItemBefore-instance_method" title="#addItemBefore (instance method)">#<strong>addItemBefore</strong>(other, *args) &#x21d2; Object </a>
479
+
480
+
481
+
482
+ </span>
483
+
484
+
485
+
486
+
487
+
488
+
489
+
490
+
491
+
492
+ <span class="summary_desc"><div class='inline'>
493
+ <p>:nodoc:.</p>
494
+ </div></span>
495
+
496
+ </li>
497
+
498
+
499
+ <li class="public ">
500
+ <span class="summary_signature">
501
+
502
+ <a href="#addItemFirst-instance_method" title="#addItemFirst (instance method)">#<strong>addItemFirst</strong>(*args) &#x21d2; Object </a>
503
+
504
+
505
+
506
+ </span>
507
+
508
+
509
+
510
+
511
+
512
+
513
+
514
+
515
+
516
+ <span class="summary_desc"><div class='inline'>
517
+ <p>:nodoc:.</p>
518
+ </div></span>
519
+
520
+ </li>
521
+
522
+
523
+ <li class="public ">
524
+ <span class="summary_signature">
525
+
526
+ <a href="#addItemLast-instance_method" title="#addItemLast (instance method)">#<strong>addItemLast</strong>(*args) &#x21d2; Object </a>
527
+
528
+
529
+
530
+ </span>
531
+
532
+
533
+
534
+
535
+
536
+
537
+
538
+
539
+
540
+ <span class="summary_desc"><div class='inline'>
541
+ <p>:nodoc:.</p>
542
+ </div></span>
543
+
544
+ </li>
545
+
546
+
547
+ <li class="public ">
548
+ <span class="summary_signature">
549
+
550
+ <a href="#appendItem-instance_method" title="#appendItem (instance method)">#<strong>appendItem</strong>(father, text, openIcon = nil, closedIcon = nil, data = nil, notify = false) &#x21d2; Object </a>
551
+
552
+
553
+
554
+ </span>
555
+
556
+
557
+
558
+
559
+
560
+
561
+
562
+
563
+
564
+ <span class="summary_desc"><div class='inline'>
565
+ <p>Append item with given text and optional icons, and user-data pointer as last child of <em>father</em>.</p>
566
+ </div></span>
567
+
568
+ </li>
569
+
570
+
571
+ <li class="public ">
572
+ <span class="summary_signature">
573
+
574
+ <a href="#clearItems-instance_method" title="#clearItems (instance method)">#<strong>clearItems</strong>(notify = false) &#x21d2; Object </a>
575
+
576
+
577
+
578
+ </span>
579
+
580
+
581
+
582
+
583
+
584
+
585
+
586
+
587
+
588
+ <span class="summary_desc"><div class='inline'>
589
+ <p>Remove all items from the list.</p>
590
+ </div></span>
591
+
592
+ </li>
593
+
594
+
595
+ <li class="public ">
596
+ <span class="summary_signature">
597
+
598
+ <a href="#each-instance_method" title="#each (instance method)">#<strong>each</strong> &#x21d2; Object </a>
599
+
600
+
601
+
602
+ </span>
603
+
604
+
605
+
606
+
607
+
608
+
609
+
610
+
611
+
612
+ <span class="summary_desc"><div class='inline'>
613
+ <p>Calls block once for each root-level tree item, passing a reference to that item as a parameter.</p>
614
+ </div></span>
615
+
616
+ </li>
617
+
618
+
619
+ <li class="public ">
620
+ <span class="summary_signature">
621
+
622
+ <a href="#extractItem-instance_method" title="#extractItem (instance method)">#<strong>extractItem</strong>(item) &#x21d2; Object </a>
623
+
624
+
625
+
626
+ </span>
627
+
628
+
629
+
630
+
631
+
632
+
633
+
634
+
635
+
636
+ <span class="summary_desc"><div class='inline'>
637
+ <p>Extract item from list and return a reference to the item.</p>
638
+ </div></span>
639
+
640
+ </li>
641
+
642
+
643
+ <li class="public ">
644
+ <span class="summary_signature">
645
+
646
+ <a href="#fillItems-instance_method" title="#fillItems (instance method)">#<strong>fillItems</strong>(father, strings, oi = nil, ci = nil, ptr = nil) &#x21d2; Object </a>
647
+
648
+
649
+
650
+ </span>
651
+
652
+
653
+
654
+
655
+
656
+
657
+
658
+
659
+
660
+ <span class="summary_desc"><div class='inline'>
661
+ <p>Fill tree list box by appending items from array of strings and return the number of items added.</p>
662
+ </div></span>
663
+
664
+ </li>
665
+
666
+
667
+ <li class="public ">
668
+ <span class="summary_signature">
669
+
670
+ <a href="#findItem-instance_method" title="#findItem (instance method)">#<strong>findItem</strong>(text, start = nil, flags = SEARCH_FORWARD|SEARCH_WRAP) &#x21d2; Object </a>
671
+
672
+
673
+
674
+ </span>
675
+
676
+
677
+
678
+
679
+
680
+
681
+
682
+
683
+
684
+ <span class="summary_desc"><div class='inline'>
685
+ <p>Search items by <em>text</em>, beginning from item <em>start</em>.</p>
686
+ </div></span>
687
+
688
+ </li>
689
+
690
+
691
+ <li class="public ">
692
+ <span class="summary_signature">
693
+
694
+ <a href="#findItemByData-instance_method" title="#findItemByData (instance method)">#<strong>findItemByData</strong>(data, start = nil, flags = SEARCH_FORWARD|SEARCH_WRAP) &#x21d2; Object </a>
695
+
696
+
697
+
698
+ </span>
699
+
700
+
701
+
702
+
703
+
704
+
705
+
706
+
707
+
708
+ <span class="summary_desc"><div class='inline'>
709
+ <p>Search items by associated user <em>data</em>, beginning from item <em>start</em>.</p>
710
+ </div></span>
711
+
712
+ </li>
713
+
714
+
715
+ <li class="public ">
716
+ <span class="summary_signature">
717
+
718
+ <a href="#first-instance_method" title="#first (instance method)">#<strong>first</strong> &#x21d2; Object </a>
719
+
720
+
721
+
722
+ </span>
723
+
724
+
725
+
726
+
727
+
728
+
729
+
730
+
731
+
732
+ <span class="summary_desc"><div class='inline'>
733
+ <p>Override Enumerable#first with FXWindow#first for backwards compatibility.</p>
734
+ </div></span>
735
+
736
+ </li>
737
+
738
+
739
+ <li class="public ">
740
+ <span class="summary_signature">
741
+
742
+ <a href="#getItemClosedIcon-instance_method" title="#getItemClosedIcon (instance method)">#<strong>getItemClosedIcon</strong>(item) &#x21d2; Object </a>
743
+
744
+
745
+
746
+ </span>
747
+
748
+
749
+
750
+
751
+
752
+
753
+
754
+
755
+
756
+ <span class="summary_desc"><div class='inline'>
757
+ <p>Return item&#39;s closed icon.</p>
758
+ </div></span>
759
+
760
+ </li>
761
+
762
+
763
+ <li class="public ">
764
+ <span class="summary_signature">
765
+
766
+ <a href="#getItemData-instance_method" title="#getItemData (instance method)">#<strong>getItemData</strong>(item) &#x21d2; Object </a>
767
+
768
+
769
+
770
+ </span>
771
+
772
+
773
+
774
+
775
+
776
+
777
+
778
+
779
+
780
+ <span class="summary_desc"><div class='inline'>
781
+ <p>Return item&#39;s user data.</p>
782
+ </div></span>
783
+
784
+ </li>
785
+
786
+
787
+ <li class="public ">
788
+ <span class="summary_signature">
789
+
790
+ <a href="#getItemOpenIcon-instance_method" title="#getItemOpenIcon (instance method)">#<strong>getItemOpenIcon</strong>(item) &#x21d2; Object </a>
791
+
792
+
793
+
794
+ </span>
795
+
796
+
797
+
798
+
799
+
800
+
801
+
802
+
803
+
804
+ <span class="summary_desc"><div class='inline'>
805
+ <p>Return item&#39;s open icon.</p>
806
+ </div></span>
807
+
808
+ </li>
809
+
810
+
811
+ <li class="public ">
812
+ <span class="summary_signature">
813
+
814
+ <a href="#getItemText-instance_method" title="#getItemText (instance method)">#<strong>getItemText</strong>(item) &#x21d2; Object </a>
815
+
816
+
817
+
818
+ </span>
819
+
820
+
821
+
822
+
823
+
824
+
825
+
826
+
827
+
828
+ <span class="summary_desc"><div class='inline'>
829
+ <p>Return item&#39;s text.</p>
830
+ </div></span>
831
+
832
+ </li>
833
+
834
+
835
+ <li class="public ">
836
+ <span class="summary_signature">
837
+
838
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(p, target = nil, selector = 0, opts = FRAME_SUNKEN|FRAME_THICK|TREELISTBOX_NORMAL, x = 0, y = 0, width = 0, height = 0, padLeft = DEFAULT_PAD, padRight = DEFAULT_PAD, padTop = DEFAULT_PAD, padBottom = DEFAULT_PAD) &#x21d2; FXTreeListBox </a>
839
+
840
+
841
+
842
+ </span>
843
+
844
+
845
+ <span class="note title constructor">constructor</span>
846
+
847
+
848
+
849
+
850
+
851
+
852
+
853
+
854
+ <span class="summary_desc"><div class='inline'>
855
+ <p>Return an initially empty FXTreeListBox.</p>
856
+ </div></span>
857
+
858
+ </li>
859
+
860
+
861
+ <li class="public ">
862
+ <span class="summary_signature">
863
+
864
+ <a href="#insertItem-instance_method" title="#insertItem (instance method)">#<strong>insertItem</strong>(other, father, text, openIcon = nil, closedIcon = nil, data = nil, notify = false) &#x21d2; Object </a>
865
+
866
+
867
+
868
+ </span>
869
+
870
+
871
+
872
+
873
+
874
+
875
+
876
+
877
+
878
+ <span class="summary_desc"><div class='inline'>
879
+ <p>Insert item with given text and optional icons, and user-data pointer under <em>father</em> before <em>other</em> item.</p>
880
+ </div></span>
881
+
882
+ </li>
883
+
884
+
885
+ <li class="public ">
886
+ <span class="summary_signature">
887
+
888
+ <a href="#itemCurrent%3F-instance_method" title="#itemCurrent? (instance method)">#<strong>itemCurrent?</strong>(item) &#x21d2; Boolean </a>
889
+
890
+
891
+
892
+ </span>
893
+
894
+
895
+
896
+
897
+
898
+
899
+
900
+
901
+
902
+ <span class="summary_desc"><div class='inline'>
903
+ <p>Return <code>true</code> if item is current.</p>
904
+ </div></span>
905
+
906
+ </li>
907
+
908
+
909
+ <li class="public ">
910
+ <span class="summary_signature">
911
+
912
+ <a href="#itemLeaf%3F-instance_method" title="#itemLeaf? (instance method)">#<strong>itemLeaf?</strong>(item) &#x21d2; Boolean </a>
913
+
914
+
915
+
916
+ </span>
917
+
918
+
919
+
920
+
921
+
922
+
923
+
924
+
925
+
926
+ <span class="summary_desc"><div class='inline'>
927
+ <p>Return <code>true</code> if item is a leaf-item, i.e.</p>
928
+ </div></span>
929
+
930
+ </li>
931
+
932
+
933
+ <li class="public ">
934
+ <span class="summary_signature">
935
+
936
+ <a href="#moveItem-instance_method" title="#moveItem (instance method)">#<strong>moveItem</strong>(other, father, item) &#x21d2; Object </a>
937
+
938
+
939
+
940
+ </span>
941
+
942
+
943
+
944
+
945
+
946
+
947
+
948
+
949
+
950
+ <span class="summary_desc"><div class='inline'>
951
+ <p>Move <em>item</em> under <em>father</em> before <em>other</em> item and return a reference to <em>item</em>.</p>
952
+ </div></span>
953
+
954
+ </li>
955
+
956
+
957
+ <li class="public ">
958
+ <span class="summary_signature">
959
+
960
+ <a href="#paneShown%3F-instance_method" title="#paneShown? (instance method)">#<strong>paneShown?</strong> &#x21d2; Boolean </a>
961
+
962
+
963
+
964
+ </span>
965
+
966
+
967
+
968
+
969
+
970
+
971
+
972
+
973
+
974
+ <span class="summary_desc"><div class='inline'>
975
+ <p>Return <code>true</code> if the pane is shown.</p>
976
+ </div></span>
977
+
978
+ </li>
979
+
980
+
981
+ <li class="public ">
982
+ <span class="summary_signature">
983
+
984
+ <a href="#prependItem-instance_method" title="#prependItem (instance method)">#<strong>prependItem</strong>(father, text, openIcon = nil, closedIcon = nil, data = nil, notify = false) &#x21d2; Object </a>
985
+
986
+
987
+
988
+ </span>
989
+
990
+
991
+
992
+
993
+
994
+
995
+
996
+
997
+
998
+ <span class="summary_desc"><div class='inline'>
999
+ <p>Prepend item with given text and optional icons, and user-data pointer as first child of <em>father</em>.</p>
1000
+ </div></span>
1001
+
1002
+ </li>
1003
+
1004
+
1005
+ <li class="public ">
1006
+ <span class="summary_signature">
1007
+
1008
+ <a href="#removeItem-instance_method" title="#removeItem (instance method)">#<strong>removeItem</strong>(item, notify = false) &#x21d2; Object </a>
1009
+
1010
+
1011
+
1012
+ </span>
1013
+
1014
+
1015
+
1016
+
1017
+
1018
+
1019
+
1020
+
1021
+
1022
+ <span class="summary_desc"><div class='inline'>
1023
+ <p>Remove item.</p>
1024
+ </div></span>
1025
+
1026
+ </li>
1027
+
1028
+
1029
+ <li class="public ">
1030
+ <span class="summary_signature">
1031
+
1032
+ <a href="#removeItems-instance_method" title="#removeItems (instance method)">#<strong>removeItems</strong>(fromItem, toItem, notify = false) &#x21d2; Object </a>
1033
+
1034
+
1035
+
1036
+ </span>
1037
+
1038
+
1039
+
1040
+
1041
+
1042
+
1043
+
1044
+
1045
+
1046
+ <span class="summary_desc"><div class='inline'>
1047
+ <p>Remove items in range [<em>fromItem</em>, <em>toItem</em>] inclusively.</p>
1048
+ </div></span>
1049
+
1050
+ </li>
1051
+
1052
+
1053
+ <li class="public ">
1054
+ <span class="summary_signature">
1055
+
1056
+ <a href="#setCurrentItem-instance_method" title="#setCurrentItem (instance method)">#<strong>setCurrentItem</strong>(item, notify = false) &#x21d2; Object </a>
1057
+
1058
+
1059
+
1060
+ </span>
1061
+
1062
+
1063
+
1064
+
1065
+
1066
+
1067
+
1068
+
1069
+
1070
+ <span class="summary_desc"><div class='inline'>
1071
+ <p>Change current item.</p>
1072
+ </div></span>
1073
+
1074
+ </li>
1075
+
1076
+
1077
+ <li class="public ">
1078
+ <span class="summary_signature">
1079
+
1080
+ <a href="#setItemClosedIcon-instance_method" title="#setItemClosedIcon (instance method)">#<strong>setItemClosedIcon</strong>(item, closedIcon) &#x21d2; Object </a>
1081
+
1082
+
1083
+
1084
+ </span>
1085
+
1086
+
1087
+
1088
+
1089
+
1090
+
1091
+
1092
+
1093
+
1094
+ <span class="summary_desc"><div class='inline'>
1095
+ <p>Change item&#39;s closed icon.</p>
1096
+ </div></span>
1097
+
1098
+ </li>
1099
+
1100
+
1101
+ <li class="public ">
1102
+ <span class="summary_signature">
1103
+
1104
+ <a href="#setItemData-instance_method" title="#setItemData (instance method)">#<strong>setItemData</strong>(item, data) &#x21d2; Object </a>
1105
+
1106
+
1107
+
1108
+ </span>
1109
+
1110
+
1111
+
1112
+
1113
+
1114
+
1115
+
1116
+
1117
+
1118
+ <span class="summary_desc"><div class='inline'>
1119
+ <p>Change item&#39;s user data.</p>
1120
+ </div></span>
1121
+
1122
+ </li>
1123
+
1124
+
1125
+ <li class="public ">
1126
+ <span class="summary_signature">
1127
+
1128
+ <a href="#setItemOpenIcon-instance_method" title="#setItemOpenIcon (instance method)">#<strong>setItemOpenIcon</strong>(item, openIcon) &#x21d2; Object </a>
1129
+
1130
+
1131
+
1132
+ </span>
1133
+
1134
+
1135
+
1136
+
1137
+
1138
+
1139
+
1140
+
1141
+
1142
+ <span class="summary_desc"><div class='inline'>
1143
+ <p>Change item&#39;s open icon.</p>
1144
+ </div></span>
1145
+
1146
+ </li>
1147
+
1148
+
1149
+ <li class="public ">
1150
+ <span class="summary_signature">
1151
+
1152
+ <a href="#setItemText-instance_method" title="#setItemText (instance method)">#<strong>setItemText</strong>(item, text) &#x21d2; Object </a>
1153
+
1154
+
1155
+
1156
+ </span>
1157
+
1158
+
1159
+
1160
+
1161
+
1162
+
1163
+
1164
+
1165
+
1166
+ <span class="summary_desc"><div class='inline'>
1167
+ <p>Change item&#39;s text.</p>
1168
+ </div></span>
1169
+
1170
+ </li>
1171
+
1172
+
1173
+ <li class="public ">
1174
+ <span class="summary_signature">
1175
+
1176
+ <a href="#sortChildItems-instance_method" title="#sortChildItems (instance method)">#<strong>sortChildItems</strong>(item) &#x21d2; Object </a>
1177
+
1178
+
1179
+
1180
+ </span>
1181
+
1182
+
1183
+
1184
+
1185
+
1186
+
1187
+
1188
+
1189
+
1190
+ <span class="summary_desc"><div class='inline'>
1191
+ <p>Sort children of <em>item</em>.</p>
1192
+ </div></span>
1193
+
1194
+ </li>
1195
+
1196
+
1197
+ <li class="public ">
1198
+ <span class="summary_signature">
1199
+
1200
+ <a href="#sortItems-instance_method" title="#sortItems (instance method)">#<strong>sortItems</strong> &#x21d2; Object </a>
1201
+
1202
+
1203
+
1204
+ </span>
1205
+
1206
+
1207
+
1208
+
1209
+
1210
+
1211
+
1212
+
1213
+
1214
+ <span class="summary_desc"><div class='inline'>
1215
+ <p>Sort all items recursively.</p>
1216
+ </div></span>
1217
+
1218
+ </li>
1219
+
1220
+
1221
+ <li class="public ">
1222
+ <span class="summary_signature">
1223
+
1224
+ <a href="#sortRootItems-instance_method" title="#sortRootItems (instance method)">#<strong>sortRootItems</strong> &#x21d2; Object </a>
1225
+
1226
+
1227
+
1228
+ </span>
1229
+
1230
+
1231
+
1232
+
1233
+
1234
+
1235
+
1236
+
1237
+
1238
+ <span class="summary_desc"><div class='inline'>
1239
+ <p>Sort root items.</p>
1240
+ </div></span>
1241
+
1242
+ </li>
1243
+
1244
+
1245
+ </ul>
1246
+
1247
+
1248
+
1249
+
1250
+
1251
+
1252
+
1253
+
1254
+
1255
+
1256
+
1257
+
1258
+
1259
+
1260
+
1261
+
1262
+
1263
+
1264
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXComposite.html" title="Fox::FXComposite (class)">FXComposite</a></span></h3>
1265
+ <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>
1266
+
1267
+
1268
+
1269
+
1270
+
1271
+
1272
+
1273
+
1274
+
1275
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXWindow.html" title="Fox::FXWindow (class)">FXWindow</a></span></h3>
1276
+ <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>
1277
+
1278
+
1279
+
1280
+
1281
+
1282
+
1283
+
1284
+
1285
+
1286
+ <h3 class="inherited">Methods included from <span class='object_link'><a href="../Responder2.html" title="Responder2 (module)">Responder2</a></span></h3>
1287
+ <p class="inherited"><span class='object_link'><a href="../Responder2.html#connect-instance_method" title="Responder2#connect (method)">#connect</a></span></p>
1288
+
1289
+
1290
+
1291
+
1292
+
1293
+
1294
+
1295
+
1296
+
1297
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXDrawable.html" title="Fox::FXDrawable (class)">FXDrawable</a></span></h3>
1298
+ <p class="inherited"><span class='object_link'><a href="FXDrawable.html#resize-instance_method" title="Fox::FXDrawable#resize (method)">#resize</a></span></p>
1299
+
1300
+
1301
+
1302
+
1303
+
1304
+
1305
+
1306
+
1307
+
1308
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXId.html" title="Fox::FXId (class)">FXId</a></span></h3>
1309
+ <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>
1310
+
1311
+
1312
+
1313
+
1314
+
1315
+
1316
+
1317
+
1318
+
1319
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXObject.html" title="Fox::FXObject (class)">FXObject</a></span></h3>
1320
+ <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>
1321
+ <div id="constructor_details" class="method_details_list">
1322
+ <h2>Constructor Details</h2>
1323
+
1324
+ <div class="method_details first">
1325
+ <h3 class="signature first" id="initialize-instance_method">
1326
+
1327
+ #<strong>initialize</strong>(p, target = nil, selector = 0, opts = FRAME_SUNKEN|FRAME_THICK|TREELISTBOX_NORMAL, x = 0, y = 0, width = 0, height = 0, padLeft = DEFAULT_PAD, padRight = DEFAULT_PAD, padTop = DEFAULT_PAD, padBottom = DEFAULT_PAD) &#x21d2; <tt><span class='object_link'><a href="" title="Fox::FXTreeListBox (class)">FXTreeListBox</a></span></tt>
1328
+
1329
+
1330
+
1331
+
1332
+
1333
+ </h3><div class="docstring">
1334
+ <div class="discussion">
1335
+
1336
+ <p>Return an initially empty FXTreeListBox.</p>
1337
+
1338
+ <h4 id="label-Parameters-3A">Parameters:</h4>
1339
+ <dl class="rdoc-list note-list"><dt><code>p</code>
1340
+ <dd>
1341
+ <p>the parent window for this tree list box <span class='object_link'><a href="FXComposite.html" title="Fox::FXComposite (class)">Fox::FXComposite</a></span></p>
1342
+ </dd><dt><code>target</code>
1343
+ <dd>
1344
+ <p>the message target, if any, for this tree list box <span class='object_link'><a href="FXObject.html" title="Fox::FXObject (class)">Fox::FXObject</a></span></p>
1345
+ </dd><dt><code>selector</code>
1346
+ <dd>
1347
+ <p>the message identifier for this tree list box [Integer]</p>
1348
+ </dd><dt><code>opts</code>
1349
+ <dd>
1350
+ <p>tree list options [Integer]</p>
1351
+ </dd><dt><code>x</code>
1352
+ <dd>
1353
+ <p>initial x-position [Integer]</p>
1354
+ </dd><dt><code>y</code>
1355
+ <dd>
1356
+ <p>initial y-position [Integer]</p>
1357
+ </dd><dt><code>width</code>
1358
+ <dd>
1359
+ <p>initial width [Integer]</p>
1360
+ </dd><dt><code>height</code>
1361
+ <dd>
1362
+ <p>initial height [Integer]</p>
1363
+ </dd><dt><code>padLeft</code>
1364
+ <dd>
1365
+ <p>internal padding on the left side, in pixels [Integer]</p>
1366
+ </dd><dt><code>padRight</code>
1367
+ <dd>
1368
+ <p>internal padding on the right side, in pixels [Integer]</p>
1369
+ </dd><dt><code>padTop</code>
1370
+ <dd>
1371
+ <p>internal padding on the top side, in pixels [Integer]</p>
1372
+ </dd><dt><code>padBottom</code>
1373
+ <dd>
1374
+ <p>internal padding on the bottom side, in pixels [Integer]</p>
1375
+ </dd></dl>
1376
+
1377
+
1378
+ </div>
1379
+ </div>
1380
+ <div class="tags">
1381
+
1382
+
1383
+ </div><table class="source_code">
1384
+ <tr>
1385
+ <td>
1386
+ <pre class="lines">
1387
+
1388
+
1389
+ 74
1390
+ 75</pre>
1391
+ </td>
1392
+ <td>
1393
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 74</span>
1394
+
1395
+ <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'>FRAME_SUNKEN</span><span class='op'>|</span><span class='const'>FRAME_THICK</span><span class='op'>|</span><span class='const'>TREELISTBOX_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='comma'>,</span> <span class='id identifier rubyid_padLeft'>padLeft</span><span class='op'>=</span><span class='const'>DEFAULT_PAD</span><span class='comma'>,</span> <span class='id identifier rubyid_padRight'>padRight</span><span class='op'>=</span><span class='const'>DEFAULT_PAD</span><span class='comma'>,</span> <span class='id identifier rubyid_padTop'>padTop</span><span class='op'>=</span><span class='const'>DEFAULT_PAD</span><span class='comma'>,</span> <span class='id identifier rubyid_padBottom'>padBottom</span><span class='op'>=</span><span class='const'>DEFAULT_PAD</span><span class='rparen'>)</span> <span class='comment'># :yields: theTreeListBox
1396
+ </span><span class='kw'>end</span></pre>
1397
+ </td>
1398
+ </tr>
1399
+ </table>
1400
+ </div>
1401
+
1402
+ </div>
1403
+
1404
+ <div id="instance_attr_details" class="attr_details">
1405
+ <h2>Instance Attribute Details</h2>
1406
+
1407
+
1408
+ <span id="currentItem=-instance_method"></span>
1409
+ <div class="method_details first">
1410
+ <h3 class="signature first" id="currentItem-instance_method">
1411
+
1412
+ #<strong>currentItem</strong> &#x21d2; <tt>Object</tt>
1413
+
1414
+
1415
+
1416
+
1417
+
1418
+ </h3><div class="docstring">
1419
+ <div class="discussion">
1420
+
1421
+ <p>Current item, if any <span class='object_link'><a href="FXTreeItem.html" title="Fox::FXTreeItem (class)">Fox::FXTreeItem</a></span></p>
1422
+
1423
+
1424
+ </div>
1425
+ </div>
1426
+ <div class="tags">
1427
+
1428
+
1429
+ </div><table class="source_code">
1430
+ <tr>
1431
+ <td>
1432
+ <pre class="lines">
1433
+
1434
+
1435
+ 42
1436
+ 43
1437
+ 44</pre>
1438
+ </td>
1439
+ <td>
1440
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 42</span>
1441
+
1442
+ <span class='kw'>def</span> <span class='id identifier rubyid_currentItem'>currentItem</span>
1443
+ <span class='ivar'>@currentItem</span>
1444
+ <span class='kw'>end</span></pre>
1445
+ </td>
1446
+ </tr>
1447
+ </table>
1448
+ </div>
1449
+
1450
+
1451
+ <span id=""></span>
1452
+ <div class="method_details ">
1453
+ <h3 class="signature " id="firstItem-instance_method">
1454
+
1455
+ #<strong>firstItem</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1456
+
1457
+
1458
+
1459
+
1460
+
1461
+ </h3><div class="docstring">
1462
+ <div class="discussion">
1463
+
1464
+ <p>First root-level item <span class='object_link'><a href="FXTreeItem.html" title="Fox::FXTreeItem (class)">Fox::FXTreeItem</a></span></p>
1465
+
1466
+
1467
+ </div>
1468
+ </div>
1469
+ <div class="tags">
1470
+
1471
+
1472
+ </div><table class="source_code">
1473
+ <tr>
1474
+ <td>
1475
+ <pre class="lines">
1476
+
1477
+
1478
+ 36
1479
+ 37
1480
+ 38</pre>
1481
+ </td>
1482
+ <td>
1483
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 36</span>
1484
+
1485
+ <span class='kw'>def</span> <span class='id identifier rubyid_firstItem'>firstItem</span>
1486
+ <span class='ivar'>@firstItem</span>
1487
+ <span class='kw'>end</span></pre>
1488
+ </td>
1489
+ </tr>
1490
+ </table>
1491
+ </div>
1492
+
1493
+
1494
+ <span id="font=-instance_method"></span>
1495
+ <div class="method_details ">
1496
+ <h3 class="signature " id="font-instance_method">
1497
+
1498
+ #<strong>font</strong> &#x21d2; <tt>Object</tt>
1499
+
1500
+
1501
+
1502
+
1503
+
1504
+ </h3><div class="docstring">
1505
+ <div class="discussion">
1506
+
1507
+ <p>Text font <span class='object_link'><a href="FXFont.html" title="Fox::FXFont (class)">Fox::FXFont</a></span></p>
1508
+
1509
+
1510
+ </div>
1511
+ </div>
1512
+ <div class="tags">
1513
+
1514
+
1515
+ </div><table class="source_code">
1516
+ <tr>
1517
+ <td>
1518
+ <pre class="lines">
1519
+
1520
+
1521
+ 45
1522
+ 46
1523
+ 47</pre>
1524
+ </td>
1525
+ <td>
1526
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 45</span>
1527
+
1528
+ <span class='kw'>def</span> <span class='id identifier rubyid_font'>font</span>
1529
+ <span class='ivar'>@font</span>
1530
+ <span class='kw'>end</span></pre>
1531
+ </td>
1532
+ </tr>
1533
+ </table>
1534
+ </div>
1535
+
1536
+
1537
+ <span id="helpText=-instance_method"></span>
1538
+ <div class="method_details ">
1539
+ <h3 class="signature " id="helpText-instance_method">
1540
+
1541
+ #<strong>helpText</strong> &#x21d2; <tt>Object</tt>
1542
+
1543
+
1544
+
1545
+
1546
+
1547
+ </h3><div class="docstring">
1548
+ <div class="discussion">
1549
+
1550
+ <p>Status line help text for this tree list box [String]</p>
1551
+
1552
+
1553
+ </div>
1554
+ </div>
1555
+ <div class="tags">
1556
+
1557
+
1558
+ </div><table class="source_code">
1559
+ <tr>
1560
+ <td>
1561
+ <pre class="lines">
1562
+
1563
+
1564
+ 51
1565
+ 52
1566
+ 53</pre>
1567
+ </td>
1568
+ <td>
1569
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 51</span>
1570
+
1571
+ <span class='kw'>def</span> <span class='id identifier rubyid_helpText'>helpText</span>
1572
+ <span class='ivar'>@helpText</span>
1573
+ <span class='kw'>end</span></pre>
1574
+ </td>
1575
+ </tr>
1576
+ </table>
1577
+ </div>
1578
+
1579
+
1580
+ <span id=""></span>
1581
+ <div class="method_details ">
1582
+ <h3 class="signature " id="lastItem-instance_method">
1583
+
1584
+ #<strong>lastItem</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1585
+
1586
+
1587
+
1588
+
1589
+
1590
+ </h3><div class="docstring">
1591
+ <div class="discussion">
1592
+
1593
+ <p>Last root-level item <span class='object_link'><a href="FXTreeItem.html" title="Fox::FXTreeItem (class)">Fox::FXTreeItem</a></span></p>
1594
+
1595
+
1596
+ </div>
1597
+ </div>
1598
+ <div class="tags">
1599
+
1600
+
1601
+ </div><table class="source_code">
1602
+ <tr>
1603
+ <td>
1604
+ <pre class="lines">
1605
+
1606
+
1607
+ 39
1608
+ 40
1609
+ 41</pre>
1610
+ </td>
1611
+ <td>
1612
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 39</span>
1613
+
1614
+ <span class='kw'>def</span> <span class='id identifier rubyid_lastItem'>lastItem</span>
1615
+ <span class='ivar'>@lastItem</span>
1616
+ <span class='kw'>end</span></pre>
1617
+ </td>
1618
+ </tr>
1619
+ </table>
1620
+ </div>
1621
+
1622
+
1623
+ <span id="listStyle=-instance_method"></span>
1624
+ <div class="method_details ">
1625
+ <h3 class="signature " id="listStyle-instance_method">
1626
+
1627
+ #<strong>listStyle</strong> &#x21d2; <tt>Object</tt>
1628
+
1629
+
1630
+
1631
+
1632
+
1633
+ </h3><div class="docstring">
1634
+ <div class="discussion">
1635
+
1636
+ <p>Tree list box style</p>
1637
+
1638
+
1639
+ </div>
1640
+ </div>
1641
+ <div class="tags">
1642
+
1643
+
1644
+ </div><table class="source_code">
1645
+ <tr>
1646
+ <td>
1647
+ <pre class="lines">
1648
+
1649
+
1650
+ 48
1651
+ 49
1652
+ 50</pre>
1653
+ </td>
1654
+ <td>
1655
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 48</span>
1656
+
1657
+ <span class='kw'>def</span> <span class='id identifier rubyid_listStyle'>listStyle</span>
1658
+ <span class='ivar'>@listStyle</span>
1659
+ <span class='kw'>end</span></pre>
1660
+ </td>
1661
+ </tr>
1662
+ </table>
1663
+ </div>
1664
+
1665
+
1666
+ <span id=""></span>
1667
+ <div class="method_details ">
1668
+ <h3 class="signature " id="numItems-instance_method">
1669
+
1670
+ #<strong>numItems</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1671
+
1672
+
1673
+
1674
+
1675
+
1676
+ </h3><div class="docstring">
1677
+ <div class="discussion">
1678
+
1679
+ <p>Number of items [Integer]</p>
1680
+
1681
+
1682
+ </div>
1683
+ </div>
1684
+ <div class="tags">
1685
+
1686
+
1687
+ </div><table class="source_code">
1688
+ <tr>
1689
+ <td>
1690
+ <pre class="lines">
1691
+
1692
+
1693
+ 30
1694
+ 31
1695
+ 32</pre>
1696
+ </td>
1697
+ <td>
1698
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 30</span>
1699
+
1700
+ <span class='kw'>def</span> <span class='id identifier rubyid_numItems'>numItems</span>
1701
+ <span class='ivar'>@numItems</span>
1702
+ <span class='kw'>end</span></pre>
1703
+ </td>
1704
+ </tr>
1705
+ </table>
1706
+ </div>
1707
+
1708
+
1709
+ <span id="numVisible=-instance_method"></span>
1710
+ <div class="method_details ">
1711
+ <h3 class="signature " id="numVisible-instance_method">
1712
+
1713
+ #<strong>numVisible</strong> &#x21d2; <tt>Object</tt>
1714
+
1715
+
1716
+
1717
+
1718
+
1719
+ </h3><div class="docstring">
1720
+ <div class="discussion">
1721
+
1722
+ <p>Number of visible items [Integer]</p>
1723
+
1724
+
1725
+ </div>
1726
+ </div>
1727
+ <div class="tags">
1728
+
1729
+
1730
+ </div><table class="source_code">
1731
+ <tr>
1732
+ <td>
1733
+ <pre class="lines">
1734
+
1735
+
1736
+ 33
1737
+ 34
1738
+ 35</pre>
1739
+ </td>
1740
+ <td>
1741
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 33</span>
1742
+
1743
+ <span class='kw'>def</span> <span class='id identifier rubyid_numVisible'>numVisible</span>
1744
+ <span class='ivar'>@numVisible</span>
1745
+ <span class='kw'>end</span></pre>
1746
+ </td>
1747
+ </tr>
1748
+ </table>
1749
+ </div>
1750
+
1751
+
1752
+ <span id="tipText=-instance_method"></span>
1753
+ <div class="method_details ">
1754
+ <h3 class="signature " id="tipText-instance_method">
1755
+
1756
+ #<strong>tipText</strong> &#x21d2; <tt>Object</tt>
1757
+
1758
+
1759
+
1760
+
1761
+
1762
+ </h3><div class="docstring">
1763
+ <div class="discussion">
1764
+
1765
+ <p>Tool tip text for this tree list box [String]</p>
1766
+
1767
+
1768
+ </div>
1769
+ </div>
1770
+ <div class="tags">
1771
+
1772
+
1773
+ </div><table class="source_code">
1774
+ <tr>
1775
+ <td>
1776
+ <pre class="lines">
1777
+
1778
+
1779
+ 54
1780
+ 55
1781
+ 56</pre>
1782
+ </td>
1783
+ <td>
1784
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 54</span>
1785
+
1786
+ <span class='kw'>def</span> <span class='id identifier rubyid_tipText'>tipText</span>
1787
+ <span class='ivar'>@tipText</span>
1788
+ <span class='kw'>end</span></pre>
1789
+ </td>
1790
+ </tr>
1791
+ </table>
1792
+ </div>
1793
+
1794
+ </div>
1795
+
1796
+
1797
+ <div id="instance_method_details" class="method_details_list">
1798
+ <h2>Instance Method Details</h2>
1799
+
1800
+
1801
+ <div class="method_details first">
1802
+ <h3 class="signature first" id="addItemAfter-instance_method">
1803
+
1804
+ #<strong>addItemAfter</strong>(other, *args) &#x21d2; <tt>Object</tt>
1805
+
1806
+
1807
+
1808
+
1809
+
1810
+ </h3><div class="docstring">
1811
+ <div class="discussion">
1812
+
1813
+ <p>:nodoc:</p>
1814
+
1815
+
1816
+ </div>
1817
+ </div>
1818
+ <div class="tags">
1819
+
1820
+
1821
+ </div><table class="source_code">
1822
+ <tr>
1823
+ <td>
1824
+ <pre class="lines">
1825
+
1826
+
1827
+ 67
1828
+ 68
1829
+ 69
1830
+ 70</pre>
1831
+ </td>
1832
+ <td>
1833
+ <pre class="code"><span class="info file"># File 'lib/fox16/core.rb', line 67</span>
1834
+
1835
+ <span class='kw'>def</span> <span class='id identifier rubyid_addItemAfter'>addItemAfter</span><span class='lparen'>(</span><span class='id identifier rubyid_other'>other</span><span class='comma'>,</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span><span class='rparen'>)</span> <span class='comment'># :nodoc:
1836
+ </span> <span class='id identifier rubyid_warn'>warn</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>addItemAfter() is deprecated; use insertItem() instead</span><span class='tstring_end'>&quot;</span></span>
1837
+ <span class='id identifier rubyid_insertItem'>insertItem</span><span class='lparen'>(</span><span class='id identifier rubyid_other'>other</span><span class='period'>.</span><span class='id identifier rubyid_next'>next</span><span class='comma'>,</span> <span class='id identifier rubyid_other'>other</span><span class='period'>.</span><span class='id identifier rubyid_parent'>parent</span><span class='comma'>,</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span><span class='rparen'>)</span>
1838
+ <span class='kw'>end</span></pre>
1839
+ </td>
1840
+ </tr>
1841
+ </table>
1842
+ </div>
1843
+
1844
+ <div class="method_details ">
1845
+ <h3 class="signature " id="addItemBefore-instance_method">
1846
+
1847
+ #<strong>addItemBefore</strong>(other, *args) &#x21d2; <tt>Object</tt>
1848
+
1849
+
1850
+
1851
+
1852
+
1853
+ </h3><div class="docstring">
1854
+ <div class="discussion">
1855
+
1856
+ <p>:nodoc:</p>
1857
+
1858
+
1859
+ </div>
1860
+ </div>
1861
+ <div class="tags">
1862
+
1863
+
1864
+ </div><table class="source_code">
1865
+ <tr>
1866
+ <td>
1867
+ <pre class="lines">
1868
+
1869
+
1870
+ 71
1871
+ 72
1872
+ 73
1873
+ 74</pre>
1874
+ </td>
1875
+ <td>
1876
+ <pre class="code"><span class="info file"># File 'lib/fox16/core.rb', line 71</span>
1877
+
1878
+ <span class='kw'>def</span> <span class='id identifier rubyid_addItemBefore'>addItemBefore</span><span class='lparen'>(</span><span class='id identifier rubyid_other'>other</span><span class='comma'>,</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span><span class='rparen'>)</span> <span class='comment'># :nodoc:
1879
+ </span> <span class='id identifier rubyid_warn'>warn</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>addItemBefore() is deprecated; use insertItem() instead</span><span class='tstring_end'>&quot;</span></span>
1880
+ <span class='id identifier rubyid_insertItem'>insertItem</span><span class='lparen'>(</span><span class='id identifier rubyid_other'>other</span><span class='comma'>,</span> <span class='id identifier rubyid_other'>other</span><span class='period'>.</span><span class='id identifier rubyid_parent'>parent</span><span class='comma'>,</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span><span class='rparen'>)</span>
1881
+ <span class='kw'>end</span></pre>
1882
+ </td>
1883
+ </tr>
1884
+ </table>
1885
+ </div>
1886
+
1887
+ <div class="method_details ">
1888
+ <h3 class="signature " id="addItemFirst-instance_method">
1889
+
1890
+ #<strong>addItemFirst</strong>(*args) &#x21d2; <tt>Object</tt>
1891
+
1892
+
1893
+
1894
+
1895
+
1896
+ </h3><div class="docstring">
1897
+ <div class="discussion">
1898
+
1899
+ <p>:nodoc:</p>
1900
+
1901
+
1902
+ </div>
1903
+ </div>
1904
+ <div class="tags">
1905
+
1906
+
1907
+ </div><table class="source_code">
1908
+ <tr>
1909
+ <td>
1910
+ <pre class="lines">
1911
+
1912
+
1913
+ 59
1914
+ 60
1915
+ 61
1916
+ 62</pre>
1917
+ </td>
1918
+ <td>
1919
+ <pre class="code"><span class="info file"># File 'lib/fox16/core.rb', line 59</span>
1920
+
1921
+ <span class='kw'>def</span> <span class='id identifier rubyid_addItemFirst'>addItemFirst</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_args'>args</span><span class='rparen'>)</span> <span class='comment'># :nodoc:
1922
+ </span> <span class='id identifier rubyid_warn'>warn</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>addItemFirst() is deprecated; use prependItem() instead</span><span class='tstring_end'>&quot;</span></span>
1923
+ <span class='id identifier rubyid_prependItem'>prependItem</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_args'>args</span><span class='rparen'>)</span>
1924
+ <span class='kw'>end</span></pre>
1925
+ </td>
1926
+ </tr>
1927
+ </table>
1928
+ </div>
1929
+
1930
+ <div class="method_details ">
1931
+ <h3 class="signature " id="addItemLast-instance_method">
1932
+
1933
+ #<strong>addItemLast</strong>(*args) &#x21d2; <tt>Object</tt>
1934
+
1935
+
1936
+
1937
+
1938
+
1939
+ </h3><div class="docstring">
1940
+ <div class="discussion">
1941
+
1942
+ <p>:nodoc:</p>
1943
+
1944
+
1945
+ </div>
1946
+ </div>
1947
+ <div class="tags">
1948
+
1949
+
1950
+ </div><table class="source_code">
1951
+ <tr>
1952
+ <td>
1953
+ <pre class="lines">
1954
+
1955
+
1956
+ 63
1957
+ 64
1958
+ 65
1959
+ 66</pre>
1960
+ </td>
1961
+ <td>
1962
+ <pre class="code"><span class="info file"># File 'lib/fox16/core.rb', line 63</span>
1963
+
1964
+ <span class='kw'>def</span> <span class='id identifier rubyid_addItemLast'>addItemLast</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_args'>args</span><span class='rparen'>)</span> <span class='comment'># :nodoc:
1965
+ </span> <span class='id identifier rubyid_warn'>warn</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>addItemLast() is deprecated; use appendItem() instead</span><span class='tstring_end'>&quot;</span></span>
1966
+ <span class='id identifier rubyid_appendItem'>appendItem</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_args'>args</span><span class='rparen'>)</span>
1967
+ <span class='kw'>end</span></pre>
1968
+ </td>
1969
+ </tr>
1970
+ </table>
1971
+ </div>
1972
+
1973
+ <div class="method_details ">
1974
+ <h3 class="signature " id="appendItem-instance_method">
1975
+
1976
+ #<strong>appendItem</strong>(father, text, openIcon = nil, closedIcon = nil, data = nil, notify = false) &#x21d2; <tt>Object</tt>
1977
+
1978
+
1979
+
1980
+
1981
+
1982
+ </h3><div class="docstring">
1983
+ <div class="discussion">
1984
+
1985
+ <p>Append item with given text and optional icons, and user-data pointer as last child of <em>father</em>. Returns a reference to the newly added item (an FXTreeItem instance). 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 added.</p>
1986
+
1987
+
1988
+ </div>
1989
+ </div>
1990
+ <div class="tags">
1991
+
1992
+
1993
+ </div><table class="source_code">
1994
+ <tr>
1995
+ <td>
1996
+ <pre class="lines">
1997
+
1998
+
1999
+ 101</pre>
2000
+ </td>
2001
+ <td>
2002
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 101</span>
2003
+
2004
+ <span class='kw'>def</span> <span class='id identifier rubyid_appendItem'>appendItem</span><span class='lparen'>(</span><span class='id identifier rubyid_father'>father</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>
2005
+ </td>
2006
+ </tr>
2007
+ </table>
2008
+ </div>
2009
+
2010
+ <div class="method_details ">
2011
+ <h3 class="signature " id="clearItems-instance_method">
2012
+
2013
+ #<strong>clearItems</strong>(notify = false) &#x21d2; <tt>Object</tt>
2014
+
2015
+
2016
+
2017
+
2018
+
2019
+ </h3><div class="docstring">
2020
+ <div class="discussion">
2021
+
2022
+ <p>Remove all items 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 each item is removed.</p>
2023
+
2024
+
2025
+ </div>
2026
+ </div>
2027
+ <div class="tags">
2028
+
2029
+
2030
+ </div><table class="source_code">
2031
+ <tr>
2032
+ <td>
2033
+ <pre class="lines">
2034
+
2035
+
2036
+ 134</pre>
2037
+ </td>
2038
+ <td>
2039
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 134</span>
2040
+
2041
+ <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>
2042
+ </td>
2043
+ </tr>
2044
+ </table>
2045
+ </div>
2046
+
2047
+ <div class="method_details ">
2048
+ <h3 class="signature " id="each-instance_method">
2049
+
2050
+ #<strong>each</strong> &#x21d2; <tt>Object</tt>
2051
+
2052
+
2053
+
2054
+
2055
+
2056
+ </h3><div class="docstring">
2057
+ <div class="discussion">
2058
+
2059
+ <p>Calls block once for each root-level tree item, passing a reference to that item as a parameter.</p>
2060
+
2061
+
2062
+ </div>
2063
+ </div>
2064
+ <div class="tags">
2065
+
2066
+
2067
+ </div><table class="source_code">
2068
+ <tr>
2069
+ <td>
2070
+ <pre class="lines">
2071
+
2072
+
2073
+ 253
2074
+ 254
2075
+ 255
2076
+ 256
2077
+ 257
2078
+ 258
2079
+ 259
2080
+ 260
2081
+ 261</pre>
2082
+ </td>
2083
+ <td>
2084
+ <pre class="code"><span class="info file"># File 'lib/fox16/iterators.rb', line 253</span>
2085
+
2086
+ <span class='kw'>def</span> <span class='id identifier rubyid_each'>each</span> <span class='comment'># :yields: aTreeItem
2087
+ </span> <span class='id identifier rubyid_current'>current</span> <span class='op'>=</span> <span class='id identifier rubyid_firstItem'>firstItem</span>
2088
+ <span class='kw'>while</span> <span class='id identifier rubyid_current'>current</span> <span class='op'>!=</span> <span class='kw'>nil</span>
2089
+ <span class='id identifier rubyid_next_current'>next_current</span> <span class='op'>=</span> <span class='id identifier rubyid_current'>current</span><span class='period'>.</span><span class='id identifier rubyid_next'>next</span>
2090
+ <span class='kw'>yield</span> <span class='id identifier rubyid_current'>current</span>
2091
+ <span class='id identifier rubyid_current'>current</span> <span class='op'>=</span> <span class='id identifier rubyid_next_current'>next_current</span>
2092
+ <span class='kw'>end</span>
2093
+ <span class='kw'>self</span>
2094
+ <span class='kw'>end</span></pre>
2095
+ </td>
2096
+ </tr>
2097
+ </table>
2098
+ </div>
2099
+
2100
+ <div class="method_details ">
2101
+ <h3 class="signature " id="extractItem-instance_method">
2102
+
2103
+ #<strong>extractItem</strong>(item) &#x21d2; <tt>Object</tt>
2104
+
2105
+
2106
+
2107
+
2108
+
2109
+ </h3><div class="docstring">
2110
+ <div class="discussion">
2111
+
2112
+ <p>Extract item from list and return a reference to the item.</p>
2113
+
2114
+
2115
+ </div>
2116
+ </div>
2117
+ <div class="tags">
2118
+
2119
+
2120
+ </div><table class="source_code">
2121
+ <tr>
2122
+ <td>
2123
+ <pre class="lines">
2124
+
2125
+
2126
+ 145</pre>
2127
+ </td>
2128
+ <td>
2129
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 145</span>
2130
+
2131
+ <span class='kw'>def</span> <span class='id identifier rubyid_extractItem'>extractItem</span><span class='lparen'>(</span><span class='id identifier rubyid_item'>item</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2132
+ </td>
2133
+ </tr>
2134
+ </table>
2135
+ </div>
2136
+
2137
+ <div class="method_details ">
2138
+ <h3 class="signature " id="fillItems-instance_method">
2139
+
2140
+ #<strong>fillItems</strong>(father, strings, oi = nil, ci = nil, ptr = nil) &#x21d2; <tt>Object</tt>
2141
+
2142
+
2143
+
2144
+
2145
+
2146
+ </h3><div class="docstring">
2147
+ <div class="discussion">
2148
+
2149
+ <p>Fill tree list box by appending items from array of strings and return the number of items added. If <em>notify</em> is <code>true</code>, a <code>SEL_INSERTED</code> message is sent to the list box&#39;s message target after each item is added.</p>
2150
+
2151
+
2152
+ </div>
2153
+ </div>
2154
+ <div class="tags">
2155
+
2156
+
2157
+ </div><table class="source_code">
2158
+ <tr>
2159
+ <td>
2160
+ <pre class="lines">
2161
+
2162
+
2163
+ 83</pre>
2164
+ </td>
2165
+ <td>
2166
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 83</span>
2167
+
2168
+ <span class='kw'>def</span> <span class='id identifier rubyid_fillItems'>fillItems</span><span class='lparen'>(</span><span class='id identifier rubyid_father'>father</span><span class='comma'>,</span> <span class='id identifier rubyid_strings'>strings</span><span class='comma'>,</span> <span class='id identifier rubyid_oi'>oi</span><span class='op'>=</span><span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_ci'>ci</span><span class='op'>=</span><span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_ptr'>ptr</span><span class='op'>=</span><span class='kw'>nil</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2169
+ </td>
2170
+ </tr>
2171
+ </table>
2172
+ </div>
2173
+
2174
+ <div class="method_details ">
2175
+ <h3 class="signature " id="findItem-instance_method">
2176
+
2177
+ #<strong>findItem</strong>(text, start = nil, flags = SEARCH_FORWARD|SEARCH_WRAP) &#x21d2; <tt>Object</tt>
2178
+
2179
+
2180
+
2181
+
2182
+
2183
+ </h3><div class="docstring">
2184
+ <div class="discussion">
2185
+
2186
+ <p>Search items by <em>text</em>, beginning from item <em>start</em>. If the start item is <code>nil</code> the search will start at the first, top-most item in the list. Flags may be <code>SEARCH_FORWARD</code> or <code>SEARCH_BACKWARD</code> to control the search direction; this can be combined with <code>SEARCH_NOWRAP</code> or <code>SEARCH_WRAP</code> to control whether the search wraps at the start or end of the list. The option <code>SEARCH_IGNORECASE</code> causes a case-insensitive match. Finally, passing <code>SEARCH_PREFIX</code> causes searching for a prefix of the item text. Return <code>nil</code> if no matching item is found.</p>
2187
+
2188
+
2189
+ </div>
2190
+ </div>
2191
+ <div class="tags">
2192
+
2193
+
2194
+ </div><table class="source_code">
2195
+ <tr>
2196
+ <td>
2197
+ <pre class="lines">
2198
+
2199
+
2200
+ 157</pre>
2201
+ </td>
2202
+ <td>
2203
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 157</span>
2204
+
2205
+ <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='kw'>nil</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>
2206
+ </td>
2207
+ </tr>
2208
+ </table>
2209
+ </div>
2210
+
2211
+ <div class="method_details ">
2212
+ <h3 class="signature " id="findItemByData-instance_method">
2213
+
2214
+ #<strong>findItemByData</strong>(data, start = nil, flags = SEARCH_FORWARD|SEARCH_WRAP) &#x21d2; <tt>Object</tt>
2215
+
2216
+
2217
+
2218
+
2219
+
2220
+ </h3><div class="docstring">
2221
+ <div class="discussion">
2222
+
2223
+ <p>Search items by associated user <em>data</em>, beginning from item <em>start</em>. If the start item is <code>nil</code> the search will start at the first, top-most item in the list. Flags may be <code>SEARCH_FORWARD</code> or <code>SEARCH_BACKWARD</code> to control the search direction; this can be combined with <code>SEARCH_NOWRAP</code> or <code>SEARCH_WRAP</code> to control whether the search wraps at the start or end of the list. Return <code>nil</code> if no matching item is found.</p>
2224
+
2225
+
2226
+ </div>
2227
+ </div>
2228
+ <div class="tags">
2229
+
2230
+
2231
+ </div><table class="source_code">
2232
+ <tr>
2233
+ <td>
2234
+ <pre class="lines">
2235
+
2236
+
2237
+ 167</pre>
2238
+ </td>
2239
+ <td>
2240
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 167</span>
2241
+
2242
+ <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='kw'>nil</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>
2243
+ </td>
2244
+ </tr>
2245
+ </table>
2246
+ </div>
2247
+
2248
+ <div class="method_details ">
2249
+ <h3 class="signature " id="first-instance_method">
2250
+
2251
+ #<strong>first</strong> &#x21d2; <tt>Object</tt>
2252
+
2253
+
2254
+
2255
+
2256
+
2257
+ </h3><div class="docstring">
2258
+ <div class="discussion">
2259
+
2260
+ <p>Override Enumerable#first with FXWindow#first for backwards compatibility.</p>
2261
+
2262
+
2263
+ </div>
2264
+ </div>
2265
+ <div class="tags">
2266
+
2267
+
2268
+ </div><table class="source_code">
2269
+ <tr>
2270
+ <td>
2271
+ <pre class="lines">
2272
+
2273
+
2274
+ 245
2275
+ 246
2276
+ 247</pre>
2277
+ </td>
2278
+ <td>
2279
+ <pre class="code"><span class="info file"># File 'lib/fox16/iterators.rb', line 245</span>
2280
+
2281
+ <span class='kw'>def</span> <span class='id identifier rubyid_first'>first</span>
2282
+ <span class='id identifier rubyid_getFirst'>getFirst</span>
2283
+ <span class='kw'>end</span></pre>
2284
+ </td>
2285
+ </tr>
2286
+ </table>
2287
+ </div>
2288
+
2289
+ <div class="method_details ">
2290
+ <h3 class="signature " id="getItemClosedIcon-instance_method">
2291
+
2292
+ #<strong>getItemClosedIcon</strong>(item) &#x21d2; <tt>Object</tt>
2293
+
2294
+
2295
+
2296
+
2297
+
2298
+ </h3><div class="docstring">
2299
+ <div class="discussion">
2300
+
2301
+ <p>Return item&#39;s closed icon</p>
2302
+
2303
+
2304
+ </div>
2305
+ </div>
2306
+ <div class="tags">
2307
+
2308
+
2309
+ </div><table class="source_code">
2310
+ <tr>
2311
+ <td>
2312
+ <pre class="lines">
2313
+
2314
+
2315
+ 207</pre>
2316
+ </td>
2317
+ <td>
2318
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 207</span>
2319
+
2320
+ <span class='kw'>def</span> <span class='id identifier rubyid_getItemClosedIcon'>getItemClosedIcon</span><span class='lparen'>(</span><span class='id identifier rubyid_item'>item</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2321
+ </td>
2322
+ </tr>
2323
+ </table>
2324
+ </div>
2325
+
2326
+ <div class="method_details ">
2327
+ <h3 class="signature " id="getItemData-instance_method">
2328
+
2329
+ #<strong>getItemData</strong>(item) &#x21d2; <tt>Object</tt>
2330
+
2331
+
2332
+
2333
+
2334
+
2335
+ </h3><div class="docstring">
2336
+ <div class="discussion">
2337
+
2338
+ <p>Return item&#39;s user data</p>
2339
+
2340
+
2341
+ </div>
2342
+ </div>
2343
+ <div class="tags">
2344
+
2345
+
2346
+ </div><table class="source_code">
2347
+ <tr>
2348
+ <td>
2349
+ <pre class="lines">
2350
+
2351
+
2352
+ 213</pre>
2353
+ </td>
2354
+ <td>
2355
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 213</span>
2356
+
2357
+ <span class='kw'>def</span> <span class='id identifier rubyid_getItemData'>getItemData</span><span class='lparen'>(</span><span class='id identifier rubyid_item'>item</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2358
+ </td>
2359
+ </tr>
2360
+ </table>
2361
+ </div>
2362
+
2363
+ <div class="method_details ">
2364
+ <h3 class="signature " id="getItemOpenIcon-instance_method">
2365
+
2366
+ #<strong>getItemOpenIcon</strong>(item) &#x21d2; <tt>Object</tt>
2367
+
2368
+
2369
+
2370
+
2371
+
2372
+ </h3><div class="docstring">
2373
+ <div class="discussion">
2374
+
2375
+ <p>Return item&#39;s open icon</p>
2376
+
2377
+
2378
+ </div>
2379
+ </div>
2380
+ <div class="tags">
2381
+
2382
+
2383
+ </div><table class="source_code">
2384
+ <tr>
2385
+ <td>
2386
+ <pre class="lines">
2387
+
2388
+
2389
+ 201</pre>
2390
+ </td>
2391
+ <td>
2392
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 201</span>
2393
+
2394
+ <span class='kw'>def</span> <span class='id identifier rubyid_getItemOpenIcon'>getItemOpenIcon</span><span class='lparen'>(</span><span class='id identifier rubyid_item'>item</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2395
+ </td>
2396
+ </tr>
2397
+ </table>
2398
+ </div>
2399
+
2400
+ <div class="method_details ">
2401
+ <h3 class="signature " id="getItemText-instance_method">
2402
+
2403
+ #<strong>getItemText</strong>(item) &#x21d2; <tt>Object</tt>
2404
+
2405
+
2406
+
2407
+
2408
+
2409
+ </h3><div class="docstring">
2410
+ <div class="discussion">
2411
+
2412
+ <p>Return item&#39;s text</p>
2413
+
2414
+
2415
+ </div>
2416
+ </div>
2417
+ <div class="tags">
2418
+
2419
+
2420
+ </div><table class="source_code">
2421
+ <tr>
2422
+ <td>
2423
+ <pre class="lines">
2424
+
2425
+
2426
+ 195</pre>
2427
+ </td>
2428
+ <td>
2429
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 195</span>
2430
+
2431
+ <span class='kw'>def</span> <span class='id identifier rubyid_getItemText'>getItemText</span><span class='lparen'>(</span><span class='id identifier rubyid_item'>item</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2432
+ </td>
2433
+ </tr>
2434
+ </table>
2435
+ </div>
2436
+
2437
+ <div class="method_details ">
2438
+ <h3 class="signature " id="insertItem-instance_method">
2439
+
2440
+ #<strong>insertItem</strong>(other, father, text, openIcon = nil, closedIcon = nil, data = nil, notify = false) &#x21d2; <tt>Object</tt>
2441
+
2442
+
2443
+
2444
+
2445
+
2446
+ </h3><div class="docstring">
2447
+ <div class="discussion">
2448
+
2449
+ <p>Insert item with given text and optional icons, and user-data pointer under <em>father</em> before <em>other</em> item. Returns a reference to the newly added item (an FXTreeItem instance). 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 added.</p>
2450
+
2451
+
2452
+ </div>
2453
+ </div>
2454
+ <div class="tags">
2455
+
2456
+
2457
+ </div><table class="source_code">
2458
+ <tr>
2459
+ <td>
2460
+ <pre class="lines">
2461
+
2462
+
2463
+ 89</pre>
2464
+ </td>
2465
+ <td>
2466
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 89</span>
2467
+
2468
+ <span class='kw'>def</span> <span class='id identifier rubyid_insertItem'>insertItem</span><span class='lparen'>(</span><span class='id identifier rubyid_other'>other</span><span class='comma'>,</span> <span class='id identifier rubyid_father'>father</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>
2469
+ </td>
2470
+ </tr>
2471
+ </table>
2472
+ </div>
2473
+
2474
+ <div class="method_details ">
2475
+ <h3 class="signature " id="itemCurrent?-instance_method">
2476
+
2477
+ #<strong>itemCurrent?</strong>(item) &#x21d2; <tt>Boolean</tt>
2478
+
2479
+
2480
+
2481
+
2482
+
2483
+ </h3><div class="docstring">
2484
+ <div class="discussion">
2485
+
2486
+ <p>Return <code>true</code> if item is current</p>
2487
+
2488
+
2489
+ </div>
2490
+ </div>
2491
+ <div class="tags">
2492
+
2493
+ <p class="tag_title">Returns:</p>
2494
+ <ul class="return">
2495
+
2496
+ <li>
2497
+
2498
+
2499
+ <span class='type'>(<tt>Boolean</tt>)</span>
2500
+
2501
+
2502
+
2503
+ </li>
2504
+
2505
+ </ul>
2506
+
2507
+ </div><table class="source_code">
2508
+ <tr>
2509
+ <td>
2510
+ <pre class="lines">
2511
+
2512
+
2513
+ 170</pre>
2514
+ </td>
2515
+ <td>
2516
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 170</span>
2517
+
2518
+ <span class='kw'>def</span> <span class='id identifier rubyid_itemCurrent?'>itemCurrent?</span><span class='lparen'>(</span><span class='id identifier rubyid_item'>item</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2519
+ </td>
2520
+ </tr>
2521
+ </table>
2522
+ </div>
2523
+
2524
+ <div class="method_details ">
2525
+ <h3 class="signature " id="itemLeaf?-instance_method">
2526
+
2527
+ #<strong>itemLeaf?</strong>(item) &#x21d2; <tt>Boolean</tt>
2528
+
2529
+
2530
+
2531
+
2532
+
2533
+ </h3><div class="docstring">
2534
+ <div class="discussion">
2535
+
2536
+ <p>Return <code>true</code> if item is a leaf-item, i.e. has no children</p>
2537
+
2538
+
2539
+ </div>
2540
+ </div>
2541
+ <div class="tags">
2542
+
2543
+ <p class="tag_title">Returns:</p>
2544
+ <ul class="return">
2545
+
2546
+ <li>
2547
+
2548
+
2549
+ <span class='type'>(<tt>Boolean</tt>)</span>
2550
+
2551
+
2552
+
2553
+ </li>
2554
+
2555
+ </ul>
2556
+
2557
+ </div><table class="source_code">
2558
+ <tr>
2559
+ <td>
2560
+ <pre class="lines">
2561
+
2562
+
2563
+ 173</pre>
2564
+ </td>
2565
+ <td>
2566
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 173</span>
2567
+
2568
+ <span class='kw'>def</span> <span class='id identifier rubyid_itemLeaf?'>itemLeaf?</span><span class='lparen'>(</span><span class='id identifier rubyid_item'>item</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2569
+ </td>
2570
+ </tr>
2571
+ </table>
2572
+ </div>
2573
+
2574
+ <div class="method_details ">
2575
+ <h3 class="signature " id="moveItem-instance_method">
2576
+
2577
+ #<strong>moveItem</strong>(other, father, item) &#x21d2; <tt>Object</tt>
2578
+
2579
+
2580
+
2581
+
2582
+
2583
+ </h3><div class="docstring">
2584
+ <div class="discussion">
2585
+
2586
+ <p>Move <em>item</em> under <em>father</em> before <em>other</em> item and return a reference to <em>item</em>.</p>
2587
+
2588
+
2589
+ </div>
2590
+ </div>
2591
+ <div class="tags">
2592
+
2593
+
2594
+ </div><table class="source_code">
2595
+ <tr>
2596
+ <td>
2597
+ <pre class="lines">
2598
+
2599
+
2600
+ 140</pre>
2601
+ </td>
2602
+ <td>
2603
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 140</span>
2604
+
2605
+ <span class='kw'>def</span> <span class='id identifier rubyid_moveItem'>moveItem</span><span class='lparen'>(</span><span class='id identifier rubyid_other'>other</span><span class='comma'>,</span> <span class='id identifier rubyid_father'>father</span><span class='comma'>,</span> <span class='id identifier rubyid_item'>item</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2606
+ </td>
2607
+ </tr>
2608
+ </table>
2609
+ </div>
2610
+
2611
+ <div class="method_details ">
2612
+ <h3 class="signature " id="paneShown?-instance_method">
2613
+
2614
+ #<strong>paneShown?</strong> &#x21d2; <tt>Boolean</tt>
2615
+
2616
+
2617
+
2618
+
2619
+
2620
+ </h3><div class="docstring">
2621
+ <div class="discussion">
2622
+
2623
+ <p>Return <code>true</code> if the pane is shown.</p>
2624
+
2625
+
2626
+ </div>
2627
+ </div>
2628
+ <div class="tags">
2629
+
2630
+ <p class="tag_title">Returns:</p>
2631
+ <ul class="return">
2632
+
2633
+ <li>
2634
+
2635
+
2636
+ <span class='type'>(<tt>Boolean</tt>)</span>
2637
+
2638
+
2639
+
2640
+ </li>
2641
+
2642
+ </ul>
2643
+
2644
+ </div><table class="source_code">
2645
+ <tr>
2646
+ <td>
2647
+ <pre class="lines">
2648
+
2649
+
2650
+ 216</pre>
2651
+ </td>
2652
+ <td>
2653
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 216</span>
2654
+
2655
+ <span class='kw'>def</span> <span class='id identifier rubyid_paneShown?'>paneShown?</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2656
+ </td>
2657
+ </tr>
2658
+ </table>
2659
+ </div>
2660
+
2661
+ <div class="method_details ">
2662
+ <h3 class="signature " id="prependItem-instance_method">
2663
+
2664
+ #<strong>prependItem</strong>(father, text, openIcon = nil, closedIcon = nil, data = nil, notify = false) &#x21d2; <tt>Object</tt>
2665
+
2666
+
2667
+
2668
+
2669
+
2670
+ </h3><div class="docstring">
2671
+ <div class="discussion">
2672
+
2673
+ <p>Prepend item with given text and optional icons, and user-data pointer as first child of <em>father</em>. Returns a reference to the newly added item (an FXTreeItem instance). 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 added.</p>
2674
+
2675
+
2676
+ </div>
2677
+ </div>
2678
+ <div class="tags">
2679
+
2680
+
2681
+ </div><table class="source_code">
2682
+ <tr>
2683
+ <td>
2684
+ <pre class="lines">
2685
+
2686
+
2687
+ 113</pre>
2688
+ </td>
2689
+ <td>
2690
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 113</span>
2691
+
2692
+ <span class='kw'>def</span> <span class='id identifier rubyid_prependItem'>prependItem</span><span class='lparen'>(</span><span class='id identifier rubyid_father'>father</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>
2693
+ </td>
2694
+ </tr>
2695
+ </table>
2696
+ </div>
2697
+
2698
+ <div class="method_details ">
2699
+ <h3 class="signature " id="removeItem-instance_method">
2700
+
2701
+ #<strong>removeItem</strong>(item, notify = false) &#x21d2; <tt>Object</tt>
2702
+
2703
+
2704
+
2705
+
2706
+
2707
+ </h3><div class="docstring">
2708
+ <div class="discussion">
2709
+
2710
+ <p>Remove 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 removed.</p>
2711
+
2712
+
2713
+ </div>
2714
+ </div>
2715
+ <div class="tags">
2716
+
2717
+
2718
+ </div><table class="source_code">
2719
+ <tr>
2720
+ <td>
2721
+ <pre class="lines">
2722
+
2723
+
2724
+ 124</pre>
2725
+ </td>
2726
+ <td>
2727
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 124</span>
2728
+
2729
+ <span class='kw'>def</span> <span class='id identifier rubyid_removeItem'>removeItem</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>
2730
+ </td>
2731
+ </tr>
2732
+ </table>
2733
+ </div>
2734
+
2735
+ <div class="method_details ">
2736
+ <h3 class="signature " id="removeItems-instance_method">
2737
+
2738
+ #<strong>removeItems</strong>(fromItem, toItem, notify = false) &#x21d2; <tt>Object</tt>
2739
+
2740
+
2741
+
2742
+
2743
+
2744
+ </h3><div class="docstring">
2745
+ <div class="discussion">
2746
+
2747
+ <p>Remove items in range [<em>fromItem</em>, <em>toItem</em>] inclusively. 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>
2748
+
2749
+
2750
+ </div>
2751
+ </div>
2752
+ <div class="tags">
2753
+
2754
+
2755
+ </div><table class="source_code">
2756
+ <tr>
2757
+ <td>
2758
+ <pre class="lines">
2759
+
2760
+
2761
+ 129</pre>
2762
+ </td>
2763
+ <td>
2764
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 129</span>
2765
+
2766
+ <span class='kw'>def</span> <span class='id identifier rubyid_removeItems'>removeItems</span><span class='lparen'>(</span><span class='id identifier rubyid_fromItem'>fromItem</span><span class='comma'>,</span> <span class='id identifier rubyid_toItem'>toItem</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>
2767
+ </td>
2768
+ </tr>
2769
+ </table>
2770
+ </div>
2771
+
2772
+ <div class="method_details ">
2773
+ <h3 class="signature " id="setCurrentItem-instance_method">
2774
+
2775
+ #<strong>setCurrentItem</strong>(item, notify = false) &#x21d2; <tt>Object</tt>
2776
+
2777
+
2778
+
2779
+
2780
+
2781
+ </h3><div class="docstring">
2782
+ <div class="discussion">
2783
+
2784
+ <p>Change current item. If <em>notify</em> is <code>true</code>, a SEL_CHANGED message is sent to the tree list box&#39;s message target.</p>
2785
+
2786
+
2787
+ </div>
2788
+ </div>
2789
+ <div class="tags">
2790
+
2791
+
2792
+ </div><table class="source_code">
2793
+ <tr>
2794
+ <td>
2795
+ <pre class="lines">
2796
+
2797
+
2798
+ 189</pre>
2799
+ </td>
2800
+ <td>
2801
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 189</span>
2802
+
2803
+ <span class='kw'>def</span> <span class='id identifier rubyid_setCurrentItem'>setCurrentItem</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>
2804
+ </td>
2805
+ </tr>
2806
+ </table>
2807
+ </div>
2808
+
2809
+ <div class="method_details ">
2810
+ <h3 class="signature " id="setItemClosedIcon-instance_method">
2811
+
2812
+ #<strong>setItemClosedIcon</strong>(item, closedIcon) &#x21d2; <tt>Object</tt>
2813
+
2814
+
2815
+
2816
+
2817
+
2818
+ </h3><div class="docstring">
2819
+ <div class="discussion">
2820
+
2821
+ <p>Change item&#39;s closed icon</p>
2822
+
2823
+
2824
+ </div>
2825
+ </div>
2826
+ <div class="tags">
2827
+
2828
+
2829
+ </div><table class="source_code">
2830
+ <tr>
2831
+ <td>
2832
+ <pre class="lines">
2833
+
2834
+
2835
+ 204</pre>
2836
+ </td>
2837
+ <td>
2838
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 204</span>
2839
+
2840
+ <span class='kw'>def</span> <span class='id identifier rubyid_setItemClosedIcon'>setItemClosedIcon</span><span class='lparen'>(</span><span class='id identifier rubyid_item'>item</span><span class='comma'>,</span> <span class='id identifier rubyid_closedIcon'>closedIcon</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2841
+ </td>
2842
+ </tr>
2843
+ </table>
2844
+ </div>
2845
+
2846
+ <div class="method_details ">
2847
+ <h3 class="signature " id="setItemData-instance_method">
2848
+
2849
+ #<strong>setItemData</strong>(item, data) &#x21d2; <tt>Object</tt>
2850
+
2851
+
2852
+
2853
+
2854
+
2855
+ </h3><div class="docstring">
2856
+ <div class="discussion">
2857
+
2858
+ <p>Change item&#39;s user data</p>
2859
+
2860
+
2861
+ </div>
2862
+ </div>
2863
+ <div class="tags">
2864
+
2865
+
2866
+ </div><table class="source_code">
2867
+ <tr>
2868
+ <td>
2869
+ <pre class="lines">
2870
+
2871
+
2872
+ 210</pre>
2873
+ </td>
2874
+ <td>
2875
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 210</span>
2876
+
2877
+ <span class='kw'>def</span> <span class='id identifier rubyid_setItemData'>setItemData</span><span class='lparen'>(</span><span class='id identifier rubyid_item'>item</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>
2878
+ </td>
2879
+ </tr>
2880
+ </table>
2881
+ </div>
2882
+
2883
+ <div class="method_details ">
2884
+ <h3 class="signature " id="setItemOpenIcon-instance_method">
2885
+
2886
+ #<strong>setItemOpenIcon</strong>(item, openIcon) &#x21d2; <tt>Object</tt>
2887
+
2888
+
2889
+
2890
+
2891
+
2892
+ </h3><div class="docstring">
2893
+ <div class="discussion">
2894
+
2895
+ <p>Change item&#39;s open icon</p>
2896
+
2897
+
2898
+ </div>
2899
+ </div>
2900
+ <div class="tags">
2901
+
2902
+
2903
+ </div><table class="source_code">
2904
+ <tr>
2905
+ <td>
2906
+ <pre class="lines">
2907
+
2908
+
2909
+ 198</pre>
2910
+ </td>
2911
+ <td>
2912
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 198</span>
2913
+
2914
+ <span class='kw'>def</span> <span class='id identifier rubyid_setItemOpenIcon'>setItemOpenIcon</span><span class='lparen'>(</span><span class='id identifier rubyid_item'>item</span><span class='comma'>,</span> <span class='id identifier rubyid_openIcon'>openIcon</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2915
+ </td>
2916
+ </tr>
2917
+ </table>
2918
+ </div>
2919
+
2920
+ <div class="method_details ">
2921
+ <h3 class="signature " id="setItemText-instance_method">
2922
+
2923
+ #<strong>setItemText</strong>(item, text) &#x21d2; <tt>Object</tt>
2924
+
2925
+
2926
+
2927
+
2928
+
2929
+ </h3><div class="docstring">
2930
+ <div class="discussion">
2931
+
2932
+ <p>Change item&#39;s text</p>
2933
+
2934
+
2935
+ </div>
2936
+ </div>
2937
+ <div class="tags">
2938
+
2939
+
2940
+ </div><table class="source_code">
2941
+ <tr>
2942
+ <td>
2943
+ <pre class="lines">
2944
+
2945
+
2946
+ 192</pre>
2947
+ </td>
2948
+ <td>
2949
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 192</span>
2950
+
2951
+ <span class='kw'>def</span> <span class='id identifier rubyid_setItemText'>setItemText</span><span class='lparen'>(</span><span class='id identifier rubyid_item'>item</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>
2952
+ </td>
2953
+ </tr>
2954
+ </table>
2955
+ </div>
2956
+
2957
+ <div class="method_details ">
2958
+ <h3 class="signature " id="sortChildItems-instance_method">
2959
+
2960
+ #<strong>sortChildItems</strong>(item) &#x21d2; <tt>Object</tt>
2961
+
2962
+
2963
+
2964
+
2965
+
2966
+ </h3><div class="docstring">
2967
+ <div class="discussion">
2968
+
2969
+ <p>Sort children of <em>item</em></p>
2970
+
2971
+
2972
+ </div>
2973
+ </div>
2974
+ <div class="tags">
2975
+
2976
+
2977
+ </div><table class="source_code">
2978
+ <tr>
2979
+ <td>
2980
+ <pre class="lines">
2981
+
2982
+
2983
+ 182</pre>
2984
+ </td>
2985
+ <td>
2986
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 182</span>
2987
+
2988
+ <span class='kw'>def</span> <span class='id identifier rubyid_sortChildItems'>sortChildItems</span><span class='lparen'>(</span><span class='id identifier rubyid_item'>item</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2989
+ </td>
2990
+ </tr>
2991
+ </table>
2992
+ </div>
2993
+
2994
+ <div class="method_details ">
2995
+ <h3 class="signature " id="sortItems-instance_method">
2996
+
2997
+ #<strong>sortItems</strong> &#x21d2; <tt>Object</tt>
2998
+
2999
+
3000
+
3001
+
3002
+
3003
+ </h3><div class="docstring">
3004
+ <div class="discussion">
3005
+
3006
+ <p>Sort all items recursively.</p>
3007
+
3008
+
3009
+ </div>
3010
+ </div>
3011
+ <div class="tags">
3012
+
3013
+
3014
+ </div><table class="source_code">
3015
+ <tr>
3016
+ <td>
3017
+ <pre class="lines">
3018
+
3019
+
3020
+ 179</pre>
3021
+ </td>
3022
+ <td>
3023
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 179</span>
3024
+
3025
+ <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>
3026
+ </td>
3027
+ </tr>
3028
+ </table>
3029
+ </div>
3030
+
3031
+ <div class="method_details ">
3032
+ <h3 class="signature " id="sortRootItems-instance_method">
3033
+
3034
+ #<strong>sortRootItems</strong> &#x21d2; <tt>Object</tt>
3035
+
3036
+
3037
+
3038
+
3039
+
3040
+ </h3><div class="docstring">
3041
+ <div class="discussion">
3042
+
3043
+ <p>Sort root items</p>
3044
+
3045
+
3046
+ </div>
3047
+ </div>
3048
+ <div class="tags">
3049
+
3050
+
3051
+ </div><table class="source_code">
3052
+ <tr>
3053
+ <td>
3054
+ <pre class="lines">
3055
+
3056
+
3057
+ 176</pre>
3058
+ </td>
3059
+ <td>
3060
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXTreeListBox.rb', line 176</span>
3061
+
3062
+ <span class='kw'>def</span> <span class='id identifier rubyid_sortRootItems'>sortRootItems</span><span class='lparen'>(</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3063
+ </td>
3064
+ </tr>
3065
+ </table>
3066
+ </div>
3067
+
3068
+ </div>
3069
+
3070
+ </div>
3071
+
3072
+ <div id="footer">
3073
+ Generated on Fri Nov 27 21:11:27 2020 by
3074
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
3075
+ 0.9.24 (ruby-2.7.2).
3076
+ </div>
3077
+
3078
+ </div>
3079
+ </body>
3080
+ </html>