diff --git a/docfx/docfx.json b/docfx/docfx.json index 66d70a2c1..2ac6329b2 100644 --- a/docfx/docfx.json +++ b/docfx/docfx.json @@ -4,13 +4,13 @@ "src": [ { "files": [ - "Terminal.Gui.dll" + "Terminal.Gui.csproj" ], "exclude": [ "**/obj/**", "_site/**" ], - "src": "../Terminal.Gui/bin/Release/net6.0" + "src": "../Terminal.Gui" } ], "dest": "api/Terminal.Gui", @@ -23,13 +23,13 @@ "src": [ { "files": [ - "UICatalog.dll" + "UICatalog.csproj" ], "exclude": [ "**/obj/**", "_site/**" ], - "src": "../UICatalog/bin/Release/net6.0" + "src": "../UICatalog" } ], "dest": "api/UICatalog", diff --git a/docs/README.html b/docs/README.html index d5b7b5b3f..ceabe3678 100644 --- a/docs/README.html +++ b/docs/README.html @@ -8,7 +8,7 @@ To Generate the Docs - + diff --git a/docs/api/Terminal.Gui/Terminal.Gui.Application.ResizedEventArgs.html b/docs/api/Terminal.Gui/Terminal.Gui.Application.ResizedEventArgs.html index 4d7a5f74c..109f26505 100644 --- a/docs/api/Terminal.Gui/Terminal.Gui.Application.ResizedEventArgs.html +++ b/docs/api/Terminal.Gui/Terminal.Gui.Application.ResizedEventArgs.html @@ -10,7 +10,7 @@ - + @@ -91,7 +91,35 @@ Event arguments for the
Inheritance
System.Object
-
Application.ResizedEventArgs
+
System.EventArgs
+
Application.ResizedEventArgs
+ +
+
Inherited Members
+
+ System.EventArgs.Empty +
+
+ System.Object.Equals(System.Object) +
+
+ System.Object.Equals(System.Object, System.Object) +
+
+ System.Object.GetHashCode() +
+
+ System.Object.GetType() +
+
+ System.Object.MemberwiseClone() +
+
+ System.Object.ReferenceEquals(System.Object, System.Object) +
+
+ System.Object.ToString() +
Namespace: Terminal.Gui
Assembly: Terminal.Gui.dll
@@ -99,22 +127,15 @@ Event arguments for the
public class ResizedEventArgs : EventArgs
-

Constructors -

- - -
-

ResizedEventArgs()

-
-
-
Declaration
-
-
public ResizedEventArgs()
-

Properties

- - + + | + Improve this Doc + + + View Source +

Cols

@@ -140,8 +161,13 @@ The number of columns in the resized terminal. - - + + | + Improve this Doc + + + View Source +

Rows

@@ -174,6 +200,12 @@ The number of rows in the resized terminal.
+
+
Inherited Members
+
+ System.Object.Equals(System.Object) +
+
+ System.Object.Equals(System.Object, System.Object) +
+
+ System.Object.GetHashCode() +
+
+ System.Object.GetType() +
+
+ System.Object.MemberwiseClone() +
+
+ System.Object.ReferenceEquals(System.Object, System.Object) +
+
+ System.Object.ToString() +
+
Namespace: Terminal.Gui
Assembly: Terminal.Gui.dll
Syntax
-
public class RunState : Object
+
public class RunState : IDisposable

Constructors

- - + + | + Improve this Doc + + + View Source +

RunState(Toplevel)

@@ -136,8 +165,13 @@ Initializes a new

Properties

- - + + | +
Improve this Doc + + + View Source +

Toplevel

@@ -165,8 +199,13 @@ The Methods - - + + | + Improve this Doc + + + View Source +

Dispose()

@@ -177,8 +216,13 @@ Releases alTop = l resource used by the
public void Dispose()
- - + + | + Improve this Doc + + + View Source +

Dispose(Boolean)

@@ -217,6 +261,12 @@ Dispose the specified disposing.