2012-01-02 14:52:12 +00:00
|
|
|
<!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>GLUIPainter.drawFrame</title>
|
|
|
|
<link rel="stylesheet" href="../fpdoc.css" type="text/css">
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<table class="bar" width="100%" border="0" cellpadding="4" cellspacing="0">
|
|
|
|
<tr>
|
2012-01-12 13:19:49 +00:00
|
|
|
<td><b>[<a href="../nvglpainter/index.html">Overview</a>][<a href="../nvglpainter/index-2.html">Constants</a>][<a href="../nvglpainter/index-4.html">Classes</a>][<a href="../nvglpainter/index-8.html">Index</a>]</b></td>
|
2012-01-12 15:15:59 +00:00
|
|
|
<td align="right"><span class="bartitle">Reference for unit 'nvGLPainter' (<a href="../index.html">#nvidia-widgets</a>)</span></td>
|
2012-01-02 14:52:12 +00:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<h1>GLUIPainter.drawFrame</h1>
|
2012-01-12 15:15:59 +00:00
|
|
|
<p>Draw frame primitive</p>
|
2012-01-02 14:52:12 +00:00
|
|
|
<h2>Declaration</h2>
|
|
|
|
<p>Source position: line 0</p>
|
|
|
|
<table cellpadding="0" cellspacing="0">
|
|
|
|
<tr>
|
2012-01-12 13:19:49 +00:00
|
|
|
<td><p><tt><span class="code"> <span class="kw">procedure</span> <a href="../nvglpainter/gluipainter.html">GLUIPainter</a><span class="sym">.</span>drawFrame<span class="sym">(</span></span></tt></p></td>
|
2012-01-02 14:52:12 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2012-01-12 13:19:49 +00:00
|
|
|
<td><p><tt><span class="code"> <span class="kw">const </span>r<span class="sym">: </span><a href="../nvtypes/rect.html">Rect</a><span class="sym">;</span></span></tt></p></td>
|
2012-01-02 14:52:12 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><p><tt><span class="code"> margin<span class="sym">: </span>Integer<span class="sym">;</span></span></tt></p></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><p><tt><span class="code"> style<span class="sym">: </span>Integer</span></tt></p></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2012-01-12 13:19:49 +00:00
|
|
|
<td><p><tt><span class="code"><span class="sym">)</span><span class="sym">;</span><span class="kw"> override</span><span class="sym">;</span><br><br><span class="kw">procedure</span> <a href="../nvglpainter/gluipainter.html">GLUIPainter</a><span class="sym">.</span>drawFrame<span class="sym">(</span></span></tt></p></td>
|
2012-01-02 14:52:12 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2012-01-12 13:19:49 +00:00
|
|
|
<td><p><tt><span class="code"> aRect<span class="sym">: </span><a href="../nvtypes/rect.html">Rect</a><span class="sym">;</span></span></tt></p></td>
|
2012-01-02 14:52:12 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2012-01-12 13:19:49 +00:00
|
|
|
<td><p><tt><span class="code"> corner<span class="sym">: </span><a href="../nvtypes/point.html">Point</a><span class="sym">;</span></span></tt></p></td>
|
2012-01-02 14:52:12 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><p><tt><span class="code"> isHover<span class="sym">: </span>Boolean <span class="sym">=</span> false<span class="sym">;</span></span></tt></p></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><p><tt><span class="code"> isOn<span class="sym">: </span>Boolean <span class="sym">=</span> false<span class="sym">;</span></span></tt></p></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><p><tt><span class="code"> isFocus<span class="sym">: </span>Boolean <span class="sym">=</span> false</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>
|
2012-01-12 15:15:59 +00:00
|
|
|
<h2>Arguments</h2>
|
|
|
|
<table cellpadding="0" cellspacing="0">
|
|
|
|
<tr>
|
|
|
|
<td valign="top"><p><tt><span class="code">aRect</span></tt></p></td>
|
|
|
|
<td><p> </p></td>
|
|
|
|
<td><p class="cmt">Rectangle to draw in</p></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td valign="top"><p><tt><span class="code">corner</span></tt></p></td>
|
|
|
|
<td><p> </p></td>
|
|
|
|
<td><p class="cmt">Radius of the corner</p></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td valign="top"><p><tt><span class="code">isHover</span></tt></p></td>
|
|
|
|
<td><p> </p></td>
|
|
|
|
<td><p class="cmt">Boolean indicating if the mouse is hovering over it</p></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td valign="top"><p><tt><span class="code">isOn</span></tt></p></td>
|
|
|
|
<td><p> </p></td>
|
|
|
|
<td><p class="cmt">Boolean indicating if the widget is on</p></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td valign="top"><p><tt><span class="code">isFocus</span></tt></p></td>
|
|
|
|
<td><p> </p></td>
|
|
|
|
<td><p class="cmt">Boolean indicating if the widget has focus</p></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2012-01-02 14:52:12 +00:00
|
|
|
</body>
|
|
|
|
</html>
|