Doc update

This commit is contained in:
Miguel de Icaza
2018-11-05 16:25:56 -05:00
parent 1bad3994c0
commit 843ac02f2d
31 changed files with 440 additions and 112 deletions

View File

@@ -186,9 +186,6 @@
<div>
<a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ProcessKey_Terminal_Gui_KeyEvent_">View.ProcessKey(KeyEvent)</a>
</div>
<div>
<a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_RemoveAll">View.RemoveAll()</a>
</div>
<div>
<a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ScreenToView_System_Int32_System_Int32_">View.ScreenToView(Int32, Int32)</a>
</div>
@@ -417,6 +414,17 @@
</tr>
</tbody>
</table>
<a id="Terminal_Gui_FrameView_RemoveAll_" data-uid="Terminal.Gui.FrameView.RemoveAll*"></a>
<h4 id="Terminal_Gui_FrameView_RemoveAll" data-uid="Terminal.Gui.FrameView.RemoveAll">RemoveAll()</h4>
<div class="markdown level1 summary"><p>Removes all widgets from this container.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override void RemoveAll ();</code></pre>
</div>
</article>
</div>