Fixes Wizard cancel logic and updates docs (#1878)

* Fixed cancel logic. Title now shows for non-modal.

* trying to fix docs

* trying to fix docs
This commit is contained in:
Tig Kindel
2022-07-21 18:41:05 -04:00
committed by GitHub
parent a02dfeabd9
commit 99890b18dc
17 changed files with 222 additions and 3187 deletions

View File

@@ -74,6 +74,7 @@
<ul>
<li><a href="overview.html">Terminal.Gui Overview</a></li>
<li><a href="views.html">List of Views</a></li>
<li><a href="keyboard.html">Keyboard Event Processing</a></li>
<li><a href="mainloop.html">Event Processing and the Application Main Loop</a></li>
<li><a href="tableview.html">TableView Deep Dive</a></li>