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,1736 @@
|
|
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::FXEvent
|
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::FXEvent";
|
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">FXEvent</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::FXEvent
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
</h1>
|
67
|
+
<div class="box_info">
|
68
|
+
|
69
|
+
<dl>
|
70
|
+
<dt>Inherits:</dt>
|
71
|
+
<dd>
|
72
|
+
<span class="inheritName">Object</span>
|
73
|
+
|
74
|
+
<ul class="fullTree">
|
75
|
+
<li>Object</li>
|
76
|
+
|
77
|
+
<li class="next">Fox::FXEvent</li>
|
78
|
+
|
79
|
+
</ul>
|
80
|
+
<a href="#" class="inheritanceTree">show all</a>
|
81
|
+
|
82
|
+
</dd>
|
83
|
+
</dl>
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
<dl>
|
96
|
+
<dt>Defined in:</dt>
|
97
|
+
<dd>rdoc-sources/FXApp.rb</dd>
|
98
|
+
</dl>
|
99
|
+
|
100
|
+
</div>
|
101
|
+
|
102
|
+
<h2>Overview</h2><div class="docstring">
|
103
|
+
<div class="discussion">
|
104
|
+
|
105
|
+
<p>FOX Event</p>
|
106
|
+
|
107
|
+
|
108
|
+
</div>
|
109
|
+
</div>
|
110
|
+
<div class="tags">
|
111
|
+
|
112
|
+
|
113
|
+
</div>
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
118
|
+
<ul class="summary">
|
119
|
+
|
120
|
+
<li class="public ">
|
121
|
+
<span class="summary_signature">
|
122
|
+
|
123
|
+
<a href="#click_button-instance_method" title="#click_button (instance method)">#<strong>click_button</strong> ⇒ Object </a>
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
</span>
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
|
132
|
+
<span class="note title readonly">readonly</span>
|
133
|
+
|
134
|
+
|
135
|
+
|
136
|
+
|
137
|
+
|
138
|
+
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
<span class="summary_desc"><div class='inline'>
|
143
|
+
<p>Mouse button pressed [Integer].</p>
|
144
|
+
</div></span>
|
145
|
+
|
146
|
+
</li>
|
147
|
+
|
148
|
+
|
149
|
+
<li class="public ">
|
150
|
+
<span class="summary_signature">
|
151
|
+
|
152
|
+
<a href="#click_count-instance_method" title="#click_count (instance method)">#<strong>click_count</strong> ⇒ Object </a>
|
153
|
+
|
154
|
+
|
155
|
+
|
156
|
+
</span>
|
157
|
+
|
158
|
+
|
159
|
+
|
160
|
+
|
161
|
+
<span class="note title readonly">readonly</span>
|
162
|
+
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
|
167
|
+
|
168
|
+
|
169
|
+
|
170
|
+
|
171
|
+
<span class="summary_desc"><div class='inline'>
|
172
|
+
<p>Click count [Integer].</p>
|
173
|
+
</div></span>
|
174
|
+
|
175
|
+
</li>
|
176
|
+
|
177
|
+
|
178
|
+
<li class="public ">
|
179
|
+
<span class="summary_signature">
|
180
|
+
|
181
|
+
<a href="#click_time-instance_method" title="#click_time (instance method)">#<strong>click_time</strong> ⇒ Object </a>
|
182
|
+
|
183
|
+
|
184
|
+
|
185
|
+
</span>
|
186
|
+
|
187
|
+
|
188
|
+
|
189
|
+
|
190
|
+
<span class="note title readonly">readonly</span>
|
191
|
+
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
|
196
|
+
|
197
|
+
|
198
|
+
|
199
|
+
|
200
|
+
<span class="summary_desc"><div class='inline'>
|
201
|
+
<p>Time of mouse button press [Integer].</p>
|
202
|
+
</div></span>
|
203
|
+
|
204
|
+
</li>
|
205
|
+
|
206
|
+
|
207
|
+
<li class="public ">
|
208
|
+
<span class="summary_signature">
|
209
|
+
|
210
|
+
<a href="#click_x-instance_method" title="#click_x (instance method)">#<strong>click_x</strong> ⇒ Object </a>
|
211
|
+
|
212
|
+
|
213
|
+
|
214
|
+
</span>
|
215
|
+
|
216
|
+
|
217
|
+
|
218
|
+
|
219
|
+
<span class="note title readonly">readonly</span>
|
220
|
+
|
221
|
+
|
222
|
+
|
223
|
+
|
224
|
+
|
225
|
+
|
226
|
+
|
227
|
+
|
228
|
+
|
229
|
+
<span class="summary_desc"><div class='inline'>
|
230
|
+
<p>Window-relative x-coordinate of mouse press [Integer].</p>
|
231
|
+
</div></span>
|
232
|
+
|
233
|
+
</li>
|
234
|
+
|
235
|
+
|
236
|
+
<li class="public ">
|
237
|
+
<span class="summary_signature">
|
238
|
+
|
239
|
+
<a href="#click_y-instance_method" title="#click_y (instance method)">#<strong>click_y</strong> ⇒ Object </a>
|
240
|
+
|
241
|
+
|
242
|
+
|
243
|
+
</span>
|
244
|
+
|
245
|
+
|
246
|
+
|
247
|
+
|
248
|
+
<span class="note title readonly">readonly</span>
|
249
|
+
|
250
|
+
|
251
|
+
|
252
|
+
|
253
|
+
|
254
|
+
|
255
|
+
|
256
|
+
|
257
|
+
|
258
|
+
<span class="summary_desc"><div class='inline'>
|
259
|
+
<p>Window-relative y-coordinate of mouse press [Integer].</p>
|
260
|
+
</div></span>
|
261
|
+
|
262
|
+
</li>
|
263
|
+
|
264
|
+
|
265
|
+
<li class="public ">
|
266
|
+
<span class="summary_signature">
|
267
|
+
|
268
|
+
<a href="#code-instance_method" title="#code (instance method)">#<strong>code</strong> ⇒ Object </a>
|
269
|
+
|
270
|
+
|
271
|
+
|
272
|
+
</span>
|
273
|
+
|
274
|
+
|
275
|
+
|
276
|
+
|
277
|
+
<span class="note title readonly">readonly</span>
|
278
|
+
|
279
|
+
|
280
|
+
|
281
|
+
|
282
|
+
|
283
|
+
|
284
|
+
|
285
|
+
|
286
|
+
|
287
|
+
<span class="summary_desc"><div class='inline'>
|
288
|
+
<p>Button, keysym or mode; DDE source [Integer].</p>
|
289
|
+
</div></span>
|
290
|
+
|
291
|
+
</li>
|
292
|
+
|
293
|
+
|
294
|
+
<li class="public ">
|
295
|
+
<span class="summary_signature">
|
296
|
+
|
297
|
+
<a href="#last_x-instance_method" title="#last_x (instance method)">#<strong>last_x</strong> ⇒ Object </a>
|
298
|
+
|
299
|
+
|
300
|
+
|
301
|
+
</span>
|
302
|
+
|
303
|
+
|
304
|
+
|
305
|
+
|
306
|
+
<span class="note title readonly">readonly</span>
|
307
|
+
|
308
|
+
|
309
|
+
|
310
|
+
|
311
|
+
|
312
|
+
|
313
|
+
|
314
|
+
|
315
|
+
|
316
|
+
<span class="summary_desc"><div class='inline'>
|
317
|
+
<p>Window-relative x-coordinate of previous mouse location [Integer].</p>
|
318
|
+
</div></span>
|
319
|
+
|
320
|
+
</li>
|
321
|
+
|
322
|
+
|
323
|
+
<li class="public ">
|
324
|
+
<span class="summary_signature">
|
325
|
+
|
326
|
+
<a href="#last_y-instance_method" title="#last_y (instance method)">#<strong>last_y</strong> ⇒ Object </a>
|
327
|
+
|
328
|
+
|
329
|
+
|
330
|
+
</span>
|
331
|
+
|
332
|
+
|
333
|
+
|
334
|
+
|
335
|
+
<span class="note title readonly">readonly</span>
|
336
|
+
|
337
|
+
|
338
|
+
|
339
|
+
|
340
|
+
|
341
|
+
|
342
|
+
|
343
|
+
|
344
|
+
|
345
|
+
<span class="summary_desc"><div class='inline'>
|
346
|
+
<p>Window-relative y-coordinate of previous mouse location [Integer].</p>
|
347
|
+
</div></span>
|
348
|
+
|
349
|
+
</li>
|
350
|
+
|
351
|
+
|
352
|
+
<li class="public ">
|
353
|
+
<span class="summary_signature">
|
354
|
+
|
355
|
+
<a href="#root_x-instance_method" title="#root_x (instance method)">#<strong>root_x</strong> ⇒ Object </a>
|
356
|
+
|
357
|
+
|
358
|
+
|
359
|
+
</span>
|
360
|
+
|
361
|
+
|
362
|
+
|
363
|
+
|
364
|
+
<span class="note title readonly">readonly</span>
|
365
|
+
|
366
|
+
|
367
|
+
|
368
|
+
|
369
|
+
|
370
|
+
|
371
|
+
|
372
|
+
|
373
|
+
|
374
|
+
<span class="summary_desc"><div class='inline'>
|
375
|
+
<p>Root window x-coordinate [Integer].</p>
|
376
|
+
</div></span>
|
377
|
+
|
378
|
+
</li>
|
379
|
+
|
380
|
+
|
381
|
+
<li class="public ">
|
382
|
+
<span class="summary_signature">
|
383
|
+
|
384
|
+
<a href="#root_y-instance_method" title="#root_y (instance method)">#<strong>root_y</strong> ⇒ Object </a>
|
385
|
+
|
386
|
+
|
387
|
+
|
388
|
+
</span>
|
389
|
+
|
390
|
+
|
391
|
+
|
392
|
+
|
393
|
+
<span class="note title readonly">readonly</span>
|
394
|
+
|
395
|
+
|
396
|
+
|
397
|
+
|
398
|
+
|
399
|
+
|
400
|
+
|
401
|
+
|
402
|
+
|
403
|
+
<span class="summary_desc"><div class='inline'>
|
404
|
+
<p>Root window y-coordinate [Integer].</p>
|
405
|
+
</div></span>
|
406
|
+
|
407
|
+
</li>
|
408
|
+
|
409
|
+
|
410
|
+
<li class="public ">
|
411
|
+
<span class="summary_signature">
|
412
|
+
|
413
|
+
<a href="#rootclick_x-instance_method" title="#rootclick_x (instance method)">#<strong>rootclick_x</strong> ⇒ Object </a>
|
414
|
+
|
415
|
+
|
416
|
+
|
417
|
+
</span>
|
418
|
+
|
419
|
+
|
420
|
+
|
421
|
+
|
422
|
+
<span class="note title readonly">readonly</span>
|
423
|
+
|
424
|
+
|
425
|
+
|
426
|
+
|
427
|
+
|
428
|
+
|
429
|
+
|
430
|
+
|
431
|
+
|
432
|
+
<span class="summary_desc"><div class='inline'>
|
433
|
+
<p>Root window x-coordinate of mouse press [Integer].</p>
|
434
|
+
</div></span>
|
435
|
+
|
436
|
+
</li>
|
437
|
+
|
438
|
+
|
439
|
+
<li class="public ">
|
440
|
+
<span class="summary_signature">
|
441
|
+
|
442
|
+
<a href="#rootclick_y-instance_method" title="#rootclick_y (instance method)">#<strong>rootclick_y</strong> ⇒ Object </a>
|
443
|
+
|
444
|
+
|
445
|
+
|
446
|
+
</span>
|
447
|
+
|
448
|
+
|
449
|
+
|
450
|
+
|
451
|
+
<span class="note title readonly">readonly</span>
|
452
|
+
|
453
|
+
|
454
|
+
|
455
|
+
|
456
|
+
|
457
|
+
|
458
|
+
|
459
|
+
|
460
|
+
|
461
|
+
<span class="summary_desc"><div class='inline'>
|
462
|
+
<p>Root window y-coordinate of mouse press [Integer].</p>
|
463
|
+
</div></span>
|
464
|
+
|
465
|
+
</li>
|
466
|
+
|
467
|
+
|
468
|
+
<li class="public ">
|
469
|
+
<span class="summary_signature">
|
470
|
+
|
471
|
+
<a href="#state-instance_method" title="#state (instance method)">#<strong>state</strong> ⇒ Object </a>
|
472
|
+
|
473
|
+
|
474
|
+
|
475
|
+
</span>
|
476
|
+
|
477
|
+
|
478
|
+
|
479
|
+
|
480
|
+
<span class="note title readonly">readonly</span>
|
481
|
+
|
482
|
+
|
483
|
+
|
484
|
+
|
485
|
+
|
486
|
+
|
487
|
+
|
488
|
+
|
489
|
+
|
490
|
+
<span class="summary_desc"><div class='inline'>
|
491
|
+
<p>Keyboard/modifier state [Integer].</p>
|
492
|
+
</div></span>
|
493
|
+
|
494
|
+
</li>
|
495
|
+
|
496
|
+
|
497
|
+
<li class="public ">
|
498
|
+
<span class="summary_signature">
|
499
|
+
|
500
|
+
<a href="#target-instance_method" title="#target (instance method)">#<strong>target</strong> ⇒ Object </a>
|
501
|
+
|
502
|
+
|
503
|
+
|
504
|
+
</span>
|
505
|
+
|
506
|
+
|
507
|
+
|
508
|
+
|
509
|
+
<span class="note title readonly">readonly</span>
|
510
|
+
|
511
|
+
|
512
|
+
|
513
|
+
|
514
|
+
|
515
|
+
|
516
|
+
|
517
|
+
|
518
|
+
|
519
|
+
<span class="summary_desc"><div class='inline'>
|
520
|
+
<p>Target drag type being requested [Integer].</p>
|
521
|
+
</div></span>
|
522
|
+
|
523
|
+
</li>
|
524
|
+
|
525
|
+
|
526
|
+
<li class="public ">
|
527
|
+
<span class="summary_signature">
|
528
|
+
|
529
|
+
<a href="#text-instance_method" title="#text (instance method)">#<strong>text</strong> ⇒ Object </a>
|
530
|
+
|
531
|
+
|
532
|
+
|
533
|
+
</span>
|
534
|
+
|
535
|
+
|
536
|
+
|
537
|
+
|
538
|
+
<span class="note title readonly">readonly</span>
|
539
|
+
|
540
|
+
|
541
|
+
|
542
|
+
|
543
|
+
|
544
|
+
|
545
|
+
|
546
|
+
|
547
|
+
|
548
|
+
<span class="summary_desc"><div class='inline'>
|
549
|
+
<p>Text of keyboard event [String].</p>
|
550
|
+
</div></span>
|
551
|
+
|
552
|
+
</li>
|
553
|
+
|
554
|
+
|
555
|
+
<li class="public ">
|
556
|
+
<span class="summary_signature">
|
557
|
+
|
558
|
+
<a href="#time-instance_method" title="#time (instance method)">#<strong>time</strong> ⇒ Object </a>
|
559
|
+
|
560
|
+
|
561
|
+
|
562
|
+
</span>
|
563
|
+
|
564
|
+
|
565
|
+
|
566
|
+
|
567
|
+
<span class="note title readonly">readonly</span>
|
568
|
+
|
569
|
+
|
570
|
+
|
571
|
+
|
572
|
+
|
573
|
+
|
574
|
+
|
575
|
+
|
576
|
+
|
577
|
+
<span class="summary_desc"><div class='inline'>
|
578
|
+
<p>Time of last event [Integer].</p>
|
579
|
+
</div></span>
|
580
|
+
|
581
|
+
</li>
|
582
|
+
|
583
|
+
|
584
|
+
<li class="public ">
|
585
|
+
<span class="summary_signature">
|
586
|
+
|
587
|
+
<a href="#type-instance_method" title="#type (instance method)">#<strong>type</strong> ⇒ Object </a>
|
588
|
+
|
589
|
+
|
590
|
+
|
591
|
+
</span>
|
592
|
+
|
593
|
+
|
594
|
+
|
595
|
+
|
596
|
+
<span class="note title readonly">readonly</span>
|
597
|
+
|
598
|
+
|
599
|
+
|
600
|
+
|
601
|
+
|
602
|
+
|
603
|
+
|
604
|
+
|
605
|
+
|
606
|
+
<span class="summary_desc"><div class='inline'>
|
607
|
+
<p>Event type [Integer].</p>
|
608
|
+
</div></span>
|
609
|
+
|
610
|
+
</li>
|
611
|
+
|
612
|
+
|
613
|
+
<li class="public ">
|
614
|
+
<span class="summary_signature">
|
615
|
+
|
616
|
+
<a href="#win_x-instance_method" title="#win_x (instance method)">#<strong>win_x</strong> ⇒ Object </a>
|
617
|
+
|
618
|
+
|
619
|
+
|
620
|
+
</span>
|
621
|
+
|
622
|
+
|
623
|
+
|
624
|
+
|
625
|
+
<span class="note title readonly">readonly</span>
|
626
|
+
|
627
|
+
|
628
|
+
|
629
|
+
|
630
|
+
|
631
|
+
|
632
|
+
|
633
|
+
|
634
|
+
|
635
|
+
<span class="summary_desc"><div class='inline'>
|
636
|
+
<p>Window-relative x-coordinate [Integer].</p>
|
637
|
+
</div></span>
|
638
|
+
|
639
|
+
</li>
|
640
|
+
|
641
|
+
|
642
|
+
<li class="public ">
|
643
|
+
<span class="summary_signature">
|
644
|
+
|
645
|
+
<a href="#win_y-instance_method" title="#win_y (instance method)">#<strong>win_y</strong> ⇒ Object </a>
|
646
|
+
|
647
|
+
|
648
|
+
|
649
|
+
</span>
|
650
|
+
|
651
|
+
|
652
|
+
|
653
|
+
|
654
|
+
<span class="note title readonly">readonly</span>
|
655
|
+
|
656
|
+
|
657
|
+
|
658
|
+
|
659
|
+
|
660
|
+
|
661
|
+
|
662
|
+
|
663
|
+
|
664
|
+
<span class="summary_desc"><div class='inline'>
|
665
|
+
<p>Window-relative y-coordinate [Integer].</p>
|
666
|
+
</div></span>
|
667
|
+
|
668
|
+
</li>
|
669
|
+
|
670
|
+
|
671
|
+
</ul>
|
672
|
+
|
673
|
+
|
674
|
+
|
675
|
+
|
676
|
+
|
677
|
+
<h2>
|
678
|
+
Instance Method Summary
|
679
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
680
|
+
</h2>
|
681
|
+
|
682
|
+
<ul class="summary">
|
683
|
+
|
684
|
+
<li class="public ">
|
685
|
+
<span class="summary_signature">
|
686
|
+
|
687
|
+
<a href="#moved%3F-instance_method" title="#moved? (instance method)">#<strong>moved?</strong> ⇒ Boolean </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>Return true if cursor moved since last press.</p>
|
703
|
+
</div></span>
|
704
|
+
|
705
|
+
</li>
|
706
|
+
|
707
|
+
|
708
|
+
<li class="public ">
|
709
|
+
<span class="summary_signature">
|
710
|
+
|
711
|
+
<a href="#rect-instance_method" title="#rect (instance method)">#<strong>rect</strong> ⇒ 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>Exposed rectangle for paint events.</p>
|
727
|
+
</div></span>
|
728
|
+
|
729
|
+
</li>
|
730
|
+
|
731
|
+
|
732
|
+
<li class="public ">
|
733
|
+
<span class="summary_signature">
|
734
|
+
|
735
|
+
<a href="#synthetic%3F-instance_method" title="#synthetic? (instance method)">#<strong>synthetic?</strong> ⇒ Boolean </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 true if this is a synthetic expose event.</p>
|
751
|
+
</div></span>
|
752
|
+
|
753
|
+
</li>
|
754
|
+
|
755
|
+
|
756
|
+
</ul>
|
757
|
+
|
758
|
+
|
759
|
+
|
760
|
+
<div id="instance_attr_details" class="attr_details">
|
761
|
+
<h2>Instance Attribute Details</h2>
|
762
|
+
|
763
|
+
|
764
|
+
<span id=""></span>
|
765
|
+
<div class="method_details first">
|
766
|
+
<h3 class="signature first" id="click_button-instance_method">
|
767
|
+
|
768
|
+
#<strong>click_button</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
769
|
+
|
770
|
+
|
771
|
+
|
772
|
+
|
773
|
+
|
774
|
+
</h3><div class="docstring">
|
775
|
+
<div class="discussion">
|
776
|
+
|
777
|
+
<p>Mouse button pressed [Integer]</p>
|
778
|
+
|
779
|
+
|
780
|
+
</div>
|
781
|
+
</div>
|
782
|
+
<div class="tags">
|
783
|
+
|
784
|
+
|
785
|
+
</div><table class="source_code">
|
786
|
+
<tr>
|
787
|
+
<td>
|
788
|
+
<pre class="lines">
|
789
|
+
|
790
|
+
|
791
|
+
54
|
792
|
+
55
|
793
|
+
56</pre>
|
794
|
+
</td>
|
795
|
+
<td>
|
796
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXApp.rb', line 54</span>
|
797
|
+
|
798
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_click_button'>click_button</span>
|
799
|
+
<span class='ivar'>@click_button</span>
|
800
|
+
<span class='kw'>end</span></pre>
|
801
|
+
</td>
|
802
|
+
</tr>
|
803
|
+
</table>
|
804
|
+
</div>
|
805
|
+
|
806
|
+
|
807
|
+
<span id=""></span>
|
808
|
+
<div class="method_details ">
|
809
|
+
<h3 class="signature " id="click_count-instance_method">
|
810
|
+
|
811
|
+
#<strong>click_count</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
812
|
+
|
813
|
+
|
814
|
+
|
815
|
+
|
816
|
+
|
817
|
+
</h3><div class="docstring">
|
818
|
+
<div class="discussion">
|
819
|
+
|
820
|
+
<p>Click count [Integer]</p>
|
821
|
+
|
822
|
+
|
823
|
+
</div>
|
824
|
+
</div>
|
825
|
+
<div class="tags">
|
826
|
+
|
827
|
+
|
828
|
+
</div><table class="source_code">
|
829
|
+
<tr>
|
830
|
+
<td>
|
831
|
+
<pre class="lines">
|
832
|
+
|
833
|
+
|
834
|
+
57
|
835
|
+
58
|
836
|
+
59</pre>
|
837
|
+
</td>
|
838
|
+
<td>
|
839
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXApp.rb', line 57</span>
|
840
|
+
|
841
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_click_count'>click_count</span>
|
842
|
+
<span class='ivar'>@click_count</span>
|
843
|
+
<span class='kw'>end</span></pre>
|
844
|
+
</td>
|
845
|
+
</tr>
|
846
|
+
</table>
|
847
|
+
</div>
|
848
|
+
|
849
|
+
|
850
|
+
<span id=""></span>
|
851
|
+
<div class="method_details ">
|
852
|
+
<h3 class="signature " id="click_time-instance_method">
|
853
|
+
|
854
|
+
#<strong>click_time</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
855
|
+
|
856
|
+
|
857
|
+
|
858
|
+
|
859
|
+
|
860
|
+
</h3><div class="docstring">
|
861
|
+
<div class="discussion">
|
862
|
+
|
863
|
+
<p>Time of mouse button press [Integer]</p>
|
864
|
+
|
865
|
+
|
866
|
+
</div>
|
867
|
+
</div>
|
868
|
+
<div class="tags">
|
869
|
+
|
870
|
+
|
871
|
+
</div><table class="source_code">
|
872
|
+
<tr>
|
873
|
+
<td>
|
874
|
+
<pre class="lines">
|
875
|
+
|
876
|
+
|
877
|
+
51
|
878
|
+
52
|
879
|
+
53</pre>
|
880
|
+
</td>
|
881
|
+
<td>
|
882
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXApp.rb', line 51</span>
|
883
|
+
|
884
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_click_time'>click_time</span>
|
885
|
+
<span class='ivar'>@click_time</span>
|
886
|
+
<span class='kw'>end</span></pre>
|
887
|
+
</td>
|
888
|
+
</tr>
|
889
|
+
</table>
|
890
|
+
</div>
|
891
|
+
|
892
|
+
|
893
|
+
<span id=""></span>
|
894
|
+
<div class="method_details ">
|
895
|
+
<h3 class="signature " id="click_x-instance_method">
|
896
|
+
|
897
|
+
#<strong>click_x</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
898
|
+
|
899
|
+
|
900
|
+
|
901
|
+
|
902
|
+
|
903
|
+
</h3><div class="docstring">
|
904
|
+
<div class="discussion">
|
905
|
+
|
906
|
+
<p>Window-relative x-coordinate of mouse press [Integer]</p>
|
907
|
+
|
908
|
+
|
909
|
+
</div>
|
910
|
+
</div>
|
911
|
+
<div class="tags">
|
912
|
+
|
913
|
+
|
914
|
+
</div><table class="source_code">
|
915
|
+
<tr>
|
916
|
+
<td>
|
917
|
+
<pre class="lines">
|
918
|
+
|
919
|
+
|
920
|
+
39
|
921
|
+
40
|
922
|
+
41</pre>
|
923
|
+
</td>
|
924
|
+
<td>
|
925
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXApp.rb', line 39</span>
|
926
|
+
|
927
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_click_x'>click_x</span>
|
928
|
+
<span class='ivar'>@click_x</span>
|
929
|
+
<span class='kw'>end</span></pre>
|
930
|
+
</td>
|
931
|
+
</tr>
|
932
|
+
</table>
|
933
|
+
</div>
|
934
|
+
|
935
|
+
|
936
|
+
<span id=""></span>
|
937
|
+
<div class="method_details ">
|
938
|
+
<h3 class="signature " id="click_y-instance_method">
|
939
|
+
|
940
|
+
#<strong>click_y</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
941
|
+
|
942
|
+
|
943
|
+
|
944
|
+
|
945
|
+
|
946
|
+
</h3><div class="docstring">
|
947
|
+
<div class="discussion">
|
948
|
+
|
949
|
+
<p>Window-relative y-coordinate of mouse press [Integer]</p>
|
950
|
+
|
951
|
+
|
952
|
+
</div>
|
953
|
+
</div>
|
954
|
+
<div class="tags">
|
955
|
+
|
956
|
+
|
957
|
+
</div><table class="source_code">
|
958
|
+
<tr>
|
959
|
+
<td>
|
960
|
+
<pre class="lines">
|
961
|
+
|
962
|
+
|
963
|
+
42
|
964
|
+
43
|
965
|
+
44</pre>
|
966
|
+
</td>
|
967
|
+
<td>
|
968
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXApp.rb', line 42</span>
|
969
|
+
|
970
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_click_y'>click_y</span>
|
971
|
+
<span class='ivar'>@click_y</span>
|
972
|
+
<span class='kw'>end</span></pre>
|
973
|
+
</td>
|
974
|
+
</tr>
|
975
|
+
</table>
|
976
|
+
</div>
|
977
|
+
|
978
|
+
|
979
|
+
<span id=""></span>
|
980
|
+
<div class="method_details ">
|
981
|
+
<h3 class="signature " id="code-instance_method">
|
982
|
+
|
983
|
+
#<strong>code</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
984
|
+
|
985
|
+
|
986
|
+
|
987
|
+
|
988
|
+
|
989
|
+
</h3><div class="docstring">
|
990
|
+
<div class="discussion">
|
991
|
+
|
992
|
+
<p>Button, keysym or mode; DDE source [Integer]</p>
|
993
|
+
|
994
|
+
|
995
|
+
</div>
|
996
|
+
</div>
|
997
|
+
<div class="tags">
|
998
|
+
|
999
|
+
|
1000
|
+
</div><table class="source_code">
|
1001
|
+
<tr>
|
1002
|
+
<td>
|
1003
|
+
<pre class="lines">
|
1004
|
+
|
1005
|
+
|
1006
|
+
27
|
1007
|
+
28
|
1008
|
+
29</pre>
|
1009
|
+
</td>
|
1010
|
+
<td>
|
1011
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXApp.rb', line 27</span>
|
1012
|
+
|
1013
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_code'>code</span>
|
1014
|
+
<span class='ivar'>@code</span>
|
1015
|
+
<span class='kw'>end</span></pre>
|
1016
|
+
</td>
|
1017
|
+
</tr>
|
1018
|
+
</table>
|
1019
|
+
</div>
|
1020
|
+
|
1021
|
+
|
1022
|
+
<span id=""></span>
|
1023
|
+
<div class="method_details ">
|
1024
|
+
<h3 class="signature " id="last_x-instance_method">
|
1025
|
+
|
1026
|
+
#<strong>last_x</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1027
|
+
|
1028
|
+
|
1029
|
+
|
1030
|
+
|
1031
|
+
|
1032
|
+
</h3><div class="docstring">
|
1033
|
+
<div class="discussion">
|
1034
|
+
|
1035
|
+
<p>Window-relative x-coordinate of previous mouse location [Integer]</p>
|
1036
|
+
|
1037
|
+
|
1038
|
+
</div>
|
1039
|
+
</div>
|
1040
|
+
<div class="tags">
|
1041
|
+
|
1042
|
+
|
1043
|
+
</div><table class="source_code">
|
1044
|
+
<tr>
|
1045
|
+
<td>
|
1046
|
+
<pre class="lines">
|
1047
|
+
|
1048
|
+
|
1049
|
+
33
|
1050
|
+
34
|
1051
|
+
35</pre>
|
1052
|
+
</td>
|
1053
|
+
<td>
|
1054
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXApp.rb', line 33</span>
|
1055
|
+
|
1056
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_last_x'>last_x</span>
|
1057
|
+
<span class='ivar'>@last_x</span>
|
1058
|
+
<span class='kw'>end</span></pre>
|
1059
|
+
</td>
|
1060
|
+
</tr>
|
1061
|
+
</table>
|
1062
|
+
</div>
|
1063
|
+
|
1064
|
+
|
1065
|
+
<span id=""></span>
|
1066
|
+
<div class="method_details ">
|
1067
|
+
<h3 class="signature " id="last_y-instance_method">
|
1068
|
+
|
1069
|
+
#<strong>last_y</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1070
|
+
|
1071
|
+
|
1072
|
+
|
1073
|
+
|
1074
|
+
|
1075
|
+
</h3><div class="docstring">
|
1076
|
+
<div class="discussion">
|
1077
|
+
|
1078
|
+
<p>Window-relative y-coordinate of previous mouse location [Integer]</p>
|
1079
|
+
|
1080
|
+
|
1081
|
+
</div>
|
1082
|
+
</div>
|
1083
|
+
<div class="tags">
|
1084
|
+
|
1085
|
+
|
1086
|
+
</div><table class="source_code">
|
1087
|
+
<tr>
|
1088
|
+
<td>
|
1089
|
+
<pre class="lines">
|
1090
|
+
|
1091
|
+
|
1092
|
+
36
|
1093
|
+
37
|
1094
|
+
38</pre>
|
1095
|
+
</td>
|
1096
|
+
<td>
|
1097
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXApp.rb', line 36</span>
|
1098
|
+
|
1099
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_last_y'>last_y</span>
|
1100
|
+
<span class='ivar'>@last_y</span>
|
1101
|
+
<span class='kw'>end</span></pre>
|
1102
|
+
</td>
|
1103
|
+
</tr>
|
1104
|
+
</table>
|
1105
|
+
</div>
|
1106
|
+
|
1107
|
+
|
1108
|
+
<span id=""></span>
|
1109
|
+
<div class="method_details ">
|
1110
|
+
<h3 class="signature " id="root_x-instance_method">
|
1111
|
+
|
1112
|
+
#<strong>root_x</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1113
|
+
|
1114
|
+
|
1115
|
+
|
1116
|
+
|
1117
|
+
|
1118
|
+
</h3><div class="docstring">
|
1119
|
+
<div class="discussion">
|
1120
|
+
|
1121
|
+
<p>Root window x-coordinate [Integer]</p>
|
1122
|
+
|
1123
|
+
|
1124
|
+
</div>
|
1125
|
+
</div>
|
1126
|
+
<div class="tags">
|
1127
|
+
|
1128
|
+
|
1129
|
+
</div><table class="source_code">
|
1130
|
+
<tr>
|
1131
|
+
<td>
|
1132
|
+
<pre class="lines">
|
1133
|
+
|
1134
|
+
|
1135
|
+
18
|
1136
|
+
19
|
1137
|
+
20</pre>
|
1138
|
+
</td>
|
1139
|
+
<td>
|
1140
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXApp.rb', line 18</span>
|
1141
|
+
|
1142
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_root_x'>root_x</span>
|
1143
|
+
<span class='ivar'>@root_x</span>
|
1144
|
+
<span class='kw'>end</span></pre>
|
1145
|
+
</td>
|
1146
|
+
</tr>
|
1147
|
+
</table>
|
1148
|
+
</div>
|
1149
|
+
|
1150
|
+
|
1151
|
+
<span id=""></span>
|
1152
|
+
<div class="method_details ">
|
1153
|
+
<h3 class="signature " id="root_y-instance_method">
|
1154
|
+
|
1155
|
+
#<strong>root_y</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1156
|
+
|
1157
|
+
|
1158
|
+
|
1159
|
+
|
1160
|
+
|
1161
|
+
</h3><div class="docstring">
|
1162
|
+
<div class="discussion">
|
1163
|
+
|
1164
|
+
<p>Root window y-coordinate [Integer]</p>
|
1165
|
+
|
1166
|
+
|
1167
|
+
</div>
|
1168
|
+
</div>
|
1169
|
+
<div class="tags">
|
1170
|
+
|
1171
|
+
|
1172
|
+
</div><table class="source_code">
|
1173
|
+
<tr>
|
1174
|
+
<td>
|
1175
|
+
<pre class="lines">
|
1176
|
+
|
1177
|
+
|
1178
|
+
21
|
1179
|
+
22
|
1180
|
+
23</pre>
|
1181
|
+
</td>
|
1182
|
+
<td>
|
1183
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXApp.rb', line 21</span>
|
1184
|
+
|
1185
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_root_y'>root_y</span>
|
1186
|
+
<span class='ivar'>@root_y</span>
|
1187
|
+
<span class='kw'>end</span></pre>
|
1188
|
+
</td>
|
1189
|
+
</tr>
|
1190
|
+
</table>
|
1191
|
+
</div>
|
1192
|
+
|
1193
|
+
|
1194
|
+
<span id=""></span>
|
1195
|
+
<div class="method_details ">
|
1196
|
+
<h3 class="signature " id="rootclick_x-instance_method">
|
1197
|
+
|
1198
|
+
#<strong>rootclick_x</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1199
|
+
|
1200
|
+
|
1201
|
+
|
1202
|
+
|
1203
|
+
|
1204
|
+
</h3><div class="docstring">
|
1205
|
+
<div class="discussion">
|
1206
|
+
|
1207
|
+
<p>Root window x-coordinate of mouse press [Integer]</p>
|
1208
|
+
|
1209
|
+
|
1210
|
+
</div>
|
1211
|
+
</div>
|
1212
|
+
<div class="tags">
|
1213
|
+
|
1214
|
+
|
1215
|
+
</div><table class="source_code">
|
1216
|
+
<tr>
|
1217
|
+
<td>
|
1218
|
+
<pre class="lines">
|
1219
|
+
|
1220
|
+
|
1221
|
+
45
|
1222
|
+
46
|
1223
|
+
47</pre>
|
1224
|
+
</td>
|
1225
|
+
<td>
|
1226
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXApp.rb', line 45</span>
|
1227
|
+
|
1228
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_rootclick_x'>rootclick_x</span>
|
1229
|
+
<span class='ivar'>@rootclick_x</span>
|
1230
|
+
<span class='kw'>end</span></pre>
|
1231
|
+
</td>
|
1232
|
+
</tr>
|
1233
|
+
</table>
|
1234
|
+
</div>
|
1235
|
+
|
1236
|
+
|
1237
|
+
<span id=""></span>
|
1238
|
+
<div class="method_details ">
|
1239
|
+
<h3 class="signature " id="rootclick_y-instance_method">
|
1240
|
+
|
1241
|
+
#<strong>rootclick_y</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1242
|
+
|
1243
|
+
|
1244
|
+
|
1245
|
+
|
1246
|
+
|
1247
|
+
</h3><div class="docstring">
|
1248
|
+
<div class="discussion">
|
1249
|
+
|
1250
|
+
<p>Root window y-coordinate of mouse press [Integer]</p>
|
1251
|
+
|
1252
|
+
|
1253
|
+
</div>
|
1254
|
+
</div>
|
1255
|
+
<div class="tags">
|
1256
|
+
|
1257
|
+
|
1258
|
+
</div><table class="source_code">
|
1259
|
+
<tr>
|
1260
|
+
<td>
|
1261
|
+
<pre class="lines">
|
1262
|
+
|
1263
|
+
|
1264
|
+
48
|
1265
|
+
49
|
1266
|
+
50</pre>
|
1267
|
+
</td>
|
1268
|
+
<td>
|
1269
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXApp.rb', line 48</span>
|
1270
|
+
|
1271
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_rootclick_y'>rootclick_y</span>
|
1272
|
+
<span class='ivar'>@rootclick_y</span>
|
1273
|
+
<span class='kw'>end</span></pre>
|
1274
|
+
</td>
|
1275
|
+
</tr>
|
1276
|
+
</table>
|
1277
|
+
</div>
|
1278
|
+
|
1279
|
+
|
1280
|
+
<span id=""></span>
|
1281
|
+
<div class="method_details ">
|
1282
|
+
<h3 class="signature " id="state-instance_method">
|
1283
|
+
|
1284
|
+
#<strong>state</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1285
|
+
|
1286
|
+
|
1287
|
+
|
1288
|
+
|
1289
|
+
|
1290
|
+
</h3><div class="docstring">
|
1291
|
+
<div class="discussion">
|
1292
|
+
|
1293
|
+
<p>Keyboard/modifier state [Integer]</p>
|
1294
|
+
|
1295
|
+
|
1296
|
+
</div>
|
1297
|
+
</div>
|
1298
|
+
<div class="tags">
|
1299
|
+
|
1300
|
+
|
1301
|
+
</div><table class="source_code">
|
1302
|
+
<tr>
|
1303
|
+
<td>
|
1304
|
+
<pre class="lines">
|
1305
|
+
|
1306
|
+
|
1307
|
+
24
|
1308
|
+
25
|
1309
|
+
26</pre>
|
1310
|
+
</td>
|
1311
|
+
<td>
|
1312
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXApp.rb', line 24</span>
|
1313
|
+
|
1314
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_state'>state</span>
|
1315
|
+
<span class='ivar'>@state</span>
|
1316
|
+
<span class='kw'>end</span></pre>
|
1317
|
+
</td>
|
1318
|
+
</tr>
|
1319
|
+
</table>
|
1320
|
+
</div>
|
1321
|
+
|
1322
|
+
|
1323
|
+
<span id=""></span>
|
1324
|
+
<div class="method_details ">
|
1325
|
+
<h3 class="signature " id="target-instance_method">
|
1326
|
+
|
1327
|
+
#<strong>target</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1328
|
+
|
1329
|
+
|
1330
|
+
|
1331
|
+
|
1332
|
+
|
1333
|
+
</h3><div class="docstring">
|
1334
|
+
<div class="discussion">
|
1335
|
+
|
1336
|
+
<p>Target drag type being requested [Integer]</p>
|
1337
|
+
|
1338
|
+
|
1339
|
+
</div>
|
1340
|
+
</div>
|
1341
|
+
<div class="tags">
|
1342
|
+
|
1343
|
+
|
1344
|
+
</div><table class="source_code">
|
1345
|
+
<tr>
|
1346
|
+
<td>
|
1347
|
+
<pre class="lines">
|
1348
|
+
|
1349
|
+
|
1350
|
+
60
|
1351
|
+
61
|
1352
|
+
62</pre>
|
1353
|
+
</td>
|
1354
|
+
<td>
|
1355
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXApp.rb', line 60</span>
|
1356
|
+
|
1357
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_target'>target</span>
|
1358
|
+
<span class='ivar'>@target</span>
|
1359
|
+
<span class='kw'>end</span></pre>
|
1360
|
+
</td>
|
1361
|
+
</tr>
|
1362
|
+
</table>
|
1363
|
+
</div>
|
1364
|
+
|
1365
|
+
|
1366
|
+
<span id=""></span>
|
1367
|
+
<div class="method_details ">
|
1368
|
+
<h3 class="signature " id="text-instance_method">
|
1369
|
+
|
1370
|
+
#<strong>text</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1371
|
+
|
1372
|
+
|
1373
|
+
|
1374
|
+
|
1375
|
+
|
1376
|
+
</h3><div class="docstring">
|
1377
|
+
<div class="discussion">
|
1378
|
+
|
1379
|
+
<p>Text of keyboard event [String]</p>
|
1380
|
+
|
1381
|
+
|
1382
|
+
</div>
|
1383
|
+
</div>
|
1384
|
+
<div class="tags">
|
1385
|
+
|
1386
|
+
|
1387
|
+
</div><table class="source_code">
|
1388
|
+
<tr>
|
1389
|
+
<td>
|
1390
|
+
<pre class="lines">
|
1391
|
+
|
1392
|
+
|
1393
|
+
30
|
1394
|
+
31
|
1395
|
+
32</pre>
|
1396
|
+
</td>
|
1397
|
+
<td>
|
1398
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXApp.rb', line 30</span>
|
1399
|
+
|
1400
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_text'>text</span>
|
1401
|
+
<span class='ivar'>@text</span>
|
1402
|
+
<span class='kw'>end</span></pre>
|
1403
|
+
</td>
|
1404
|
+
</tr>
|
1405
|
+
</table>
|
1406
|
+
</div>
|
1407
|
+
|
1408
|
+
|
1409
|
+
<span id=""></span>
|
1410
|
+
<div class="method_details ">
|
1411
|
+
<h3 class="signature " id="time-instance_method">
|
1412
|
+
|
1413
|
+
#<strong>time</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1414
|
+
|
1415
|
+
|
1416
|
+
|
1417
|
+
|
1418
|
+
|
1419
|
+
</h3><div class="docstring">
|
1420
|
+
<div class="discussion">
|
1421
|
+
|
1422
|
+
<p>Time of last event [Integer]</p>
|
1423
|
+
|
1424
|
+
|
1425
|
+
</div>
|
1426
|
+
</div>
|
1427
|
+
<div class="tags">
|
1428
|
+
|
1429
|
+
|
1430
|
+
</div><table class="source_code">
|
1431
|
+
<tr>
|
1432
|
+
<td>
|
1433
|
+
<pre class="lines">
|
1434
|
+
|
1435
|
+
|
1436
|
+
9
|
1437
|
+
10
|
1438
|
+
11</pre>
|
1439
|
+
</td>
|
1440
|
+
<td>
|
1441
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXApp.rb', line 9</span>
|
1442
|
+
|
1443
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_time'>time</span>
|
1444
|
+
<span class='ivar'>@time</span>
|
1445
|
+
<span class='kw'>end</span></pre>
|
1446
|
+
</td>
|
1447
|
+
</tr>
|
1448
|
+
</table>
|
1449
|
+
</div>
|
1450
|
+
|
1451
|
+
|
1452
|
+
<span id=""></span>
|
1453
|
+
<div class="method_details ">
|
1454
|
+
<h3 class="signature " id="type-instance_method">
|
1455
|
+
|
1456
|
+
#<strong>type</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1457
|
+
|
1458
|
+
|
1459
|
+
|
1460
|
+
|
1461
|
+
|
1462
|
+
</h3><div class="docstring">
|
1463
|
+
<div class="discussion">
|
1464
|
+
|
1465
|
+
<p>Event type [Integer]</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
|
+
6
|
1480
|
+
7
|
1481
|
+
8</pre>
|
1482
|
+
</td>
|
1483
|
+
<td>
|
1484
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXApp.rb', line 6</span>
|
1485
|
+
|
1486
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_type'>type</span>
|
1487
|
+
<span class='ivar'>@type</span>
|
1488
|
+
<span class='kw'>end</span></pre>
|
1489
|
+
</td>
|
1490
|
+
</tr>
|
1491
|
+
</table>
|
1492
|
+
</div>
|
1493
|
+
|
1494
|
+
|
1495
|
+
<span id=""></span>
|
1496
|
+
<div class="method_details ">
|
1497
|
+
<h3 class="signature " id="win_x-instance_method">
|
1498
|
+
|
1499
|
+
#<strong>win_x</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1500
|
+
|
1501
|
+
|
1502
|
+
|
1503
|
+
|
1504
|
+
|
1505
|
+
</h3><div class="docstring">
|
1506
|
+
<div class="discussion">
|
1507
|
+
|
1508
|
+
<p>Window-relative x-coordinate [Integer]</p>
|
1509
|
+
|
1510
|
+
|
1511
|
+
</div>
|
1512
|
+
</div>
|
1513
|
+
<div class="tags">
|
1514
|
+
|
1515
|
+
|
1516
|
+
</div><table class="source_code">
|
1517
|
+
<tr>
|
1518
|
+
<td>
|
1519
|
+
<pre class="lines">
|
1520
|
+
|
1521
|
+
|
1522
|
+
12
|
1523
|
+
13
|
1524
|
+
14</pre>
|
1525
|
+
</td>
|
1526
|
+
<td>
|
1527
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXApp.rb', line 12</span>
|
1528
|
+
|
1529
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_win_x'>win_x</span>
|
1530
|
+
<span class='ivar'>@win_x</span>
|
1531
|
+
<span class='kw'>end</span></pre>
|
1532
|
+
</td>
|
1533
|
+
</tr>
|
1534
|
+
</table>
|
1535
|
+
</div>
|
1536
|
+
|
1537
|
+
|
1538
|
+
<span id=""></span>
|
1539
|
+
<div class="method_details ">
|
1540
|
+
<h3 class="signature " id="win_y-instance_method">
|
1541
|
+
|
1542
|
+
#<strong>win_y</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1543
|
+
|
1544
|
+
|
1545
|
+
|
1546
|
+
|
1547
|
+
|
1548
|
+
</h3><div class="docstring">
|
1549
|
+
<div class="discussion">
|
1550
|
+
|
1551
|
+
<p>Window-relative y-coordinate [Integer]</p>
|
1552
|
+
|
1553
|
+
|
1554
|
+
</div>
|
1555
|
+
</div>
|
1556
|
+
<div class="tags">
|
1557
|
+
|
1558
|
+
|
1559
|
+
</div><table class="source_code">
|
1560
|
+
<tr>
|
1561
|
+
<td>
|
1562
|
+
<pre class="lines">
|
1563
|
+
|
1564
|
+
|
1565
|
+
15
|
1566
|
+
16
|
1567
|
+
17</pre>
|
1568
|
+
</td>
|
1569
|
+
<td>
|
1570
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXApp.rb', line 15</span>
|
1571
|
+
|
1572
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_win_y'>win_y</span>
|
1573
|
+
<span class='ivar'>@win_y</span>
|
1574
|
+
<span class='kw'>end</span></pre>
|
1575
|
+
</td>
|
1576
|
+
</tr>
|
1577
|
+
</table>
|
1578
|
+
</div>
|
1579
|
+
|
1580
|
+
</div>
|
1581
|
+
|
1582
|
+
|
1583
|
+
<div id="instance_method_details" class="method_details_list">
|
1584
|
+
<h2>Instance Method Details</h2>
|
1585
|
+
|
1586
|
+
|
1587
|
+
<div class="method_details first">
|
1588
|
+
<h3 class="signature first" id="moved?-instance_method">
|
1589
|
+
|
1590
|
+
#<strong>moved?</strong> ⇒ <tt>Boolean</tt>
|
1591
|
+
|
1592
|
+
|
1593
|
+
|
1594
|
+
|
1595
|
+
|
1596
|
+
</h3><div class="docstring">
|
1597
|
+
<div class="discussion">
|
1598
|
+
|
1599
|
+
<p>Return true if cursor moved since last press</p>
|
1600
|
+
|
1601
|
+
|
1602
|
+
</div>
|
1603
|
+
</div>
|
1604
|
+
<div class="tags">
|
1605
|
+
|
1606
|
+
<p class="tag_title">Returns:</p>
|
1607
|
+
<ul class="return">
|
1608
|
+
|
1609
|
+
<li>
|
1610
|
+
|
1611
|
+
|
1612
|
+
<span class='type'>(<tt>Boolean</tt>)</span>
|
1613
|
+
|
1614
|
+
|
1615
|
+
|
1616
|
+
</li>
|
1617
|
+
|
1618
|
+
</ul>
|
1619
|
+
|
1620
|
+
</div><table class="source_code">
|
1621
|
+
<tr>
|
1622
|
+
<td>
|
1623
|
+
<pre class="lines">
|
1624
|
+
|
1625
|
+
|
1626
|
+
63</pre>
|
1627
|
+
</td>
|
1628
|
+
<td>
|
1629
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXApp.rb', line 63</span>
|
1630
|
+
|
1631
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_moved?'>moved?</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1632
|
+
</td>
|
1633
|
+
</tr>
|
1634
|
+
</table>
|
1635
|
+
</div>
|
1636
|
+
|
1637
|
+
<div class="method_details ">
|
1638
|
+
<h3 class="signature " id="rect-instance_method">
|
1639
|
+
|
1640
|
+
#<strong>rect</strong> ⇒ <tt>Object</tt>
|
1641
|
+
|
1642
|
+
|
1643
|
+
|
1644
|
+
|
1645
|
+
|
1646
|
+
</h3><div class="docstring">
|
1647
|
+
<div class="discussion">
|
1648
|
+
|
1649
|
+
<p>Exposed rectangle for paint events</p>
|
1650
|
+
|
1651
|
+
|
1652
|
+
</div>
|
1653
|
+
</div>
|
1654
|
+
<div class="tags">
|
1655
|
+
|
1656
|
+
|
1657
|
+
</div><table class="source_code">
|
1658
|
+
<tr>
|
1659
|
+
<td>
|
1660
|
+
<pre class="lines">
|
1661
|
+
|
1662
|
+
|
1663
|
+
66</pre>
|
1664
|
+
</td>
|
1665
|
+
<td>
|
1666
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXApp.rb', line 66</span>
|
1667
|
+
|
1668
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_rect'>rect</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1669
|
+
</td>
|
1670
|
+
</tr>
|
1671
|
+
</table>
|
1672
|
+
</div>
|
1673
|
+
|
1674
|
+
<div class="method_details ">
|
1675
|
+
<h3 class="signature " id="synthetic?-instance_method">
|
1676
|
+
|
1677
|
+
#<strong>synthetic?</strong> ⇒ <tt>Boolean</tt>
|
1678
|
+
|
1679
|
+
|
1680
|
+
|
1681
|
+
|
1682
|
+
|
1683
|
+
</h3><div class="docstring">
|
1684
|
+
<div class="discussion">
|
1685
|
+
|
1686
|
+
<p>Return true if this is a synthetic expose event</p>
|
1687
|
+
|
1688
|
+
|
1689
|
+
</div>
|
1690
|
+
</div>
|
1691
|
+
<div class="tags">
|
1692
|
+
|
1693
|
+
<p class="tag_title">Returns:</p>
|
1694
|
+
<ul class="return">
|
1695
|
+
|
1696
|
+
<li>
|
1697
|
+
|
1698
|
+
|
1699
|
+
<span class='type'>(<tt>Boolean</tt>)</span>
|
1700
|
+
|
1701
|
+
|
1702
|
+
|
1703
|
+
</li>
|
1704
|
+
|
1705
|
+
</ul>
|
1706
|
+
|
1707
|
+
</div><table class="source_code">
|
1708
|
+
<tr>
|
1709
|
+
<td>
|
1710
|
+
<pre class="lines">
|
1711
|
+
|
1712
|
+
|
1713
|
+
69</pre>
|
1714
|
+
</td>
|
1715
|
+
<td>
|
1716
|
+
<pre class="code"><span class="info file"># File 'rdoc-sources/FXApp.rb', line 69</span>
|
1717
|
+
|
1718
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_synthetic?'>synthetic?</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1719
|
+
</td>
|
1720
|
+
</tr>
|
1721
|
+
</table>
|
1722
|
+
</div>
|
1723
|
+
|
1724
|
+
</div>
|
1725
|
+
|
1726
|
+
</div>
|
1727
|
+
|
1728
|
+
<div id="footer">
|
1729
|
+
Generated on Fri Nov 27 21:10:35 2020 by
|
1730
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1731
|
+
0.9.24 (ruby-2.7.2).
|
1732
|
+
</div>
|
1733
|
+
|
1734
|
+
</div>
|
1735
|
+
</body>
|
1736
|
+
</html>
|