mirror of
https://github.com/airstruck/luigi.git
synced 2025-11-18 12:25:06 +00:00
173 lines
4.6 KiB
HTML
173 lines
4.6 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
<head>
|
|
<title>Reference</title>
|
|
<link rel="stylesheet" href="../ldoc.css" type="text/css" />
|
|
</head>
|
|
<body>
|
|
|
|
<div id="container">
|
|
|
|
<div id="product">
|
|
<div id="product_logo"></div>
|
|
<div id="product_name"><big><b></b></big></div>
|
|
<div id="product_description"></div>
|
|
</div> <!-- id="product" -->
|
|
|
|
|
|
<div id="main">
|
|
|
|
|
|
<!-- Menu -->
|
|
|
|
<div id="navigation">
|
|
<br/>
|
|
<h1>LUIGI</h1>
|
|
|
|
<ul>
|
|
<li><a href="../index.html">Index</a></li>
|
|
</ul>
|
|
|
|
<h2>Contents</h2>
|
|
<ul>
|
|
<li><a href="#Tables">Tables</a></li>
|
|
</ul>
|
|
|
|
|
|
<h2>Classes</h2>
|
|
<ul class="$(kind=='Topics' and '' or 'nowrap'">
|
|
<li><strong>Event</strong></li>
|
|
<li><a href="../classes/Layout.html">Layout</a></li>
|
|
<li><a href="../classes/Widget.html">Widget</a></li>
|
|
</ul>
|
|
<h2>Widgets</h2>
|
|
<ul class="$(kind=='Topics' and '' or 'nowrap'">
|
|
<li><a href="../widgets/button.html">button</a></li>
|
|
<li><a href="../widgets/check.html">check</a></li>
|
|
<li><a href="../widgets/menu.html">menu</a></li>
|
|
<li><a href="../widgets/menu.item.html">menu.item</a></li>
|
|
<li><a href="../widgets/progress.html">progress</a></li>
|
|
<li><a href="../widgets/radio.html">radio</a></li>
|
|
<li><a href="../widgets/sash.html">sash</a></li>
|
|
<li><a href="../widgets/slider.html">slider</a></li>
|
|
<li><a href="../widgets/status.html">status</a></li>
|
|
<li><a href="../widgets/stepper.html">stepper</a></li>
|
|
<li><a href="../widgets/text.html">text</a></li>
|
|
</ul>
|
|
<h2>Modules</h2>
|
|
<ul class="$(kind=='Topics' and '' or 'nowrap'">
|
|
<li><a href="../modules/attribute.html">attribute</a></li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div id="content">
|
|
|
|
<h1>Class <code>Event</code></h1>
|
|
<p>Event class.</p>
|
|
<p>
|
|
|
|
</p>
|
|
|
|
|
|
<h2><a href="#Tables">Tables</a></h2>
|
|
<table class="function_list">
|
|
<tr>
|
|
<td class="name" nowrap><a href="#Event.names">Event.names</a></td>
|
|
<td class="summary">Event names.</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br/>
|
|
<br/>
|
|
|
|
|
|
<h2 class="section-header "><a name="Tables"></a>Tables</h2>
|
|
|
|
<dl class="function">
|
|
<dt>
|
|
<a name = "Event.names"></a>
|
|
<strong>Event.names</strong>
|
|
</dt>
|
|
<dd>
|
|
Event names.
|
|
|
|
|
|
<h3>Fields:</h3>
|
|
<ul>
|
|
<li><span class="parameter">Reshape</span>
|
|
A widget is being reshaped.
|
|
</li>
|
|
<li><span class="parameter">PreDisplay</span>
|
|
A widget is about to be drawn.
|
|
</li>
|
|
<li><span class="parameter">Display</span>
|
|
A widget was drawn.
|
|
</li>
|
|
<li><span class="parameter">KeyPress</span>
|
|
A keyboard key was pressed.
|
|
</li>
|
|
<li><span class="parameter">KeyRelease</span>
|
|
A keyboard key was released.
|
|
</li>
|
|
<li><span class="parameter">TextInput</span>
|
|
Text was entered.
|
|
</li>
|
|
<li><span class="parameter">Move</span>
|
|
The cursor moved, and no button was pressed.
|
|
</li>
|
|
<li><span class="parameter">Enter</span>
|
|
The cursor entered a widget, and no button was pressed.
|
|
</li>
|
|
<li><span class="parameter">Leave</span>
|
|
The cursor left a widget, and no button was pressed.
|
|
</li>
|
|
<li><span class="parameter">PressEnter</span>
|
|
The cursor entered a widget, and a button was pressed.
|
|
</li>
|
|
<li><span class="parameter">PressLeave</span>
|
|
The cursor left a widget, and a button was pressed.
|
|
</li>
|
|
<li><span class="parameter">PressStart</span>
|
|
A pointer button or accelerator key was pressed.
|
|
</li>
|
|
<li><span class="parameter">PressEnd</span>
|
|
A pointer button or accelerator key was released.
|
|
</li>
|
|
<li><span class="parameter">PressDrag</span>
|
|
A pressed cursor moved; targets originating widget.
|
|
</li>
|
|
<li><span class="parameter">PressMove</span>
|
|
A pressed cursor moved; targets widget at cursor position.
|
|
</li>
|
|
<li><span class="parameter">Press</span>
|
|
A pointer button was pressed and released on the same widget.
|
|
</li>
|
|
<li><span class="parameter">Change</span>
|
|
A widget's value changed.
|
|
</li>
|
|
<li><span class="parameter">WheelMove</span>
|
|
The scroll wheel on the mouse moved.
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
</div> <!-- id="content" -->
|
|
</div> <!-- id="main" -->
|
|
<div id="about">
|
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
|
|
<i style="float:right;">Last updated 2015-12-07 03:00:19 </i>
|
|
</div> <!-- id="about" -->
|
|
</div> <!-- id="container" -->
|
|
</body>
|
|
</html>
|