updated docs further, added UICatalog API, clean up

This commit is contained in:
Charlie Kindel
2020-05-23 19:39:15 -06:00
parent b2fc685622
commit 78cd1bbd1e
97 changed files with 13953 additions and 2720 deletions

View File

@@ -1,27 +1,27 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class View
</title>
<meta name="viewport" content="width=device-width">
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class View
">
<meta name="generator" content="docfx 2.53.1.0">
<link rel="shortcut icon" href="../../favicon.ico">
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
<link rel="stylesheet" href="../../styles/docfx.css">
<link rel="stylesheet" href="../../styles/main.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
<meta property="docfx:rel" content="../../">
">
<meta name="generator" content="docfx 2.53.1.0">
<link rel="shortcut icon" href="../../favicon.ico">
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
<link rel="stylesheet" href="../../styles/docfx.css">
<link rel="stylesheet" href="../../styles/main.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
<meta property="docfx:rel" content="../../">
</head> <body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
@@ -94,6 +94,7 @@ View is the base class for all views on the screen and represents a visible elem
<div class="level2"><span class="xref">View</span></div>
<div class="level3"><a class="xref" href="Terminal.Gui.Button.html">Button</a></div>
<div class="level3"><a class="xref" href="Terminal.Gui.CheckBox.html">CheckBox</a></div>
<div class="level3"><a class="xref" href="Terminal.Gui.ComboBox.html">ComboBox</a></div>
<div class="level3"><a class="xref" href="Terminal.Gui.FrameView.html">FrameView</a></div>
<div class="level3"><a class="xref" href="Terminal.Gui.HexView.html">HexView</a></div>
<div class="level3"><a class="xref" href="Terminal.Gui.Label.html">Label</a></div>