Regenerated Docs (#1870)

This commit is contained in:
Tig Kindel
2022-07-21 09:13:11 -04:00
committed by GitHub
parent b5cf92d5df
commit 0af92ae960
255 changed files with 77 additions and 157043 deletions

View File

@@ -93,11 +93,11 @@ toolkits before.</p>
<li>On Unix systems, it can monitor file descriptors for readability or writability.</li>
</ul>
<p>The <code>MainLoop</code> property in the the
<a href="../api/Terminal.Gui/Terminal.Gui.Application.html"><code>Application</code></a>
<a href="../api/Terminal.Gui/Terminal.Gui.Application.yml"><code>Application</code></a>
provides access to these functions.</p>
<p>When your code invokes <code>Application.Run (Toplevel)</code>, the application
will prepare the current
<a href="../api/Terminal.Gui/Terminal.Gui.Toplevel.html"><code>Toplevel</code></a> instance by
<a href="../api/Terminal.Gui/Terminal.Gui.Toplevel.yml"><code>Toplevel</code></a> instance by
redrawing the screen appropriately and then calling the mainloop to
run. </p>
<p>You can configure the Mainloop before calling Application.Run, or you