mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
@@ -404,6 +404,31 @@ The current <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_C
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<a id="Terminal_Gui_Application_IsMouseDisabled_" data-uid="Terminal.Gui.Application.IsMouseDisabled*"></a>
|
||||
<h4 id="Terminal_Gui_Application_IsMouseDisabled" data-uid="Terminal.Gui.Application.IsMouseDisabled">IsMouseDisabled</h4>
|
||||
<div class="markdown level1 summary">
|
||||
Disable or enable the mouse in this <a class="xref" href="Terminal.Gui.Application.html">Application</a>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static bool IsMouseDisabled { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<a id="Terminal_Gui_Application_MainLoop_" data-uid="Terminal.Gui.Application.MainLoop*"></a>
|
||||
<h4 id="Terminal_Gui_Application_MainLoop" data-uid="Terminal.Gui.Application.MainLoop">MainLoop</h4>
|
||||
<div class="markdown level1 summary">
|
||||
|
||||
@@ -78,9 +78,9 @@
|
||||
</ul>
|
||||
<h2 id="terminalgui-api-documentation">Terminal.Gui API Documentation</h2>
|
||||
<ul>
|
||||
<li><a href="/api/Terminal.Gui/Terminal.Gui.html">API Reference</a></li>
|
||||
<li><a href="/articles/overview.html">Terminal.Gui API Overview</a></li>
|
||||
<li><a href="/articles/keyboard.html">Keyboard Event Processing</a></li>
|
||||
<li><a href="api/Terminal.Gui/Terminal.Gui.html">API Reference</a></li>
|
||||
<li><a href="articles/overview.html">Terminal.Gui API Overview</a></li>
|
||||
<li><a href="articles/keyboard.html">Keyboard Event Processing</a></li>
|
||||
<li><a href="articles/mainloop.html">Event Processing and the Application Main Loop</a></li>
|
||||
<li><a href="articles/tableview.html">TableView Deep Dive</a></li>
|
||||
<li><a href="articles/treeview.html">TreeView Deep Dive</a></li>
|
||||
@@ -88,7 +88,7 @@
|
||||
<h2 id="ui-catalog">UI Catalog</h2>
|
||||
<p>UI Catalog is a comprehensive sample library for Terminal.Gui. It provides a simple UI for adding to the catalog of scenarios.</p>
|
||||
<ul>
|
||||
<li><a href="/api/UICatalog/UICatalog.html">UI Catalog API Reference</a></li>
|
||||
<li><a href="api/UICatalog/UICatalog.html">UI Catalog API Reference</a></li>
|
||||
<li><a href="https://github.com/migueldeicaza/gui.cs/tree/master/UICatalog">UI Catalog Source</a></li>
|
||||
</ul>
|
||||
</article>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -54,7 +54,7 @@
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Terminal.Gui/Terminal.Gui.Application.html",
|
||||
"hash": "0GLDdY6YdzsU/ixJAfhnsojVMdk58fygYEr6CxcgBb0="
|
||||
"hash": "G4w+EaQ/bOboYyhc/goZ83rgoEdmkvtFcdpgvlYBEu4="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@@ -2939,12 +2939,15 @@
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"log_codes": [
|
||||
"InvalidFileLink"
|
||||
],
|
||||
"type": "Conceptual",
|
||||
"source_relative_path": "index.md",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "index.html",
|
||||
"hash": "rbF71dvo6YXtidEfJuf4RZCfrBgJCyH/Cy1kOrHIR98="
|
||||
"hash": "A6GZ87PPt6KNAuoQ4xzQnOi4h5I9vh6aeT7u5mLzy/E="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
||||
@@ -162,6 +162,19 @@ references:
|
||||
isSpec: "True"
|
||||
fullName: Terminal.Gui.Application.Init
|
||||
nameWithType: Application.Init
|
||||
- uid: Terminal.Gui.Application.IsMouseDisabled
|
||||
name: IsMouseDisabled
|
||||
href: api/Terminal.Gui/Terminal.Gui.Application.html#Terminal_Gui_Application_IsMouseDisabled
|
||||
commentId: P:Terminal.Gui.Application.IsMouseDisabled
|
||||
fullName: Terminal.Gui.Application.IsMouseDisabled
|
||||
nameWithType: Application.IsMouseDisabled
|
||||
- uid: Terminal.Gui.Application.IsMouseDisabled*
|
||||
name: IsMouseDisabled
|
||||
href: api/Terminal.Gui/Terminal.Gui.Application.html#Terminal_Gui_Application_IsMouseDisabled_
|
||||
commentId: Overload:Terminal.Gui.Application.IsMouseDisabled
|
||||
isSpec: "True"
|
||||
fullName: Terminal.Gui.Application.IsMouseDisabled
|
||||
nameWithType: Application.IsMouseDisabled
|
||||
- uid: Terminal.Gui.Application.Iteration
|
||||
name: Iteration
|
||||
href: api/Terminal.Gui/Terminal.Gui.Application.html#Terminal_Gui_Application_Iteration
|
||||
|
||||
Reference in New Issue
Block a user