You've already forked lazarus-ccr
added html documentation
moved nvwidgets.png to separate folder added css file for nicer formatting git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2216 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
59
components/nvidia-widgets/doc/nvwidgets/uicontext.mouse.html
Normal file
59
components/nvidia-widgets/doc/nvwidgets/uicontext.mouse.html
Normal file
@ -0,0 +1,59 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
||||
<title>UIContext.mouse</title>
|
||||
<link rel="stylesheet" href="../fpdoc.css" type="text/css">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<table class="bar" width="100%" border="0" cellpadding="4" cellspacing="0">
|
||||
<tr>
|
||||
<td><b>[<a href="../nvwidgets/index.html">Overview</a>][<a href="../nvwidgets/index-2.html">Constants</a>][<a href="../nvwidgets/index-3.html">Types</a>][<a href="../nvwidgets/index-4.html">Classes</a>][<a href="../nvwidgets/index-5.html">Procedures and functions</a>][<a href="../nvwidgets/index-8.html">Index</a>]</b></td>
|
||||
<td align="right"><span class="bartitle">Reference for unit 'nvWidgets' (<a href="../index.html">#nvidia-widgets</a>)</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h1>UIContext.mouse</h1>
|
||||
<p>UI method for processing mouse events</p>
|
||||
<h2>Declaration</h2>
|
||||
<p>Source position: line 0</p>
|
||||
<table cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td><p><tt><span class="code"> <span class="kw">procedure</span> <a href="../nvwidgets/uicontext.html">UIContext</a><span class="sym">.</span>mouse<span class="sym">(</span></span></tt></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><tt><span class="code"> button<span class="sym">: </span>Integer<span class="sym">;</span></span></tt></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><tt><span class="code"> state<span class="sym">: </span>Integer<span class="sym">;</span></span></tt></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><tt><span class="code"> modifier<span class="sym">: </span>Integer<span class="sym">;</span></span></tt></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><tt><span class="code"> x<span class="sym">: </span>Integer<span class="sym">;</span></span></tt></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><tt><span class="code"> y<span class="sym">: </span>Integer</span></tt></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><tt><span class="code"><span class="sym">)</span><span class="sym">;</span><br><br><span class="kw">procedure</span> <a href="../nvwidgets/uicontext.html">UIContext</a><span class="sym">.</span>mouse<span class="sym">(</span></span></tt></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><tt><span class="code"> button<span class="sym">: </span>Integer<span class="sym">;</span></span></tt></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><tt><span class="code"> state<span class="sym">: </span>Integer<span class="sym">;</span></span></tt></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><tt><span class="code"> x<span class="sym">: </span>Integer<span class="sym">;</span></span></tt></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><tt><span class="code"> y<span class="sym">: </span>Integer</span></tt></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><tt><span class="code"><span class="sym">)</span><span class="sym">;</span></span></tt></p></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user