mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
updated docs further, added UICatalog API, clean up
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user