Fixes #1434. Regenerating the docs. (#1528)

* Fixes #1434. Regenerating the docs.

* Fixing warnings on docs regeneration and improving.
This commit is contained in:
BDisp
2021-12-18 13:33:40 +00:00
parent 9068277386
commit 5d76ec2da5
309 changed files with 20064 additions and 8317 deletions

View File

@@ -8,7 +8,7 @@
<title>Event Processing and the Application Main Loop </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Event Processing and the Application Main Loop ">
<meta name="generator" content="docfx 2.58.5.0">
<meta name="generator" content="docfx 2.58.9.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
@@ -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.html"><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.html"><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
@@ -187,10 +187,6 @@ condition.</p>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>