fxruby 1.6.42 → 1.6.43

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