updated documentation

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2244 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blaszijk
2012-01-11 06:49:58 +00:00
parent 8e6492da6f
commit 443a4e2447
103 changed files with 164 additions and 183 deletions

View File

@@ -17,7 +17,7 @@
<p>[<a href="../nvwidgets/uicontext-1.html" onClick="window.open('../nvwidgets/uicontext-1.html', 'list', 'dependent=yes,resizable=yes,scrollbars=yes,height=400,width=300'); return false;">Properties</a> (<a href="../nvwidgets/uicontext-2.html" onClick="window.open('../nvwidgets/uicontext-2.html', 'list', 'dependent=yes,resizable=yes,scrollbars=yes,height=400,width=300'); return false;">by Name</a>)] [<a href="../nvwidgets/uicontext-3.html" onClick="window.open('../nvwidgets/uicontext-3.html', 'list', 'dependent=yes,resizable=yes,scrollbars=yes,height=400,width=300'); return false;">Methods</a> (<a href="../nvwidgets/uicontext-4.html" onClick="window.open('../nvwidgets/uicontext-4.html', 'list', 'dependent=yes,resizable=yes,scrollbars=yes,height=400,width=300'); return false;">by Name</a>)] [<a href="../nvwidgets/uicontext-5.html" onClick="window.open('../nvwidgets/uicontext-5.html', 'list', 'dependent=yes,resizable=yes,scrollbars=yes,height=400,width=300'); return false;">Events</a> (<a href="../nvwidgets/uicontext-6.html" onClick="window.open('../nvwidgets/uicontext-6.html', 'list', 'dependent=yes,resizable=yes,scrollbars=yes,height=400,width=300'); return false;">by Name</a>)] </p>
<p>Basic UI context</p>
<h2>Declaration</h2>
<p>Source position: nvwidgets.pas line 209</p>
<p>Source position: nvwidgets.pas line 214</p>
<table cellpadding="0" cellspacing="0">
<tr>
<td><p><tt><span class="code"><span class="kw">type</span> UIContext <span class="sym">=</span> <span class="kw">class</span><span class="sym">(</span>TObject<span class="sym">)</span></span></tt></p></td>
@@ -26,7 +26,10 @@
<td><p><tt><span class="code"><span class="kw">public</span></span></tt></p></td>
</tr>
<tr>
<td valign="top"><p><tt><span class="code">&nbsp;&nbsp;<span class="kw">constructor </span><a href="../nvwidgets/uicontext.create.html">Create</a><span class="sym">();</span></span></tt></p></td>
<td valign="top"><p><tt><span class="code">&nbsp;&nbsp;<span class="kw">constructor </span><a href="../nvwidgets/uicontext.create.html">Create</a><span class="sym">;</span></span></tt></p></td>
</tr>
<tr>
<td valign="top"><p><tt><span class="code">&nbsp;&nbsp;<span class="kw">destructor </span><a href="../nvwidgets/uicontext.destroy.html">Destroy</a><span class="sym">;</span><span class="kw"> override</span><span class="sym">;</span></span></tt></p></td>
</tr>
<tr>
<td valign="top"><p><tt><span class="code">&nbsp;&nbsp;<span class="kw">procedure </span><a href="../nvwidgets/uicontext.reshape.html">reshape</a><span class="sym">();</span></span></tt></p></td>
@@ -192,7 +195,13 @@
<td valign="top"><p><tt><span class="code">&nbsp;&nbsp;<span class="kw">function </span><a href="../nvwidgets/uicontext.placerect.html">placeRect</a><span class="sym">();</span></span></tt></p></td>
</tr>
<tr>
<td valign="top"><p><tt><span class="code">&nbsp;&nbsp;<a href="../nvwidgets/uicontext.m_painter.html">m_painter</a><span class="sym">: </span><a href="../nvwidgets/uipainter.html">UIPainter</a><span class="sym">;</span></span></tt></p></td>
<td><p><tt><span class="code"><span class="kw">published</span></span></tt></p></td>
</tr>
<tr>
<td valign="top"><p><tt><span class="code">&nbsp;&nbsp;<span class="kw">property </span><a href="../nvwidgets/uicontext.painter.html">Painter</a><span class="sym">: </span><a href="../nvwidgets/uipainter.html">UIPainter</a><span class="sym">;</span> [rw]</span></tt></p></td>
</tr>
<tr>
<td><p><tt><span class="code"><span class="kw">protected</span></span></tt></p></td>
</tr>
<tr>
<td valign="top"><p><tt><span class="code">&nbsp;&nbsp;<a href="../nvwidgets/uicontext.m_groupindex.html">m_groupIndex</a><span class="sym">: </span>Integer<span class="sym">;</span></span></tt></p></td>