fxruby 1.6.42-x86-mingw32 → 1.6.43-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.
- checksums.yaml +4 -4
- data/.travis.yml +1 -1
- data/.yardopts +1 -1
- data/Gemfile +1 -2
- data/History.md +11 -0
- data/README.rdoc +4 -4
- data/Rakefile +10 -0
- data/appveyor.yml +4 -0
- data/docs/Fox.html +11184 -0
- data/docs/Fox/Canvas.html +141 -0
- data/docs/Fox/Canvas/CanvasError.html +124 -0
- data/docs/Fox/Canvas/CircleShape.html +477 -0
- data/docs/Fox/Canvas/ImageShape.html +477 -0
- data/docs/Fox/Canvas/LineShape.html +1005 -0
- data/docs/Fox/Canvas/PolygonShape.html +145 -0
- data/docs/Fox/Canvas/RectangleShape.html +439 -0
- data/docs/Fox/Canvas/SelectionPolicy.html +352 -0
- data/docs/Fox/Canvas/Shape.html +1955 -0
- data/docs/Fox/Canvas/ShapeCanvas.html +2031 -0
- data/docs/Fox/Canvas/ShapeGroup.html +527 -0
- data/docs/Fox/Canvas/SingleSelectionPolicy.html +291 -0
- data/docs/Fox/Canvas/TextShape.html +609 -0
- data/docs/Fox/FTNonModal.html +550 -0
- data/docs/Fox/FX4Splitter.html +1336 -0
- data/docs/Fox/FX7Segment.html +1010 -0
- data/docs/Fox/FXAccelTable.html +715 -0
- data/docs/Fox/FXApp.html +7998 -0
- data/docs/Fox/FXArc.html +562 -0
- data/docs/Fox/FXArrowButton.html +865 -0
- data/docs/Fox/FXBMPIcon.html +450 -0
- data/docs/Fox/FXBMPImage.html +434 -0
- data/docs/Fox/FXBitmap.html +1362 -0
- data/docs/Fox/FXBitmapFrame.html +595 -0
- data/docs/Fox/FXBitmapView.html +1451 -0
- data/docs/Fox/FXButton.html +534 -0
- data/docs/Fox/FXCURCursor.html +261 -0
- data/docs/Fox/FXCalendar.html +880 -0
- data/docs/Fox/FXCanvas.html +311 -0
- data/docs/Fox/FXCheckButton.html +949 -0
- data/docs/Fox/FXChoiceBox.html +472 -0
- data/docs/Fox/FXColor.html +1519 -0
- data/docs/Fox/FXColorBar.html +759 -0
- data/docs/Fox/FXColorDialog.html +591 -0
- data/docs/Fox/FXColorItem.html +323 -0
- data/docs/Fox/FXColorList.html +712 -0
- data/docs/Fox/FXColorRing.html +817 -0
- data/docs/Fox/FXColorSelector.html +796 -0
- data/docs/Fox/FXColorWell.html +850 -0
- data/docs/Fox/FXColorWheel.html +770 -0
- data/docs/Fox/FXComboBox.html +2939 -0
- data/docs/Fox/FXComboTableItem.html +544 -0
- data/docs/Fox/FXCommand.html +526 -0
- data/docs/Fox/FXComposite.html +433 -0
- data/docs/Fox/FXCursor.html +779 -0
- data/docs/Fox/FXDC.html +5231 -0
- data/docs/Fox/FXDCPrint.html +696 -0
- data/docs/Fox/FXDCWindow.html +358 -0
- data/docs/Fox/FXDataTarget.html +573 -0
- data/docs/Fox/FXDebugTarget.html +305 -0
- data/docs/Fox/FXDelegator.html +305 -0
- data/docs/Fox/FXDial.html +1133 -0
- data/docs/Fox/FXDialogBox.html +413 -0
- data/docs/Fox/FXDict.html +1063 -0
- data/docs/Fox/FXDirBox.html +752 -0
- data/docs/Fox/FXDirDialog.html +914 -0
- data/docs/Fox/FXDirItem.html +989 -0
- data/docs/Fox/FXDirList.html +1554 -0
- data/docs/Fox/FXDirSelector.html +995 -0
- data/docs/Fox/FXDockBar.html +1451 -0
- data/docs/Fox/FXDockHandler.html +468 -0
- data/docs/Fox/FXDockSite.html +678 -0
- data/docs/Fox/FXDockTitle.html +606 -0
- data/docs/Fox/FXDocument.html +536 -0
- data/docs/Fox/FXDragCorner.html +440 -0
- data/docs/Fox/FXDrawable.html +478 -0
- data/docs/Fox/FXDriveBox.html +746 -0
- data/docs/Fox/FXEvent.html +1736 -0
- data/docs/Fox/FXExtentd.html +1374 -0
- data/docs/Fox/FXExtentf.html +1374 -0
- data/docs/Fox/FXFileAssoc.html +850 -0
- data/docs/Fox/FXFileDialog.html +2688 -0
- data/docs/Fox/FXFileDict.html +1058 -0
- data/docs/Fox/FXFileItem.html +1141 -0
- data/docs/Fox/FXFileList.html +2259 -0
- data/docs/Fox/FXFileSelector.html +2529 -0
- data/docs/Fox/FXFileStream.html +503 -0
- data/docs/Fox/FXFoldingItem.html +2822 -0
- data/docs/Fox/FXFoldingList.html +5189 -0
- data/docs/Fox/FXFont.html +2998 -0
- data/docs/Fox/FXFontDesc.html +710 -0
- data/docs/Fox/FXFontDialog.html +420 -0
- data/docs/Fox/FXFontSelector.html +576 -0
- data/docs/Fox/FXFrame.html +1012 -0
- data/docs/Fox/FXGIFCursor.html +337 -0
- data/docs/Fox/FXGIFIcon.html +450 -0
- data/docs/Fox/FXGIFImage.html +434 -0
- data/docs/Fox/FXGLCanvas.html +700 -0
- data/docs/Fox/FXGLCone.html +785 -0
- data/docs/Fox/FXGLContext.html +649 -0
- data/docs/Fox/FXGLCube.html +703 -0
- data/docs/Fox/FXGLCylinder.html +791 -0
- data/docs/Fox/FXGLGroup.html +1385 -0
- data/docs/Fox/FXGLLine.html +653 -0
- data/docs/Fox/FXGLObject.html +759 -0
- data/docs/Fox/FXGLPoint.html +561 -0
- data/docs/Fox/FXGLShape.html +714 -0
- data/docs/Fox/FXGLSphere.html +626 -0
- data/docs/Fox/FXGLViewer.html +3506 -0
- data/docs/Fox/FXGLVisual.html +2147 -0
- data/docs/Fox/FXGradient.html +562 -0
- data/docs/Fox/FXGradientBar.html +2479 -0
- data/docs/Fox/FXGroupBox.html +688 -0
- data/docs/Fox/FXHeader.html +3040 -0
- data/docs/Fox/FXHeaderItem.html +1353 -0
- data/docs/Fox/FXHiliteStyle.html +804 -0
- data/docs/Fox/FXHorizontalFrame.html +359 -0
- data/docs/Fox/FXHorizontalSeparator.html +349 -0
- data/docs/Fox/FXICOIcon.html +450 -0
- data/docs/Fox/FXICOImage.html +434 -0
- data/docs/Fox/FXIcon.html +384 -0
- data/docs/Fox/FXIconDict.html +752 -0
- data/docs/Fox/FXIconItem.html +1518 -0
- data/docs/Fox/FXIconList.html +4676 -0
- data/docs/Fox/FXIconSource.html +963 -0
- data/docs/Fox/FXId.html +712 -0
- data/docs/Fox/FXImage.html +2328 -0
- data/docs/Fox/FXImageFrame.html +489 -0
- data/docs/Fox/FXImageView.html +504 -0
- data/docs/Fox/FXInputDialog.html +894 -0
- data/docs/Fox/FXIrb.html +942 -0
- data/docs/Fox/FXJPGIcon.html +607 -0
- data/docs/Fox/FXJPGImage.html +591 -0
- data/docs/Fox/FXKnob.html +1048 -0
- data/docs/Fox/FXLabel.html +1013 -0
- data/docs/Fox/FXLight.html +920 -0
- data/docs/Fox/FXList.html +3717 -0
- data/docs/Fox/FXListBox.html +2518 -0
- data/docs/Fox/FXListItem.html +1459 -0
- data/docs/Fox/FXMDIChild.html +2175 -0
- data/docs/Fox/FXMDIClient.html +781 -0
- data/docs/Fox/FXMDIDeleteButton.html +334 -0
- data/docs/Fox/FXMDIMaximizeButton.html +334 -0
- data/docs/Fox/FXMDIMenu.html +335 -0
- data/docs/Fox/FXMDIMinimizeButton.html +334 -0
- data/docs/Fox/FXMDIRestoreButton.html +334 -0
- data/docs/Fox/FXMDIWindowButton.html +334 -0
- data/docs/Fox/FXMainWindow.html +337 -0
- data/docs/Fox/FXMaterial.html +570 -0
- data/docs/Fox/FXMatrix.html +734 -0
- data/docs/Fox/FXMemoryBuffer.html +472 -0
- data/docs/Fox/FXMemoryStream.html +632 -0
- data/docs/Fox/FXMenuBar.html +347 -0
- data/docs/Fox/FXMenuButton.html +829 -0
- data/docs/Fox/FXMenuCaption.html +1080 -0
- data/docs/Fox/FXMenuCascade.html +388 -0
- data/docs/Fox/FXMenuCheck.html +721 -0
- data/docs/Fox/FXMenuCommand.html +400 -0
- data/docs/Fox/FXMenuPane.html +333 -0
- data/docs/Fox/FXMenuRadio.html +721 -0
- data/docs/Fox/FXMenuSeparator.html +440 -0
- data/docs/Fox/FXMenuTitle.html +405 -0
- data/docs/Fox/FXMessageBox.html +658 -0
- data/docs/Fox/FXObject.html +545 -0
- data/docs/Fox/FXOption.html +491 -0
- data/docs/Fox/FXOptionMenu.html +885 -0
- data/docs/Fox/FXPCXIcon.html +450 -0
- data/docs/Fox/FXPCXImage.html +434 -0
- data/docs/Fox/FXPNGIcon.html +524 -0
- data/docs/Fox/FXPNGImage.html +508 -0
- data/docs/Fox/FXPPMIcon.html +450 -0
- data/docs/Fox/FXPPMImage.html +373 -0
- data/docs/Fox/FXPSBounds.html +500 -0
- data/docs/Fox/FXPacker.html +1229 -0
- data/docs/Fox/FXPicker.html +345 -0
- data/docs/Fox/FXPopup.html +1099 -0
- data/docs/Fox/FXPrintDialog.html +485 -0
- data/docs/Fox/FXPrinter.html +1330 -0
- data/docs/Fox/FXProgressBar.html +1150 -0
- data/docs/Fox/FXProgressDialog.html +715 -0
- data/docs/Fox/FXPseudoKeyboard.html +428 -0
- data/docs/Fox/FXPseudoMouse.html +800 -0
- data/docs/Fox/FXPseudoTarget.html +472 -0
- data/docs/Fox/FXQuatd.html +1377 -0
- data/docs/Fox/FXQuatf.html +1392 -0
- data/docs/Fox/FXRGBIcon.html +450 -0
- data/docs/Fox/FXRGBImage.html +434 -0
- data/docs/Fox/FXRadioButton.html +885 -0
- data/docs/Fox/FXRanged.html +1522 -0
- data/docs/Fox/FXRangef.html +1522 -0
- data/docs/Fox/FXRealSlider.html +1187 -0
- data/docs/Fox/FXRealSpinner.html +2175 -0
- data/docs/Fox/FXRecentFiles.html +841 -0
- data/docs/Fox/FXRectangle.html +802 -0
- data/docs/Fox/FXRegion.html +841 -0
- data/docs/Fox/FXRegistry.html +682 -0
- data/docs/Fox/FXReplaceDialog.html +648 -0
- data/docs/Fox/FXRootWindow.html +312 -0
- data/docs/Fox/FXRuler.html +2000 -0
- data/docs/Fox/FXRulerView.html +3997 -0
- data/docs/Fox/FXScintilla.html +49117 -0
- data/docs/Fox/FXScrollArea.html +1363 -0
- data/docs/Fox/FXScrollBar.html +1019 -0
- data/docs/Fox/FXScrollCorner.html +290 -0
- data/docs/Fox/FXScrollPane.html +499 -0
- data/docs/Fox/FXScrollWindow.html +409 -0
- data/docs/Fox/FXSearchDialog.html +382 -0
- data/docs/Fox/FXSegment.html +422 -0
- data/docs/Fox/FXSeparator.html +402 -0
- data/docs/Fox/FXSettings.html +1861 -0
- data/docs/Fox/FXShell.html +233 -0
- data/docs/Fox/FXShutter.html +472 -0
- data/docs/Fox/FXShutterItem.html +669 -0
- data/docs/Fox/FXSize.html +592 -0
- data/docs/Fox/FXSlider.html +1129 -0
- data/docs/Fox/FXSphered.html +906 -0
- data/docs/Fox/FXSpheref.html +906 -0
- data/docs/Fox/FXSpinner.html +2102 -0
- data/docs/Fox/FXSplashScreen.html +497 -0
- data/docs/Fox/FXSplashWindow.html +494 -0
- data/docs/Fox/FXSplitter.html +643 -0
- data/docs/Fox/FXSpring.html +517 -0
- data/docs/Fox/FXStatusBar.html +593 -0
- data/docs/Fox/FXStatusLine.html +754 -0
- data/docs/Fox/FXStream.html +1372 -0
- data/docs/Fox/FXStreamAllocError.html +148 -0
- data/docs/Fox/FXStreamEndError.html +148 -0
- data/docs/Fox/FXStreamError.html +259 -0
- data/docs/Fox/FXStreamFailureError.html +148 -0
- data/docs/Fox/FXStreamFormatError.html +148 -0
- data/docs/Fox/FXStreamFullError.html +148 -0
- data/docs/Fox/FXStreamNoReadError.html +148 -0
- data/docs/Fox/FXStreamNoWriteError.html +148 -0
- data/docs/Fox/FXStreamUnknownError.html +148 -0
- data/docs/Fox/FXStringDict.html +552 -0
- data/docs/Fox/FXSwitcher.html +619 -0
- data/docs/Fox/FXTGAIcon.html +450 -0
- data/docs/Fox/FXTGAImage.html +434 -0
- data/docs/Fox/FXTIFIcon.html +604 -0
- data/docs/Fox/FXTIFImage.html +588 -0
- data/docs/Fox/FXTabBar.html +644 -0
- data/docs/Fox/FXTabBook.html +373 -0
- data/docs/Fox/FXTabItem.html +478 -0
- data/docs/Fox/FXTable.html +10107 -0
- data/docs/Fox/FXTableItem.html +2195 -0
- data/docs/Fox/FXTablePos.html +360 -0
- data/docs/Fox/FXTableRange.html +360 -0
- data/docs/Fox/FXText.html +6870 -0
- data/docs/Fox/FXTextChange.html +492 -0
- data/docs/Fox/FXTextField.html +2016 -0
- data/docs/Fox/FXToggleButton.html +844 -0
- data/docs/Fox/FXToolBar.html +452 -0
- data/docs/Fox/FXToolBarGrip.html +584 -0
- data/docs/Fox/FXToolBarShell.html +788 -0
- data/docs/Fox/FXToolBarTab.html +729 -0
- data/docs/Fox/FXToolTip.html +761 -0
- data/docs/Fox/FXTopWindow.html +1716 -0
- data/docs/Fox/FXTranslator.html +481 -0
- data/docs/Fox/FXTreeItem.html +2813 -0
- data/docs/Fox/FXTreeList.html +5095 -0
- data/docs/Fox/FXTreeListBox.html +3080 -0
- data/docs/Fox/FXTriStateButton.html +681 -0
- data/docs/Fox/FXUndoList.html +2560 -0
- data/docs/Fox/FXVec2d.html +1450 -0
- data/docs/Fox/FXVec2f.html +1442 -0
- data/docs/Fox/FXVec3d.html +1649 -0
- data/docs/Fox/FXVec3f.html +1649 -0
- data/docs/Fox/FXVec4d.html +1858 -0
- data/docs/Fox/FXVec4f.html +1858 -0
- data/docs/Fox/FXVerticalFrame.html +359 -0
- data/docs/Fox/FXVerticalSeparator.html +349 -0
- data/docs/Fox/FXViewport.html +780 -0
- data/docs/Fox/FXVisual.html +1023 -0
- data/docs/Fox/FXWindow.html +9948 -0
- data/docs/Fox/FXWizard.html +1052 -0
- data/docs/Fox/FXXBMIcon.html +453 -0
- data/docs/Fox/FXXBMImage.html +437 -0
- data/docs/Fox/FXXPMIcon.html +450 -0
- data/docs/Fox/FXXPMImage.html +434 -0
- data/docs/Fox/NotifyHeader.html +286 -0
- data/docs/Fox/SCNotification.html +1438 -0
- data/docs/Fox/TextRange.html +281 -0
- data/docs/IRB.html +204 -0
- data/docs/Responder.html +693 -0
- data/docs/Responder2.html +225 -0
- data/docs/_index.html +2101 -0
- data/docs/class_list.html +51 -0
- data/docs/css/common.css +1 -0
- data/docs/css/full_list.css +58 -0
- data/docs/css/style.css +496 -0
- data/docs/file.History.html +869 -0
- data/docs/file.README.html +104 -0
- data/docs/file_list.html +66 -0
- data/docs/frames.html +17 -0
- data/docs/index.html +614 -0
- data/docs/js/app.js +314 -0
- data/docs/js/full_list.js +216 -0
- data/docs/js/jquery.js +4 -0
- data/docs/method_list.html +31043 -0
- data/docs/top-level-namespace.html +214 -0
- data/examples/canvasdemo.rb +5 -1
- data/examples/gltest.rb +162 -106
- data/examples/glviewer.rb +12 -8
- data/ext/fox16_c/extconf.rb +1 -1
- data/fxruby.gemspec +1 -1
- data/lib/fox16/canvas.rb +76 -45
- data/lib/fox16/glgroup.rb +5 -5
- data/lib/fox16/glshapes.rb +111 -99
- data/lib/fox16/version.rb +1 -1
- metadata +293 -2
@@ -0,0 +1,1518 @@
|
|
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::FXIconItem
|
8
|
+
|
9
|
+
— 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::FXIconItem";
|
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> »
|
40
|
+
<span class='title'><span class='object_link'><a href="../Fox.html" title="Fox (module)">Fox</a></span></span>
|
41
|
+
»
|
42
|
+
<span class="title">FXIconItem</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::FXIconItem
|
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::FXIconItem</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/FXIconList.rb<span class="defines">,<br />
|
100
|
+
lib/fox16/core.rb</span>
|
101
|
+
</dd>
|
102
|
+
</dl>
|
103
|
+
|
104
|
+
</div>
|
105
|
+
|
106
|
+
<h2>Overview</h2><div class="docstring">
|
107
|
+
<div class="discussion">
|
108
|
+
|
109
|
+
<p>Icon list item</p>
|
110
|
+
|
111
|
+
|
112
|
+
</div>
|
113
|
+
</div>
|
114
|
+
<div class="tags">
|
115
|
+
|
116
|
+
|
117
|
+
</div><div id="subclasses">
|
118
|
+
<h2>Direct Known Subclasses</h2>
|
119
|
+
<p class="children"><span class='object_link'><a href="FXFileItem.html" title="Fox::FXFileItem (class)">FXFileItem</a></span></p>
|
120
|
+
</div>
|
121
|
+
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
126
|
+
<ul class="summary">
|
127
|
+
|
128
|
+
<li class="public ">
|
129
|
+
<span class="summary_signature">
|
130
|
+
|
131
|
+
<a href="#bigIcon-instance_method" title="#bigIcon (instance method)">#<strong>bigIcon</strong> ⇒ Object </a>
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
</span>
|
136
|
+
|
137
|
+
|
138
|
+
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
|
146
|
+
|
147
|
+
|
148
|
+
<span class="summary_desc"><div class='inline'>
|
149
|
+
<p>Big icon <span class='object_link'><a href="FXIcon.html" title="Fox::FXIcon (class)">FXIcon</a></span>.</p>
|
150
|
+
</div></span>
|
151
|
+
|
152
|
+
</li>
|
153
|
+
|
154
|
+
|
155
|
+
<li class="public ">
|
156
|
+
<span class="summary_signature">
|
157
|
+
|
158
|
+
<a href="#data-instance_method" title="#data (instance method)">#<strong>data</strong> ⇒ Object </a>
|
159
|
+
|
160
|
+
|
161
|
+
|
162
|
+
</span>
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
|
167
|
+
|
168
|
+
|
169
|
+
|
170
|
+
|
171
|
+
|
172
|
+
|
173
|
+
|
174
|
+
|
175
|
+
<span class="summary_desc"><div class='inline'>
|
176
|
+
<p>Item user data [Object].</p>
|
177
|
+
</div></span>
|
178
|
+
|
179
|
+
</li>
|
180
|
+
|
181
|
+
|
182
|
+
<li class="public ">
|
183
|
+
<span class="summary_signature">
|
184
|
+
|
185
|
+
<a href="#draggable=-instance_method" title="#draggable= (instance method)">#<strong>draggable</strong> ⇒ Object </a>
|
186
|
+
|
187
|
+
|
188
|
+
|
189
|
+
</span>
|
190
|
+
|
191
|
+
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
<span class="note title writeonly">writeonly</span>
|
196
|
+
|
197
|
+
|
198
|
+
|
199
|
+
|
200
|
+
|
201
|
+
|
202
|
+
|
203
|
+
|
204
|
+
<span class="summary_desc"><div class='inline'>
|
205
|
+
<p>Indicates whether this item is draggable or not [Boolean].</p>
|
206
|
+
</div></span>
|
207
|
+
|
208
|
+
</li>
|
209
|
+
|
210
|
+
|
211
|
+
<li class="public ">
|
212
|
+
<span class="summary_signature">
|
213
|
+
|
214
|
+
<a href="#enabled=-instance_method" title="#enabled= (instance method)">#<strong>enabled</strong> ⇒ Object </a>
|
215
|
+
|
216
|
+
|
217
|
+
|
218
|
+
</span>
|
219
|
+
|
220
|
+
|
221
|
+
|
222
|
+
|
223
|
+
|
224
|
+
<span class="note title writeonly">writeonly</span>
|
225
|
+
|
226
|
+
|
227
|
+
|
228
|
+
|
229
|
+
|
230
|
+
|
231
|
+
|
232
|
+
|
233
|
+
<span class="summary_desc"><div class='inline'>
|
234
|
+
<p>Indicates whether this item is enabled or not [Boolean].</p>
|
235
|
+
</div></span>
|
236
|
+
|
237
|
+
</li>
|
238
|
+
|
239
|
+
|
240
|
+
<li class="public ">
|
241
|
+
<span class="summary_signature">
|
242
|
+
|
243
|
+
<a href="#miniIcon-instance_method" title="#miniIcon (instance method)">#<strong>miniIcon</strong> ⇒ Object </a>
|
244
|
+
|
245
|
+
|
246
|
+
|
247
|
+
</span>
|
248
|
+
|
249
|
+
|
250
|
+
|
251
|
+
|
252
|
+
|
253
|
+
|
254
|
+
|
255
|
+
|
256
|
+
|
257
|
+
|
258
|
+
|
259
|
+
|
260
|
+
<span class="summary_desc"><div class='inline'>
|
261
|
+
<p>Mini icon <span class='object_link'><a href="FXIcon.html" title="Fox::FXIcon (class)">FXIcon</a></span>.</p>
|
262
|
+
</div></span>
|
263
|
+
|
264
|
+
</li>
|
265
|
+
|
266
|
+
|
267
|
+
<li class="public ">
|
268
|
+
<span class="summary_signature">
|
269
|
+
|
270
|
+
<a href="#selected=-instance_method" title="#selected= (instance method)">#<strong>selected</strong> ⇒ Object </a>
|
271
|
+
|
272
|
+
|
273
|
+
|
274
|
+
</span>
|
275
|
+
|
276
|
+
|
277
|
+
|
278
|
+
|
279
|
+
|
280
|
+
<span class="note title writeonly">writeonly</span>
|
281
|
+
|
282
|
+
|
283
|
+
|
284
|
+
|
285
|
+
|
286
|
+
|
287
|
+
|
288
|
+
|
289
|
+
<span class="summary_desc"><div class='inline'>
|
290
|
+
<p>Indicates whether this item is selected or not [Boolean].</p>
|
291
|
+
</div></span>
|
292
|
+
|
293
|
+
</li>
|
294
|
+
|
295
|
+
|
296
|
+
<li class="public ">
|
297
|
+
<span class="summary_signature">
|
298
|
+
|
299
|
+
<a href="#text-instance_method" title="#text (instance method)">#<strong>text</strong> ⇒ Object </a>
|
300
|
+
|
301
|
+
|
302
|
+
|
303
|
+
</span>
|
304
|
+
|
305
|
+
|
306
|
+
|
307
|
+
|
308
|
+
|
309
|
+
|
310
|
+
|
311
|
+
|
312
|
+
|
313
|
+
|
314
|
+
|
315
|
+
|
316
|
+
<span class="summary_desc"><div class='inline'>
|
317
|
+
<p>Item text [String].</p>
|
318
|
+
</div></span>
|
319
|
+
|
320
|
+
</li>
|
321
|
+
|
322
|
+
|
323
|
+
</ul>
|
324
|
+
|
325
|
+
|
326
|
+
|
327
|
+
|
328
|
+
|
329
|
+
<h2>
|
330
|
+
Instance Method Summary
|
331
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
332
|
+
</h2>
|
333
|
+
|
334
|
+
<ul class="summary">
|
335
|
+
|
336
|
+
<li class="public ">
|
337
|
+
<span class="summary_signature">
|
338
|
+
|
339
|
+
<a href="#<=>-instance_method" title="#<=> (instance method)">#<strong><=></strong>(otherItem) ⇒ Object </a>
|
340
|
+
|
341
|
+
|
342
|
+
|
343
|
+
</span>
|
344
|
+
|
345
|
+
|
346
|
+
|
347
|
+
|
348
|
+
|
349
|
+
|
350
|
+
|
351
|
+
|
352
|
+
|
353
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
354
|
+
|
355
|
+
</li>
|
356
|
+
|
357
|
+
|
358
|
+
<li class="public ">
|
359
|
+
<span class="summary_signature">
|
360
|
+
|
361
|
+
<a href="#create-instance_method" title="#create (instance method)">#<strong>create</strong> ⇒ Object </a>
|
362
|
+
|
363
|
+
|
364
|
+
|
365
|
+
</span>
|
366
|
+
|
367
|
+
|
368
|
+
|
369
|
+
|
370
|
+
|
371
|
+
|
372
|
+
|
373
|
+
|
374
|
+
|
375
|
+
<span class="summary_desc"><div class='inline'>
|
376
|
+
<p>Create this item.</p>
|
377
|
+
</div></span>
|
378
|
+
|
379
|
+
</li>
|
380
|
+
|
381
|
+
|
382
|
+
<li class="public ">
|
383
|
+
<span class="summary_signature">
|
384
|
+
|
385
|
+
<a href="#destroy-instance_method" title="#destroy (instance method)">#<strong>destroy</strong> ⇒ Object </a>
|
386
|
+
|
387
|
+
|
388
|
+
|
389
|
+
</span>
|
390
|
+
|
391
|
+
|
392
|
+
|
393
|
+
|
394
|
+
|
395
|
+
|
396
|
+
|
397
|
+
|
398
|
+
|
399
|
+
<span class="summary_desc"><div class='inline'>
|
400
|
+
<p>Destroy this item.</p>
|
401
|
+
</div></span>
|
402
|
+
|
403
|
+
</li>
|
404
|
+
|
405
|
+
|
406
|
+
<li class="public ">
|
407
|
+
<span class="summary_signature">
|
408
|
+
|
409
|
+
<a href="#detach-instance_method" title="#detach (instance method)">#<strong>detach</strong> ⇒ Object </a>
|
410
|
+
|
411
|
+
|
412
|
+
|
413
|
+
</span>
|
414
|
+
|
415
|
+
|
416
|
+
|
417
|
+
|
418
|
+
|
419
|
+
|
420
|
+
|
421
|
+
|
422
|
+
|
423
|
+
<span class="summary_desc"><div class='inline'>
|
424
|
+
<p>Detach this item.</p>
|
425
|
+
</div></span>
|
426
|
+
|
427
|
+
</li>
|
428
|
+
|
429
|
+
|
430
|
+
<li class="public ">
|
431
|
+
<span class="summary_signature">
|
432
|
+
|
433
|
+
<a href="#draggable%3F-instance_method" title="#draggable? (instance method)">#<strong>draggable?</strong> ⇒ Boolean </a>
|
434
|
+
|
435
|
+
|
436
|
+
|
437
|
+
</span>
|
438
|
+
|
439
|
+
|
440
|
+
|
441
|
+
|
442
|
+
|
443
|
+
|
444
|
+
|
445
|
+
|
446
|
+
|
447
|
+
<span class="summary_desc"><div class='inline'>
|
448
|
+
<p>Return <code>true</code> if this item is draggable.</p>
|
449
|
+
</div></span>
|
450
|
+
|
451
|
+
</li>
|
452
|
+
|
453
|
+
|
454
|
+
<li class="public ">
|
455
|
+
<span class="summary_signature">
|
456
|
+
|
457
|
+
<a href="#enabled%3F-instance_method" title="#enabled? (instance method)">#<strong>enabled?</strong> ⇒ Boolean </a>
|
458
|
+
|
459
|
+
|
460
|
+
|
461
|
+
</span>
|
462
|
+
|
463
|
+
|
464
|
+
|
465
|
+
|
466
|
+
|
467
|
+
|
468
|
+
|
469
|
+
|
470
|
+
|
471
|
+
<span class="summary_desc"><div class='inline'>
|
472
|
+
<p>Return <code>true</code> if this item is enabled.</p>
|
473
|
+
</div></span>
|
474
|
+
|
475
|
+
</li>
|
476
|
+
|
477
|
+
|
478
|
+
<li class="public ">
|
479
|
+
<span class="summary_signature">
|
480
|
+
|
481
|
+
<a href="#getHeight-instance_method" title="#getHeight (instance method)">#<strong>getHeight</strong>(iconList) ⇒ Object </a>
|
482
|
+
|
483
|
+
|
484
|
+
|
485
|
+
</span>
|
486
|
+
|
487
|
+
|
488
|
+
|
489
|
+
|
490
|
+
|
491
|
+
|
492
|
+
|
493
|
+
|
494
|
+
|
495
|
+
<span class="summary_desc"><div class='inline'>
|
496
|
+
<p>Return the height of this item.</p>
|
497
|
+
</div></span>
|
498
|
+
|
499
|
+
</li>
|
500
|
+
|
501
|
+
|
502
|
+
<li class="public ">
|
503
|
+
<span class="summary_signature">
|
504
|
+
|
505
|
+
<a href="#getWidth-instance_method" title="#getWidth (instance method)">#<strong>getWidth</strong>(iconList) ⇒ Object </a>
|
506
|
+
|
507
|
+
|
508
|
+
|
509
|
+
</span>
|
510
|
+
|
511
|
+
|
512
|
+
|
513
|
+
|
514
|
+
|
515
|
+
|
516
|
+
|
517
|
+
|
518
|
+
|
519
|
+
<span class="summary_desc"><div class='inline'>
|
520
|
+
<p>Return the width of this item.</p>
|
521
|
+
</div></span>
|
522
|
+
|
523
|
+
</li>
|
524
|
+
|
525
|
+
|
526
|
+
<li class="public ">
|
527
|
+
<span class="summary_signature">
|
528
|
+
|
529
|
+
<a href="#hasFocus%3F-instance_method" title="#hasFocus? (instance method)">#<strong>hasFocus?</strong> ⇒ Boolean </a>
|
530
|
+
|
531
|
+
|
532
|
+
|
533
|
+
</span>
|
534
|
+
|
535
|
+
|
536
|
+
|
537
|
+
|
538
|
+
|
539
|
+
|
540
|
+
|
541
|
+
|
542
|
+
|
543
|
+
<span class="summary_desc"><div class='inline'>
|
544
|
+
<p>Returns <code>true</code> if this item has the focus.</p>
|
545
|
+
</div></span>
|
546
|
+
|
547
|
+
</li>
|
548
|
+
|
549
|
+
|
550
|
+
<li class="public ">
|
551
|
+
<span class="summary_signature">
|
552
|
+
|
553
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(text, bigIcon = nil, miniIcon = nil, data = nil) ⇒ FXIconItem </a>
|
554
|
+
|
555
|
+
|
556
|
+
|
557
|
+
</span>
|
558
|
+
|
559
|
+
|
560
|
+
<span class="note title constructor">constructor</span>
|
561
|
+
|
562
|
+
|
563
|
+
|
564
|
+
|
565
|
+
|
566
|
+
|
567
|
+
|
568
|
+
|
569
|
+
<span class="summary_desc"><div class='inline'>
|
570
|
+
<p>Constructor.</p>
|
571
|
+
</div></span>
|
572
|
+
|
573
|
+
</li>
|
574
|
+
|
575
|
+
|
576
|
+
<li class="public ">
|
577
|
+
<span class="summary_signature">
|
578
|
+
|
579
|
+
<a href="#selected%3F-instance_method" title="#selected? (instance method)">#<strong>selected?</strong> ⇒ Boolean </a>
|
580
|
+
|
581
|
+
|
582
|
+
|
583
|
+
</span>
|
584
|
+
|
585
|
+
|
586
|
+
|
587
|
+
|
588
|
+
|
589
|
+
|
590
|
+
|
591
|
+
|
592
|
+
|
593
|
+
<span class="summary_desc"><div class='inline'>
|
594
|
+
<p>Return <code>true</code> if this item is selected.</p>
|
595
|
+
</div></span>
|
596
|
+
|
597
|
+
</li>
|
598
|
+
|
599
|
+
|
600
|
+
<li class="public ">
|
601
|
+
<span class="summary_signature">
|
602
|
+
|
603
|
+
<a href="#setFocus-instance_method" title="#setFocus (instance method)">#<strong>setFocus</strong>(focus) ⇒ Object </a>
|
604
|
+
|
605
|
+
|
606
|
+
|
607
|
+
</span>
|
608
|
+
|
609
|
+
|
610
|
+
|
611
|
+
|
612
|
+
|
613
|
+
|
614
|
+
|
615
|
+
|
616
|
+
|
617
|
+
<span class="summary_desc"><div class='inline'>
|
618
|
+
<p>Set the focused state for this item (where <em>focus</em> is either <code>true</code> or <code>false</code>).</p>
|
619
|
+
</div></span>
|
620
|
+
|
621
|
+
</li>
|
622
|
+
|
623
|
+
|
624
|
+
<li class="public ">
|
625
|
+
<span class="summary_signature">
|
626
|
+
|
627
|
+
<a href="#to_s-instance_method" title="#to_s (instance method)">#<strong>to_s</strong> ⇒ Object </a>
|
628
|
+
|
629
|
+
|
630
|
+
|
631
|
+
</span>
|
632
|
+
|
633
|
+
|
634
|
+
|
635
|
+
|
636
|
+
|
637
|
+
|
638
|
+
|
639
|
+
|
640
|
+
|
641
|
+
<span class="summary_desc"><div class='inline'>
|
642
|
+
<p>Return the icon item's text.</p>
|
643
|
+
</div></span>
|
644
|
+
|
645
|
+
</li>
|
646
|
+
|
647
|
+
|
648
|
+
</ul>
|
649
|
+
|
650
|
+
|
651
|
+
|
652
|
+
|
653
|
+
|
654
|
+
|
655
|
+
|
656
|
+
|
657
|
+
|
658
|
+
|
659
|
+
|
660
|
+
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXObject.html" title="Fox::FXObject (class)">FXObject</a></span></h3>
|
661
|
+
<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>
|
662
|
+
<div id="constructor_details" class="method_details_list">
|
663
|
+
<h2>Constructor Details</h2>
|
664
|
+
|
665
|
+
<div class="method_details first">
|
666
|
+
<h3 class="signature first" id="initialize-instance_method">
|
667
|
+
|
668
|
+
#<strong>initialize</strong>(text, bigIcon = nil, miniIcon = nil, data = nil) ⇒ <tt><span class='object_link'><a href="" title="Fox::FXIconItem (class)">FXIconItem</a></span></tt>
|
669
|
+
|
670
|
+
|
671
|
+
|
672
|
+
|
673
|
+
|
674
|
+
</h3><div class="docstring">
|
675
|
+
<div class="discussion">
|
676
|
+
|
677
|
+
<p>Constructor</p>
|
678
|
+
|
679
|
+
|
680
|
+
</div>
|
681
|
+
</div>
|
682
|
+
<div class="tags">
|
683
|
+
|
684
|
+
|
685
|
+
</div><table class="source_code">
|
686
|
+
<tr>
|
687
|
+
<td>
|
688
|
+
<pre class="lines">
|
689
|
+
|
690
|
+
|
691
|
+
29
|
692
|
+
30</pre>
|
693
|
+
</td>
|
694
|
+
<td>
|
695
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 29</span>
|
696
|
+
|
697
|
+
<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_bigIcon'>bigIcon</span><span class='op'>=</span><span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_miniIcon'>miniIcon</span><span class='op'>=</span><span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_data'>data</span><span class='op'>=</span><span class='kw'>nil</span><span class='rparen'>)</span> <span class='comment'># :yields: theIconItem
|
698
|
+
</span><span class='kw'>end</span></pre>
|
699
|
+
</td>
|
700
|
+
</tr>
|
701
|
+
</table>
|
702
|
+
</div>
|
703
|
+
|
704
|
+
</div>
|
705
|
+
|
706
|
+
<div id="instance_attr_details" class="attr_details">
|
707
|
+
<h2>Instance Attribute Details</h2>
|
708
|
+
|
709
|
+
|
710
|
+
<span id="bigIcon=-instance_method"></span>
|
711
|
+
<div class="method_details first">
|
712
|
+
<h3 class="signature first" id="bigIcon-instance_method">
|
713
|
+
|
714
|
+
#<strong>bigIcon</strong> ⇒ <tt>Object</tt>
|
715
|
+
|
716
|
+
|
717
|
+
|
718
|
+
|
719
|
+
|
720
|
+
</h3><div class="docstring">
|
721
|
+
<div class="discussion">
|
722
|
+
|
723
|
+
<p>Big icon <span class='object_link'><a href="FXIcon.html" title="Fox::FXIcon (class)">Fox::FXIcon</a></span></p>
|
724
|
+
|
725
|
+
|
726
|
+
</div>
|
727
|
+
</div>
|
728
|
+
<div class="tags">
|
729
|
+
|
730
|
+
|
731
|
+
</div><table class="source_code">
|
732
|
+
<tr>
|
733
|
+
<td>
|
734
|
+
<pre class="lines">
|
735
|
+
|
736
|
+
|
737
|
+
11
|
738
|
+
12
|
739
|
+
13</pre>
|
740
|
+
</td>
|
741
|
+
<td>
|
742
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 11</span>
|
743
|
+
|
744
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_bigIcon'>bigIcon</span>
|
745
|
+
<span class='ivar'>@bigIcon</span>
|
746
|
+
<span class='kw'>end</span></pre>
|
747
|
+
</td>
|
748
|
+
</tr>
|
749
|
+
</table>
|
750
|
+
</div>
|
751
|
+
|
752
|
+
|
753
|
+
<span id="data=-instance_method"></span>
|
754
|
+
<div class="method_details ">
|
755
|
+
<h3 class="signature " id="data-instance_method">
|
756
|
+
|
757
|
+
#<strong>data</strong> ⇒ <tt>Object</tt>
|
758
|
+
|
759
|
+
|
760
|
+
|
761
|
+
|
762
|
+
|
763
|
+
</h3><div class="docstring">
|
764
|
+
<div class="discussion">
|
765
|
+
|
766
|
+
<p>Item user data [Object]</p>
|
767
|
+
|
768
|
+
|
769
|
+
</div>
|
770
|
+
</div>
|
771
|
+
<div class="tags">
|
772
|
+
|
773
|
+
|
774
|
+
</div><table class="source_code">
|
775
|
+
<tr>
|
776
|
+
<td>
|
777
|
+
<pre class="lines">
|
778
|
+
|
779
|
+
|
780
|
+
17
|
781
|
+
18
|
782
|
+
19</pre>
|
783
|
+
</td>
|
784
|
+
<td>
|
785
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 17</span>
|
786
|
+
|
787
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_data'>data</span>
|
788
|
+
<span class='ivar'>@data</span>
|
789
|
+
<span class='kw'>end</span></pre>
|
790
|
+
</td>
|
791
|
+
</tr>
|
792
|
+
</table>
|
793
|
+
</div>
|
794
|
+
|
795
|
+
|
796
|
+
<span id=""></span>
|
797
|
+
<div class="method_details ">
|
798
|
+
<h3 class="signature " id="draggable=-instance_method">
|
799
|
+
|
800
|
+
#<strong>draggable=</strong>(value) ⇒ <tt>Object</tt> <span class="extras">(writeonly)</span>
|
801
|
+
|
802
|
+
|
803
|
+
|
804
|
+
|
805
|
+
|
806
|
+
</h3><div class="docstring">
|
807
|
+
<div class="discussion">
|
808
|
+
|
809
|
+
<p>Indicates whether this item is draggable or not [Boolean]</p>
|
810
|
+
|
811
|
+
|
812
|
+
</div>
|
813
|
+
</div>
|
814
|
+
<div class="tags">
|
815
|
+
|
816
|
+
|
817
|
+
</div><table class="source_code">
|
818
|
+
<tr>
|
819
|
+
<td>
|
820
|
+
<pre class="lines">
|
821
|
+
|
822
|
+
|
823
|
+
26
|
824
|
+
27
|
825
|
+
28</pre>
|
826
|
+
</td>
|
827
|
+
<td>
|
828
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 26</span>
|
829
|
+
|
830
|
+
<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>
|
831
|
+
<span class='ivar'>@draggable</span> <span class='op'>=</span> <span class='id identifier rubyid_value'>value</span>
|
832
|
+
<span class='kw'>end</span></pre>
|
833
|
+
</td>
|
834
|
+
</tr>
|
835
|
+
</table>
|
836
|
+
</div>
|
837
|
+
|
838
|
+
|
839
|
+
<span id=""></span>
|
840
|
+
<div class="method_details ">
|
841
|
+
<h3 class="signature " id="enabled=-instance_method">
|
842
|
+
|
843
|
+
#<strong>enabled=</strong>(value) ⇒ <tt>Object</tt> <span class="extras">(writeonly)</span>
|
844
|
+
|
845
|
+
|
846
|
+
|
847
|
+
|
848
|
+
|
849
|
+
</h3><div class="docstring">
|
850
|
+
<div class="discussion">
|
851
|
+
|
852
|
+
<p>Indicates whether this item is enabled or not [Boolean]</p>
|
853
|
+
|
854
|
+
|
855
|
+
</div>
|
856
|
+
</div>
|
857
|
+
<div class="tags">
|
858
|
+
|
859
|
+
|
860
|
+
</div><table class="source_code">
|
861
|
+
<tr>
|
862
|
+
<td>
|
863
|
+
<pre class="lines">
|
864
|
+
|
865
|
+
|
866
|
+
23
|
867
|
+
24
|
868
|
+
25</pre>
|
869
|
+
</td>
|
870
|
+
<td>
|
871
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 23</span>
|
872
|
+
|
873
|
+
<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>
|
874
|
+
<span class='ivar'>@enabled</span> <span class='op'>=</span> <span class='id identifier rubyid_value'>value</span>
|
875
|
+
<span class='kw'>end</span></pre>
|
876
|
+
</td>
|
877
|
+
</tr>
|
878
|
+
</table>
|
879
|
+
</div>
|
880
|
+
|
881
|
+
|
882
|
+
<span id="miniIcon=-instance_method"></span>
|
883
|
+
<div class="method_details ">
|
884
|
+
<h3 class="signature " id="miniIcon-instance_method">
|
885
|
+
|
886
|
+
#<strong>miniIcon</strong> ⇒ <tt>Object</tt>
|
887
|
+
|
888
|
+
|
889
|
+
|
890
|
+
|
891
|
+
|
892
|
+
</h3><div class="docstring">
|
893
|
+
<div class="discussion">
|
894
|
+
|
895
|
+
<p>Mini icon <span class='object_link'><a href="FXIcon.html" title="Fox::FXIcon (class)">Fox::FXIcon</a></span></p>
|
896
|
+
|
897
|
+
|
898
|
+
</div>
|
899
|
+
</div>
|
900
|
+
<div class="tags">
|
901
|
+
|
902
|
+
|
903
|
+
</div><table class="source_code">
|
904
|
+
<tr>
|
905
|
+
<td>
|
906
|
+
<pre class="lines">
|
907
|
+
|
908
|
+
|
909
|
+
14
|
910
|
+
15
|
911
|
+
16</pre>
|
912
|
+
</td>
|
913
|
+
<td>
|
914
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 14</span>
|
915
|
+
|
916
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_miniIcon'>miniIcon</span>
|
917
|
+
<span class='ivar'>@miniIcon</span>
|
918
|
+
<span class='kw'>end</span></pre>
|
919
|
+
</td>
|
920
|
+
</tr>
|
921
|
+
</table>
|
922
|
+
</div>
|
923
|
+
|
924
|
+
|
925
|
+
<span id=""></span>
|
926
|
+
<div class="method_details ">
|
927
|
+
<h3 class="signature " id="selected=-instance_method">
|
928
|
+
|
929
|
+
#<strong>selected=</strong>(value) ⇒ <tt>Object</tt> <span class="extras">(writeonly)</span>
|
930
|
+
|
931
|
+
|
932
|
+
|
933
|
+
|
934
|
+
|
935
|
+
</h3><div class="docstring">
|
936
|
+
<div class="discussion">
|
937
|
+
|
938
|
+
<p>Indicates whether this item is selected or not [Boolean]</p>
|
939
|
+
|
940
|
+
|
941
|
+
</div>
|
942
|
+
</div>
|
943
|
+
<div class="tags">
|
944
|
+
|
945
|
+
|
946
|
+
</div><table class="source_code">
|
947
|
+
<tr>
|
948
|
+
<td>
|
949
|
+
<pre class="lines">
|
950
|
+
|
951
|
+
|
952
|
+
20
|
953
|
+
21
|
954
|
+
22</pre>
|
955
|
+
</td>
|
956
|
+
<td>
|
957
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 20</span>
|
958
|
+
|
959
|
+
<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>
|
960
|
+
<span class='ivar'>@selected</span> <span class='op'>=</span> <span class='id identifier rubyid_value'>value</span>
|
961
|
+
<span class='kw'>end</span></pre>
|
962
|
+
</td>
|
963
|
+
</tr>
|
964
|
+
</table>
|
965
|
+
</div>
|
966
|
+
|
967
|
+
|
968
|
+
<span id="text=-instance_method"></span>
|
969
|
+
<div class="method_details ">
|
970
|
+
<h3 class="signature " id="text-instance_method">
|
971
|
+
|
972
|
+
#<strong>text</strong> ⇒ <tt>Object</tt>
|
973
|
+
|
974
|
+
|
975
|
+
|
976
|
+
|
977
|
+
|
978
|
+
</h3><div class="docstring">
|
979
|
+
<div class="discussion">
|
980
|
+
|
981
|
+
<p>Item text [String]</p>
|
982
|
+
|
983
|
+
|
984
|
+
</div>
|
985
|
+
</div>
|
986
|
+
<div class="tags">
|
987
|
+
|
988
|
+
|
989
|
+
</div><table class="source_code">
|
990
|
+
<tr>
|
991
|
+
<td>
|
992
|
+
<pre class="lines">
|
993
|
+
|
994
|
+
|
995
|
+
8
|
996
|
+
9
|
997
|
+
10</pre>
|
998
|
+
</td>
|
999
|
+
<td>
|
1000
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 8</span>
|
1001
|
+
|
1002
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_text'>text</span>
|
1003
|
+
<span class='ivar'>@text</span>
|
1004
|
+
<span class='kw'>end</span></pre>
|
1005
|
+
</td>
|
1006
|
+
</tr>
|
1007
|
+
</table>
|
1008
|
+
</div>
|
1009
|
+
|
1010
|
+
</div>
|
1011
|
+
|
1012
|
+
|
1013
|
+
<div id="instance_method_details" class="method_details_list">
|
1014
|
+
<h2>Instance Method Details</h2>
|
1015
|
+
|
1016
|
+
|
1017
|
+
<div class="method_details first">
|
1018
|
+
<h3 class="signature first" id="<=>-instance_method">
|
1019
|
+
|
1020
|
+
#<strong><=></strong>(otherItem) ⇒ <tt>Object</tt>
|
1021
|
+
|
1022
|
+
|
1023
|
+
|
1024
|
+
|
1025
|
+
|
1026
|
+
</h3><table class="source_code">
|
1027
|
+
<tr>
|
1028
|
+
<td>
|
1029
|
+
<pre class="lines">
|
1030
|
+
|
1031
|
+
|
1032
|
+
4
|
1033
|
+
5
|
1034
|
+
6</pre>
|
1035
|
+
</td>
|
1036
|
+
<td>
|
1037
|
+
<pre class="code"><span class="info file"># File 'lib/fox16/core.rb', line 4</span>
|
1038
|
+
|
1039
|
+
<span class='kw'>def</span> <span class='op'><=></span><span class='lparen'>(</span><span class='id identifier rubyid_otherItem'>otherItem</span><span class='rparen'>)</span>
|
1040
|
+
<span class='id identifier rubyid_text'>text</span> <span class='op'><=></span> <span class='id identifier rubyid_otherItem'>otherItem</span><span class='period'>.</span><span class='id identifier rubyid_text'>text</span>
|
1041
|
+
<span class='kw'>end</span></pre>
|
1042
|
+
</td>
|
1043
|
+
</tr>
|
1044
|
+
</table>
|
1045
|
+
</div>
|
1046
|
+
|
1047
|
+
<div class="method_details ">
|
1048
|
+
<h3 class="signature " id="create-instance_method">
|
1049
|
+
|
1050
|
+
#<strong>create</strong> ⇒ <tt>Object</tt>
|
1051
|
+
|
1052
|
+
|
1053
|
+
|
1054
|
+
|
1055
|
+
|
1056
|
+
</h3><div class="docstring">
|
1057
|
+
<div class="discussion">
|
1058
|
+
|
1059
|
+
<p>Create this item</p>
|
1060
|
+
|
1061
|
+
|
1062
|
+
</div>
|
1063
|
+
</div>
|
1064
|
+
<div class="tags">
|
1065
|
+
|
1066
|
+
|
1067
|
+
</div><table class="source_code">
|
1068
|
+
<tr>
|
1069
|
+
<td>
|
1070
|
+
<pre class="lines">
|
1071
|
+
|
1072
|
+
|
1073
|
+
57</pre>
|
1074
|
+
</td>
|
1075
|
+
<td>
|
1076
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 57</span>
|
1077
|
+
|
1078
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_create'>create</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1079
|
+
</td>
|
1080
|
+
</tr>
|
1081
|
+
</table>
|
1082
|
+
</div>
|
1083
|
+
|
1084
|
+
<div class="method_details ">
|
1085
|
+
<h3 class="signature " id="destroy-instance_method">
|
1086
|
+
|
1087
|
+
#<strong>destroy</strong> ⇒ <tt>Object</tt>
|
1088
|
+
|
1089
|
+
|
1090
|
+
|
1091
|
+
|
1092
|
+
|
1093
|
+
</h3><div class="docstring">
|
1094
|
+
<div class="discussion">
|
1095
|
+
|
1096
|
+
<p>Destroy this item</p>
|
1097
|
+
|
1098
|
+
|
1099
|
+
</div>
|
1100
|
+
</div>
|
1101
|
+
<div class="tags">
|
1102
|
+
|
1103
|
+
|
1104
|
+
</div><table class="source_code">
|
1105
|
+
<tr>
|
1106
|
+
<td>
|
1107
|
+
<pre class="lines">
|
1108
|
+
|
1109
|
+
|
1110
|
+
63</pre>
|
1111
|
+
</td>
|
1112
|
+
<td>
|
1113
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 63</span>
|
1114
|
+
|
1115
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_destroy'>destroy</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1116
|
+
</td>
|
1117
|
+
</tr>
|
1118
|
+
</table>
|
1119
|
+
</div>
|
1120
|
+
|
1121
|
+
<div class="method_details ">
|
1122
|
+
<h3 class="signature " id="detach-instance_method">
|
1123
|
+
|
1124
|
+
#<strong>detach</strong> ⇒ <tt>Object</tt>
|
1125
|
+
|
1126
|
+
|
1127
|
+
|
1128
|
+
|
1129
|
+
|
1130
|
+
</h3><div class="docstring">
|
1131
|
+
<div class="discussion">
|
1132
|
+
|
1133
|
+
<p>Detach this item</p>
|
1134
|
+
|
1135
|
+
|
1136
|
+
</div>
|
1137
|
+
</div>
|
1138
|
+
<div class="tags">
|
1139
|
+
|
1140
|
+
|
1141
|
+
</div><table class="source_code">
|
1142
|
+
<tr>
|
1143
|
+
<td>
|
1144
|
+
<pre class="lines">
|
1145
|
+
|
1146
|
+
|
1147
|
+
60</pre>
|
1148
|
+
</td>
|
1149
|
+
<td>
|
1150
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 60</span>
|
1151
|
+
|
1152
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_detach'>detach</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1153
|
+
</td>
|
1154
|
+
</tr>
|
1155
|
+
</table>
|
1156
|
+
</div>
|
1157
|
+
|
1158
|
+
<div class="method_details ">
|
1159
|
+
<h3 class="signature " id="draggable?-instance_method">
|
1160
|
+
|
1161
|
+
#<strong>draggable?</strong> ⇒ <tt>Boolean</tt>
|
1162
|
+
|
1163
|
+
|
1164
|
+
|
1165
|
+
|
1166
|
+
|
1167
|
+
</h3><div class="docstring">
|
1168
|
+
<div class="discussion">
|
1169
|
+
|
1170
|
+
<p>Return <code>true</code> if this item is draggable</p>
|
1171
|
+
|
1172
|
+
|
1173
|
+
</div>
|
1174
|
+
</div>
|
1175
|
+
<div class="tags">
|
1176
|
+
|
1177
|
+
<p class="tag_title">Returns:</p>
|
1178
|
+
<ul class="return">
|
1179
|
+
|
1180
|
+
<li>
|
1181
|
+
|
1182
|
+
|
1183
|
+
<span class='type'>(<tt>Boolean</tt>)</span>
|
1184
|
+
|
1185
|
+
|
1186
|
+
|
1187
|
+
</li>
|
1188
|
+
|
1189
|
+
</ul>
|
1190
|
+
|
1191
|
+
</div><table class="source_code">
|
1192
|
+
<tr>
|
1193
|
+
<td>
|
1194
|
+
<pre class="lines">
|
1195
|
+
|
1196
|
+
|
1197
|
+
48</pre>
|
1198
|
+
</td>
|
1199
|
+
<td>
|
1200
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 48</span>
|
1201
|
+
|
1202
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_draggable?'>draggable?</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1203
|
+
</td>
|
1204
|
+
</tr>
|
1205
|
+
</table>
|
1206
|
+
</div>
|
1207
|
+
|
1208
|
+
<div class="method_details ">
|
1209
|
+
<h3 class="signature " id="enabled?-instance_method">
|
1210
|
+
|
1211
|
+
#<strong>enabled?</strong> ⇒ <tt>Boolean</tt>
|
1212
|
+
|
1213
|
+
|
1214
|
+
|
1215
|
+
|
1216
|
+
|
1217
|
+
</h3><div class="docstring">
|
1218
|
+
<div class="discussion">
|
1219
|
+
|
1220
|
+
<p>Return <code>true</code> if this item is enabled</p>
|
1221
|
+
|
1222
|
+
|
1223
|
+
</div>
|
1224
|
+
</div>
|
1225
|
+
<div class="tags">
|
1226
|
+
|
1227
|
+
<p class="tag_title">Returns:</p>
|
1228
|
+
<ul class="return">
|
1229
|
+
|
1230
|
+
<li>
|
1231
|
+
|
1232
|
+
|
1233
|
+
<span class='type'>(<tt>Boolean</tt>)</span>
|
1234
|
+
|
1235
|
+
|
1236
|
+
|
1237
|
+
</li>
|
1238
|
+
|
1239
|
+
</ul>
|
1240
|
+
|
1241
|
+
</div><table class="source_code">
|
1242
|
+
<tr>
|
1243
|
+
<td>
|
1244
|
+
<pre class="lines">
|
1245
|
+
|
1246
|
+
|
1247
|
+
45</pre>
|
1248
|
+
</td>
|
1249
|
+
<td>
|
1250
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 45</span>
|
1251
|
+
|
1252
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_enabled?'>enabled?</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1253
|
+
</td>
|
1254
|
+
</tr>
|
1255
|
+
</table>
|
1256
|
+
</div>
|
1257
|
+
|
1258
|
+
<div class="method_details ">
|
1259
|
+
<h3 class="signature " id="getHeight-instance_method">
|
1260
|
+
|
1261
|
+
#<strong>getHeight</strong>(iconList) ⇒ <tt>Object</tt>
|
1262
|
+
|
1263
|
+
|
1264
|
+
|
1265
|
+
|
1266
|
+
|
1267
|
+
</h3><div class="docstring">
|
1268
|
+
<div class="discussion">
|
1269
|
+
|
1270
|
+
<p>Return the height of this item</p>
|
1271
|
+
|
1272
|
+
|
1273
|
+
</div>
|
1274
|
+
</div>
|
1275
|
+
<div class="tags">
|
1276
|
+
|
1277
|
+
|
1278
|
+
</div><table class="source_code">
|
1279
|
+
<tr>
|
1280
|
+
<td>
|
1281
|
+
<pre class="lines">
|
1282
|
+
|
1283
|
+
|
1284
|
+
54</pre>
|
1285
|
+
</td>
|
1286
|
+
<td>
|
1287
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 54</span>
|
1288
|
+
|
1289
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_getHeight'>getHeight</span><span class='lparen'>(</span><span class='id identifier rubyid_iconList'>iconList</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1290
|
+
</td>
|
1291
|
+
</tr>
|
1292
|
+
</table>
|
1293
|
+
</div>
|
1294
|
+
|
1295
|
+
<div class="method_details ">
|
1296
|
+
<h3 class="signature " id="getWidth-instance_method">
|
1297
|
+
|
1298
|
+
#<strong>getWidth</strong>(iconList) ⇒ <tt>Object</tt>
|
1299
|
+
|
1300
|
+
|
1301
|
+
|
1302
|
+
|
1303
|
+
|
1304
|
+
</h3><div class="docstring">
|
1305
|
+
<div class="discussion">
|
1306
|
+
|
1307
|
+
<p>Return the width of this item</p>
|
1308
|
+
|
1309
|
+
|
1310
|
+
</div>
|
1311
|
+
</div>
|
1312
|
+
<div class="tags">
|
1313
|
+
|
1314
|
+
|
1315
|
+
</div><table class="source_code">
|
1316
|
+
<tr>
|
1317
|
+
<td>
|
1318
|
+
<pre class="lines">
|
1319
|
+
|
1320
|
+
|
1321
|
+
51</pre>
|
1322
|
+
</td>
|
1323
|
+
<td>
|
1324
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 51</span>
|
1325
|
+
|
1326
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_getWidth'>getWidth</span><span class='lparen'>(</span><span class='id identifier rubyid_iconList'>iconList</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1327
|
+
</td>
|
1328
|
+
</tr>
|
1329
|
+
</table>
|
1330
|
+
</div>
|
1331
|
+
|
1332
|
+
<div class="method_details ">
|
1333
|
+
<h3 class="signature " id="hasFocus?-instance_method">
|
1334
|
+
|
1335
|
+
#<strong>hasFocus?</strong> ⇒ <tt>Boolean</tt>
|
1336
|
+
|
1337
|
+
|
1338
|
+
|
1339
|
+
|
1340
|
+
|
1341
|
+
</h3><div class="docstring">
|
1342
|
+
<div class="discussion">
|
1343
|
+
|
1344
|
+
<p>Returns <code>true</code> if this item has the focus</p>
|
1345
|
+
|
1346
|
+
|
1347
|
+
</div>
|
1348
|
+
</div>
|
1349
|
+
<div class="tags">
|
1350
|
+
|
1351
|
+
<p class="tag_title">Returns:</p>
|
1352
|
+
<ul class="return">
|
1353
|
+
|
1354
|
+
<li>
|
1355
|
+
|
1356
|
+
|
1357
|
+
<span class='type'>(<tt>Boolean</tt>)</span>
|
1358
|
+
|
1359
|
+
|
1360
|
+
|
1361
|
+
</li>
|
1362
|
+
|
1363
|
+
</ul>
|
1364
|
+
|
1365
|
+
</div><table class="source_code">
|
1366
|
+
<tr>
|
1367
|
+
<td>
|
1368
|
+
<pre class="lines">
|
1369
|
+
|
1370
|
+
|
1371
|
+
39</pre>
|
1372
|
+
</td>
|
1373
|
+
<td>
|
1374
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 39</span>
|
1375
|
+
|
1376
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_hasFocus?'>hasFocus?</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1377
|
+
</td>
|
1378
|
+
</tr>
|
1379
|
+
</table>
|
1380
|
+
</div>
|
1381
|
+
|
1382
|
+
<div class="method_details ">
|
1383
|
+
<h3 class="signature " id="selected?-instance_method">
|
1384
|
+
|
1385
|
+
#<strong>selected?</strong> ⇒ <tt>Boolean</tt>
|
1386
|
+
|
1387
|
+
|
1388
|
+
|
1389
|
+
|
1390
|
+
|
1391
|
+
</h3><div class="docstring">
|
1392
|
+
<div class="discussion">
|
1393
|
+
|
1394
|
+
<p>Return <code>true</code> if this item is selected</p>
|
1395
|
+
|
1396
|
+
|
1397
|
+
</div>
|
1398
|
+
</div>
|
1399
|
+
<div class="tags">
|
1400
|
+
|
1401
|
+
<p class="tag_title">Returns:</p>
|
1402
|
+
<ul class="return">
|
1403
|
+
|
1404
|
+
<li>
|
1405
|
+
|
1406
|
+
|
1407
|
+
<span class='type'>(<tt>Boolean</tt>)</span>
|
1408
|
+
|
1409
|
+
|
1410
|
+
|
1411
|
+
</li>
|
1412
|
+
|
1413
|
+
</ul>
|
1414
|
+
|
1415
|
+
</div><table class="source_code">
|
1416
|
+
<tr>
|
1417
|
+
<td>
|
1418
|
+
<pre class="lines">
|
1419
|
+
|
1420
|
+
|
1421
|
+
42</pre>
|
1422
|
+
</td>
|
1423
|
+
<td>
|
1424
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 42</span>
|
1425
|
+
|
1426
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_selected?'>selected?</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1427
|
+
</td>
|
1428
|
+
</tr>
|
1429
|
+
</table>
|
1430
|
+
</div>
|
1431
|
+
|
1432
|
+
<div class="method_details ">
|
1433
|
+
<h3 class="signature " id="setFocus-instance_method">
|
1434
|
+
|
1435
|
+
#<strong>setFocus</strong>(focus) ⇒ <tt>Object</tt>
|
1436
|
+
|
1437
|
+
|
1438
|
+
|
1439
|
+
|
1440
|
+
|
1441
|
+
</h3><div class="docstring">
|
1442
|
+
<div class="discussion">
|
1443
|
+
|
1444
|
+
<p>Set the focused state for this item (where <em>focus</em> is either <code>true</code> or <code>false</code>)</p>
|
1445
|
+
|
1446
|
+
|
1447
|
+
</div>
|
1448
|
+
</div>
|
1449
|
+
<div class="tags">
|
1450
|
+
|
1451
|
+
|
1452
|
+
</div><table class="source_code">
|
1453
|
+
<tr>
|
1454
|
+
<td>
|
1455
|
+
<pre class="lines">
|
1456
|
+
|
1457
|
+
|
1458
|
+
36</pre>
|
1459
|
+
</td>
|
1460
|
+
<td>
|
1461
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 36</span>
|
1462
|
+
|
1463
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_setFocus'>setFocus</span><span class='lparen'>(</span><span class='id identifier rubyid_focus'>focus</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1464
|
+
</td>
|
1465
|
+
</tr>
|
1466
|
+
</table>
|
1467
|
+
</div>
|
1468
|
+
|
1469
|
+
<div class="method_details ">
|
1470
|
+
<h3 class="signature " id="to_s-instance_method">
|
1471
|
+
|
1472
|
+
#<strong>to_s</strong> ⇒ <tt>Object</tt>
|
1473
|
+
|
1474
|
+
|
1475
|
+
|
1476
|
+
|
1477
|
+
|
1478
|
+
</h3><div class="docstring">
|
1479
|
+
<div class="discussion">
|
1480
|
+
|
1481
|
+
<p>Return the icon item's text</p>
|
1482
|
+
|
1483
|
+
|
1484
|
+
</div>
|
1485
|
+
</div>
|
1486
|
+
<div class="tags">
|
1487
|
+
|
1488
|
+
|
1489
|
+
</div><table class="source_code">
|
1490
|
+
<tr>
|
1491
|
+
<td>
|
1492
|
+
<pre class="lines">
|
1493
|
+
|
1494
|
+
|
1495
|
+
33</pre>
|
1496
|
+
</td>
|
1497
|
+
<td>
|
1498
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXIconList.rb', line 33</span>
|
1499
|
+
|
1500
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span><span class='semicolon'>;</span> <span class='id identifier rubyid_text'>text</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1501
|
+
</td>
|
1502
|
+
</tr>
|
1503
|
+
</table>
|
1504
|
+
</div>
|
1505
|
+
|
1506
|
+
</div>
|
1507
|
+
|
1508
|
+
</div>
|
1509
|
+
|
1510
|
+
<div id="footer">
|
1511
|
+
Generated on Fri Nov 27 21:10:56 2020 by
|
1512
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1513
|
+
0.9.24 (ruby-2.7.2).
|
1514
|
+
</div>
|
1515
|
+
|
1516
|
+
</div>
|
1517
|
+
</body>
|
1518
|
+
</html>
|