mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Update docs
This commit is contained in:
@@ -13,9 +13,12 @@ items:
|
||||
- Terminal.Gui.ColorScheme
|
||||
- Terminal.Gui.ConsoleDriver
|
||||
- Terminal.Gui.Dialog
|
||||
- Terminal.Gui.FrameView
|
||||
- Terminal.Gui.IListDataSource
|
||||
- Terminal.Gui.Key
|
||||
- Terminal.Gui.KeyEvent
|
||||
- Terminal.Gui.Label
|
||||
- Terminal.Gui.ListView
|
||||
- Terminal.Gui.MenuBar
|
||||
- Terminal.Gui.MenuBarItem
|
||||
- Terminal.Gui.MenuItem
|
||||
@@ -26,6 +29,7 @@ items:
|
||||
- Terminal.Gui.RadioGroup
|
||||
- Terminal.Gui.Rect
|
||||
- Terminal.Gui.Responder
|
||||
- Terminal.Gui.ScrollBarView
|
||||
- Terminal.Gui.ScrollView
|
||||
- Terminal.Gui.Size
|
||||
- Terminal.Gui.SpecialChar
|
||||
@@ -101,6 +105,18 @@ references:
|
||||
name: Dialog
|
||||
nameWithType: Dialog
|
||||
fullName: Terminal.Gui.Dialog
|
||||
- uid: Terminal.Gui.FrameView
|
||||
parent: Terminal.Gui
|
||||
isExternal: false
|
||||
name: FrameView
|
||||
nameWithType: FrameView
|
||||
fullName: Terminal.Gui.FrameView
|
||||
- uid: Terminal.Gui.IListDataSource
|
||||
parent: Terminal.Gui
|
||||
isExternal: false
|
||||
name: IListDataSource
|
||||
nameWithType: IListDataSource
|
||||
fullName: Terminal.Gui.IListDataSource
|
||||
- uid: Terminal.Gui.Key
|
||||
parent: Terminal.Gui
|
||||
isExternal: false
|
||||
@@ -119,6 +135,12 @@ references:
|
||||
name: Label
|
||||
nameWithType: Label
|
||||
fullName: Terminal.Gui.Label
|
||||
- uid: Terminal.Gui.ListView
|
||||
parent: Terminal.Gui
|
||||
isExternal: false
|
||||
name: ListView
|
||||
nameWithType: ListView
|
||||
fullName: Terminal.Gui.ListView
|
||||
- uid: Terminal.Gui.MenuBar
|
||||
parent: Terminal.Gui
|
||||
isExternal: false
|
||||
@@ -179,6 +201,12 @@ references:
|
||||
name: Responder
|
||||
nameWithType: Responder
|
||||
fullName: Terminal.Gui.Responder
|
||||
- uid: Terminal.Gui.ScrollBarView
|
||||
parent: Terminal.Gui
|
||||
isExternal: false
|
||||
name: ScrollBarView
|
||||
nameWithType: ScrollBarView
|
||||
fullName: Terminal.Gui.ScrollBarView
|
||||
- uid: Terminal.Gui.ScrollView
|
||||
parent: Terminal.Gui
|
||||
isExternal: false
|
||||
|
||||
@@ -34,13 +34,13 @@ items:
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Releases all resource used by the <xref href="Terminal.Application.RunState"></xref> object.
|
||||
summary: Releases all resource used by the <xref href="Terminal.Gui.Application.RunState"></xref> object.
|
||||
remarks: >-
|
||||
Call <xref href="Terminal.Gui.Application.RunState.Dispose"></xref> when you are finished using the <xref href="Terminal.Application.RunState"></xref>. The
|
||||
<xref href="Terminal.Gui.Application.RunState.Dispose"></xref> method leaves the <xref href="Terminal.Application.RunState"></xref> in an unusable state. After
|
||||
Call <xref href="Terminal.Gui.Application.RunState.Dispose"></xref> when you are finished using the <xref href="Terminal.Gui.Application.RunState"></xref>. The
|
||||
<xref href="Terminal.Gui.Application.RunState.Dispose"></xref> method leaves the <xref href="Terminal.Gui.Application.RunState"></xref> in an unusable state. After
|
||||
calling <xref href="Terminal.Gui.Application.RunState.Dispose"></xref>, you must release all references to the
|
||||
<xref href="Terminal.Application.RunState"></xref> so the garbage collector can reclaim the memory that the
|
||||
<xref href="Terminal.Application.RunState"></xref> was occupying.
|
||||
<xref href="Terminal.Gui.Application.RunState"></xref> so the garbage collector can reclaim the memory that the
|
||||
<xref href="Terminal.Gui.Application.RunState"></xref> was occupying.
|
||||
syntax:
|
||||
content: public void Dispose ();
|
||||
parameters: []
|
||||
|
||||
@@ -49,12 +49,18 @@ items:
|
||||
- Terminal.Gui.View.Add(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.Add(Terminal.Gui.View[])
|
||||
- Terminal.Gui.View.AddCh(System.Int32,System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
- Terminal.Gui.View.Bounds
|
||||
- Terminal.Gui.View.ChildNeedsDisplay
|
||||
- Terminal.Gui.View.Clear
|
||||
- Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.ClearNeedsDisplay
|
||||
- Terminal.Gui.View.ClipToBounds
|
||||
- Terminal.Gui.View.ColorScheme
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Boolean)
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.Driver
|
||||
@@ -74,6 +80,7 @@ items:
|
||||
- Terminal.Gui.View.Remove(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.RemoveAll
|
||||
- Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.SetNeedsDisplay
|
||||
- Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
|
||||
@@ -240,7 +247,7 @@ items:
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Gets or sets a value indicating whether this <xref href="Terminal.Button"></xref> is the default action to activate on return on a dialog.
|
||||
summary: Gets or sets a value indicating whether this <xref href="Terminal.Gui.Button"></xref> is the default action to activate on return on a dialog.
|
||||
syntax:
|
||||
content: public bool IsDefault { get; set; }
|
||||
return:
|
||||
@@ -391,9 +398,9 @@ items:
|
||||
namespace: Terminal.Gui
|
||||
summary: The text displayed by this widget.
|
||||
syntax:
|
||||
content: public string Text { get; set; }
|
||||
content: public NStack.ustring Text { get; set; }
|
||||
return:
|
||||
type: System.String
|
||||
type: NStack.ustring
|
||||
description: To be added.
|
||||
overload: Terminal.Gui.Button.Text*
|
||||
exceptions: []
|
||||
@@ -524,6 +531,12 @@ references:
|
||||
name: Text
|
||||
nameWithType: Button.Text
|
||||
fullName: Button.Text
|
||||
- uid: NStack.ustring
|
||||
parent: NStack
|
||||
isExternal: true
|
||||
name: ustring
|
||||
nameWithType: ustring
|
||||
fullName: NStack.ustring
|
||||
- uid: Terminal.Gui.Button.#ctor*
|
||||
parent: Terminal.Gui.Button
|
||||
isExternal: false
|
||||
@@ -608,6 +621,12 @@ references:
|
||||
name: AddCh(Int32, Int32, Int32)
|
||||
nameWithType: View.AddCh(Int32, Int32, Int32)
|
||||
fullName: View.AddCh(Int32, Int32, Int32)
|
||||
- uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: AddRune(Int32, Int32, Rune)
|
||||
nameWithType: View.AddRune(Int32, Int32, Rune)
|
||||
fullName: View.AddRune(Int32, Int32, Rune)
|
||||
- uid: Terminal.Gui.View.Bounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -626,12 +645,24 @@ references:
|
||||
name: Clear()
|
||||
nameWithType: View.Clear()
|
||||
fullName: View.Clear()
|
||||
- uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Clear(Rect)
|
||||
nameWithType: View.Clear(Rect)
|
||||
fullName: View.Clear(Rect)
|
||||
- uid: Terminal.Gui.View.ClearNeedsDisplay
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClearNeedsDisplay()
|
||||
nameWithType: View.ClearNeedsDisplay()
|
||||
fullName: View.ClearNeedsDisplay()
|
||||
- uid: Terminal.Gui.View.ClipToBounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClipToBounds()
|
||||
nameWithType: View.ClipToBounds()
|
||||
fullName: View.ClipToBounds()
|
||||
- uid: Terminal.Gui.View.ColorScheme
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -644,6 +675,24 @@ references:
|
||||
name: DrawFrame(Rect, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawFrame(Rect, Int32, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Int32, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Int32, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Boolean, ColorScheme)
|
||||
nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
fullName: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Attribute, Attribute)
|
||||
nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
fullName: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
- uid: Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -752,6 +801,12 @@ references:
|
||||
name: ScreenToView(Int32, Int32)
|
||||
nameWithType: View.ScreenToView(Int32, Int32)
|
||||
fullName: View.ScreenToView(Int32, Int32)
|
||||
- uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SetClip(Rect)
|
||||
nameWithType: View.SetClip(Rect)
|
||||
fullName: View.SetClip(Rect)
|
||||
- uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
|
||||
@@ -3,7 +3,9 @@ items:
|
||||
- uid: Terminal.Gui.CheckBox
|
||||
id: CheckBox
|
||||
children:
|
||||
- Terminal.Gui.CheckBox.#ctor(System.Int32,System.Int32,NStack.ustring)
|
||||
- Terminal.Gui.CheckBox.#ctor(System.Int32,System.Int32,System.String)
|
||||
- Terminal.Gui.CheckBox.#ctor(System.Int32,System.Int32,NStack.ustring,System.Boolean)
|
||||
- Terminal.Gui.CheckBox.#ctor(System.Int32,System.Int32,System.String,System.Boolean)
|
||||
- Terminal.Gui.CheckBox.Checked
|
||||
- Terminal.Gui.CheckBox.MouseEvent(Terminal.Gui.MouseEvent)
|
||||
@@ -34,12 +36,18 @@ items:
|
||||
- Terminal.Gui.View.Add(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.Add(Terminal.Gui.View[])
|
||||
- Terminal.Gui.View.AddCh(System.Int32,System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
- Terminal.Gui.View.Bounds
|
||||
- Terminal.Gui.View.ChildNeedsDisplay
|
||||
- Terminal.Gui.View.Clear
|
||||
- Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.ClearNeedsDisplay
|
||||
- Terminal.Gui.View.ClipToBounds
|
||||
- Terminal.Gui.View.ColorScheme
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Boolean)
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.Driver
|
||||
@@ -61,6 +69,7 @@ items:
|
||||
- Terminal.Gui.View.Remove(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.RemoveAll
|
||||
- Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.SetNeedsDisplay
|
||||
- Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
|
||||
@@ -68,6 +77,38 @@ items:
|
||||
- Terminal.Gui.View.SuperView
|
||||
- Terminal.Gui.View.ToString
|
||||
- Terminal.Gui.View.WantMousePositionReports
|
||||
- uid: Terminal.Gui.CheckBox.#ctor(System.Int32,System.Int32,NStack.ustring)
|
||||
id: '#ctor(System.Int32,System.Int32,NStack.ustring)'
|
||||
parent: Terminal.Gui.CheckBox
|
||||
langs:
|
||||
- csharp
|
||||
name: CheckBox(Int32, Int32, ustring)
|
||||
nameWithType: CheckBox.CheckBox(Int32, Int32, ustring)
|
||||
fullName: CheckBox.CheckBox(Int32, Int32, ustring)
|
||||
type: Constructor
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: >-
|
||||
Public constructor, creates a CheckButton based on
|
||||
the given text at the given position.
|
||||
remarks: >-
|
||||
The size of CheckButton is computed based on the
|
||||
text length. This CheckButton is not toggled.
|
||||
syntax:
|
||||
content: public CheckBox (int x, int y, NStack.ustring s);
|
||||
parameters:
|
||||
- id: x
|
||||
type: System.Int32
|
||||
description: To be added.
|
||||
- id: y
|
||||
type: System.Int32
|
||||
description: To be added.
|
||||
- id: s
|
||||
type: NStack.ustring
|
||||
description: To be added.
|
||||
overload: Terminal.Gui.CheckBox.#ctor*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.CheckBox.#ctor(System.Int32,System.Int32,System.String)
|
||||
id: '#ctor(System.Int32,System.Int32,System.String)'
|
||||
parent: Terminal.Gui.CheckBox
|
||||
@@ -77,8 +118,7 @@ items:
|
||||
nameWithType: CheckBox.CheckBox(Int32, Int32, String)
|
||||
fullName: CheckBox.CheckBox(Int32, Int32, String)
|
||||
type: Constructor
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
assemblies: []
|
||||
namespace: Terminal.Gui
|
||||
summary: >-
|
||||
Public constructor, creates a CheckButton based on
|
||||
@@ -100,6 +140,41 @@ items:
|
||||
description: To be added.
|
||||
overload: Terminal.Gui.CheckBox.#ctor*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.CheckBox.#ctor(System.Int32,System.Int32,NStack.ustring,System.Boolean)
|
||||
id: '#ctor(System.Int32,System.Int32,NStack.ustring,System.Boolean)'
|
||||
parent: Terminal.Gui.CheckBox
|
||||
langs:
|
||||
- csharp
|
||||
name: CheckBox(Int32, Int32, ustring, Boolean)
|
||||
nameWithType: CheckBox.CheckBox(Int32, Int32, ustring, Boolean)
|
||||
fullName: CheckBox.CheckBox(Int32, Int32, ustring, Boolean)
|
||||
type: Constructor
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: >-
|
||||
Public constructor, creates a CheckButton based on
|
||||
the given text at the given position and a state.
|
||||
remarks: >-
|
||||
The size of CheckButton is computed based on the
|
||||
text length.
|
||||
syntax:
|
||||
content: public CheckBox (int x, int y, NStack.ustring s, bool is_checked);
|
||||
parameters:
|
||||
- id: x
|
||||
type: System.Int32
|
||||
description: To be added.
|
||||
- id: y
|
||||
type: System.Int32
|
||||
description: To be added.
|
||||
- id: s
|
||||
type: NStack.ustring
|
||||
description: To be added.
|
||||
- id: is_checked
|
||||
type: System.Boolean
|
||||
description: To be added.
|
||||
overload: Terminal.Gui.CheckBox.#ctor*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.CheckBox.#ctor(System.Int32,System.Int32,System.String,System.Boolean)
|
||||
id: '#ctor(System.Int32,System.Int32,System.String,System.Boolean)'
|
||||
parent: Terminal.Gui.CheckBox
|
||||
@@ -109,8 +184,7 @@ items:
|
||||
nameWithType: CheckBox.CheckBox(Int32, Int32, String, Boolean)
|
||||
fullName: CheckBox.CheckBox(Int32, Int32, String, Boolean)
|
||||
type: Constructor
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
assemblies: []
|
||||
namespace: Terminal.Gui
|
||||
summary: >-
|
||||
Public constructor, creates a CheckButton based on
|
||||
@@ -252,9 +326,9 @@ items:
|
||||
namespace: Terminal.Gui
|
||||
summary: The text displayed by this widget.
|
||||
syntax:
|
||||
content: public string Text { get; set; }
|
||||
content: public NStack.ustring Text { get; set; }
|
||||
return:
|
||||
type: System.String
|
||||
type: NStack.ustring
|
||||
description: To be added.
|
||||
overload: Terminal.Gui.CheckBox.Text*
|
||||
exceptions: []
|
||||
@@ -288,36 +362,54 @@ references:
|
||||
name: View
|
||||
nameWithType: View
|
||||
fullName: Terminal.Gui.View
|
||||
- uid: Terminal.Gui.CheckBox.#ctor(System.Int32,System.Int32,System.String)
|
||||
- uid: Terminal.Gui.CheckBox.#ctor(System.Int32,System.Int32,NStack.ustring)
|
||||
parent: Terminal.Gui.CheckBox
|
||||
isExternal: false
|
||||
name: CheckBox(Int32, Int32, String)
|
||||
nameWithType: CheckBox.CheckBox(Int32, Int32, String)
|
||||
fullName: CheckBox.CheckBox(Int32, Int32, String)
|
||||
name: CheckBox(Int32, Int32, ustring)
|
||||
nameWithType: CheckBox.CheckBox(Int32, Int32, ustring)
|
||||
fullName: CheckBox.CheckBox(Int32, Int32, ustring)
|
||||
- uid: System.Int32
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
- uid: NStack.ustring
|
||||
parent: NStack
|
||||
isExternal: true
|
||||
name: ustring
|
||||
nameWithType: ustring
|
||||
fullName: NStack.ustring
|
||||
- uid: Terminal.Gui.CheckBox.#ctor(System.Int32,System.Int32,System.String)
|
||||
parent: Terminal.Gui.CheckBox
|
||||
isExternal: false
|
||||
name: CheckBox(Int32, Int32, String)
|
||||
nameWithType: CheckBox.CheckBox(Int32, Int32, String)
|
||||
fullName: CheckBox.CheckBox(Int32, Int32, String)
|
||||
- uid: System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: Terminal.Gui.CheckBox.#ctor(System.Int32,System.Int32,System.String,System.Boolean)
|
||||
- uid: Terminal.Gui.CheckBox.#ctor(System.Int32,System.Int32,NStack.ustring,System.Boolean)
|
||||
parent: Terminal.Gui.CheckBox
|
||||
isExternal: false
|
||||
name: CheckBox(Int32, Int32, String, Boolean)
|
||||
nameWithType: CheckBox.CheckBox(Int32, Int32, String, Boolean)
|
||||
fullName: CheckBox.CheckBox(Int32, Int32, String, Boolean)
|
||||
name: CheckBox(Int32, Int32, ustring, Boolean)
|
||||
nameWithType: CheckBox.CheckBox(Int32, Int32, ustring, Boolean)
|
||||
fullName: CheckBox.CheckBox(Int32, Int32, ustring, Boolean)
|
||||
- uid: System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: Terminal.Gui.CheckBox.#ctor(System.Int32,System.Int32,System.String,System.Boolean)
|
||||
parent: Terminal.Gui.CheckBox
|
||||
isExternal: false
|
||||
name: CheckBox(Int32, Int32, String, Boolean)
|
||||
nameWithType: CheckBox.CheckBox(Int32, Int32, String, Boolean)
|
||||
fullName: CheckBox.CheckBox(Int32, Int32, String, Boolean)
|
||||
- uid: Terminal.Gui.CheckBox.Checked
|
||||
parent: Terminal.Gui.CheckBox
|
||||
isExternal: false
|
||||
@@ -468,6 +560,12 @@ references:
|
||||
name: AddCh(Int32, Int32, Int32)
|
||||
nameWithType: View.AddCh(Int32, Int32, Int32)
|
||||
fullName: View.AddCh(Int32, Int32, Int32)
|
||||
- uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: AddRune(Int32, Int32, Rune)
|
||||
nameWithType: View.AddRune(Int32, Int32, Rune)
|
||||
fullName: View.AddRune(Int32, Int32, Rune)
|
||||
- uid: Terminal.Gui.View.Bounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -486,12 +584,24 @@ references:
|
||||
name: Clear()
|
||||
nameWithType: View.Clear()
|
||||
fullName: View.Clear()
|
||||
- uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Clear(Rect)
|
||||
nameWithType: View.Clear(Rect)
|
||||
fullName: View.Clear(Rect)
|
||||
- uid: Terminal.Gui.View.ClearNeedsDisplay
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClearNeedsDisplay()
|
||||
nameWithType: View.ClearNeedsDisplay()
|
||||
fullName: View.ClearNeedsDisplay()
|
||||
- uid: Terminal.Gui.View.ClipToBounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClipToBounds()
|
||||
nameWithType: View.ClipToBounds()
|
||||
fullName: View.ClipToBounds()
|
||||
- uid: Terminal.Gui.View.ColorScheme
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -504,6 +614,24 @@ references:
|
||||
name: DrawFrame(Rect, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawFrame(Rect, Int32, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Int32, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Int32, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Boolean, ColorScheme)
|
||||
nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
fullName: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Attribute, Attribute)
|
||||
nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
fullName: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
- uid: Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -612,6 +740,12 @@ references:
|
||||
name: ScreenToView(Int32, Int32)
|
||||
nameWithType: View.ScreenToView(Int32, Int32)
|
||||
fullName: View.ScreenToView(Int32, Int32)
|
||||
- uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SetClip(Rect)
|
||||
nameWithType: View.SetClip(Rect)
|
||||
fullName: View.SetClip(Rect)
|
||||
- uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
|
||||
@@ -5,11 +5,13 @@ items:
|
||||
children:
|
||||
- Terminal.Gui.ConsoleDriver.#ctor
|
||||
- Terminal.Gui.ConsoleDriver.AddCh(System.Int32)
|
||||
- Terminal.Gui.ConsoleDriver.AddRune(System.Rune)
|
||||
- Terminal.Gui.ConsoleDriver.AddSpecial(Terminal.Gui.SpecialChar)
|
||||
- Terminal.Gui.ConsoleDriver.AddStr(NStack.ustring)
|
||||
- Terminal.Gui.ConsoleDriver.AddStr(System.String)
|
||||
- Terminal.Gui.ConsoleDriver.Clip
|
||||
- Terminal.Gui.ConsoleDriver.Cols
|
||||
- Terminal.Gui.ConsoleDriver.DrawFrame(Terminal.Gui.Rect,System.Boolean)
|
||||
- Terminal.Gui.ConsoleDriver.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
- Terminal.Gui.ConsoleDriver.End
|
||||
- Terminal.Gui.ConsoleDriver.Init(System.Action)
|
||||
- Terminal.Gui.ConsoleDriver.Move(System.Int32,System.Int32)
|
||||
@@ -65,8 +67,7 @@ items:
|
||||
nameWithType: ConsoleDriver.AddCh(Int32)
|
||||
fullName: ConsoleDriver.AddCh(Int32)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
assemblies: []
|
||||
namespace: Terminal.Gui
|
||||
summary: Adds the specified rune to the display at the current cursor position
|
||||
syntax:
|
||||
@@ -77,6 +78,27 @@ items:
|
||||
description: Rune to add.
|
||||
overload: Terminal.Gui.ConsoleDriver.AddCh*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.ConsoleDriver.AddRune(System.Rune)
|
||||
id: AddRune(System.Rune)
|
||||
parent: Terminal.Gui.ConsoleDriver
|
||||
langs:
|
||||
- csharp
|
||||
name: AddRune(Rune)
|
||||
nameWithType: ConsoleDriver.AddRune(Rune)
|
||||
fullName: ConsoleDriver.AddRune(Rune)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Adds the specified rune to the display at the current cursor position
|
||||
syntax:
|
||||
content: public abstract void AddRune (Rune rune);
|
||||
parameters:
|
||||
- id: rune
|
||||
type: System.Rune
|
||||
description: Rune to add.
|
||||
overload: Terminal.Gui.ConsoleDriver.AddRune*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.ConsoleDriver.AddSpecial(Terminal.Gui.SpecialChar)
|
||||
id: AddSpecial(Terminal.Gui.SpecialChar)
|
||||
parent: Terminal.Gui.ConsoleDriver
|
||||
@@ -98,6 +120,27 @@ items:
|
||||
description: Ch.
|
||||
overload: Terminal.Gui.ConsoleDriver.AddSpecial*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.ConsoleDriver.AddStr(NStack.ustring)
|
||||
id: AddStr(NStack.ustring)
|
||||
parent: Terminal.Gui.ConsoleDriver
|
||||
langs:
|
||||
- csharp
|
||||
name: AddStr(ustring)
|
||||
nameWithType: ConsoleDriver.AddStr(ustring)
|
||||
fullName: ConsoleDriver.AddStr(ustring)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Adds the specified
|
||||
syntax:
|
||||
content: public abstract void AddStr (NStack.ustring str);
|
||||
parameters:
|
||||
- id: str
|
||||
type: NStack.ustring
|
||||
description: String.
|
||||
overload: Terminal.Gui.ConsoleDriver.AddStr*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.ConsoleDriver.AddStr(System.String)
|
||||
id: AddStr(System.String)
|
||||
parent: Terminal.Gui.ConsoleDriver
|
||||
@@ -107,8 +150,7 @@ items:
|
||||
nameWithType: ConsoleDriver.AddStr(String)
|
||||
fullName: ConsoleDriver.AddStr(String)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
assemblies: []
|
||||
namespace: Terminal.Gui
|
||||
summary: Adds the specified
|
||||
syntax:
|
||||
@@ -131,7 +173,7 @@ items:
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Controls the current clipping region that AddCh/AddStr is subject to.
|
||||
summary: Controls the current clipping region that AddRune/AddStr is subject to.
|
||||
syntax:
|
||||
content: public Terminal.Gui.Rect Clip { get; set; }
|
||||
return:
|
||||
@@ -159,24 +201,27 @@ items:
|
||||
description: To be added.
|
||||
overload: Terminal.Gui.ConsoleDriver.Cols*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.ConsoleDriver.DrawFrame(Terminal.Gui.Rect,System.Boolean)
|
||||
id: DrawFrame(Terminal.Gui.Rect,System.Boolean)
|
||||
- uid: Terminal.Gui.ConsoleDriver.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
id: DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
parent: Terminal.Gui.ConsoleDriver
|
||||
langs:
|
||||
- csharp
|
||||
name: DrawFrame(Rect, Boolean)
|
||||
nameWithType: ConsoleDriver.DrawFrame(Rect, Boolean)
|
||||
fullName: ConsoleDriver.DrawFrame(Rect, Boolean)
|
||||
name: DrawFrame(Rect, Int32, Boolean)
|
||||
nameWithType: ConsoleDriver.DrawFrame(Rect, Int32, Boolean)
|
||||
fullName: ConsoleDriver.DrawFrame(Rect, Int32, Boolean)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
syntax:
|
||||
content: public abstract void DrawFrame (Terminal.Gui.Rect region, bool fill);
|
||||
content: public abstract void DrawFrame (Terminal.Gui.Rect region, int padding, bool fill);
|
||||
parameters:
|
||||
- id: region
|
||||
type: Terminal.Gui.Rect
|
||||
description: To be added.
|
||||
- id: padding
|
||||
type: System.Int32
|
||||
description: To be added.
|
||||
- id: fill
|
||||
type: System.Boolean
|
||||
description: To be added.
|
||||
@@ -470,6 +515,18 @@ references:
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
- uid: Terminal.Gui.ConsoleDriver.AddRune(System.Rune)
|
||||
parent: Terminal.Gui.ConsoleDriver
|
||||
isExternal: false
|
||||
name: AddRune(Rune)
|
||||
nameWithType: ConsoleDriver.AddRune(Rune)
|
||||
fullName: ConsoleDriver.AddRune(Rune)
|
||||
- uid: System.Rune
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Rune
|
||||
nameWithType: Rune
|
||||
fullName: System.Rune
|
||||
- uid: Terminal.Gui.ConsoleDriver.AddSpecial(Terminal.Gui.SpecialChar)
|
||||
parent: Terminal.Gui.ConsoleDriver
|
||||
isExternal: false
|
||||
@@ -482,6 +539,18 @@ references:
|
||||
name: SpecialChar
|
||||
nameWithType: SpecialChar
|
||||
fullName: Terminal.Gui.SpecialChar
|
||||
- uid: Terminal.Gui.ConsoleDriver.AddStr(NStack.ustring)
|
||||
parent: Terminal.Gui.ConsoleDriver
|
||||
isExternal: false
|
||||
name: AddStr(ustring)
|
||||
nameWithType: ConsoleDriver.AddStr(ustring)
|
||||
fullName: ConsoleDriver.AddStr(ustring)
|
||||
- uid: NStack.ustring
|
||||
parent: NStack
|
||||
isExternal: true
|
||||
name: ustring
|
||||
nameWithType: ustring
|
||||
fullName: NStack.ustring
|
||||
- uid: Terminal.Gui.ConsoleDriver.AddStr(System.String)
|
||||
parent: Terminal.Gui.ConsoleDriver
|
||||
isExternal: false
|
||||
@@ -512,12 +581,12 @@ references:
|
||||
name: Cols
|
||||
nameWithType: ConsoleDriver.Cols
|
||||
fullName: ConsoleDriver.Cols
|
||||
- uid: Terminal.Gui.ConsoleDriver.DrawFrame(Terminal.Gui.Rect,System.Boolean)
|
||||
- uid: Terminal.Gui.ConsoleDriver.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
parent: Terminal.Gui.ConsoleDriver
|
||||
isExternal: false
|
||||
name: DrawFrame(Rect, Boolean)
|
||||
nameWithType: ConsoleDriver.DrawFrame(Rect, Boolean)
|
||||
fullName: ConsoleDriver.DrawFrame(Rect, Boolean)
|
||||
name: DrawFrame(Rect, Int32, Boolean)
|
||||
nameWithType: ConsoleDriver.DrawFrame(Rect, Int32, Boolean)
|
||||
fullName: ConsoleDriver.DrawFrame(Rect, Int32, Boolean)
|
||||
- uid: System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
@@ -698,6 +767,12 @@ references:
|
||||
name: AddCh
|
||||
nameWithType: ConsoleDriver.AddCh
|
||||
fullName: ConsoleDriver.AddCh
|
||||
- uid: Terminal.Gui.ConsoleDriver.AddRune*
|
||||
parent: Terminal.Gui.ConsoleDriver
|
||||
isExternal: false
|
||||
name: AddRune
|
||||
nameWithType: ConsoleDriver.AddRune
|
||||
fullName: ConsoleDriver.AddRune
|
||||
- uid: Terminal.Gui.ConsoleDriver.AddSpecial*
|
||||
parent: Terminal.Gui.ConsoleDriver
|
||||
isExternal: false
|
||||
|
||||
@@ -33,12 +33,18 @@ items:
|
||||
- Terminal.Gui.Toplevel.Running
|
||||
- Terminal.Gui.View.Add(Terminal.Gui.View[])
|
||||
- Terminal.Gui.View.AddCh(System.Int32,System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
- Terminal.Gui.View.Bounds
|
||||
- Terminal.Gui.View.ChildNeedsDisplay
|
||||
- Terminal.Gui.View.Clear
|
||||
- Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.ClearNeedsDisplay
|
||||
- Terminal.Gui.View.ClipToBounds
|
||||
- Terminal.Gui.View.ColorScheme
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Boolean)
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.Driver
|
||||
@@ -56,9 +62,9 @@ items:
|
||||
- Terminal.Gui.View.PositionCursor
|
||||
- Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
|
||||
- Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
|
||||
- Terminal.Gui.View.Remove(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.RemoveAll
|
||||
- Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.SetNeedsDisplay
|
||||
- Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
|
||||
@@ -69,6 +75,7 @@ items:
|
||||
- Terminal.Gui.Window.Add(Terminal.Gui.View)
|
||||
- Terminal.Gui.Window.GetEnumerator
|
||||
- Terminal.Gui.Window.Redraw(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.Window.Remove(Terminal.Gui.View)
|
||||
- Terminal.Gui.Window.Title
|
||||
- uid: Terminal.Gui.Dialog.#ctor(System.String,System.Int32,System.Int32,Terminal.Gui.Button[])
|
||||
id: '#ctor(System.String,System.Int32,System.Int32,Terminal.Gui.Button[])'
|
||||
@@ -82,7 +89,7 @@ items:
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Initializes a new instance of the <xref href="Terminal.Dialog"></xref> class with an optional set of buttons to display
|
||||
summary: Initializes a new instance of the <xref href="Terminal.Gui.Dialog"></xref> class with an optional set of buttons to display
|
||||
syntax:
|
||||
content: public Dialog (string title, int width, int height, Terminal.Gui.Button[] buttons);
|
||||
parameters:
|
||||
@@ -306,6 +313,12 @@ references:
|
||||
name: AddCh(Int32, Int32, Int32)
|
||||
nameWithType: View.AddCh(Int32, Int32, Int32)
|
||||
fullName: View.AddCh(Int32, Int32, Int32)
|
||||
- uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: AddRune(Int32, Int32, Rune)
|
||||
nameWithType: View.AddRune(Int32, Int32, Rune)
|
||||
fullName: View.AddRune(Int32, Int32, Rune)
|
||||
- uid: Terminal.Gui.View.Bounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -324,12 +337,24 @@ references:
|
||||
name: Clear()
|
||||
nameWithType: View.Clear()
|
||||
fullName: View.Clear()
|
||||
- uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Clear(Rect)
|
||||
nameWithType: View.Clear(Rect)
|
||||
fullName: View.Clear(Rect)
|
||||
- uid: Terminal.Gui.View.ClearNeedsDisplay
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClearNeedsDisplay()
|
||||
nameWithType: View.ClearNeedsDisplay()
|
||||
fullName: View.ClearNeedsDisplay()
|
||||
- uid: Terminal.Gui.View.ClipToBounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClipToBounds()
|
||||
nameWithType: View.ClipToBounds()
|
||||
fullName: View.ClipToBounds()
|
||||
- uid: Terminal.Gui.View.ColorScheme
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -342,6 +367,24 @@ references:
|
||||
name: DrawFrame(Rect, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawFrame(Rect, Int32, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Int32, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Int32, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Boolean, ColorScheme)
|
||||
nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
fullName: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Attribute, Attribute)
|
||||
nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
fullName: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
- uid: Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -438,12 +481,12 @@ references:
|
||||
name: Redraw(Rect)
|
||||
nameWithType: Window.Redraw(Rect)
|
||||
fullName: Window.Redraw(Rect)
|
||||
- uid: Terminal.Gui.View.Remove(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.View
|
||||
- uid: Terminal.Gui.Window.Remove(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.Window
|
||||
isExternal: false
|
||||
name: Remove(View)
|
||||
nameWithType: View.Remove(View)
|
||||
fullName: View.Remove(View)
|
||||
nameWithType: Window.Remove(View)
|
||||
fullName: Window.Remove(View)
|
||||
- uid: Terminal.Gui.View.RemoveAll
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -456,6 +499,12 @@ references:
|
||||
name: ScreenToView(Int32, Int32)
|
||||
nameWithType: View.ScreenToView(Int32, Int32)
|
||||
fullName: View.ScreenToView(Int32, Int32)
|
||||
- uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SetClip(Rect)
|
||||
nameWithType: View.SetClip(Rect)
|
||||
fullName: View.SetClip(Rect)
|
||||
- uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
|
||||
537
docfx/api/Terminal.Gui/Terminal.Gui.FrameView.yml
Normal file
537
docfx/api/Terminal.Gui/Terminal.Gui.FrameView.yml
Normal file
@@ -0,0 +1,537 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: Terminal.Gui.FrameView
|
||||
id: FrameView
|
||||
children:
|
||||
- Terminal.Gui.FrameView.#ctor(Terminal.Gui.Rect,NStack.ustring)
|
||||
- Terminal.Gui.FrameView.Add(Terminal.Gui.View)
|
||||
- Terminal.Gui.FrameView.Redraw(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.FrameView.Remove(Terminal.Gui.View)
|
||||
- Terminal.Gui.FrameView.Title
|
||||
langs:
|
||||
- csharp
|
||||
name: FrameView
|
||||
nameWithType: FrameView
|
||||
fullName: Terminal.Gui.FrameView
|
||||
type: Class
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: The FrameView is a container frame that draws a frame around the contents
|
||||
syntax:
|
||||
content: 'public class FrameView : Terminal.Gui.View'
|
||||
inheritance:
|
||||
- System.Object
|
||||
- Terminal.Gui.Responder
|
||||
- Terminal.Gui.View
|
||||
implements: []
|
||||
inheritedMembers:
|
||||
- Terminal.Gui.Responder.CanFocus
|
||||
- Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
|
||||
- Terminal.Gui.View.Add(Terminal.Gui.View[])
|
||||
- Terminal.Gui.View.AddCh(System.Int32,System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
- Terminal.Gui.View.Bounds
|
||||
- Terminal.Gui.View.ChildNeedsDisplay
|
||||
- Terminal.Gui.View.Clear
|
||||
- Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.ClearNeedsDisplay
|
||||
- Terminal.Gui.View.ClipToBounds
|
||||
- Terminal.Gui.View.ColorScheme
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Boolean)
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.Driver
|
||||
- Terminal.Gui.View.EnsureFocus
|
||||
- Terminal.Gui.View.Focused
|
||||
- Terminal.Gui.View.FocusFirst
|
||||
- Terminal.Gui.View.FocusLast
|
||||
- Terminal.Gui.View.FocusNext
|
||||
- Terminal.Gui.View.FocusPrev
|
||||
- Terminal.Gui.View.Frame
|
||||
- Terminal.Gui.View.GetEnumerator
|
||||
- Terminal.Gui.View.HasFocus
|
||||
- Terminal.Gui.View.Id
|
||||
- Terminal.Gui.View.LayoutSubviews
|
||||
- Terminal.Gui.View.MostFocused
|
||||
- Terminal.Gui.View.Move(System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.PositionCursor
|
||||
- Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
|
||||
- Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
|
||||
- Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
|
||||
- Terminal.Gui.View.RemoveAll
|
||||
- Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.SetNeedsDisplay
|
||||
- Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.Subviews
|
||||
- Terminal.Gui.View.SuperView
|
||||
- Terminal.Gui.View.ToString
|
||||
- Terminal.Gui.View.WantMousePositionReports
|
||||
- uid: Terminal.Gui.FrameView.#ctor(Terminal.Gui.Rect,NStack.ustring)
|
||||
id: '#ctor(Terminal.Gui.Rect,NStack.ustring)'
|
||||
parent: Terminal.Gui.FrameView
|
||||
langs:
|
||||
- csharp
|
||||
name: FrameView(Rect, ustring)
|
||||
nameWithType: FrameView.FrameView(Rect, ustring)
|
||||
fullName: FrameView.FrameView(Rect, ustring)
|
||||
type: Constructor
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: >-
|
||||
Initializes a new instance of the <xref href="Terminal.Gui.Gui.FrameView"></xref> class with
|
||||
a title.
|
||||
syntax:
|
||||
content: public FrameView (Terminal.Gui.Rect frame, NStack.ustring title);
|
||||
parameters:
|
||||
- id: frame
|
||||
type: Terminal.Gui.Rect
|
||||
description: Frame.
|
||||
- id: title
|
||||
type: NStack.ustring
|
||||
description: Title.
|
||||
overload: Terminal.Gui.FrameView.#ctor*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.FrameView.Add(Terminal.Gui.View)
|
||||
id: Add(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.FrameView
|
||||
langs:
|
||||
- csharp
|
||||
name: Add(View)
|
||||
nameWithType: FrameView.Add(View)
|
||||
fullName: FrameView.Add(View)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Add the specified view to the ContentView.
|
||||
syntax:
|
||||
content: public override void Add (Terminal.Gui.View view);
|
||||
parameters:
|
||||
- id: view
|
||||
type: Terminal.Gui.View
|
||||
description: View to add to the window.
|
||||
overload: Terminal.Gui.FrameView.Add*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.FrameView.Redraw(Terminal.Gui.Rect)
|
||||
id: Redraw(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.FrameView
|
||||
langs:
|
||||
- csharp
|
||||
name: Redraw(Rect)
|
||||
nameWithType: FrameView.Redraw(Rect)
|
||||
fullName: FrameView.Redraw(Rect)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
syntax:
|
||||
content: public override void Redraw (Terminal.Gui.Rect bounds);
|
||||
parameters:
|
||||
- id: bounds
|
||||
type: Terminal.Gui.Rect
|
||||
description: To be added.
|
||||
overload: Terminal.Gui.FrameView.Redraw*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.FrameView.Remove(Terminal.Gui.View)
|
||||
id: Remove(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.FrameView
|
||||
langs:
|
||||
- csharp
|
||||
name: Remove(View)
|
||||
nameWithType: FrameView.Remove(View)
|
||||
fullName: FrameView.Remove(View)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Removes a widget from this container.
|
||||
syntax:
|
||||
content: public virtual void Remove (Terminal.Gui.View view);
|
||||
parameters:
|
||||
- id: view
|
||||
type: Terminal.Gui.View
|
||||
description: To be added.
|
||||
overload: Terminal.Gui.FrameView.Remove*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.FrameView.Title
|
||||
id: Title
|
||||
parent: Terminal.Gui.FrameView
|
||||
langs:
|
||||
- csharp
|
||||
name: Title
|
||||
nameWithType: FrameView.Title
|
||||
fullName: FrameView.Title
|
||||
type: Property
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: The title to be displayed for this window.
|
||||
syntax:
|
||||
content: public NStack.ustring Title { get; set; }
|
||||
return:
|
||||
type: NStack.ustring
|
||||
description: The title.
|
||||
overload: Terminal.Gui.FrameView.Title*
|
||||
exceptions: []
|
||||
references:
|
||||
- uid: Terminal.Gui.View
|
||||
parent: Terminal.Gui
|
||||
isExternal: false
|
||||
name: View
|
||||
nameWithType: View
|
||||
fullName: Terminal.Gui.View
|
||||
- uid: Terminal.Gui.FrameView.#ctor(Terminal.Gui.Rect,NStack.ustring)
|
||||
parent: Terminal.Gui.FrameView
|
||||
isExternal: false
|
||||
name: FrameView(Rect, ustring)
|
||||
nameWithType: FrameView.FrameView(Rect, ustring)
|
||||
fullName: FrameView.FrameView(Rect, ustring)
|
||||
- uid: Terminal.Gui.Rect
|
||||
parent: Terminal.Gui
|
||||
isExternal: false
|
||||
name: Rect
|
||||
nameWithType: Rect
|
||||
fullName: Terminal.Gui.Rect
|
||||
- uid: NStack.ustring
|
||||
parent: NStack
|
||||
isExternal: true
|
||||
name: ustring
|
||||
nameWithType: ustring
|
||||
fullName: NStack.ustring
|
||||
- uid: Terminal.Gui.FrameView.Add(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.FrameView
|
||||
isExternal: false
|
||||
name: Add(View)
|
||||
nameWithType: FrameView.Add(View)
|
||||
fullName: FrameView.Add(View)
|
||||
- uid: Terminal.Gui.FrameView.Redraw(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.FrameView
|
||||
isExternal: false
|
||||
name: Redraw(Rect)
|
||||
nameWithType: FrameView.Redraw(Rect)
|
||||
fullName: FrameView.Redraw(Rect)
|
||||
- uid: Terminal.Gui.FrameView.Remove(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.FrameView
|
||||
isExternal: false
|
||||
name: Remove(View)
|
||||
nameWithType: FrameView.Remove(View)
|
||||
fullName: FrameView.Remove(View)
|
||||
- uid: Terminal.Gui.FrameView.Title
|
||||
parent: Terminal.Gui.FrameView
|
||||
isExternal: false
|
||||
name: Title
|
||||
nameWithType: FrameView.Title
|
||||
fullName: FrameView.Title
|
||||
- uid: Terminal.Gui.FrameView.#ctor*
|
||||
parent: Terminal.Gui.FrameView
|
||||
isExternal: false
|
||||
name: FrameView
|
||||
nameWithType: FrameView.FrameView
|
||||
fullName: FrameView.FrameView
|
||||
- uid: Terminal.Gui.FrameView.Add*
|
||||
parent: Terminal.Gui.FrameView
|
||||
isExternal: false
|
||||
name: Add
|
||||
nameWithType: FrameView.Add
|
||||
fullName: FrameView.Add
|
||||
- uid: Terminal.Gui.FrameView.Redraw*
|
||||
parent: Terminal.Gui.FrameView
|
||||
isExternal: false
|
||||
name: Redraw
|
||||
nameWithType: FrameView.Redraw
|
||||
fullName: FrameView.Redraw
|
||||
- uid: Terminal.Gui.FrameView.Remove*
|
||||
parent: Terminal.Gui.FrameView
|
||||
isExternal: false
|
||||
name: Remove
|
||||
nameWithType: FrameView.Remove
|
||||
fullName: FrameView.Remove
|
||||
- uid: Terminal.Gui.FrameView.Title*
|
||||
parent: Terminal.Gui.FrameView
|
||||
isExternal: false
|
||||
name: Title
|
||||
nameWithType: FrameView.Title
|
||||
fullName: FrameView.Title
|
||||
- uid: Terminal.Gui.Responder.CanFocus
|
||||
parent: Terminal.Gui.Responder
|
||||
isExternal: false
|
||||
name: CanFocus
|
||||
nameWithType: Responder.CanFocus
|
||||
fullName: Responder.CanFocus
|
||||
- uid: Terminal.Gui.View.HasFocus
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: HasFocus
|
||||
nameWithType: View.HasFocus
|
||||
fullName: View.HasFocus
|
||||
- uid: Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
|
||||
parent: Terminal.Gui.Responder
|
||||
isExternal: false
|
||||
name: MouseEvent(MouseEvent)
|
||||
nameWithType: Responder.MouseEvent(MouseEvent)
|
||||
fullName: Responder.MouseEvent(MouseEvent)
|
||||
- uid: Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ProcessColdKey(KeyEvent)
|
||||
nameWithType: View.ProcessColdKey(KeyEvent)
|
||||
fullName: View.ProcessColdKey(KeyEvent)
|
||||
- uid: Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ProcessHotKey(KeyEvent)
|
||||
nameWithType: View.ProcessHotKey(KeyEvent)
|
||||
fullName: View.ProcessHotKey(KeyEvent)
|
||||
- uid: Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ProcessKey(KeyEvent)
|
||||
nameWithType: View.ProcessKey(KeyEvent)
|
||||
fullName: View.ProcessKey(KeyEvent)
|
||||
- uid: Terminal.Gui.View.Add(Terminal.Gui.View[])
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Add(View[])
|
||||
nameWithType: View.Add(View[])
|
||||
fullName: View.Add(View[])
|
||||
- uid: Terminal.Gui.View.AddCh(System.Int32,System.Int32,System.Int32)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: AddCh(Int32, Int32, Int32)
|
||||
nameWithType: View.AddCh(Int32, Int32, Int32)
|
||||
fullName: View.AddCh(Int32, Int32, Int32)
|
||||
- uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: AddRune(Int32, Int32, Rune)
|
||||
nameWithType: View.AddRune(Int32, Int32, Rune)
|
||||
fullName: View.AddRune(Int32, Int32, Rune)
|
||||
- uid: Terminal.Gui.View.Bounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Bounds
|
||||
nameWithType: View.Bounds
|
||||
fullName: View.Bounds
|
||||
- uid: Terminal.Gui.View.ChildNeedsDisplay
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ChildNeedsDisplay()
|
||||
nameWithType: View.ChildNeedsDisplay()
|
||||
fullName: View.ChildNeedsDisplay()
|
||||
- uid: Terminal.Gui.View.Clear
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Clear()
|
||||
nameWithType: View.Clear()
|
||||
fullName: View.Clear()
|
||||
- uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Clear(Rect)
|
||||
nameWithType: View.Clear(Rect)
|
||||
fullName: View.Clear(Rect)
|
||||
- uid: Terminal.Gui.View.ClearNeedsDisplay
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClearNeedsDisplay()
|
||||
nameWithType: View.ClearNeedsDisplay()
|
||||
fullName: View.ClearNeedsDisplay()
|
||||
- uid: Terminal.Gui.View.ClipToBounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClipToBounds()
|
||||
nameWithType: View.ClipToBounds()
|
||||
fullName: View.ClipToBounds()
|
||||
- uid: Terminal.Gui.View.ColorScheme
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ColorScheme
|
||||
nameWithType: View.ColorScheme
|
||||
fullName: View.ColorScheme
|
||||
- uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Boolean)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawFrame(Rect, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawFrame(Rect, Int32, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Int32, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Int32, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Boolean, ColorScheme)
|
||||
nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
fullName: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Attribute, Attribute)
|
||||
nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
fullName: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
- uid: Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(String, Boolean, ColorScheme)
|
||||
nameWithType: View.DrawHotString(String, Boolean, ColorScheme)
|
||||
fullName: View.DrawHotString(String, Boolean, ColorScheme)
|
||||
- uid: Terminal.Gui.View.DrawHotString(System.String,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(String, Attribute, Attribute)
|
||||
nameWithType: View.DrawHotString(String, Attribute, Attribute)
|
||||
fullName: View.DrawHotString(String, Attribute, Attribute)
|
||||
- uid: Terminal.Gui.View.Driver
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Driver
|
||||
nameWithType: View.Driver
|
||||
fullName: View.Driver
|
||||
- uid: Terminal.Gui.View.EnsureFocus
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: EnsureFocus()
|
||||
nameWithType: View.EnsureFocus()
|
||||
fullName: View.EnsureFocus()
|
||||
- uid: Terminal.Gui.View.Focused
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Focused
|
||||
nameWithType: View.Focused
|
||||
fullName: View.Focused
|
||||
- uid: Terminal.Gui.View.FocusFirst
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: FocusFirst()
|
||||
nameWithType: View.FocusFirst()
|
||||
fullName: View.FocusFirst()
|
||||
- uid: Terminal.Gui.View.FocusLast
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: FocusLast()
|
||||
nameWithType: View.FocusLast()
|
||||
fullName: View.FocusLast()
|
||||
- uid: Terminal.Gui.View.FocusNext
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: FocusNext()
|
||||
nameWithType: View.FocusNext()
|
||||
fullName: View.FocusNext()
|
||||
- uid: Terminal.Gui.View.FocusPrev
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: FocusPrev()
|
||||
nameWithType: View.FocusPrev()
|
||||
fullName: View.FocusPrev()
|
||||
- uid: Terminal.Gui.View.Frame
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Frame
|
||||
nameWithType: View.Frame
|
||||
fullName: View.Frame
|
||||
- uid: Terminal.Gui.View.GetEnumerator
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: GetEnumerator()
|
||||
nameWithType: View.GetEnumerator()
|
||||
fullName: View.GetEnumerator()
|
||||
- uid: Terminal.Gui.View.Id
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Id
|
||||
nameWithType: View.Id
|
||||
fullName: View.Id
|
||||
- uid: Terminal.Gui.View.LayoutSubviews
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: LayoutSubviews()
|
||||
nameWithType: View.LayoutSubviews()
|
||||
fullName: View.LayoutSubviews()
|
||||
- uid: Terminal.Gui.View.MostFocused
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: MostFocused
|
||||
nameWithType: View.MostFocused
|
||||
fullName: View.MostFocused
|
||||
- uid: Terminal.Gui.View.Move(System.Int32,System.Int32)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Move(Int32, Int32)
|
||||
nameWithType: View.Move(Int32, Int32)
|
||||
fullName: View.Move(Int32, Int32)
|
||||
- uid: Terminal.Gui.View.PositionCursor
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: PositionCursor()
|
||||
nameWithType: View.PositionCursor()
|
||||
fullName: View.PositionCursor()
|
||||
- uid: Terminal.Gui.View.RemoveAll
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: RemoveAll()
|
||||
nameWithType: View.RemoveAll()
|
||||
fullName: View.RemoveAll()
|
||||
- uid: Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ScreenToView(Int32, Int32)
|
||||
nameWithType: View.ScreenToView(Int32, Int32)
|
||||
fullName: View.ScreenToView(Int32, Int32)
|
||||
- uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SetClip(Rect)
|
||||
nameWithType: View.SetClip(Rect)
|
||||
fullName: View.SetClip(Rect)
|
||||
- uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SetFocus(View)
|
||||
nameWithType: View.SetFocus(View)
|
||||
fullName: View.SetFocus(View)
|
||||
- uid: Terminal.Gui.View.SetNeedsDisplay
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SetNeedsDisplay()
|
||||
nameWithType: View.SetNeedsDisplay()
|
||||
fullName: View.SetNeedsDisplay()
|
||||
- uid: Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SetNeedsDisplay(Rect)
|
||||
nameWithType: View.SetNeedsDisplay(Rect)
|
||||
fullName: View.SetNeedsDisplay(Rect)
|
||||
- uid: Terminal.Gui.View.Subviews
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Subviews
|
||||
nameWithType: View.Subviews
|
||||
fullName: View.Subviews
|
||||
- uid: Terminal.Gui.View.SuperView
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SuperView
|
||||
nameWithType: View.SuperView
|
||||
fullName: View.SuperView
|
||||
- uid: Terminal.Gui.View.ToString
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ToString()
|
||||
nameWithType: View.ToString()
|
||||
fullName: View.ToString()
|
||||
- uid: Terminal.Gui.View.WantMousePositionReports
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: WantMousePositionReports
|
||||
nameWithType: View.WantMousePositionReports
|
||||
fullName: View.WantMousePositionReports
|
||||
56
docfx/api/Terminal.Gui/Terminal.Gui.IListDataSource.yml
Normal file
56
docfx/api/Terminal.Gui/Terminal.Gui.IListDataSource.yml
Normal file
@@ -0,0 +1,56 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: Terminal.Gui.IListDataSource
|
||||
id: IListDataSource
|
||||
children:
|
||||
- Terminal.Gui.IListDataSource.Count
|
||||
langs:
|
||||
- csharp
|
||||
name: IListDataSource
|
||||
nameWithType: IListDataSource
|
||||
fullName: Terminal.Gui.IListDataSource
|
||||
type: Interface
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
syntax:
|
||||
content: public interface IListDataSource
|
||||
implements: []
|
||||
- uid: Terminal.Gui.IListDataSource.Count
|
||||
id: Count
|
||||
parent: Terminal.Gui.IListDataSource
|
||||
langs:
|
||||
- csharp
|
||||
name: Count
|
||||
nameWithType: IListDataSource.Count
|
||||
fullName: IListDataSource.Count
|
||||
type: Property
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
syntax:
|
||||
content: public int Count { get; }
|
||||
return:
|
||||
type: System.Int32
|
||||
description: To be added.
|
||||
overload: Terminal.Gui.IListDataSource.Count*
|
||||
exceptions: []
|
||||
references:
|
||||
- uid: Terminal.Gui.IListDataSource.Count
|
||||
parent: Terminal.Gui.IListDataSource
|
||||
isExternal: false
|
||||
name: Count
|
||||
nameWithType: IListDataSource.Count
|
||||
fullName: IListDataSource.Count
|
||||
- uid: System.Int32
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
- uid: Terminal.Gui.IListDataSource.Count*
|
||||
parent: Terminal.Gui.IListDataSource
|
||||
isExternal: false
|
||||
name: Count
|
||||
nameWithType: IListDataSource.Count
|
||||
fullName: IListDataSource.Count
|
||||
@@ -3,8 +3,11 @@ items:
|
||||
- uid: Terminal.Gui.Label
|
||||
id: Label
|
||||
children:
|
||||
- Terminal.Gui.Label.#ctor(Terminal.Gui.Rect,NStack.ustring)
|
||||
- Terminal.Gui.Label.#ctor(Terminal.Gui.Rect,System.String)
|
||||
- Terminal.Gui.Label.#ctor(System.Int32,System.Int32,NStack.ustring)
|
||||
- Terminal.Gui.Label.#ctor(System.Int32,System.Int32,System.String)
|
||||
- Terminal.Gui.Label.MeasureLines(NStack.ustring,System.Int32)
|
||||
- Terminal.Gui.Label.MeasureLines(System.String,System.Int32)
|
||||
- Terminal.Gui.Label.Redraw(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.Label.Text
|
||||
@@ -33,12 +36,18 @@ items:
|
||||
- Terminal.Gui.View.Add(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.Add(Terminal.Gui.View[])
|
||||
- Terminal.Gui.View.AddCh(System.Int32,System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
- Terminal.Gui.View.Bounds
|
||||
- Terminal.Gui.View.ChildNeedsDisplay
|
||||
- Terminal.Gui.View.Clear
|
||||
- Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.ClearNeedsDisplay
|
||||
- Terminal.Gui.View.ClipToBounds
|
||||
- Terminal.Gui.View.ColorScheme
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Boolean)
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.Driver
|
||||
@@ -62,6 +71,7 @@ items:
|
||||
- Terminal.Gui.View.Remove(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.RemoveAll
|
||||
- Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.SetNeedsDisplay
|
||||
- Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
|
||||
@@ -69,6 +79,33 @@ items:
|
||||
- Terminal.Gui.View.SuperView
|
||||
- Terminal.Gui.View.ToString
|
||||
- Terminal.Gui.View.WantMousePositionReports
|
||||
- uid: Terminal.Gui.Label.#ctor(Terminal.Gui.Rect,NStack.ustring)
|
||||
id: '#ctor(Terminal.Gui.Rect,NStack.ustring)'
|
||||
parent: Terminal.Gui.Label
|
||||
langs:
|
||||
- csharp
|
||||
name: Label(Rect, ustring)
|
||||
nameWithType: Label.Label(Rect, ustring)
|
||||
fullName: Label.Label(Rect, ustring)
|
||||
type: Constructor
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: >-
|
||||
Public constructor: creates a label at the given
|
||||
coordinate with the given string and uses the specified
|
||||
frame for the string.
|
||||
syntax:
|
||||
content: public Label (Terminal.Gui.Rect rect, NStack.ustring text);
|
||||
parameters:
|
||||
- id: rect
|
||||
type: Terminal.Gui.Rect
|
||||
description: To be added.
|
||||
- id: text
|
||||
type: NStack.ustring
|
||||
description: To be added.
|
||||
overload: Terminal.Gui.Label.#ctor*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.Label.#ctor(Terminal.Gui.Rect,System.String)
|
||||
id: '#ctor(Terminal.Gui.Rect,System.String)'
|
||||
parent: Terminal.Gui.Label
|
||||
@@ -78,8 +115,7 @@ items:
|
||||
nameWithType: Label.Label(Rect, String)
|
||||
fullName: Label.Label(Rect, String)
|
||||
type: Constructor
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
assemblies: []
|
||||
namespace: Terminal.Gui
|
||||
summary: >-
|
||||
Public constructor: creates a label at the given
|
||||
@@ -96,6 +132,37 @@ items:
|
||||
description: To be added.
|
||||
overload: Terminal.Gui.Label.#ctor*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.Label.#ctor(System.Int32,System.Int32,NStack.ustring)
|
||||
id: '#ctor(System.Int32,System.Int32,NStack.ustring)'
|
||||
parent: Terminal.Gui.Label
|
||||
langs:
|
||||
- csharp
|
||||
name: Label(Int32, Int32, ustring)
|
||||
nameWithType: Label.Label(Int32, Int32, ustring)
|
||||
fullName: Label.Label(Int32, Int32, ustring)
|
||||
type: Constructor
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: >-
|
||||
Public constructor: creates a label at the given
|
||||
coordinate with the given string, computes the bounding box
|
||||
based on the size of the string, assumes that the string contains
|
||||
newlines for multiple lines, no special breaking rules are used.
|
||||
syntax:
|
||||
content: public Label (int x, int y, NStack.ustring text);
|
||||
parameters:
|
||||
- id: x
|
||||
type: System.Int32
|
||||
description: To be added.
|
||||
- id: y
|
||||
type: System.Int32
|
||||
description: To be added.
|
||||
- id: text
|
||||
type: NStack.ustring
|
||||
description: To be added.
|
||||
overload: Terminal.Gui.Label.#ctor*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.Label.#ctor(System.Int32,System.Int32,System.String)
|
||||
id: '#ctor(System.Int32,System.Int32,System.String)'
|
||||
parent: Terminal.Gui.Label
|
||||
@@ -105,8 +172,7 @@ items:
|
||||
nameWithType: Label.Label(Int32, Int32, String)
|
||||
fullName: Label.Label(Int32, Int32, String)
|
||||
type: Constructor
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
assemblies: []
|
||||
namespace: Terminal.Gui
|
||||
summary: >-
|
||||
Public constructor: creates a label at the given
|
||||
@@ -127,6 +193,33 @@ items:
|
||||
description: To be added.
|
||||
overload: Terminal.Gui.Label.#ctor*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.Label.MeasureLines(NStack.ustring,System.Int32)
|
||||
id: MeasureLines(NStack.ustring,System.Int32)
|
||||
parent: Terminal.Gui.Label
|
||||
langs:
|
||||
- csharp
|
||||
name: MeasureLines(ustring, Int32)
|
||||
nameWithType: Label.MeasureLines(ustring, Int32)
|
||||
fullName: Label.MeasureLines(ustring, Int32)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Computes the number of lines needed to render the specified text by the Label control
|
||||
syntax:
|
||||
content: public static int MeasureLines (NStack.ustring text, int width);
|
||||
parameters:
|
||||
- id: text
|
||||
type: NStack.ustring
|
||||
description: Text, may contain newlines.
|
||||
- id: width
|
||||
type: System.Int32
|
||||
description: The width for the text.
|
||||
return:
|
||||
type: System.Int32
|
||||
description: Number of lines.
|
||||
overload: Terminal.Gui.Label.MeasureLines*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.Label.MeasureLines(System.String,System.Int32)
|
||||
id: MeasureLines(System.String,System.Int32)
|
||||
parent: Terminal.Gui.Label
|
||||
@@ -136,8 +229,7 @@ items:
|
||||
nameWithType: Label.MeasureLines(String, Int32)
|
||||
fullName: Label.MeasureLines(String, Int32)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
assemblies: []
|
||||
namespace: Terminal.Gui
|
||||
summary: Computes the number of lines needed to render the specified text by the Label control
|
||||
syntax:
|
||||
@@ -188,9 +280,9 @@ items:
|
||||
namespace: Terminal.Gui
|
||||
summary: The text displayed by this widget.
|
||||
syntax:
|
||||
content: public virtual string Text { get; set; }
|
||||
content: public virtual NStack.ustring Text { get; set; }
|
||||
return:
|
||||
type: System.String
|
||||
type: NStack.ustring
|
||||
description: To be added.
|
||||
overload: Terminal.Gui.Label.Text*
|
||||
exceptions: []
|
||||
@@ -241,36 +333,60 @@ references:
|
||||
name: View
|
||||
nameWithType: View
|
||||
fullName: Terminal.Gui.View
|
||||
- uid: Terminal.Gui.Label.#ctor(Terminal.Gui.Rect,System.String)
|
||||
- uid: Terminal.Gui.Label.#ctor(Terminal.Gui.Rect,NStack.ustring)
|
||||
parent: Terminal.Gui.Label
|
||||
isExternal: false
|
||||
name: Label(Rect, String)
|
||||
nameWithType: Label.Label(Rect, String)
|
||||
fullName: Label.Label(Rect, String)
|
||||
name: Label(Rect, ustring)
|
||||
nameWithType: Label.Label(Rect, ustring)
|
||||
fullName: Label.Label(Rect, ustring)
|
||||
- uid: Terminal.Gui.Rect
|
||||
parent: Terminal.Gui
|
||||
isExternal: false
|
||||
name: Rect
|
||||
nameWithType: Rect
|
||||
fullName: Terminal.Gui.Rect
|
||||
- uid: NStack.ustring
|
||||
parent: NStack
|
||||
isExternal: true
|
||||
name: ustring
|
||||
nameWithType: ustring
|
||||
fullName: NStack.ustring
|
||||
- uid: Terminal.Gui.Label.#ctor(Terminal.Gui.Rect,System.String)
|
||||
parent: Terminal.Gui.Label
|
||||
isExternal: false
|
||||
name: Label(Rect, String)
|
||||
nameWithType: Label.Label(Rect, String)
|
||||
fullName: Label.Label(Rect, String)
|
||||
- uid: System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: Terminal.Gui.Label.#ctor(System.Int32,System.Int32,System.String)
|
||||
- uid: Terminal.Gui.Label.#ctor(System.Int32,System.Int32,NStack.ustring)
|
||||
parent: Terminal.Gui.Label
|
||||
isExternal: false
|
||||
name: Label(Int32, Int32, String)
|
||||
nameWithType: Label.Label(Int32, Int32, String)
|
||||
fullName: Label.Label(Int32, Int32, String)
|
||||
name: Label(Int32, Int32, ustring)
|
||||
nameWithType: Label.Label(Int32, Int32, ustring)
|
||||
fullName: Label.Label(Int32, Int32, ustring)
|
||||
- uid: System.Int32
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
- uid: Terminal.Gui.Label.#ctor(System.Int32,System.Int32,System.String)
|
||||
parent: Terminal.Gui.Label
|
||||
isExternal: false
|
||||
name: Label(Int32, Int32, String)
|
||||
nameWithType: Label.Label(Int32, Int32, String)
|
||||
fullName: Label.Label(Int32, Int32, String)
|
||||
- uid: Terminal.Gui.Label.MeasureLines(NStack.ustring,System.Int32)
|
||||
parent: Terminal.Gui.Label
|
||||
isExternal: false
|
||||
name: MeasureLines(ustring, Int32)
|
||||
nameWithType: Label.MeasureLines(ustring, Int32)
|
||||
fullName: Label.MeasureLines(ustring, Int32)
|
||||
- uid: Terminal.Gui.Label.MeasureLines(System.String,System.Int32)
|
||||
parent: Terminal.Gui.Label
|
||||
isExternal: false
|
||||
@@ -403,6 +519,12 @@ references:
|
||||
name: AddCh(Int32, Int32, Int32)
|
||||
nameWithType: View.AddCh(Int32, Int32, Int32)
|
||||
fullName: View.AddCh(Int32, Int32, Int32)
|
||||
- uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: AddRune(Int32, Int32, Rune)
|
||||
nameWithType: View.AddRune(Int32, Int32, Rune)
|
||||
fullName: View.AddRune(Int32, Int32, Rune)
|
||||
- uid: Terminal.Gui.View.Bounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -421,12 +543,24 @@ references:
|
||||
name: Clear()
|
||||
nameWithType: View.Clear()
|
||||
fullName: View.Clear()
|
||||
- uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Clear(Rect)
|
||||
nameWithType: View.Clear(Rect)
|
||||
fullName: View.Clear(Rect)
|
||||
- uid: Terminal.Gui.View.ClearNeedsDisplay
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClearNeedsDisplay()
|
||||
nameWithType: View.ClearNeedsDisplay()
|
||||
fullName: View.ClearNeedsDisplay()
|
||||
- uid: Terminal.Gui.View.ClipToBounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClipToBounds()
|
||||
nameWithType: View.ClipToBounds()
|
||||
fullName: View.ClipToBounds()
|
||||
- uid: Terminal.Gui.View.ColorScheme
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -439,6 +573,24 @@ references:
|
||||
name: DrawFrame(Rect, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawFrame(Rect, Int32, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Int32, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Int32, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Boolean, ColorScheme)
|
||||
nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
fullName: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Attribute, Attribute)
|
||||
nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
fullName: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
- uid: Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -553,6 +705,12 @@ references:
|
||||
name: ScreenToView(Int32, Int32)
|
||||
nameWithType: View.ScreenToView(Int32, Int32)
|
||||
fullName: View.ScreenToView(Int32, Int32)
|
||||
- uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SetClip(Rect)
|
||||
nameWithType: View.SetClip(Rect)
|
||||
fullName: View.SetClip(Rect)
|
||||
- uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
|
||||
467
docfx/api/Terminal.Gui/Terminal.Gui.ListView.yml
Normal file
467
docfx/api/Terminal.Gui/Terminal.Gui.ListView.yml
Normal file
@@ -0,0 +1,467 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: Terminal.Gui.ListView
|
||||
id: ListView
|
||||
children:
|
||||
- Terminal.Gui.ListView.#ctor(Terminal.Gui.Rect,Terminal.Gui.IListDataSource,System.ValueTuple{NStack.ustring,System.Int32}[])
|
||||
langs:
|
||||
- csharp
|
||||
name: ListView
|
||||
nameWithType: ListView
|
||||
fullName: Terminal.Gui.ListView
|
||||
type: Class
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: ListView widget renders a list of data.
|
||||
syntax:
|
||||
content: 'public class ListView : Terminal.Gui.View'
|
||||
inheritance:
|
||||
- System.Object
|
||||
- Terminal.Gui.Responder
|
||||
- Terminal.Gui.View
|
||||
implements: []
|
||||
inheritedMembers:
|
||||
- Terminal.Gui.Responder.CanFocus
|
||||
- Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
|
||||
- Terminal.Gui.View.Add(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.Add(Terminal.Gui.View[])
|
||||
- Terminal.Gui.View.AddCh(System.Int32,System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
- Terminal.Gui.View.Bounds
|
||||
- Terminal.Gui.View.ChildNeedsDisplay
|
||||
- Terminal.Gui.View.Clear
|
||||
- Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.ClearNeedsDisplay
|
||||
- Terminal.Gui.View.ClipToBounds
|
||||
- Terminal.Gui.View.ColorScheme
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Boolean)
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.Driver
|
||||
- Terminal.Gui.View.EnsureFocus
|
||||
- Terminal.Gui.View.Focused
|
||||
- Terminal.Gui.View.FocusFirst
|
||||
- Terminal.Gui.View.FocusLast
|
||||
- Terminal.Gui.View.FocusNext
|
||||
- Terminal.Gui.View.FocusPrev
|
||||
- Terminal.Gui.View.Frame
|
||||
- Terminal.Gui.View.GetEnumerator
|
||||
- Terminal.Gui.View.HasFocus
|
||||
- Terminal.Gui.View.Id
|
||||
- Terminal.Gui.View.LayoutSubviews
|
||||
- Terminal.Gui.View.MostFocused
|
||||
- Terminal.Gui.View.Move(System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.PositionCursor
|
||||
- Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
|
||||
- Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
|
||||
- Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
|
||||
- Terminal.Gui.View.Redraw(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.Remove(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.RemoveAll
|
||||
- Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.SetNeedsDisplay
|
||||
- Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.Subviews
|
||||
- Terminal.Gui.View.SuperView
|
||||
- Terminal.Gui.View.ToString
|
||||
- Terminal.Gui.View.WantMousePositionReports
|
||||
- uid: Terminal.Gui.ListView.#ctor(Terminal.Gui.Rect,Terminal.Gui.IListDataSource,System.ValueTuple{NStack.ustring,System.Int32}[])
|
||||
id: '#ctor(Terminal.Gui.Rect,Terminal.Gui.IListDataSource,System.ValueTuple{NStack.ustring,System.Int32}[])'
|
||||
parent: Terminal.Gui.ListView
|
||||
langs:
|
||||
- csharp
|
||||
name: ListView(Rect, IListDataSource, ValueTuple<ustring,Int32>[])
|
||||
nameWithType: ListView.ListView(Rect, IListDataSource, ValueTuple<ustring,Int32>[])
|
||||
fullName: ListView.ListView(Rect, IListDataSource, ValueTuple<ustring,Int32>[])
|
||||
type: Constructor
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
syntax:
|
||||
content: public ListView (Terminal.Gui.Rect rect, Terminal.Gui.IListDataSource source, ValueTuple<NStack.ustring,int>[] headers = null);
|
||||
parameters:
|
||||
- id: rect
|
||||
type: Terminal.Gui.Rect
|
||||
description: To be added.
|
||||
- id: source
|
||||
type: Terminal.Gui.IListDataSource
|
||||
description: To be added.
|
||||
- id: headers
|
||||
type: System.ValueTuple{NStack.ustring,System.Int32}[]
|
||||
description: To be added.
|
||||
overload: Terminal.Gui.ListView.#ctor*
|
||||
exceptions: []
|
||||
references:
|
||||
- uid: Terminal.Gui.View
|
||||
parent: Terminal.Gui
|
||||
isExternal: false
|
||||
name: View
|
||||
nameWithType: View
|
||||
fullName: Terminal.Gui.View
|
||||
- uid: Terminal.Gui.ListView.#ctor(Terminal.Gui.Rect,Terminal.Gui.IListDataSource,System.ValueTuple{NStack.ustring,System.Int32}[])
|
||||
parent: Terminal.Gui.ListView
|
||||
isExternal: false
|
||||
name: ListView(Rect, IListDataSource, ValueTuple<ustring,Int32>[])
|
||||
nameWithType: ListView.ListView(Rect, IListDataSource, ValueTuple<ustring,Int32>[])
|
||||
fullName: ListView.ListView(Rect, IListDataSource, ValueTuple<ustring,Int32>[])
|
||||
- uid: Terminal.Gui.Rect
|
||||
parent: Terminal.Gui
|
||||
isExternal: false
|
||||
name: Rect
|
||||
nameWithType: Rect
|
||||
fullName: Terminal.Gui.Rect
|
||||
- uid: Terminal.Gui.IListDataSource
|
||||
parent: Terminal.Gui
|
||||
isExternal: false
|
||||
name: IListDataSource
|
||||
nameWithType: IListDataSource
|
||||
fullName: Terminal.Gui.IListDataSource
|
||||
- uid: System.ValueTuple`2
|
||||
name: ValueTuple
|
||||
nameWithType: ValueTuple
|
||||
fullName: System.ValueTuple
|
||||
- uid: NStack.ustring
|
||||
name: ustring
|
||||
nameWithType: ustring
|
||||
fullName: NStack.ustring
|
||||
- uid: System.Int32
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
- uid: System.ValueTuple{NStack.ustring,System.Int32}[]
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: ValueTuple<ustring,Int32>[]
|
||||
nameWithType: ValueTuple<ustring,Int32>[]
|
||||
fullName: System.ValueTuple<NStack.ustring,System.Int32>[]
|
||||
spec.csharp:
|
||||
- uid: System.ValueTuple`2
|
||||
name: ValueTuple
|
||||
nameWithType: ValueTuple
|
||||
fullName: System.ValueTuple
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: NStack.ustring
|
||||
name: ustring
|
||||
nameWithType: ustring
|
||||
fullName: NStack.ustring
|
||||
- name: ','
|
||||
nameWithType: ','
|
||||
fullName: ','
|
||||
- uid: System.Int32
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- uid: Terminal.Gui.ListView.#ctor*
|
||||
parent: Terminal.Gui.ListView
|
||||
isExternal: false
|
||||
name: ListView
|
||||
nameWithType: ListView.ListView
|
||||
fullName: ListView.ListView
|
||||
- uid: Terminal.Gui.Responder.CanFocus
|
||||
parent: Terminal.Gui.Responder
|
||||
isExternal: false
|
||||
name: CanFocus
|
||||
nameWithType: Responder.CanFocus
|
||||
fullName: Responder.CanFocus
|
||||
- uid: Terminal.Gui.View.HasFocus
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: HasFocus
|
||||
nameWithType: View.HasFocus
|
||||
fullName: View.HasFocus
|
||||
- uid: Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
|
||||
parent: Terminal.Gui.Responder
|
||||
isExternal: false
|
||||
name: MouseEvent(MouseEvent)
|
||||
nameWithType: Responder.MouseEvent(MouseEvent)
|
||||
fullName: Responder.MouseEvent(MouseEvent)
|
||||
- uid: Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ProcessColdKey(KeyEvent)
|
||||
nameWithType: View.ProcessColdKey(KeyEvent)
|
||||
fullName: View.ProcessColdKey(KeyEvent)
|
||||
- uid: Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ProcessHotKey(KeyEvent)
|
||||
nameWithType: View.ProcessHotKey(KeyEvent)
|
||||
fullName: View.ProcessHotKey(KeyEvent)
|
||||
- uid: Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ProcessKey(KeyEvent)
|
||||
nameWithType: View.ProcessKey(KeyEvent)
|
||||
fullName: View.ProcessKey(KeyEvent)
|
||||
- uid: Terminal.Gui.View.Add(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Add(View)
|
||||
nameWithType: View.Add(View)
|
||||
fullName: View.Add(View)
|
||||
- uid: Terminal.Gui.View.Add(Terminal.Gui.View[])
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Add(View[])
|
||||
nameWithType: View.Add(View[])
|
||||
fullName: View.Add(View[])
|
||||
- uid: Terminal.Gui.View.AddCh(System.Int32,System.Int32,System.Int32)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: AddCh(Int32, Int32, Int32)
|
||||
nameWithType: View.AddCh(Int32, Int32, Int32)
|
||||
fullName: View.AddCh(Int32, Int32, Int32)
|
||||
- uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: AddRune(Int32, Int32, Rune)
|
||||
nameWithType: View.AddRune(Int32, Int32, Rune)
|
||||
fullName: View.AddRune(Int32, Int32, Rune)
|
||||
- uid: Terminal.Gui.View.Bounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Bounds
|
||||
nameWithType: View.Bounds
|
||||
fullName: View.Bounds
|
||||
- uid: Terminal.Gui.View.ChildNeedsDisplay
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ChildNeedsDisplay()
|
||||
nameWithType: View.ChildNeedsDisplay()
|
||||
fullName: View.ChildNeedsDisplay()
|
||||
- uid: Terminal.Gui.View.Clear
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Clear()
|
||||
nameWithType: View.Clear()
|
||||
fullName: View.Clear()
|
||||
- uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Clear(Rect)
|
||||
nameWithType: View.Clear(Rect)
|
||||
fullName: View.Clear(Rect)
|
||||
- uid: Terminal.Gui.View.ClearNeedsDisplay
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClearNeedsDisplay()
|
||||
nameWithType: View.ClearNeedsDisplay()
|
||||
fullName: View.ClearNeedsDisplay()
|
||||
- uid: Terminal.Gui.View.ClipToBounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClipToBounds()
|
||||
nameWithType: View.ClipToBounds()
|
||||
fullName: View.ClipToBounds()
|
||||
- uid: Terminal.Gui.View.ColorScheme
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ColorScheme
|
||||
nameWithType: View.ColorScheme
|
||||
fullName: View.ColorScheme
|
||||
- uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Boolean)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawFrame(Rect, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawFrame(Rect, Int32, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Int32, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Int32, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Boolean, ColorScheme)
|
||||
nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
fullName: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Attribute, Attribute)
|
||||
nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
fullName: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
- uid: Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(String, Boolean, ColorScheme)
|
||||
nameWithType: View.DrawHotString(String, Boolean, ColorScheme)
|
||||
fullName: View.DrawHotString(String, Boolean, ColorScheme)
|
||||
- uid: Terminal.Gui.View.DrawHotString(System.String,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(String, Attribute, Attribute)
|
||||
nameWithType: View.DrawHotString(String, Attribute, Attribute)
|
||||
fullName: View.DrawHotString(String, Attribute, Attribute)
|
||||
- uid: Terminal.Gui.View.Driver
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Driver
|
||||
nameWithType: View.Driver
|
||||
fullName: View.Driver
|
||||
- uid: Terminal.Gui.View.EnsureFocus
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: EnsureFocus()
|
||||
nameWithType: View.EnsureFocus()
|
||||
fullName: View.EnsureFocus()
|
||||
- uid: Terminal.Gui.View.Focused
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Focused
|
||||
nameWithType: View.Focused
|
||||
fullName: View.Focused
|
||||
- uid: Terminal.Gui.View.FocusFirst
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: FocusFirst()
|
||||
nameWithType: View.FocusFirst()
|
||||
fullName: View.FocusFirst()
|
||||
- uid: Terminal.Gui.View.FocusLast
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: FocusLast()
|
||||
nameWithType: View.FocusLast()
|
||||
fullName: View.FocusLast()
|
||||
- uid: Terminal.Gui.View.FocusNext
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: FocusNext()
|
||||
nameWithType: View.FocusNext()
|
||||
fullName: View.FocusNext()
|
||||
- uid: Terminal.Gui.View.FocusPrev
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: FocusPrev()
|
||||
nameWithType: View.FocusPrev()
|
||||
fullName: View.FocusPrev()
|
||||
- uid: Terminal.Gui.View.Frame
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Frame
|
||||
nameWithType: View.Frame
|
||||
fullName: View.Frame
|
||||
- uid: Terminal.Gui.View.GetEnumerator
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: GetEnumerator()
|
||||
nameWithType: View.GetEnumerator()
|
||||
fullName: View.GetEnumerator()
|
||||
- uid: Terminal.Gui.View.Id
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Id
|
||||
nameWithType: View.Id
|
||||
fullName: View.Id
|
||||
- uid: Terminal.Gui.View.LayoutSubviews
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: LayoutSubviews()
|
||||
nameWithType: View.LayoutSubviews()
|
||||
fullName: View.LayoutSubviews()
|
||||
- uid: Terminal.Gui.View.MostFocused
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: MostFocused
|
||||
nameWithType: View.MostFocused
|
||||
fullName: View.MostFocused
|
||||
- uid: Terminal.Gui.View.Move(System.Int32,System.Int32)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Move(Int32, Int32)
|
||||
nameWithType: View.Move(Int32, Int32)
|
||||
fullName: View.Move(Int32, Int32)
|
||||
- uid: Terminal.Gui.View.PositionCursor
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: PositionCursor()
|
||||
nameWithType: View.PositionCursor()
|
||||
fullName: View.PositionCursor()
|
||||
- uid: Terminal.Gui.View.Redraw(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Redraw(Rect)
|
||||
nameWithType: View.Redraw(Rect)
|
||||
fullName: View.Redraw(Rect)
|
||||
- uid: Terminal.Gui.View.Remove(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Remove(View)
|
||||
nameWithType: View.Remove(View)
|
||||
fullName: View.Remove(View)
|
||||
- uid: Terminal.Gui.View.RemoveAll
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: RemoveAll()
|
||||
nameWithType: View.RemoveAll()
|
||||
fullName: View.RemoveAll()
|
||||
- uid: Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ScreenToView(Int32, Int32)
|
||||
nameWithType: View.ScreenToView(Int32, Int32)
|
||||
fullName: View.ScreenToView(Int32, Int32)
|
||||
- uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SetClip(Rect)
|
||||
nameWithType: View.SetClip(Rect)
|
||||
fullName: View.SetClip(Rect)
|
||||
- uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SetFocus(View)
|
||||
nameWithType: View.SetFocus(View)
|
||||
fullName: View.SetFocus(View)
|
||||
- uid: Terminal.Gui.View.SetNeedsDisplay
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SetNeedsDisplay()
|
||||
nameWithType: View.SetNeedsDisplay()
|
||||
fullName: View.SetNeedsDisplay()
|
||||
- uid: Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SetNeedsDisplay(Rect)
|
||||
nameWithType: View.SetNeedsDisplay(Rect)
|
||||
fullName: View.SetNeedsDisplay(Rect)
|
||||
- uid: Terminal.Gui.View.Subviews
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Subviews
|
||||
nameWithType: View.Subviews
|
||||
fullName: View.Subviews
|
||||
- uid: Terminal.Gui.View.SuperView
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SuperView
|
||||
nameWithType: View.SuperView
|
||||
fullName: View.SuperView
|
||||
- uid: Terminal.Gui.View.ToString
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ToString()
|
||||
nameWithType: View.ToString()
|
||||
fullName: View.ToString()
|
||||
- uid: Terminal.Gui.View.WantMousePositionReports
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: WantMousePositionReports
|
||||
nameWithType: View.WantMousePositionReports
|
||||
fullName: View.WantMousePositionReports
|
||||
@@ -32,12 +32,18 @@ items:
|
||||
- Terminal.Gui.View.Add(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.Add(Terminal.Gui.View[])
|
||||
- Terminal.Gui.View.AddCh(System.Int32,System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
- Terminal.Gui.View.Bounds
|
||||
- Terminal.Gui.View.ChildNeedsDisplay
|
||||
- Terminal.Gui.View.Clear
|
||||
- Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.ClearNeedsDisplay
|
||||
- Terminal.Gui.View.ClipToBounds
|
||||
- Terminal.Gui.View.ColorScheme
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Boolean)
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.Driver
|
||||
@@ -58,6 +64,7 @@ items:
|
||||
- Terminal.Gui.View.Remove(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.RemoveAll
|
||||
- Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.SetNeedsDisplay
|
||||
- Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
|
||||
@@ -77,7 +84,7 @@ items:
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Initializes a new instance of the <xref href="Terminal.MenuBar"></xref> class with the specified set of toplevel menu items.
|
||||
summary: Initializes a new instance of the <xref href="Terminal.Gui.MenuBar"></xref> class with the specified set of toplevel menu items.
|
||||
syntax:
|
||||
content: public MenuBar (Terminal.Gui.MenuBarItem[] menus);
|
||||
parameters:
|
||||
@@ -381,6 +388,12 @@ references:
|
||||
name: AddCh(Int32, Int32, Int32)
|
||||
nameWithType: View.AddCh(Int32, Int32, Int32)
|
||||
fullName: View.AddCh(Int32, Int32, Int32)
|
||||
- uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: AddRune(Int32, Int32, Rune)
|
||||
nameWithType: View.AddRune(Int32, Int32, Rune)
|
||||
fullName: View.AddRune(Int32, Int32, Rune)
|
||||
- uid: Terminal.Gui.View.Bounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -399,12 +412,24 @@ references:
|
||||
name: Clear()
|
||||
nameWithType: View.Clear()
|
||||
fullName: View.Clear()
|
||||
- uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Clear(Rect)
|
||||
nameWithType: View.Clear(Rect)
|
||||
fullName: View.Clear(Rect)
|
||||
- uid: Terminal.Gui.View.ClearNeedsDisplay
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClearNeedsDisplay()
|
||||
nameWithType: View.ClearNeedsDisplay()
|
||||
fullName: View.ClearNeedsDisplay()
|
||||
- uid: Terminal.Gui.View.ClipToBounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClipToBounds()
|
||||
nameWithType: View.ClipToBounds()
|
||||
fullName: View.ClipToBounds()
|
||||
- uid: Terminal.Gui.View.ColorScheme
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -417,6 +442,24 @@ references:
|
||||
name: DrawFrame(Rect, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawFrame(Rect, Int32, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Int32, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Int32, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Boolean, ColorScheme)
|
||||
nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
fullName: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Attribute, Attribute)
|
||||
nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
fullName: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
- uid: Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -525,6 +568,12 @@ references:
|
||||
name: ScreenToView(Int32, Int32)
|
||||
nameWithType: View.ScreenToView(Int32, Int32)
|
||||
fullName: View.ScreenToView(Int32, Int32)
|
||||
- uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SetClip(Rect)
|
||||
nameWithType: View.SetClip(Rect)
|
||||
fullName: View.SetClip(Rect)
|
||||
- uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
|
||||
@@ -3,7 +3,7 @@ items:
|
||||
- uid: Terminal.Gui.MenuBarItem
|
||||
id: MenuBarItem
|
||||
children:
|
||||
- Terminal.Gui.MenuBarItem.#ctor(System.String,Terminal.Gui.MenuItem[])
|
||||
- Terminal.Gui.MenuBarItem.#ctor(NStack.ustring,Terminal.Gui.MenuItem[])
|
||||
- Terminal.Gui.MenuBarItem.Children
|
||||
- Terminal.Gui.MenuBarItem.Title
|
||||
langs:
|
||||
@@ -22,23 +22,23 @@ items:
|
||||
- System.Object
|
||||
implements: []
|
||||
inheritedMembers: []
|
||||
- uid: Terminal.Gui.MenuBarItem.#ctor(System.String,Terminal.Gui.MenuItem[])
|
||||
id: '#ctor(System.String,Terminal.Gui.MenuItem[])'
|
||||
- uid: Terminal.Gui.MenuBarItem.#ctor(NStack.ustring,Terminal.Gui.MenuItem[])
|
||||
id: '#ctor(NStack.ustring,Terminal.Gui.MenuItem[])'
|
||||
parent: Terminal.Gui.MenuBarItem
|
||||
langs:
|
||||
- csharp
|
||||
name: MenuBarItem(String, MenuItem[])
|
||||
nameWithType: MenuBarItem.MenuBarItem(String, MenuItem[])
|
||||
fullName: MenuBarItem.MenuBarItem(String, MenuItem[])
|
||||
name: MenuBarItem(ustring, MenuItem[])
|
||||
nameWithType: MenuBarItem.MenuBarItem(ustring, MenuItem[])
|
||||
fullName: MenuBarItem.MenuBarItem(ustring, MenuItem[])
|
||||
type: Constructor
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
syntax:
|
||||
content: public MenuBarItem (string title, Terminal.Gui.MenuItem[] children);
|
||||
content: public MenuBarItem (NStack.ustring title, Terminal.Gui.MenuItem[] children);
|
||||
parameters:
|
||||
- id: title
|
||||
type: System.String
|
||||
type: NStack.ustring
|
||||
description: To be added.
|
||||
- id: children
|
||||
type: Terminal.Gui.MenuItem[]
|
||||
@@ -79,9 +79,9 @@ items:
|
||||
namespace: Terminal.Gui
|
||||
summary: Gets or sets the title to display.
|
||||
syntax:
|
||||
content: public string Title { get; set; }
|
||||
content: public NStack.ustring Title { get; set; }
|
||||
return:
|
||||
type: System.String
|
||||
type: NStack.ustring
|
||||
description: The title.
|
||||
overload: Terminal.Gui.MenuBarItem.Title*
|
||||
exceptions: []
|
||||
@@ -92,18 +92,18 @@ references:
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: Terminal.Gui.MenuBarItem.#ctor(System.String,Terminal.Gui.MenuItem[])
|
||||
- uid: Terminal.Gui.MenuBarItem.#ctor(NStack.ustring,Terminal.Gui.MenuItem[])
|
||||
parent: Terminal.Gui.MenuBarItem
|
||||
isExternal: false
|
||||
name: MenuBarItem(String, MenuItem[])
|
||||
nameWithType: MenuBarItem.MenuBarItem(String, MenuItem[])
|
||||
fullName: MenuBarItem.MenuBarItem(String, MenuItem[])
|
||||
- uid: System.String
|
||||
parent: System
|
||||
name: MenuBarItem(ustring, MenuItem[])
|
||||
nameWithType: MenuBarItem.MenuBarItem(ustring, MenuItem[])
|
||||
fullName: MenuBarItem.MenuBarItem(ustring, MenuItem[])
|
||||
- uid: NStack.ustring
|
||||
parent: NStack
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
name: ustring
|
||||
nameWithType: ustring
|
||||
fullName: NStack.ustring
|
||||
- uid: Terminal.Gui.MenuItem
|
||||
name: MenuItem
|
||||
nameWithType: MenuItem
|
||||
|
||||
@@ -3,6 +3,7 @@ items:
|
||||
- uid: Terminal.Gui.MenuItem
|
||||
id: MenuItem
|
||||
children:
|
||||
- Terminal.Gui.MenuItem.#ctor(NStack.ustring,System.String,System.Action)
|
||||
- Terminal.Gui.MenuItem.#ctor(System.String,System.String,System.Action)
|
||||
- Terminal.Gui.MenuItem.Action
|
||||
- Terminal.Gui.MenuItem.Help
|
||||
@@ -25,6 +26,33 @@ items:
|
||||
- System.Object
|
||||
implements: []
|
||||
inheritedMembers: []
|
||||
- uid: Terminal.Gui.MenuItem.#ctor(NStack.ustring,System.String,System.Action)
|
||||
id: '#ctor(NStack.ustring,System.String,System.Action)'
|
||||
parent: Terminal.Gui.MenuItem
|
||||
langs:
|
||||
- csharp
|
||||
name: MenuItem(ustring, String, Action)
|
||||
nameWithType: MenuItem.MenuItem(ustring, String, Action)
|
||||
fullName: MenuItem.MenuItem(ustring, String, Action)
|
||||
type: Constructor
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Initializes a new <xref href="Terminal.Gui.MenuItem"></xref>.
|
||||
syntax:
|
||||
content: public MenuItem (NStack.ustring title, string help, Action action);
|
||||
parameters:
|
||||
- id: title
|
||||
type: NStack.ustring
|
||||
description: Title for the menu item.
|
||||
- id: help
|
||||
type: System.String
|
||||
description: Help text to display.
|
||||
- id: action
|
||||
type: System.Action
|
||||
description: Action to invoke when the menu item is activated.
|
||||
overload: Terminal.Gui.MenuItem.#ctor*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.MenuItem.#ctor(System.String,System.String,System.Action)
|
||||
id: '#ctor(System.String,System.String,System.Action)'
|
||||
parent: Terminal.Gui.MenuItem
|
||||
@@ -34,8 +62,7 @@ items:
|
||||
nameWithType: MenuItem.MenuItem(String, String, Action)
|
||||
fullName: MenuItem.MenuItem(String, String, Action)
|
||||
type: Constructor
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
assemblies: []
|
||||
namespace: Terminal.Gui
|
||||
summary: Initializes a new <xref href="Terminal.MenuItem"></xref>.
|
||||
syntax:
|
||||
@@ -86,9 +113,9 @@ items:
|
||||
namespace: Terminal.Gui
|
||||
summary: Gets or sets the help text for the menu item.
|
||||
syntax:
|
||||
content: public string Help { get; set; }
|
||||
content: public NStack.ustring Help { get; set; }
|
||||
return:
|
||||
type: System.String
|
||||
type: NStack.ustring
|
||||
description: The help text.
|
||||
overload: Terminal.Gui.MenuItem.Help*
|
||||
exceptions: []
|
||||
@@ -106,9 +133,9 @@ items:
|
||||
namespace: Terminal.Gui
|
||||
summary: "The hotkey is used when the menu is active, the shortcut can be triggered when the menu is not active. \n For example HotKey would be \"N\" when the File Menu is open (assuming there is a \"_New\" entry\n if the ShortCut is set to \"Control-N\", this would be a global hotkey that would trigger as well"
|
||||
syntax:
|
||||
content: public char HotKey;
|
||||
content: public Rune HotKey;
|
||||
return:
|
||||
type: System.Char
|
||||
type: System.Rune
|
||||
description: To be added.
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.MenuItem.ShortCut
|
||||
@@ -144,9 +171,9 @@ items:
|
||||
namespace: Terminal.Gui
|
||||
summary: Gets or sets the title.
|
||||
syntax:
|
||||
content: public string Title { get; set; }
|
||||
content: public NStack.ustring Title { get; set; }
|
||||
return:
|
||||
type: System.String
|
||||
type: NStack.ustring
|
||||
description: The title.
|
||||
overload: Terminal.Gui.MenuItem.Title*
|
||||
exceptions: []
|
||||
@@ -157,12 +184,18 @@ references:
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: Terminal.Gui.MenuItem.#ctor(System.String,System.String,System.Action)
|
||||
- uid: Terminal.Gui.MenuItem.#ctor(NStack.ustring,System.String,System.Action)
|
||||
parent: Terminal.Gui.MenuItem
|
||||
isExternal: false
|
||||
name: MenuItem(String, String, Action)
|
||||
nameWithType: MenuItem.MenuItem(String, String, Action)
|
||||
fullName: MenuItem.MenuItem(String, String, Action)
|
||||
name: MenuItem(ustring, String, Action)
|
||||
nameWithType: MenuItem.MenuItem(ustring, String, Action)
|
||||
fullName: MenuItem.MenuItem(ustring, String, Action)
|
||||
- uid: NStack.ustring
|
||||
parent: NStack
|
||||
isExternal: true
|
||||
name: ustring
|
||||
nameWithType: ustring
|
||||
fullName: NStack.ustring
|
||||
- uid: System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
@@ -175,6 +208,12 @@ references:
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
- uid: Terminal.Gui.MenuItem.#ctor(System.String,System.String,System.Action)
|
||||
parent: Terminal.Gui.MenuItem
|
||||
isExternal: false
|
||||
name: MenuItem(String, String, Action)
|
||||
nameWithType: MenuItem.MenuItem(String, String, Action)
|
||||
fullName: MenuItem.MenuItem(String, String, Action)
|
||||
- uid: Terminal.Gui.MenuItem.Action
|
||||
parent: Terminal.Gui.MenuItem
|
||||
isExternal: false
|
||||
@@ -193,12 +232,12 @@ references:
|
||||
name: HotKey
|
||||
nameWithType: MenuItem.HotKey
|
||||
fullName: MenuItem.HotKey
|
||||
- uid: System.Char
|
||||
- uid: System.Rune
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Char
|
||||
nameWithType: Char
|
||||
fullName: System.Char
|
||||
name: Rune
|
||||
nameWithType: Rune
|
||||
fullName: System.Rune
|
||||
- uid: Terminal.Gui.MenuItem.ShortCut
|
||||
parent: Terminal.Gui.MenuItem
|
||||
isExternal: false
|
||||
|
||||
@@ -53,13 +53,13 @@ items:
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Returns a <xref href="System.String"></xref> that represents the current <xref href="Terminal.MouseEvent"></xref>.
|
||||
summary: Returns a <xref href="System.String"></xref> that represents the current <xref href="Terminal.Gui.MouseEvent"></xref>.
|
||||
syntax:
|
||||
content: public override string ToString ();
|
||||
parameters: []
|
||||
return:
|
||||
type: System.String
|
||||
description: A <xref href="System.String"></xref> that represents the current <xref href="Terminal.MouseEvent"></xref>.
|
||||
description: A <xref href="System.String"></xref> that represents the current <xref href="Terminal.Gui.MouseEvent"></xref>.
|
||||
overload: Terminal.Gui.MouseEvent.ToString*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.MouseEvent.X
|
||||
|
||||
@@ -35,12 +35,18 @@ items:
|
||||
- Terminal.Gui.View.Add(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.Add(Terminal.Gui.View[])
|
||||
- Terminal.Gui.View.AddCh(System.Int32,System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
- Terminal.Gui.View.Bounds
|
||||
- Terminal.Gui.View.ChildNeedsDisplay
|
||||
- Terminal.Gui.View.Clear
|
||||
- Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.ClearNeedsDisplay
|
||||
- Terminal.Gui.View.ClipToBounds
|
||||
- Terminal.Gui.View.ColorScheme
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Boolean)
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.Driver
|
||||
@@ -61,6 +67,7 @@ items:
|
||||
- Terminal.Gui.View.Remove(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.RemoveAll
|
||||
- Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.SetNeedsDisplay
|
||||
- Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
|
||||
@@ -81,7 +88,7 @@ items:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: >-
|
||||
Initializes a new instance of the <xref href="Terminal.RadioGroup"></xref> class
|
||||
Initializes a new instance of the <xref href="Terminal.Gui.RadioGroup"></xref> class
|
||||
setting up the initial set of radio labels and the item that should be selected.
|
||||
syntax:
|
||||
content: public RadioGroup (Terminal.Gui.Rect rect, string[] radioLabels, int selected = 0);
|
||||
@@ -109,7 +116,7 @@ items:
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: "Initializes a new instance of the <xref href=\"Terminal.RadioGroup\"></xref> class\n setting up the initial set of radio labels and the item that should be selected, \n the view frame is computed from the provided radioLabels."
|
||||
summary: "Initializes a new instance of the <xref href=\"Terminal.Gui.RadioGroup\"></xref> class\n setting up the initial set of radio labels and the item that should be selected, \n the view frame is computed from the provided radioLabels."
|
||||
syntax:
|
||||
content: public RadioGroup (int x, int y, string[] radioLabels, int selected = 0);
|
||||
parameters:
|
||||
@@ -515,6 +522,12 @@ references:
|
||||
name: AddCh(Int32, Int32, Int32)
|
||||
nameWithType: View.AddCh(Int32, Int32, Int32)
|
||||
fullName: View.AddCh(Int32, Int32, Int32)
|
||||
- uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: AddRune(Int32, Int32, Rune)
|
||||
nameWithType: View.AddRune(Int32, Int32, Rune)
|
||||
fullName: View.AddRune(Int32, Int32, Rune)
|
||||
- uid: Terminal.Gui.View.Bounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -533,12 +546,24 @@ references:
|
||||
name: Clear()
|
||||
nameWithType: View.Clear()
|
||||
fullName: View.Clear()
|
||||
- uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Clear(Rect)
|
||||
nameWithType: View.Clear(Rect)
|
||||
fullName: View.Clear(Rect)
|
||||
- uid: Terminal.Gui.View.ClearNeedsDisplay
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClearNeedsDisplay()
|
||||
nameWithType: View.ClearNeedsDisplay()
|
||||
fullName: View.ClearNeedsDisplay()
|
||||
- uid: Terminal.Gui.View.ClipToBounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClipToBounds()
|
||||
nameWithType: View.ClipToBounds()
|
||||
fullName: View.ClipToBounds()
|
||||
- uid: Terminal.Gui.View.ColorScheme
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -551,6 +576,24 @@ references:
|
||||
name: DrawFrame(Rect, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawFrame(Rect, Int32, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Int32, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Int32, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Boolean, ColorScheme)
|
||||
nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
fullName: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Attribute, Attribute)
|
||||
nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
fullName: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
- uid: Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -659,6 +702,12 @@ references:
|
||||
name: ScreenToView(Int32, Int32)
|
||||
nameWithType: View.ScreenToView(Int32, Int32)
|
||||
fullName: View.ScreenToView(Int32, Int32)
|
||||
- uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SetClip(Rect)
|
||||
nameWithType: View.SetClip(Rect)
|
||||
fullName: View.SetClip(Rect)
|
||||
- uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
|
||||
595
docfx/api/Terminal.Gui/Terminal.Gui.ScrollBarView.yml
Normal file
595
docfx/api/Terminal.Gui/Terminal.Gui.ScrollBarView.yml
Normal file
@@ -0,0 +1,595 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: Terminal.Gui.ScrollBarView
|
||||
id: ScrollBarView
|
||||
children:
|
||||
- Terminal.Gui.ScrollBarView.#ctor(Terminal.Gui.Rect,System.Int32,System.Int32,System.Boolean)
|
||||
- Terminal.Gui.ScrollBarView.ChangedPosition
|
||||
- Terminal.Gui.ScrollBarView.MouseEvent(Terminal.Gui.MouseEvent)
|
||||
- Terminal.Gui.ScrollBarView.Position
|
||||
- Terminal.Gui.ScrollBarView.Redraw(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.ScrollBarView.Size
|
||||
langs:
|
||||
- csharp
|
||||
name: ScrollBarView
|
||||
nameWithType: ScrollBarView
|
||||
fullName: Terminal.Gui.ScrollBarView
|
||||
type: Class
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: ScrollBarViews are views that display a 1-character scrollbar, either horizontal or vertical
|
||||
remarks: "<p>\n The scrollbar is drawn to be a representation of the Size, assuming that the \n scroll position is set at Position.\n </p>\n <p>\n If the region to display the scrollbar is larger than three characters, \n arrow indicators are drawn.\n </p>"
|
||||
syntax:
|
||||
content: 'public class ScrollBarView : Terminal.Gui.View'
|
||||
inheritance:
|
||||
- System.Object
|
||||
- Terminal.Gui.Responder
|
||||
- Terminal.Gui.View
|
||||
implements: []
|
||||
inheritedMembers:
|
||||
- Terminal.Gui.Responder.CanFocus
|
||||
- Terminal.Gui.View.Add(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.Add(Terminal.Gui.View[])
|
||||
- Terminal.Gui.View.AddCh(System.Int32,System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
- Terminal.Gui.View.Bounds
|
||||
- Terminal.Gui.View.ChildNeedsDisplay
|
||||
- Terminal.Gui.View.Clear
|
||||
- Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.ClearNeedsDisplay
|
||||
- Terminal.Gui.View.ClipToBounds
|
||||
- Terminal.Gui.View.ColorScheme
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Boolean)
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.Driver
|
||||
- Terminal.Gui.View.EnsureFocus
|
||||
- Terminal.Gui.View.Focused
|
||||
- Terminal.Gui.View.FocusFirst
|
||||
- Terminal.Gui.View.FocusLast
|
||||
- Terminal.Gui.View.FocusNext
|
||||
- Terminal.Gui.View.FocusPrev
|
||||
- Terminal.Gui.View.Frame
|
||||
- Terminal.Gui.View.GetEnumerator
|
||||
- Terminal.Gui.View.HasFocus
|
||||
- Terminal.Gui.View.Id
|
||||
- Terminal.Gui.View.LayoutSubviews
|
||||
- Terminal.Gui.View.MostFocused
|
||||
- Terminal.Gui.View.Move(System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.PositionCursor
|
||||
- Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
|
||||
- Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
|
||||
- Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
|
||||
- Terminal.Gui.View.Remove(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.RemoveAll
|
||||
- Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.SetNeedsDisplay
|
||||
- Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.Subviews
|
||||
- Terminal.Gui.View.SuperView
|
||||
- Terminal.Gui.View.ToString
|
||||
- Terminal.Gui.View.WantMousePositionReports
|
||||
- uid: Terminal.Gui.ScrollBarView.#ctor(Terminal.Gui.Rect,System.Int32,System.Int32,System.Boolean)
|
||||
id: '#ctor(Terminal.Gui.Rect,System.Int32,System.Int32,System.Boolean)'
|
||||
parent: Terminal.Gui.ScrollBarView
|
||||
langs:
|
||||
- csharp
|
||||
name: ScrollBarView(Rect, Int32, Int32, Boolean)
|
||||
nameWithType: ScrollBarView.ScrollBarView(Rect, Int32, Int32, Boolean)
|
||||
fullName: ScrollBarView.ScrollBarView(Rect, Int32, Int32, Boolean)
|
||||
type: Constructor
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Initializes a new instance of the <xref href="Terminal.Gui.Gui.ScrollBarView"></xref> class.
|
||||
syntax:
|
||||
content: public ScrollBarView (Terminal.Gui.Rect rect, int size, int position, bool isVertical);
|
||||
parameters:
|
||||
- id: rect
|
||||
type: Terminal.Gui.Rect
|
||||
description: Frame for the scrollbar.
|
||||
- id: size
|
||||
type: System.Int32
|
||||
description: The size that this scrollbar represents.
|
||||
- id: position
|
||||
type: System.Int32
|
||||
description: The position within this scrollbar.
|
||||
- id: isVertical
|
||||
type: System.Boolean
|
||||
description: If set to <code>true</code> this is a vertical scrollbar, otherwize, the scrollbar is horizontal.
|
||||
overload: Terminal.Gui.ScrollBarView.#ctor*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.ScrollBarView.ChangedPosition
|
||||
id: ChangedPosition
|
||||
parent: Terminal.Gui.ScrollBarView
|
||||
langs:
|
||||
- csharp
|
||||
name: ChangedPosition
|
||||
nameWithType: ScrollBarView.ChangedPosition
|
||||
fullName: ScrollBarView.ChangedPosition
|
||||
type: Event
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: This event is raised when the position on the scrollbar has changed.
|
||||
syntax:
|
||||
content: public event Action ChangedPosition;
|
||||
return:
|
||||
type: System.Action
|
||||
description: To be added.
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.ScrollBarView.MouseEvent(Terminal.Gui.MouseEvent)
|
||||
id: MouseEvent(Terminal.Gui.MouseEvent)
|
||||
parent: Terminal.Gui.ScrollBarView
|
||||
langs:
|
||||
- csharp
|
||||
name: MouseEvent(MouseEvent)
|
||||
nameWithType: ScrollBarView.MouseEvent(MouseEvent)
|
||||
fullName: ScrollBarView.MouseEvent(MouseEvent)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
syntax:
|
||||
content: public override bool MouseEvent (Terminal.Gui.MouseEvent me);
|
||||
parameters:
|
||||
- id: me
|
||||
type: Terminal.Gui.MouseEvent
|
||||
description: To be added.
|
||||
return:
|
||||
type: System.Boolean
|
||||
description: To be added.
|
||||
overload: Terminal.Gui.ScrollBarView.MouseEvent*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.ScrollBarView.Position
|
||||
id: Position
|
||||
parent: Terminal.Gui.ScrollBarView
|
||||
langs:
|
||||
- csharp
|
||||
name: Position
|
||||
nameWithType: ScrollBarView.Position
|
||||
fullName: ScrollBarView.Position
|
||||
type: Property
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: The position to show the scrollbar at.
|
||||
syntax:
|
||||
content: public int Position { get; set; }
|
||||
return:
|
||||
type: System.Int32
|
||||
description: The position.
|
||||
overload: Terminal.Gui.ScrollBarView.Position*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.ScrollBarView.Redraw(Terminal.Gui.Rect)
|
||||
id: Redraw(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.ScrollBarView
|
||||
langs:
|
||||
- csharp
|
||||
name: Redraw(Rect)
|
||||
nameWithType: ScrollBarView.Redraw(Rect)
|
||||
fullName: ScrollBarView.Redraw(Rect)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Redraw the scrollbar
|
||||
syntax:
|
||||
content: public override void Redraw (Terminal.Gui.Rect region);
|
||||
parameters:
|
||||
- id: region
|
||||
type: Terminal.Gui.Rect
|
||||
description: Region to be redrawn.
|
||||
overload: Terminal.Gui.ScrollBarView.Redraw*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.ScrollBarView.Size
|
||||
id: Size
|
||||
parent: Terminal.Gui.ScrollBarView
|
||||
langs:
|
||||
- csharp
|
||||
name: Size
|
||||
nameWithType: ScrollBarView.Size
|
||||
fullName: ScrollBarView.Size
|
||||
type: Property
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: The size that this scrollbar represents
|
||||
syntax:
|
||||
content: public int Size { get; set; }
|
||||
return:
|
||||
type: System.Int32
|
||||
description: The size.
|
||||
overload: Terminal.Gui.ScrollBarView.Size*
|
||||
exceptions: []
|
||||
references:
|
||||
- uid: Terminal.Gui.View
|
||||
parent: Terminal.Gui
|
||||
isExternal: false
|
||||
name: View
|
||||
nameWithType: View
|
||||
fullName: Terminal.Gui.View
|
||||
- uid: Terminal.Gui.ScrollBarView.#ctor(Terminal.Gui.Rect,System.Int32,System.Int32,System.Boolean)
|
||||
parent: Terminal.Gui.ScrollBarView
|
||||
isExternal: false
|
||||
name: ScrollBarView(Rect, Int32, Int32, Boolean)
|
||||
nameWithType: ScrollBarView.ScrollBarView(Rect, Int32, Int32, Boolean)
|
||||
fullName: ScrollBarView.ScrollBarView(Rect, Int32, Int32, Boolean)
|
||||
- uid: Terminal.Gui.Rect
|
||||
parent: Terminal.Gui
|
||||
isExternal: false
|
||||
name: Rect
|
||||
nameWithType: Rect
|
||||
fullName: Terminal.Gui.Rect
|
||||
- uid: System.Int32
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
- uid: System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: Terminal.Gui.ScrollBarView.ChangedPosition
|
||||
parent: Terminal.Gui.ScrollBarView
|
||||
isExternal: false
|
||||
name: ChangedPosition
|
||||
nameWithType: ScrollBarView.ChangedPosition
|
||||
fullName: ScrollBarView.ChangedPosition
|
||||
- uid: System.Action
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
- uid: Terminal.Gui.ScrollBarView.MouseEvent(Terminal.Gui.MouseEvent)
|
||||
parent: Terminal.Gui.ScrollBarView
|
||||
isExternal: false
|
||||
name: MouseEvent(MouseEvent)
|
||||
nameWithType: ScrollBarView.MouseEvent(MouseEvent)
|
||||
fullName: ScrollBarView.MouseEvent(MouseEvent)
|
||||
- uid: Terminal.Gui.MouseEvent
|
||||
parent: Terminal.Gui
|
||||
isExternal: false
|
||||
name: MouseEvent
|
||||
nameWithType: MouseEvent
|
||||
fullName: Terminal.Gui.MouseEvent
|
||||
- uid: Terminal.Gui.ScrollBarView.Position
|
||||
parent: Terminal.Gui.ScrollBarView
|
||||
isExternal: false
|
||||
name: Position
|
||||
nameWithType: ScrollBarView.Position
|
||||
fullName: ScrollBarView.Position
|
||||
- uid: Terminal.Gui.ScrollBarView.Redraw(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.ScrollBarView
|
||||
isExternal: false
|
||||
name: Redraw(Rect)
|
||||
nameWithType: ScrollBarView.Redraw(Rect)
|
||||
fullName: ScrollBarView.Redraw(Rect)
|
||||
- uid: Terminal.Gui.ScrollBarView.Size
|
||||
parent: Terminal.Gui.ScrollBarView
|
||||
isExternal: false
|
||||
name: Size
|
||||
nameWithType: ScrollBarView.Size
|
||||
fullName: ScrollBarView.Size
|
||||
- uid: Terminal.Gui.ScrollBarView.#ctor*
|
||||
parent: Terminal.Gui.ScrollBarView
|
||||
isExternal: false
|
||||
name: ScrollBarView
|
||||
nameWithType: ScrollBarView.ScrollBarView
|
||||
fullName: ScrollBarView.ScrollBarView
|
||||
- uid: Terminal.Gui.ScrollBarView.MouseEvent*
|
||||
parent: Terminal.Gui.ScrollBarView
|
||||
isExternal: false
|
||||
name: MouseEvent
|
||||
nameWithType: ScrollBarView.MouseEvent
|
||||
fullName: ScrollBarView.MouseEvent
|
||||
- uid: Terminal.Gui.ScrollBarView.Position*
|
||||
parent: Terminal.Gui.ScrollBarView
|
||||
isExternal: false
|
||||
name: Position
|
||||
nameWithType: ScrollBarView.Position
|
||||
fullName: ScrollBarView.Position
|
||||
- uid: Terminal.Gui.ScrollBarView.Redraw*
|
||||
parent: Terminal.Gui.ScrollBarView
|
||||
isExternal: false
|
||||
name: Redraw
|
||||
nameWithType: ScrollBarView.Redraw
|
||||
fullName: ScrollBarView.Redraw
|
||||
- uid: Terminal.Gui.ScrollBarView.Size*
|
||||
parent: Terminal.Gui.ScrollBarView
|
||||
isExternal: false
|
||||
name: Size
|
||||
nameWithType: ScrollBarView.Size
|
||||
fullName: ScrollBarView.Size
|
||||
- uid: Terminal.Gui.Responder.CanFocus
|
||||
parent: Terminal.Gui.Responder
|
||||
isExternal: false
|
||||
name: CanFocus
|
||||
nameWithType: Responder.CanFocus
|
||||
fullName: Responder.CanFocus
|
||||
- uid: Terminal.Gui.View.HasFocus
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: HasFocus
|
||||
nameWithType: View.HasFocus
|
||||
fullName: View.HasFocus
|
||||
- uid: Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ProcessColdKey(KeyEvent)
|
||||
nameWithType: View.ProcessColdKey(KeyEvent)
|
||||
fullName: View.ProcessColdKey(KeyEvent)
|
||||
- uid: Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ProcessHotKey(KeyEvent)
|
||||
nameWithType: View.ProcessHotKey(KeyEvent)
|
||||
fullName: View.ProcessHotKey(KeyEvent)
|
||||
- uid: Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ProcessKey(KeyEvent)
|
||||
nameWithType: View.ProcessKey(KeyEvent)
|
||||
fullName: View.ProcessKey(KeyEvent)
|
||||
- uid: Terminal.Gui.View.Add(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Add(View)
|
||||
nameWithType: View.Add(View)
|
||||
fullName: View.Add(View)
|
||||
- uid: Terminal.Gui.View.Add(Terminal.Gui.View[])
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Add(View[])
|
||||
nameWithType: View.Add(View[])
|
||||
fullName: View.Add(View[])
|
||||
- uid: Terminal.Gui.View.AddCh(System.Int32,System.Int32,System.Int32)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: AddCh(Int32, Int32, Int32)
|
||||
nameWithType: View.AddCh(Int32, Int32, Int32)
|
||||
fullName: View.AddCh(Int32, Int32, Int32)
|
||||
- uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: AddRune(Int32, Int32, Rune)
|
||||
nameWithType: View.AddRune(Int32, Int32, Rune)
|
||||
fullName: View.AddRune(Int32, Int32, Rune)
|
||||
- uid: Terminal.Gui.View.Bounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Bounds
|
||||
nameWithType: View.Bounds
|
||||
fullName: View.Bounds
|
||||
- uid: Terminal.Gui.View.ChildNeedsDisplay
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ChildNeedsDisplay()
|
||||
nameWithType: View.ChildNeedsDisplay()
|
||||
fullName: View.ChildNeedsDisplay()
|
||||
- uid: Terminal.Gui.View.Clear
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Clear()
|
||||
nameWithType: View.Clear()
|
||||
fullName: View.Clear()
|
||||
- uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Clear(Rect)
|
||||
nameWithType: View.Clear(Rect)
|
||||
fullName: View.Clear(Rect)
|
||||
- uid: Terminal.Gui.View.ClearNeedsDisplay
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClearNeedsDisplay()
|
||||
nameWithType: View.ClearNeedsDisplay()
|
||||
fullName: View.ClearNeedsDisplay()
|
||||
- uid: Terminal.Gui.View.ClipToBounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClipToBounds()
|
||||
nameWithType: View.ClipToBounds()
|
||||
fullName: View.ClipToBounds()
|
||||
- uid: Terminal.Gui.View.ColorScheme
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ColorScheme
|
||||
nameWithType: View.ColorScheme
|
||||
fullName: View.ColorScheme
|
||||
- uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Boolean)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawFrame(Rect, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawFrame(Rect, Int32, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Int32, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Int32, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Boolean, ColorScheme)
|
||||
nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
fullName: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Attribute, Attribute)
|
||||
nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
fullName: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
- uid: Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(String, Boolean, ColorScheme)
|
||||
nameWithType: View.DrawHotString(String, Boolean, ColorScheme)
|
||||
fullName: View.DrawHotString(String, Boolean, ColorScheme)
|
||||
- uid: Terminal.Gui.View.DrawHotString(System.String,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(String, Attribute, Attribute)
|
||||
nameWithType: View.DrawHotString(String, Attribute, Attribute)
|
||||
fullName: View.DrawHotString(String, Attribute, Attribute)
|
||||
- uid: Terminal.Gui.View.Driver
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Driver
|
||||
nameWithType: View.Driver
|
||||
fullName: View.Driver
|
||||
- uid: Terminal.Gui.View.EnsureFocus
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: EnsureFocus()
|
||||
nameWithType: View.EnsureFocus()
|
||||
fullName: View.EnsureFocus()
|
||||
- uid: Terminal.Gui.View.Focused
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Focused
|
||||
nameWithType: View.Focused
|
||||
fullName: View.Focused
|
||||
- uid: Terminal.Gui.View.FocusFirst
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: FocusFirst()
|
||||
nameWithType: View.FocusFirst()
|
||||
fullName: View.FocusFirst()
|
||||
- uid: Terminal.Gui.View.FocusLast
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: FocusLast()
|
||||
nameWithType: View.FocusLast()
|
||||
fullName: View.FocusLast()
|
||||
- uid: Terminal.Gui.View.FocusNext
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: FocusNext()
|
||||
nameWithType: View.FocusNext()
|
||||
fullName: View.FocusNext()
|
||||
- uid: Terminal.Gui.View.FocusPrev
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: FocusPrev()
|
||||
nameWithType: View.FocusPrev()
|
||||
fullName: View.FocusPrev()
|
||||
- uid: Terminal.Gui.View.Frame
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Frame
|
||||
nameWithType: View.Frame
|
||||
fullName: View.Frame
|
||||
- uid: Terminal.Gui.View.GetEnumerator
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: GetEnumerator()
|
||||
nameWithType: View.GetEnumerator()
|
||||
fullName: View.GetEnumerator()
|
||||
- uid: Terminal.Gui.View.Id
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Id
|
||||
nameWithType: View.Id
|
||||
fullName: View.Id
|
||||
- uid: Terminal.Gui.View.LayoutSubviews
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: LayoutSubviews()
|
||||
nameWithType: View.LayoutSubviews()
|
||||
fullName: View.LayoutSubviews()
|
||||
- uid: Terminal.Gui.View.MostFocused
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: MostFocused
|
||||
nameWithType: View.MostFocused
|
||||
fullName: View.MostFocused
|
||||
- uid: Terminal.Gui.View.Move(System.Int32,System.Int32)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Move(Int32, Int32)
|
||||
nameWithType: View.Move(Int32, Int32)
|
||||
fullName: View.Move(Int32, Int32)
|
||||
- uid: Terminal.Gui.View.PositionCursor
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: PositionCursor()
|
||||
nameWithType: View.PositionCursor()
|
||||
fullName: View.PositionCursor()
|
||||
- uid: Terminal.Gui.View.Remove(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Remove(View)
|
||||
nameWithType: View.Remove(View)
|
||||
fullName: View.Remove(View)
|
||||
- uid: Terminal.Gui.View.RemoveAll
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: RemoveAll()
|
||||
nameWithType: View.RemoveAll()
|
||||
fullName: View.RemoveAll()
|
||||
- uid: Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ScreenToView(Int32, Int32)
|
||||
nameWithType: View.ScreenToView(Int32, Int32)
|
||||
fullName: View.ScreenToView(Int32, Int32)
|
||||
- uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SetClip(Rect)
|
||||
nameWithType: View.SetClip(Rect)
|
||||
fullName: View.SetClip(Rect)
|
||||
- uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SetFocus(View)
|
||||
nameWithType: View.SetFocus(View)
|
||||
fullName: View.SetFocus(View)
|
||||
- uid: Terminal.Gui.View.SetNeedsDisplay
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SetNeedsDisplay()
|
||||
nameWithType: View.SetNeedsDisplay()
|
||||
fullName: View.SetNeedsDisplay()
|
||||
- uid: Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SetNeedsDisplay(Rect)
|
||||
nameWithType: View.SetNeedsDisplay(Rect)
|
||||
fullName: View.SetNeedsDisplay(Rect)
|
||||
- uid: Terminal.Gui.View.Subviews
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Subviews
|
||||
nameWithType: View.Subviews
|
||||
fullName: View.Subviews
|
||||
- uid: Terminal.Gui.View.SuperView
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SuperView
|
||||
nameWithType: View.SuperView
|
||||
fullName: View.SuperView
|
||||
- uid: Terminal.Gui.View.ToString
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ToString()
|
||||
nameWithType: View.ToString()
|
||||
fullName: View.ToString()
|
||||
- uid: Terminal.Gui.View.WantMousePositionReports
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: WantMousePositionReports
|
||||
nameWithType: View.WantMousePositionReports
|
||||
fullName: View.WantMousePositionReports
|
||||
@@ -4,6 +4,14 @@ items:
|
||||
id: ScrollView
|
||||
children:
|
||||
- Terminal.Gui.ScrollView.#ctor(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.ScrollView.Add(Terminal.Gui.View)
|
||||
- Terminal.Gui.ScrollView.ContentOffset
|
||||
- Terminal.Gui.ScrollView.ContentSize
|
||||
- Terminal.Gui.ScrollView.PositionCursor
|
||||
- Terminal.Gui.ScrollView.Redraw(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.ScrollView.Scrolled
|
||||
- Terminal.Gui.ScrollView.ShowHorizontalScrollIndicator
|
||||
- Terminal.Gui.ScrollView.ShowVerticalScrollIndicator
|
||||
langs:
|
||||
- csharp
|
||||
name: ScrollView
|
||||
@@ -13,6 +21,8 @@ items:
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Scrollviews are views that present a window into a virtual space where children views are added. Similar to the iOS UIScrollView.
|
||||
remarks: "<p>\n The subviews that are added to this scrollview are offset by the\n ContentOffset property. The view itself is a window into the \n space represented by the ContentSize.\n </p>\n <p></p>"
|
||||
syntax:
|
||||
content: 'public class ScrollView : Terminal.Gui.View'
|
||||
inheritance:
|
||||
@@ -23,15 +33,20 @@ items:
|
||||
inheritedMembers:
|
||||
- Terminal.Gui.Responder.CanFocus
|
||||
- Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
|
||||
- Terminal.Gui.View.Add(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.Add(Terminal.Gui.View[])
|
||||
- Terminal.Gui.View.AddCh(System.Int32,System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
- Terminal.Gui.View.Bounds
|
||||
- Terminal.Gui.View.ChildNeedsDisplay
|
||||
- Terminal.Gui.View.Clear
|
||||
- Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.ClearNeedsDisplay
|
||||
- Terminal.Gui.View.ClipToBounds
|
||||
- Terminal.Gui.View.ColorScheme
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Boolean)
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.Driver
|
||||
@@ -48,14 +63,13 @@ items:
|
||||
- Terminal.Gui.View.LayoutSubviews
|
||||
- Terminal.Gui.View.MostFocused
|
||||
- Terminal.Gui.View.Move(System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.PositionCursor
|
||||
- Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
|
||||
- Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
|
||||
- Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
|
||||
- Terminal.Gui.View.Redraw(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.Remove(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.RemoveAll
|
||||
- Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.SetNeedsDisplay
|
||||
- Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
|
||||
@@ -83,6 +97,163 @@ items:
|
||||
description: To be added.
|
||||
overload: Terminal.Gui.ScrollView.#ctor*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.ScrollView.Add(Terminal.Gui.View)
|
||||
id: Add(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.ScrollView
|
||||
langs:
|
||||
- csharp
|
||||
name: Add(View)
|
||||
nameWithType: ScrollView.Add(View)
|
||||
fullName: ScrollView.Add(View)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Adds the view to the scrollview.
|
||||
syntax:
|
||||
content: public override void Add (Terminal.Gui.View view);
|
||||
parameters:
|
||||
- id: view
|
||||
type: Terminal.Gui.View
|
||||
description: The view to add to the scrollview.
|
||||
overload: Terminal.Gui.ScrollView.Add*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.ScrollView.ContentOffset
|
||||
id: ContentOffset
|
||||
parent: Terminal.Gui.ScrollView
|
||||
langs:
|
||||
- csharp
|
||||
name: ContentOffset
|
||||
nameWithType: ScrollView.ContentOffset
|
||||
fullName: ScrollView.ContentOffset
|
||||
type: Property
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Represents the top left corner coordinate that is displayed by the scrollview
|
||||
syntax:
|
||||
content: public Terminal.Gui.Point ContentOffset { get; set; }
|
||||
return:
|
||||
type: Terminal.Gui.Point
|
||||
description: The content offset.
|
||||
overload: Terminal.Gui.ScrollView.ContentOffset*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.ScrollView.ContentSize
|
||||
id: ContentSize
|
||||
parent: Terminal.Gui.ScrollView
|
||||
langs:
|
||||
- csharp
|
||||
name: ContentSize
|
||||
nameWithType: ScrollView.ContentSize
|
||||
fullName: ScrollView.ContentSize
|
||||
type: Property
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Represents the contents of the data shown inside the scrolview
|
||||
syntax:
|
||||
content: public Terminal.Gui.Size ContentSize { get; set; }
|
||||
return:
|
||||
type: Terminal.Gui.Size
|
||||
description: The size of the content.
|
||||
overload: Terminal.Gui.ScrollView.ContentSize*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.ScrollView.PositionCursor
|
||||
id: PositionCursor
|
||||
parent: Terminal.Gui.ScrollView
|
||||
langs:
|
||||
- csharp
|
||||
name: PositionCursor()
|
||||
nameWithType: ScrollView.PositionCursor()
|
||||
fullName: ScrollView.PositionCursor()
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
syntax:
|
||||
content: public override void PositionCursor ();
|
||||
parameters: []
|
||||
overload: Terminal.Gui.ScrollView.PositionCursor*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.ScrollView.Redraw(Terminal.Gui.Rect)
|
||||
id: Redraw(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.ScrollView
|
||||
langs:
|
||||
- csharp
|
||||
name: Redraw(Rect)
|
||||
nameWithType: ScrollView.Redraw(Rect)
|
||||
fullName: ScrollView.Redraw(Rect)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
syntax:
|
||||
content: public override void Redraw (Terminal.Gui.Rect region);
|
||||
parameters:
|
||||
- id: region
|
||||
type: Terminal.Gui.Rect
|
||||
description: To be added.
|
||||
overload: Terminal.Gui.ScrollView.Redraw*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.ScrollView.Scrolled
|
||||
id: Scrolled
|
||||
parent: Terminal.Gui.ScrollView
|
||||
langs:
|
||||
- csharp
|
||||
name: Scrolled
|
||||
nameWithType: ScrollView.Scrolled
|
||||
fullName: ScrollView.Scrolled
|
||||
type: Event
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: This event is raised when the contents have scrolled
|
||||
syntax:
|
||||
content: public event Action<Terminal.Gui.ScrollView> Scrolled;
|
||||
return:
|
||||
type: System.Action{Terminal.Gui.ScrollView}
|
||||
description: To be added.
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.ScrollView.ShowHorizontalScrollIndicator
|
||||
id: ShowHorizontalScrollIndicator
|
||||
parent: Terminal.Gui.ScrollView
|
||||
langs:
|
||||
- csharp
|
||||
name: ShowHorizontalScrollIndicator
|
||||
nameWithType: ScrollView.ShowHorizontalScrollIndicator
|
||||
fullName: ScrollView.ShowHorizontalScrollIndicator
|
||||
type: Property
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Gets or sets the visibility for the horizontal scroll indicator.
|
||||
syntax:
|
||||
content: public bool ShowHorizontalScrollIndicator { get; set; }
|
||||
return:
|
||||
type: System.Boolean
|
||||
description: <code>true</code> if show vertical scroll indicator; otherwise, <code>false</code>.
|
||||
overload: Terminal.Gui.ScrollView.ShowHorizontalScrollIndicator*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.ScrollView.ShowVerticalScrollIndicator
|
||||
id: ShowVerticalScrollIndicator
|
||||
parent: Terminal.Gui.ScrollView
|
||||
langs:
|
||||
- csharp
|
||||
name: ShowVerticalScrollIndicator
|
||||
nameWithType: ScrollView.ShowVerticalScrollIndicator
|
||||
fullName: ScrollView.ShowVerticalScrollIndicator
|
||||
type: Property
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: /// Gets or sets the visibility for the vertical scroll indicator.
|
||||
syntax:
|
||||
content: public bool ShowVerticalScrollIndicator { get; set; }
|
||||
return:
|
||||
type: System.Boolean
|
||||
description: <code>true</code> if show vertical scroll indicator; otherwise, <code>false</code>.
|
||||
overload: Terminal.Gui.ScrollView.ShowVerticalScrollIndicator*
|
||||
exceptions: []
|
||||
references:
|
||||
- uid: Terminal.Gui.View
|
||||
parent: Terminal.Gui
|
||||
@@ -102,12 +273,149 @@ references:
|
||||
name: Rect
|
||||
nameWithType: Rect
|
||||
fullName: Terminal.Gui.Rect
|
||||
- uid: Terminal.Gui.ScrollView.Add(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.ScrollView
|
||||
isExternal: false
|
||||
name: Add(View)
|
||||
nameWithType: ScrollView.Add(View)
|
||||
fullName: ScrollView.Add(View)
|
||||
- uid: Terminal.Gui.ScrollView.ContentOffset
|
||||
parent: Terminal.Gui.ScrollView
|
||||
isExternal: false
|
||||
name: ContentOffset
|
||||
nameWithType: ScrollView.ContentOffset
|
||||
fullName: ScrollView.ContentOffset
|
||||
- uid: Terminal.Gui.Point
|
||||
parent: Terminal.Gui
|
||||
isExternal: false
|
||||
name: Point
|
||||
nameWithType: Point
|
||||
fullName: Terminal.Gui.Point
|
||||
- uid: Terminal.Gui.ScrollView.ContentSize
|
||||
parent: Terminal.Gui.ScrollView
|
||||
isExternal: false
|
||||
name: ContentSize
|
||||
nameWithType: ScrollView.ContentSize
|
||||
fullName: ScrollView.ContentSize
|
||||
- uid: Terminal.Gui.Size
|
||||
parent: Terminal.Gui
|
||||
isExternal: false
|
||||
name: Size
|
||||
nameWithType: Size
|
||||
fullName: Terminal.Gui.Size
|
||||
- uid: Terminal.Gui.ScrollView.PositionCursor
|
||||
parent: Terminal.Gui.ScrollView
|
||||
isExternal: false
|
||||
name: PositionCursor()
|
||||
nameWithType: ScrollView.PositionCursor()
|
||||
fullName: ScrollView.PositionCursor()
|
||||
- uid: Terminal.Gui.ScrollView.Redraw(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.ScrollView
|
||||
isExternal: false
|
||||
name: Redraw(Rect)
|
||||
nameWithType: ScrollView.Redraw(Rect)
|
||||
fullName: ScrollView.Redraw(Rect)
|
||||
- uid: Terminal.Gui.ScrollView.Scrolled
|
||||
parent: Terminal.Gui.ScrollView
|
||||
isExternal: false
|
||||
name: Scrolled
|
||||
nameWithType: ScrollView.Scrolled
|
||||
fullName: ScrollView.Scrolled
|
||||
- uid: System.Action`1
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
- uid: Terminal.Gui.ScrollView
|
||||
name: ScrollView
|
||||
nameWithType: ScrollView
|
||||
fullName: Terminal.Gui.ScrollView
|
||||
- uid: System.Action{Terminal.Gui.ScrollView}
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Action<ScrollView>
|
||||
nameWithType: Action<ScrollView>
|
||||
fullName: System.Action<Terminal.Gui.ScrollView>
|
||||
spec.csharp:
|
||||
- uid: System.Action`1
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: Terminal.Gui.ScrollView
|
||||
name: ScrollView
|
||||
nameWithType: ScrollView
|
||||
fullName: Terminal.Gui.ScrollView
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- uid: Terminal.Gui.ScrollView.ShowHorizontalScrollIndicator
|
||||
parent: Terminal.Gui.ScrollView
|
||||
isExternal: false
|
||||
name: ShowHorizontalScrollIndicator
|
||||
nameWithType: ScrollView.ShowHorizontalScrollIndicator
|
||||
fullName: ScrollView.ShowHorizontalScrollIndicator
|
||||
- uid: System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: Terminal.Gui.ScrollView.ShowVerticalScrollIndicator
|
||||
parent: Terminal.Gui.ScrollView
|
||||
isExternal: false
|
||||
name: ShowVerticalScrollIndicator
|
||||
nameWithType: ScrollView.ShowVerticalScrollIndicator
|
||||
fullName: ScrollView.ShowVerticalScrollIndicator
|
||||
- uid: Terminal.Gui.ScrollView.#ctor*
|
||||
parent: Terminal.Gui.ScrollView
|
||||
isExternal: false
|
||||
name: ScrollView
|
||||
nameWithType: ScrollView.ScrollView
|
||||
fullName: ScrollView.ScrollView
|
||||
- uid: Terminal.Gui.ScrollView.Add*
|
||||
parent: Terminal.Gui.ScrollView
|
||||
isExternal: false
|
||||
name: Add
|
||||
nameWithType: ScrollView.Add
|
||||
fullName: ScrollView.Add
|
||||
- uid: Terminal.Gui.ScrollView.ContentOffset*
|
||||
parent: Terminal.Gui.ScrollView
|
||||
isExternal: false
|
||||
name: ContentOffset
|
||||
nameWithType: ScrollView.ContentOffset
|
||||
fullName: ScrollView.ContentOffset
|
||||
- uid: Terminal.Gui.ScrollView.ContentSize*
|
||||
parent: Terminal.Gui.ScrollView
|
||||
isExternal: false
|
||||
name: ContentSize
|
||||
nameWithType: ScrollView.ContentSize
|
||||
fullName: ScrollView.ContentSize
|
||||
- uid: Terminal.Gui.ScrollView.PositionCursor*
|
||||
parent: Terminal.Gui.ScrollView
|
||||
isExternal: false
|
||||
name: PositionCursor
|
||||
nameWithType: ScrollView.PositionCursor
|
||||
fullName: ScrollView.PositionCursor
|
||||
- uid: Terminal.Gui.ScrollView.Redraw*
|
||||
parent: Terminal.Gui.ScrollView
|
||||
isExternal: false
|
||||
name: Redraw
|
||||
nameWithType: ScrollView.Redraw
|
||||
fullName: ScrollView.Redraw
|
||||
- uid: Terminal.Gui.ScrollView.ShowHorizontalScrollIndicator*
|
||||
parent: Terminal.Gui.ScrollView
|
||||
isExternal: false
|
||||
name: ShowHorizontalScrollIndicator
|
||||
nameWithType: ScrollView.ShowHorizontalScrollIndicator
|
||||
fullName: ScrollView.ShowHorizontalScrollIndicator
|
||||
- uid: Terminal.Gui.ScrollView.ShowVerticalScrollIndicator*
|
||||
parent: Terminal.Gui.ScrollView
|
||||
isExternal: false
|
||||
name: ShowVerticalScrollIndicator
|
||||
nameWithType: ScrollView.ShowVerticalScrollIndicator
|
||||
fullName: ScrollView.ShowVerticalScrollIndicator
|
||||
- uid: Terminal.Gui.Responder.CanFocus
|
||||
parent: Terminal.Gui.Responder
|
||||
isExternal: false
|
||||
@@ -144,12 +452,6 @@ references:
|
||||
name: ProcessKey(KeyEvent)
|
||||
nameWithType: View.ProcessKey(KeyEvent)
|
||||
fullName: View.ProcessKey(KeyEvent)
|
||||
- uid: Terminal.Gui.View.Add(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Add(View)
|
||||
nameWithType: View.Add(View)
|
||||
fullName: View.Add(View)
|
||||
- uid: Terminal.Gui.View.Add(Terminal.Gui.View[])
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -162,6 +464,12 @@ references:
|
||||
name: AddCh(Int32, Int32, Int32)
|
||||
nameWithType: View.AddCh(Int32, Int32, Int32)
|
||||
fullName: View.AddCh(Int32, Int32, Int32)
|
||||
- uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: AddRune(Int32, Int32, Rune)
|
||||
nameWithType: View.AddRune(Int32, Int32, Rune)
|
||||
fullName: View.AddRune(Int32, Int32, Rune)
|
||||
- uid: Terminal.Gui.View.Bounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -180,12 +488,24 @@ references:
|
||||
name: Clear()
|
||||
nameWithType: View.Clear()
|
||||
fullName: View.Clear()
|
||||
- uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Clear(Rect)
|
||||
nameWithType: View.Clear(Rect)
|
||||
fullName: View.Clear(Rect)
|
||||
- uid: Terminal.Gui.View.ClearNeedsDisplay
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClearNeedsDisplay()
|
||||
nameWithType: View.ClearNeedsDisplay()
|
||||
fullName: View.ClearNeedsDisplay()
|
||||
- uid: Terminal.Gui.View.ClipToBounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClipToBounds()
|
||||
nameWithType: View.ClipToBounds()
|
||||
fullName: View.ClipToBounds()
|
||||
- uid: Terminal.Gui.View.ColorScheme
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -198,6 +518,24 @@ references:
|
||||
name: DrawFrame(Rect, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawFrame(Rect, Int32, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Int32, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Int32, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Boolean, ColorScheme)
|
||||
nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
fullName: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Attribute, Attribute)
|
||||
nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
fullName: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
- uid: Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -288,18 +626,6 @@ references:
|
||||
name: Move(Int32, Int32)
|
||||
nameWithType: View.Move(Int32, Int32)
|
||||
fullName: View.Move(Int32, Int32)
|
||||
- uid: Terminal.Gui.View.PositionCursor
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: PositionCursor()
|
||||
nameWithType: View.PositionCursor()
|
||||
fullName: View.PositionCursor()
|
||||
- uid: Terminal.Gui.View.Redraw(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Redraw(Rect)
|
||||
nameWithType: View.Redraw(Rect)
|
||||
fullName: View.Redraw(Rect)
|
||||
- uid: Terminal.Gui.View.Remove(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -318,6 +644,12 @@ references:
|
||||
name: ScreenToView(Int32, Int32)
|
||||
nameWithType: View.ScreenToView(Int32, Int32)
|
||||
fullName: View.ScreenToView(Int32, Int32)
|
||||
- uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SetClip(Rect)
|
||||
nameWithType: View.SetClip(Rect)
|
||||
fullName: View.SetClip(Rect)
|
||||
- uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
|
||||
@@ -3,7 +3,18 @@ items:
|
||||
- uid: Terminal.Gui.SpecialChar
|
||||
id: SpecialChar
|
||||
children:
|
||||
- Terminal.Gui.SpecialChar.BottomTee
|
||||
- Terminal.Gui.SpecialChar.Diamond
|
||||
- Terminal.Gui.SpecialChar.HLine
|
||||
- Terminal.Gui.SpecialChar.LeftTee
|
||||
- Terminal.Gui.SpecialChar.LLCorner
|
||||
- Terminal.Gui.SpecialChar.LRCorner
|
||||
- Terminal.Gui.SpecialChar.RightTee
|
||||
- Terminal.Gui.SpecialChar.Stipple
|
||||
- Terminal.Gui.SpecialChar.TopTee
|
||||
- Terminal.Gui.SpecialChar.ULCorner
|
||||
- Terminal.Gui.SpecialChar.URCorner
|
||||
- Terminal.Gui.SpecialChar.VLine
|
||||
langs:
|
||||
- csharp
|
||||
name: SpecialChar
|
||||
@@ -18,6 +29,44 @@ items:
|
||||
content: public enum SpecialChar
|
||||
inheritance:
|
||||
- System.Enum
|
||||
- uid: Terminal.Gui.SpecialChar.BottomTee
|
||||
id: BottomTee
|
||||
parent: Terminal.Gui.SpecialChar
|
||||
langs:
|
||||
- csharp
|
||||
name: BottomTee
|
||||
nameWithType: SpecialChar.BottomTee
|
||||
fullName: SpecialChar.BottomTee
|
||||
type: Field
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: The bottom tee.
|
||||
syntax:
|
||||
content: BottomTee
|
||||
return:
|
||||
type: Terminal.Gui.SpecialChar
|
||||
description: To be added.
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.SpecialChar.Diamond
|
||||
id: Diamond
|
||||
parent: Terminal.Gui.SpecialChar
|
||||
langs:
|
||||
- csharp
|
||||
name: Diamond
|
||||
nameWithType: SpecialChar.Diamond
|
||||
fullName: SpecialChar.Diamond
|
||||
type: Field
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Diamond character
|
||||
syntax:
|
||||
content: Diamond
|
||||
return:
|
||||
type: Terminal.Gui.SpecialChar
|
||||
description: To be added.
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.SpecialChar.HLine
|
||||
id: HLine
|
||||
parent: Terminal.Gui.SpecialChar
|
||||
@@ -37,6 +86,177 @@ items:
|
||||
type: Terminal.Gui.SpecialChar
|
||||
description: To be added.
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.SpecialChar.LeftTee
|
||||
id: LeftTee
|
||||
parent: Terminal.Gui.SpecialChar
|
||||
langs:
|
||||
- csharp
|
||||
name: LeftTee
|
||||
nameWithType: SpecialChar.LeftTee
|
||||
fullName: SpecialChar.LeftTee
|
||||
type: Field
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Left tee
|
||||
syntax:
|
||||
content: LeftTee
|
||||
return:
|
||||
type: Terminal.Gui.SpecialChar
|
||||
description: To be added.
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.SpecialChar.LLCorner
|
||||
id: LLCorner
|
||||
parent: Terminal.Gui.SpecialChar
|
||||
langs:
|
||||
- csharp
|
||||
name: LLCorner
|
||||
nameWithType: SpecialChar.LLCorner
|
||||
fullName: SpecialChar.LLCorner
|
||||
type: Field
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Lower left corner
|
||||
syntax:
|
||||
content: LLCorner
|
||||
return:
|
||||
type: Terminal.Gui.SpecialChar
|
||||
description: To be added.
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.SpecialChar.LRCorner
|
||||
id: LRCorner
|
||||
parent: Terminal.Gui.SpecialChar
|
||||
langs:
|
||||
- csharp
|
||||
name: LRCorner
|
||||
nameWithType: SpecialChar.LRCorner
|
||||
fullName: SpecialChar.LRCorner
|
||||
type: Field
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Lower right corner
|
||||
syntax:
|
||||
content: LRCorner
|
||||
return:
|
||||
type: Terminal.Gui.SpecialChar
|
||||
description: To be added.
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.SpecialChar.RightTee
|
||||
id: RightTee
|
||||
parent: Terminal.Gui.SpecialChar
|
||||
langs:
|
||||
- csharp
|
||||
name: RightTee
|
||||
nameWithType: SpecialChar.RightTee
|
||||
fullName: SpecialChar.RightTee
|
||||
type: Field
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Right tee
|
||||
syntax:
|
||||
content: RightTee
|
||||
return:
|
||||
type: Terminal.Gui.SpecialChar
|
||||
description: To be added.
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.SpecialChar.Stipple
|
||||
id: Stipple
|
||||
parent: Terminal.Gui.SpecialChar
|
||||
langs:
|
||||
- csharp
|
||||
name: Stipple
|
||||
nameWithType: SpecialChar.Stipple
|
||||
fullName: SpecialChar.Stipple
|
||||
type: Field
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Stipple pattern
|
||||
syntax:
|
||||
content: Stipple
|
||||
return:
|
||||
type: Terminal.Gui.SpecialChar
|
||||
description: To be added.
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.SpecialChar.TopTee
|
||||
id: TopTee
|
||||
parent: Terminal.Gui.SpecialChar
|
||||
langs:
|
||||
- csharp
|
||||
name: TopTee
|
||||
nameWithType: SpecialChar.TopTee
|
||||
fullName: SpecialChar.TopTee
|
||||
type: Field
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Top tee
|
||||
syntax:
|
||||
content: TopTee
|
||||
return:
|
||||
type: Terminal.Gui.SpecialChar
|
||||
description: To be added.
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.SpecialChar.ULCorner
|
||||
id: ULCorner
|
||||
parent: Terminal.Gui.SpecialChar
|
||||
langs:
|
||||
- csharp
|
||||
name: ULCorner
|
||||
nameWithType: SpecialChar.ULCorner
|
||||
fullName: SpecialChar.ULCorner
|
||||
type: Field
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Upper left corner
|
||||
syntax:
|
||||
content: ULCorner
|
||||
return:
|
||||
type: Terminal.Gui.SpecialChar
|
||||
description: To be added.
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.SpecialChar.URCorner
|
||||
id: URCorner
|
||||
parent: Terminal.Gui.SpecialChar
|
||||
langs:
|
||||
- csharp
|
||||
name: URCorner
|
||||
nameWithType: SpecialChar.URCorner
|
||||
fullName: SpecialChar.URCorner
|
||||
type: Field
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Upper right corner
|
||||
syntax:
|
||||
content: URCorner
|
||||
return:
|
||||
type: Terminal.Gui.SpecialChar
|
||||
description: To be added.
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.SpecialChar.VLine
|
||||
id: VLine
|
||||
parent: Terminal.Gui.SpecialChar
|
||||
langs:
|
||||
- csharp
|
||||
name: VLine
|
||||
nameWithType: SpecialChar.VLine
|
||||
fullName: SpecialChar.VLine
|
||||
type: Field
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Vertical line character.
|
||||
syntax:
|
||||
content: VLine
|
||||
return:
|
||||
type: Terminal.Gui.SpecialChar
|
||||
description: To be added.
|
||||
exceptions: []
|
||||
references:
|
||||
- uid: System.Enum
|
||||
parent: System
|
||||
@@ -44,15 +264,81 @@ references:
|
||||
name: Enum
|
||||
nameWithType: Enum
|
||||
fullName: System.Enum
|
||||
- uid: Terminal.Gui.SpecialChar.HLine
|
||||
- uid: Terminal.Gui.SpecialChar.BottomTee
|
||||
parent: Terminal.Gui.SpecialChar
|
||||
isExternal: false
|
||||
name: HLine
|
||||
nameWithType: SpecialChar.HLine
|
||||
fullName: SpecialChar.HLine
|
||||
name: BottomTee
|
||||
nameWithType: SpecialChar.BottomTee
|
||||
fullName: SpecialChar.BottomTee
|
||||
- uid: Terminal.Gui.SpecialChar
|
||||
parent: Terminal.Gui
|
||||
isExternal: false
|
||||
name: SpecialChar
|
||||
nameWithType: SpecialChar
|
||||
fullName: Terminal.Gui.SpecialChar
|
||||
- uid: Terminal.Gui.SpecialChar.Diamond
|
||||
parent: Terminal.Gui.SpecialChar
|
||||
isExternal: false
|
||||
name: Diamond
|
||||
nameWithType: SpecialChar.Diamond
|
||||
fullName: SpecialChar.Diamond
|
||||
- uid: Terminal.Gui.SpecialChar.HLine
|
||||
parent: Terminal.Gui.SpecialChar
|
||||
isExternal: false
|
||||
name: HLine
|
||||
nameWithType: SpecialChar.HLine
|
||||
fullName: SpecialChar.HLine
|
||||
- uid: Terminal.Gui.SpecialChar.LeftTee
|
||||
parent: Terminal.Gui.SpecialChar
|
||||
isExternal: false
|
||||
name: LeftTee
|
||||
nameWithType: SpecialChar.LeftTee
|
||||
fullName: SpecialChar.LeftTee
|
||||
- uid: Terminal.Gui.SpecialChar.LLCorner
|
||||
parent: Terminal.Gui.SpecialChar
|
||||
isExternal: false
|
||||
name: LLCorner
|
||||
nameWithType: SpecialChar.LLCorner
|
||||
fullName: SpecialChar.LLCorner
|
||||
- uid: Terminal.Gui.SpecialChar.LRCorner
|
||||
parent: Terminal.Gui.SpecialChar
|
||||
isExternal: false
|
||||
name: LRCorner
|
||||
nameWithType: SpecialChar.LRCorner
|
||||
fullName: SpecialChar.LRCorner
|
||||
- uid: Terminal.Gui.SpecialChar.RightTee
|
||||
parent: Terminal.Gui.SpecialChar
|
||||
isExternal: false
|
||||
name: RightTee
|
||||
nameWithType: SpecialChar.RightTee
|
||||
fullName: SpecialChar.RightTee
|
||||
- uid: Terminal.Gui.SpecialChar.Stipple
|
||||
parent: Terminal.Gui.SpecialChar
|
||||
isExternal: false
|
||||
name: Stipple
|
||||
nameWithType: SpecialChar.Stipple
|
||||
fullName: SpecialChar.Stipple
|
||||
- uid: Terminal.Gui.SpecialChar.TopTee
|
||||
parent: Terminal.Gui.SpecialChar
|
||||
isExternal: false
|
||||
name: TopTee
|
||||
nameWithType: SpecialChar.TopTee
|
||||
fullName: SpecialChar.TopTee
|
||||
- uid: Terminal.Gui.SpecialChar.ULCorner
|
||||
parent: Terminal.Gui.SpecialChar
|
||||
isExternal: false
|
||||
name: ULCorner
|
||||
nameWithType: SpecialChar.ULCorner
|
||||
fullName: SpecialChar.ULCorner
|
||||
- uid: Terminal.Gui.SpecialChar.URCorner
|
||||
parent: Terminal.Gui.SpecialChar
|
||||
isExternal: false
|
||||
name: URCorner
|
||||
nameWithType: SpecialChar.URCorner
|
||||
fullName: SpecialChar.URCorner
|
||||
- uid: Terminal.Gui.SpecialChar.VLine
|
||||
parent: Terminal.Gui.SpecialChar
|
||||
isExternal: false
|
||||
name: VLine
|
||||
nameWithType: SpecialChar.VLine
|
||||
fullName: SpecialChar.VLine
|
||||
|
||||
@@ -37,12 +37,18 @@ items:
|
||||
- Terminal.Gui.View.Add(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.Add(Terminal.Gui.View[])
|
||||
- Terminal.Gui.View.AddCh(System.Int32,System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
- Terminal.Gui.View.Bounds
|
||||
- Terminal.Gui.View.ChildNeedsDisplay
|
||||
- Terminal.Gui.View.Clear
|
||||
- Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.ClearNeedsDisplay
|
||||
- Terminal.Gui.View.ClipToBounds
|
||||
- Terminal.Gui.View.ColorScheme
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Boolean)
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.Driver
|
||||
@@ -64,6 +70,7 @@ items:
|
||||
- Terminal.Gui.View.Remove(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.RemoveAll
|
||||
- Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.SetNeedsDisplay
|
||||
- Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
|
||||
@@ -281,9 +288,9 @@ items:
|
||||
namespace: Terminal.Gui
|
||||
summary: Sets or gets the text in the entry.
|
||||
syntax:
|
||||
content: public string Text { get; set; }
|
||||
content: public NStack.ustring Text { get; set; }
|
||||
return:
|
||||
type: System.String
|
||||
type: NStack.ustring
|
||||
description: To be added.
|
||||
overload: Terminal.Gui.TextField.Text*
|
||||
exceptions: []
|
||||
@@ -396,6 +403,12 @@ references:
|
||||
name: Text
|
||||
nameWithType: TextField.Text
|
||||
fullName: TextField.Text
|
||||
- uid: NStack.ustring
|
||||
parent: NStack
|
||||
isExternal: true
|
||||
name: ustring
|
||||
nameWithType: ustring
|
||||
fullName: NStack.ustring
|
||||
- uid: Terminal.Gui.TextField.#ctor*
|
||||
parent: Terminal.Gui.TextField
|
||||
isExternal: false
|
||||
@@ -486,6 +499,12 @@ references:
|
||||
name: AddCh(Int32, Int32, Int32)
|
||||
nameWithType: View.AddCh(Int32, Int32, Int32)
|
||||
fullName: View.AddCh(Int32, Int32, Int32)
|
||||
- uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: AddRune(Int32, Int32, Rune)
|
||||
nameWithType: View.AddRune(Int32, Int32, Rune)
|
||||
fullName: View.AddRune(Int32, Int32, Rune)
|
||||
- uid: Terminal.Gui.View.Bounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -504,12 +523,24 @@ references:
|
||||
name: Clear()
|
||||
nameWithType: View.Clear()
|
||||
fullName: View.Clear()
|
||||
- uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Clear(Rect)
|
||||
nameWithType: View.Clear(Rect)
|
||||
fullName: View.Clear(Rect)
|
||||
- uid: Terminal.Gui.View.ClearNeedsDisplay
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClearNeedsDisplay()
|
||||
nameWithType: View.ClearNeedsDisplay()
|
||||
fullName: View.ClearNeedsDisplay()
|
||||
- uid: Terminal.Gui.View.ClipToBounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClipToBounds()
|
||||
nameWithType: View.ClipToBounds()
|
||||
fullName: View.ClipToBounds()
|
||||
- uid: Terminal.Gui.View.ColorScheme
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -522,6 +553,24 @@ references:
|
||||
name: DrawFrame(Rect, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawFrame(Rect, Int32, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Int32, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Int32, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Boolean, ColorScheme)
|
||||
nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
fullName: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Attribute, Attribute)
|
||||
nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
fullName: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
- uid: Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -630,6 +679,12 @@ references:
|
||||
name: ScreenToView(Int32, Int32)
|
||||
nameWithType: View.ScreenToView(Int32, Int32)
|
||||
fullName: View.ScreenToView(Int32, Int32)
|
||||
- uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SetClip(Rect)
|
||||
nameWithType: View.SetClip(Rect)
|
||||
fullName: View.SetClip(Rect)
|
||||
- uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
|
||||
@@ -37,12 +37,18 @@ items:
|
||||
- Terminal.Gui.View.Add(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.Add(Terminal.Gui.View[])
|
||||
- Terminal.Gui.View.AddCh(System.Int32,System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
- Terminal.Gui.View.Bounds
|
||||
- Terminal.Gui.View.ChildNeedsDisplay
|
||||
- Terminal.Gui.View.Clear
|
||||
- Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.ClearNeedsDisplay
|
||||
- Terminal.Gui.View.ClipToBounds
|
||||
- Terminal.Gui.View.ColorScheme
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Boolean)
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.Driver
|
||||
@@ -66,6 +72,7 @@ items:
|
||||
- Terminal.Gui.View.Remove(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.RemoveAll
|
||||
- Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.SetNeedsDisplay
|
||||
- Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
|
||||
@@ -85,7 +92,7 @@ items:
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Initializes a new instance of the <xref href="Terminal.Toplevel"></xref> class.
|
||||
summary: Initializes a new instance of the <xref href="Terminal.Gui.Toplevel"></xref> class.
|
||||
syntax:
|
||||
content: public Toplevel (Terminal.Gui.Rect frame);
|
||||
parameters:
|
||||
@@ -305,6 +312,12 @@ references:
|
||||
name: AddCh(Int32, Int32, Int32)
|
||||
nameWithType: View.AddCh(Int32, Int32, Int32)
|
||||
fullName: View.AddCh(Int32, Int32, Int32)
|
||||
- uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: AddRune(Int32, Int32, Rune)
|
||||
nameWithType: View.AddRune(Int32, Int32, Rune)
|
||||
fullName: View.AddRune(Int32, Int32, Rune)
|
||||
- uid: Terminal.Gui.View.Bounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -323,12 +336,24 @@ references:
|
||||
name: Clear()
|
||||
nameWithType: View.Clear()
|
||||
fullName: View.Clear()
|
||||
- uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Clear(Rect)
|
||||
nameWithType: View.Clear(Rect)
|
||||
fullName: View.Clear(Rect)
|
||||
- uid: Terminal.Gui.View.ClearNeedsDisplay
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClearNeedsDisplay()
|
||||
nameWithType: View.ClearNeedsDisplay()
|
||||
fullName: View.ClearNeedsDisplay()
|
||||
- uid: Terminal.Gui.View.ClipToBounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClipToBounds()
|
||||
nameWithType: View.ClipToBounds()
|
||||
fullName: View.ClipToBounds()
|
||||
- uid: Terminal.Gui.View.ColorScheme
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -341,6 +366,24 @@ references:
|
||||
name: DrawFrame(Rect, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawFrame(Rect, Int32, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Int32, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Int32, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Boolean, ColorScheme)
|
||||
nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
fullName: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Attribute, Attribute)
|
||||
nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
fullName: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
- uid: Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -461,6 +504,12 @@ references:
|
||||
name: ScreenToView(Int32, Int32)
|
||||
nameWithType: View.ScreenToView(Int32, Int32)
|
||||
fullName: View.ScreenToView(Int32, Int32)
|
||||
- uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SetClip(Rect)
|
||||
nameWithType: View.SetClip(Rect)
|
||||
fullName: View.SetClip(Rect)
|
||||
- uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
|
||||
@@ -7,12 +7,18 @@ items:
|
||||
- Terminal.Gui.View.Add(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.Add(Terminal.Gui.View[])
|
||||
- Terminal.Gui.View.AddCh(System.Int32,System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
- Terminal.Gui.View.Bounds
|
||||
- Terminal.Gui.View.ChildNeedsDisplay
|
||||
- Terminal.Gui.View.Clear
|
||||
- Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.ClearNeedsDisplay
|
||||
- Terminal.Gui.View.ClipToBounds
|
||||
- Terminal.Gui.View.ColorScheme
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Boolean)
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.Driver
|
||||
@@ -37,6 +43,7 @@ items:
|
||||
- Terminal.Gui.View.Remove(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.RemoveAll
|
||||
- Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.SetNeedsDisplay
|
||||
- Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
|
||||
@@ -54,7 +61,7 @@ items:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: View is the base class for all views on the screen and represents a visible element that can render itself and contains zero or more nested views.
|
||||
remarks: "<p>\n The View defines the base functionality for user interface elements in Terminal/gui.cs. Views\n can contain one or more subviews, can respond to user input and render themselves on the screen.\n </p>\n <p>\n Views are created with a specified rectangle region (the frame) that is relative to the container\n that they are added into. \n </p>\n <p>\n Subviews can be added to a View by calling the Add method. The container of a view is the \n Superview.\n </p>\n <p>\n Developers can call the SetNeedsDisplay method on the view to flag a region or the entire view\n as requiring to be redrawn.\n </p>\n <p>\n Views have a ColorScheme property that defines the default colors that subviews\n should use for rendering. This ensures that the views fit in the context where\n they are being used, and allows for themes to be plugged in. For example, the\n default colors for windows and toplevels uses a blue background, while it uses \n a white background for dialog boxes and a red background for errors.\n </p>\n <p>\n If a ColorScheme is not set on a view, the result of the ColorScheme is the\n value of the SuperView and the value might only be valid once a view has been\n added to a SuperView, so your subclasses should not rely on ColorScheme being\n set at construction time.\n </p>\n <p>\n Using ColorSchemes has the advantage that your application will work both\n in color as well as black and white displays.\n </p>"
|
||||
remarks: "<p>\n The View defines the base functionality for user interface elements in Terminal/gui.cs. Views\n can contain one or more subviews, can respond to user input and render themselves on the screen.\n </p>\n <p>\n Views are created with a specified rectangle region (the frame) that is relative to the container\n that they are added into. \n </p>\n <p>\n Subviews can be added to a View by calling the Add method. The container of a view is the \n Superview.\n </p>\n <p>\n Developers can call the SetNeedsDisplay method on the view to flag a region or the entire view\n as requiring to be redrawn.\n </p>\n <p>\n Views have a ColorScheme property that defines the default colors that subviews\n should use for rendering. This ensures that the views fit in the context where\n they are being used, and allows for themes to be plugged in. For example, the\n default colors for windows and toplevels uses a blue background, while it uses \n a white background for dialog boxes and a red background for errors.\n </p>\n <p>\n If a ColorScheme is not set on a view, the result of the ColorScheme is the\n value of the SuperView and the value might only be valid once a view has been\n added to a SuperView, so your subclasses should not rely on ColorScheme being\n set at construction time.\n </p>\n <p>\n Using ColorSchemes has the advantage that your application will work both\n in color as well as black and white displays.\n </p>\n <p>\n Views that are focusable should implement the PositionCursor to make sure that\n the cursor is placed in a location that makes sense. Unix terminals do not have\n a way of hiding the cursor, so it can be distracting to have the cursor left at \n the last focused view. So views should make sure that they place the cursor\n in a visually sensible place.\n </p>"
|
||||
syntax:
|
||||
content: 'public class View : Terminal.Gui.Responder, System.Collections.IEnumerable'
|
||||
inheritance:
|
||||
@@ -63,9 +70,12 @@ items:
|
||||
derivedClasses:
|
||||
- Terminal.Gui.Button
|
||||
- Terminal.Gui.CheckBox
|
||||
- Terminal.Gui.FrameView
|
||||
- Terminal.Gui.Label
|
||||
- Terminal.Gui.ListView
|
||||
- Terminal.Gui.MenuBar
|
||||
- Terminal.Gui.RadioGroup
|
||||
- Terminal.Gui.ScrollBarView
|
||||
- Terminal.Gui.ScrollView
|
||||
- Terminal.Gui.TextField
|
||||
- Terminal.Gui.Toplevel
|
||||
@@ -86,7 +96,7 @@ items:
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Initializes a new instance of the <xref href="Terminal.View"></xref> class with the specified frame. This is the default constructor.
|
||||
summary: Initializes a new instance of the <xref href="Terminal.Gui.View"></xref> class with the specified frame. This is the default constructor.
|
||||
syntax:
|
||||
content: public View (Terminal.Gui.Rect frame);
|
||||
parameters:
|
||||
@@ -146,8 +156,7 @@ items:
|
||||
nameWithType: View.AddCh(Int32, Int32, Int32)
|
||||
fullName: View.AddCh(Int32, Int32, Int32)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
assemblies: []
|
||||
namespace: Terminal.Gui
|
||||
summary: Displays the specified character in the specified column and row.
|
||||
syntax:
|
||||
@@ -164,6 +173,33 @@ items:
|
||||
description: Ch.
|
||||
overload: Terminal.Gui.View.AddCh*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
id: AddRune(System.Int32,System.Int32,System.Rune)
|
||||
parent: Terminal.Gui.View
|
||||
langs:
|
||||
- csharp
|
||||
name: AddRune(Int32, Int32, Rune)
|
||||
nameWithType: View.AddRune(Int32, Int32, Rune)
|
||||
fullName: View.AddRune(Int32, Int32, Rune)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Displays the specified character in the specified column and row.
|
||||
syntax:
|
||||
content: public void AddRune (int col, int row, Rune ch);
|
||||
parameters:
|
||||
- id: col
|
||||
type: System.Int32
|
||||
description: Col.
|
||||
- id: row
|
||||
type: System.Int32
|
||||
description: Row.
|
||||
- id: ch
|
||||
type: System.Rune
|
||||
description: Ch.
|
||||
overload: Terminal.Gui.View.AddRune*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.View.Bounds
|
||||
id: Bounds
|
||||
parent: Terminal.Gui.View
|
||||
@@ -224,6 +260,27 @@ items:
|
||||
parameters: []
|
||||
overload: Terminal.Gui.View.Clear*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
id: Clear(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
langs:
|
||||
- csharp
|
||||
name: Clear(Rect)
|
||||
nameWithType: View.Clear(Rect)
|
||||
fullName: View.Clear(Rect)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Clears the specfied rectangular region with the current color
|
||||
syntax:
|
||||
content: public void Clear (Terminal.Gui.Rect r);
|
||||
parameters:
|
||||
- id: r
|
||||
type: Terminal.Gui.Rect
|
||||
description: To be added.
|
||||
overload: Terminal.Gui.View.Clear*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.View.ClearNeedsDisplay
|
||||
id: ClearNeedsDisplay
|
||||
parent: Terminal.Gui.View
|
||||
@@ -242,6 +299,27 @@ items:
|
||||
parameters: []
|
||||
overload: Terminal.Gui.View.ClearNeedsDisplay*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.View.ClipToBounds
|
||||
id: ClipToBounds
|
||||
parent: Terminal.Gui.View
|
||||
langs:
|
||||
- csharp
|
||||
name: ClipToBounds()
|
||||
nameWithType: View.ClipToBounds()
|
||||
fullName: View.ClipToBounds()
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Sets the Console driver's clip region to the current View's Bounds.
|
||||
syntax:
|
||||
content: public Terminal.Gui.Rect ClipToBounds ();
|
||||
parameters: []
|
||||
return:
|
||||
type: Terminal.Gui.Rect
|
||||
description: The existing driver's Clip region, which can be then set by setting the Driver.Clip property.
|
||||
overload: Terminal.Gui.View.ClipToBounds*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.View.ColorScheme
|
||||
id: ColorScheme
|
||||
parent: Terminal.Gui.View
|
||||
@@ -273,8 +351,7 @@ items:
|
||||
nameWithType: View.DrawFrame(Rect, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Boolean)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
assemblies: []
|
||||
namespace: Terminal.Gui
|
||||
summary: Draws a frame in the current view, clipped by the boundary of this view
|
||||
syntax:
|
||||
@@ -288,6 +365,87 @@ items:
|
||||
description: If set to <code>true</code> it fill will the contents.
|
||||
overload: Terminal.Gui.View.DrawFrame*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
id: DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
parent: Terminal.Gui.View
|
||||
langs:
|
||||
- csharp
|
||||
name: DrawFrame(Rect, Int32, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Int32, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Int32, Boolean)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Draws a frame in the current view, clipped by the boundary of this view
|
||||
syntax:
|
||||
content: public void DrawFrame (Terminal.Gui.Rect rect, int padding = 0, bool fill = false);
|
||||
parameters:
|
||||
- id: rect
|
||||
type: Terminal.Gui.Rect
|
||||
description: Rectangular region for the frame to be drawn.
|
||||
- id: padding
|
||||
type: System.Int32
|
||||
description: The padding to add to the drawn frame.
|
||||
- id: fill
|
||||
type: System.Boolean
|
||||
description: If set to <code>true</code> it fill will the contents.
|
||||
overload: Terminal.Gui.View.DrawFrame*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
id: DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
langs:
|
||||
- csharp
|
||||
name: DrawHotString(ustring, Boolean, ColorScheme)
|
||||
nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
fullName: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Utility function to draw strings that contains a hotkey using a colorscheme and the "focused" state.
|
||||
syntax:
|
||||
content: public void DrawHotString (NStack.ustring text, bool focused, Terminal.Gui.ColorScheme scheme);
|
||||
parameters:
|
||||
- id: text
|
||||
type: NStack.ustring
|
||||
description: String to display, the underscoore before a letter flags the next letter as the hotkey.
|
||||
- id: focused
|
||||
type: System.Boolean
|
||||
description: If set to <code>true</code> this uses the focused colors from the color scheme, otherwise the regular ones.
|
||||
- id: scheme
|
||||
type: Terminal.Gui.ColorScheme
|
||||
description: The color scheme to use.
|
||||
overload: Terminal.Gui.View.DrawHotString*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
id: DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
parent: Terminal.Gui.View
|
||||
langs:
|
||||
- csharp
|
||||
name: DrawHotString(ustring, Attribute, Attribute)
|
||||
nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
fullName: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Utility function to draw strings that contain a hotkey
|
||||
syntax:
|
||||
content: public void DrawHotString (NStack.ustring text, Terminal.Gui.Attribute hotColor, Terminal.Gui.Attribute normalColor);
|
||||
parameters:
|
||||
- id: text
|
||||
type: NStack.ustring
|
||||
description: String to display, the underscoore before a letter flags the next letter as the hotkey.
|
||||
- id: hotColor
|
||||
type: Terminal.Gui.Attribute
|
||||
description: Hot color.
|
||||
- id: normalColor
|
||||
type: Terminal.Gui.Attribute
|
||||
description: Normal color.
|
||||
overload: Terminal.Gui.View.DrawHotString*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
id: DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
@@ -297,8 +455,7 @@ items:
|
||||
nameWithType: View.DrawHotString(String, Boolean, ColorScheme)
|
||||
fullName: View.DrawHotString(String, Boolean, ColorScheme)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
assemblies: []
|
||||
namespace: Terminal.Gui
|
||||
summary: Utility function to draw strings that contains a hotkey using a colorscheme and the "focused" state.
|
||||
syntax:
|
||||
@@ -324,8 +481,7 @@ items:
|
||||
nameWithType: View.DrawHotString(String, Attribute, Attribute)
|
||||
fullName: View.DrawHotString(String, Attribute, Attribute)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
assemblies: []
|
||||
namespace: Terminal.Gui
|
||||
summary: Utility function to draw strings that contain a hotkey
|
||||
syntax:
|
||||
@@ -538,7 +694,7 @@ items:
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Gets or sets a value indicating whether this <xref href="Terminal.View"></xref> has focus.
|
||||
summary: Gets or sets a value indicating whether this <xref href="Terminal.Gui.View"></xref> has focus.
|
||||
syntax:
|
||||
content: public override bool HasFocus { get; }
|
||||
return:
|
||||
@@ -560,9 +716,9 @@ items:
|
||||
namespace: Terminal.Gui
|
||||
summary: Gets or sets an identifier for the view;
|
||||
syntax:
|
||||
content: public string Id { get; set; }
|
||||
content: public NStack.ustring Id { get; set; }
|
||||
return:
|
||||
type: System.String
|
||||
type: NStack.ustring
|
||||
description: The identifier.
|
||||
overload: Terminal.Gui.View.Id*
|
||||
exceptions: []
|
||||
@@ -728,13 +884,17 @@ items:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Performs a redraw of this view and its subviews, only redraws the views that have been flagged for a re-display.
|
||||
remarks: The region argument is relative to the view itself.
|
||||
remarks: >-
|
||||
<p>
|
||||
Views should set the color that they want to use on entry, as otherwise this will inherit
|
||||
the last color that was set globaly on the driver.
|
||||
</p>
|
||||
syntax:
|
||||
content: public virtual void Redraw (Terminal.Gui.Rect region);
|
||||
parameters:
|
||||
- id: region
|
||||
type: Terminal.Gui.Rect
|
||||
description: To be added.
|
||||
description: The region to redraw, this is relative to the view itself.
|
||||
overload: Terminal.Gui.View.Redraw*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.View.Remove(Terminal.Gui.View)
|
||||
@@ -803,6 +963,30 @@ items:
|
||||
description: The mapped point.
|
||||
overload: Terminal.Gui.View.ScreenToView*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
id: SetClip(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
langs:
|
||||
- csharp
|
||||
name: SetClip(Rect)
|
||||
nameWithType: View.SetClip(Rect)
|
||||
fullName: View.SetClip(Rect)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Sets the clipping region to the specified region, the region is view-relative
|
||||
syntax:
|
||||
content: public Terminal.Gui.Rect SetClip (Terminal.Gui.Rect rect);
|
||||
parameters:
|
||||
- id: rect
|
||||
type: Terminal.Gui.Rect
|
||||
description: Rectangle region to clip into, the region is view-relative.
|
||||
return:
|
||||
type: Terminal.Gui.Rect
|
||||
description: The previous clip region.
|
||||
overload: Terminal.Gui.View.SetClip*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
id: SetFocus(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.View
|
||||
@@ -917,13 +1101,13 @@ items:
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Returns a <xref href="System.String"></xref> that represents the current <xref href="Terminal.View"></xref>.
|
||||
summary: Returns a <xref href="System.String"></xref> that represents the current <xref href="Terminal.Gui.View"></xref>.
|
||||
syntax:
|
||||
content: public override string ToString ();
|
||||
parameters: []
|
||||
return:
|
||||
type: System.String
|
||||
description: A <xref href="System.String"></xref> that represents the current <xref href="Terminal.View"></xref>.
|
||||
description: A <xref href="System.String"></xref> that represents the current <xref href="Terminal.Gui.View"></xref>.
|
||||
overload: Terminal.Gui.View.ToString*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.View.WantMousePositionReports
|
||||
@@ -938,7 +1122,7 @@ items:
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Gets or sets a value indicating whether this <xref href="Terminal.View"></xref> want mouse position reports.
|
||||
summary: Gets or sets a value indicating whether this <xref href="Terminal.Gui.View"></xref> want mouse position reports.
|
||||
syntax:
|
||||
content: public virtual bool WantMousePositionReports { get; set; }
|
||||
return:
|
||||
@@ -1009,6 +1193,18 @@ references:
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
- uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: AddRune(Int32, Int32, Rune)
|
||||
nameWithType: View.AddRune(Int32, Int32, Rune)
|
||||
fullName: View.AddRune(Int32, Int32, Rune)
|
||||
- uid: System.Rune
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Rune
|
||||
nameWithType: Rune
|
||||
fullName: System.Rune
|
||||
- uid: Terminal.Gui.View.Bounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -1027,12 +1223,24 @@ references:
|
||||
name: Clear()
|
||||
nameWithType: View.Clear()
|
||||
fullName: View.Clear()
|
||||
- uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Clear(Rect)
|
||||
nameWithType: View.Clear(Rect)
|
||||
fullName: View.Clear(Rect)
|
||||
- uid: Terminal.Gui.View.ClearNeedsDisplay
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClearNeedsDisplay()
|
||||
nameWithType: View.ClearNeedsDisplay()
|
||||
fullName: View.ClearNeedsDisplay()
|
||||
- uid: Terminal.Gui.View.ClipToBounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClipToBounds()
|
||||
nameWithType: View.ClipToBounds()
|
||||
fullName: View.ClipToBounds()
|
||||
- uid: Terminal.Gui.View.ColorScheme
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -1057,6 +1265,36 @@ references:
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawFrame(Rect, Int32, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Int32, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Int32, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Boolean, ColorScheme)
|
||||
nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
fullName: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
- uid: NStack.ustring
|
||||
parent: NStack
|
||||
isExternal: true
|
||||
name: ustring
|
||||
nameWithType: ustring
|
||||
fullName: NStack.ustring
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Attribute, Attribute)
|
||||
nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
fullName: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
- uid: Terminal.Gui.Attribute
|
||||
parent: Terminal.Gui
|
||||
isExternal: false
|
||||
name: Attribute
|
||||
nameWithType: Attribute
|
||||
fullName: Terminal.Gui.Attribute
|
||||
- uid: Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -1075,12 +1313,6 @@ references:
|
||||
name: DrawHotString(String, Attribute, Attribute)
|
||||
nameWithType: View.DrawHotString(String, Attribute, Attribute)
|
||||
fullName: View.DrawHotString(String, Attribute, Attribute)
|
||||
- uid: Terminal.Gui.Attribute
|
||||
parent: Terminal.Gui
|
||||
isExternal: false
|
||||
name: Attribute
|
||||
nameWithType: Attribute
|
||||
fullName: Terminal.Gui.Attribute
|
||||
- uid: Terminal.Gui.View.Driver
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -1237,6 +1469,12 @@ references:
|
||||
name: Point
|
||||
nameWithType: Point
|
||||
fullName: Terminal.Gui.Point
|
||||
- uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SetClip(Rect)
|
||||
nameWithType: View.SetClip(Rect)
|
||||
fullName: View.SetClip(Rect)
|
||||
- uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -1322,6 +1560,12 @@ references:
|
||||
name: AddCh
|
||||
nameWithType: View.AddCh
|
||||
fullName: View.AddCh
|
||||
- uid: Terminal.Gui.View.AddRune*
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: AddRune
|
||||
nameWithType: View.AddRune
|
||||
fullName: View.AddRune
|
||||
- uid: Terminal.Gui.View.Bounds*
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -1346,6 +1590,12 @@ references:
|
||||
name: ClearNeedsDisplay
|
||||
nameWithType: View.ClearNeedsDisplay
|
||||
fullName: View.ClearNeedsDisplay
|
||||
- uid: Terminal.Gui.View.ClipToBounds*
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClipToBounds
|
||||
nameWithType: View.ClipToBounds
|
||||
fullName: View.ClipToBounds
|
||||
- uid: Terminal.Gui.View.ColorScheme*
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -1490,6 +1740,12 @@ references:
|
||||
name: ScreenToView
|
||||
nameWithType: View.ScreenToView
|
||||
fullName: View.ScreenToView
|
||||
- uid: Terminal.Gui.View.SetClip*
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SetClip
|
||||
nameWithType: View.SetClip
|
||||
fullName: View.SetClip
|
||||
- uid: Terminal.Gui.View.SetFocus*
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
|
||||
@@ -3,10 +3,13 @@ items:
|
||||
- uid: Terminal.Gui.Window
|
||||
id: Window
|
||||
children:
|
||||
- Terminal.Gui.Window.#ctor(Terminal.Gui.Rect,NStack.ustring)
|
||||
- Terminal.Gui.Window.#ctor(Terminal.Gui.Rect,System.String)
|
||||
- Terminal.Gui.Window.#ctor(Terminal.Gui.Rect,NStack.ustring,System.Int32)
|
||||
- Terminal.Gui.Window.Add(Terminal.Gui.View)
|
||||
- Terminal.Gui.Window.GetEnumerator
|
||||
- Terminal.Gui.Window.Redraw(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.Window.Remove(Terminal.Gui.View)
|
||||
- Terminal.Gui.Window.Title
|
||||
langs:
|
||||
- csharp
|
||||
@@ -37,12 +40,18 @@ items:
|
||||
- Terminal.Gui.Toplevel.Running
|
||||
- Terminal.Gui.View.Add(Terminal.Gui.View[])
|
||||
- Terminal.Gui.View.AddCh(System.Int32,System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
- Terminal.Gui.View.Bounds
|
||||
- Terminal.Gui.View.ChildNeedsDisplay
|
||||
- Terminal.Gui.View.Clear
|
||||
- Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.ClearNeedsDisplay
|
||||
- Terminal.Gui.View.ClipToBounds
|
||||
- Terminal.Gui.View.ColorScheme
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Boolean)
|
||||
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
- Terminal.Gui.View.DrawHotString(System.String,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
- Terminal.Gui.View.Driver
|
||||
@@ -61,9 +70,9 @@ items:
|
||||
- Terminal.Gui.View.PositionCursor
|
||||
- Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
|
||||
- Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
|
||||
- Terminal.Gui.View.Remove(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.RemoveAll
|
||||
- Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
|
||||
- Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
- Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
- Terminal.Gui.View.SetNeedsDisplay
|
||||
- Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
|
||||
@@ -71,6 +80,30 @@ items:
|
||||
- Terminal.Gui.View.SuperView
|
||||
- Terminal.Gui.View.ToString
|
||||
- Terminal.Gui.View.WantMousePositionReports
|
||||
- uid: Terminal.Gui.Window.#ctor(Terminal.Gui.Rect,NStack.ustring)
|
||||
id: '#ctor(Terminal.Gui.Rect,NStack.ustring)'
|
||||
parent: Terminal.Gui.Window
|
||||
langs:
|
||||
- csharp
|
||||
name: Window(Rect, ustring)
|
||||
nameWithType: Window.Window(Rect, ustring)
|
||||
fullName: Window.Window(Rect, ustring)
|
||||
type: Constructor
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Initializes a new instance of the <xref href="Terminal.Gui.Gui.Window"></xref> class with an optioanl title
|
||||
syntax:
|
||||
content: public Window (Terminal.Gui.Rect frame, NStack.ustring title = null);
|
||||
parameters:
|
||||
- id: frame
|
||||
type: Terminal.Gui.Rect
|
||||
description: Frame.
|
||||
- id: title
|
||||
type: NStack.ustring
|
||||
description: Title.
|
||||
overload: Terminal.Gui.Window.#ctor*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.Window.#ctor(Terminal.Gui.Rect,System.String)
|
||||
id: '#ctor(Terminal.Gui.Rect,System.String)'
|
||||
parent: Terminal.Gui.Window
|
||||
@@ -80,8 +113,7 @@ items:
|
||||
nameWithType: Window.Window(Rect, String)
|
||||
fullName: Window.Window(Rect, String)
|
||||
type: Constructor
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
assemblies: []
|
||||
namespace: Terminal.Gui
|
||||
summary: Initializes a new instance of the <xref href="Terminal.Window"></xref> class with an optioanl title
|
||||
syntax:
|
||||
@@ -95,6 +127,33 @@ items:
|
||||
description: Title.
|
||||
overload: Terminal.Gui.Window.#ctor*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.Window.#ctor(Terminal.Gui.Rect,NStack.ustring,System.Int32)
|
||||
id: '#ctor(Terminal.Gui.Rect,NStack.ustring,System.Int32)'
|
||||
parent: Terminal.Gui.Window
|
||||
langs:
|
||||
- csharp
|
||||
name: Window(Rect, ustring, Int32)
|
||||
nameWithType: Window.Window(Rect, ustring, Int32)
|
||||
fullName: Window.Window(Rect, ustring, Int32)
|
||||
type: Constructor
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: "Initializes a new instance of the <xref href=\"Terminal.Gui.Window\"></xref> with\n the specified frame for its location, with the specified border \n an optional title."
|
||||
syntax:
|
||||
content: public Window (Terminal.Gui.Rect frame, NStack.ustring title = null, int padding = 0);
|
||||
parameters:
|
||||
- id: frame
|
||||
type: Terminal.Gui.Rect
|
||||
description: Frame.
|
||||
- id: title
|
||||
type: NStack.ustring
|
||||
description: Title.
|
||||
- id: padding
|
||||
type: System.Int32
|
||||
description: Number of characters to use for padding of the drawn frame.
|
||||
overload: Terminal.Gui.Window.#ctor*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.Window.Add(Terminal.Gui.View)
|
||||
id: Add(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.Window
|
||||
@@ -157,6 +216,27 @@ items:
|
||||
description: To be added.
|
||||
overload: Terminal.Gui.Window.Redraw*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.Window.Remove(Terminal.Gui.View)
|
||||
id: Remove(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.Window
|
||||
langs:
|
||||
- csharp
|
||||
name: Remove(View)
|
||||
nameWithType: Window.Remove(View)
|
||||
fullName: Window.Remove(View)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Terminal.Gui
|
||||
namespace: Terminal.Gui
|
||||
summary: Removes a widget from this container.
|
||||
syntax:
|
||||
content: public virtual void Remove (Terminal.Gui.View view);
|
||||
parameters:
|
||||
- id: view
|
||||
type: Terminal.Gui.View
|
||||
description: To be added.
|
||||
overload: Terminal.Gui.Window.Remove*
|
||||
exceptions: []
|
||||
- uid: Terminal.Gui.Window.Title
|
||||
id: Title
|
||||
parent: Terminal.Gui.Window
|
||||
@@ -171,9 +251,9 @@ items:
|
||||
namespace: Terminal.Gui
|
||||
summary: The title to be displayed for this window.
|
||||
syntax:
|
||||
content: public string Title { get; set; }
|
||||
content: public NStack.ustring Title { get; set; }
|
||||
return:
|
||||
type: System.String
|
||||
type: NStack.ustring
|
||||
description: The title.
|
||||
overload: Terminal.Gui.Window.Title*
|
||||
exceptions: []
|
||||
@@ -184,24 +264,48 @@ references:
|
||||
name: Toplevel
|
||||
nameWithType: Toplevel
|
||||
fullName: Terminal.Gui.Toplevel
|
||||
- uid: Terminal.Gui.Window.#ctor(Terminal.Gui.Rect,System.String)
|
||||
- uid: Terminal.Gui.Window.#ctor(Terminal.Gui.Rect,NStack.ustring)
|
||||
parent: Terminal.Gui.Window
|
||||
isExternal: false
|
||||
name: Window(Rect, String)
|
||||
nameWithType: Window.Window(Rect, String)
|
||||
fullName: Window.Window(Rect, String)
|
||||
name: Window(Rect, ustring)
|
||||
nameWithType: Window.Window(Rect, ustring)
|
||||
fullName: Window.Window(Rect, ustring)
|
||||
- uid: Terminal.Gui.Rect
|
||||
parent: Terminal.Gui
|
||||
isExternal: false
|
||||
name: Rect
|
||||
nameWithType: Rect
|
||||
fullName: Terminal.Gui.Rect
|
||||
- uid: NStack.ustring
|
||||
parent: NStack
|
||||
isExternal: true
|
||||
name: ustring
|
||||
nameWithType: ustring
|
||||
fullName: NStack.ustring
|
||||
- uid: Terminal.Gui.Window.#ctor(Terminal.Gui.Rect,System.String)
|
||||
parent: Terminal.Gui.Window
|
||||
isExternal: false
|
||||
name: Window(Rect, String)
|
||||
nameWithType: Window.Window(Rect, String)
|
||||
fullName: Window.Window(Rect, String)
|
||||
- uid: System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: Terminal.Gui.Window.#ctor(Terminal.Gui.Rect,NStack.ustring,System.Int32)
|
||||
parent: Terminal.Gui.Window
|
||||
isExternal: false
|
||||
name: Window(Rect, ustring, Int32)
|
||||
nameWithType: Window.Window(Rect, ustring, Int32)
|
||||
fullName: Window.Window(Rect, ustring, Int32)
|
||||
- uid: System.Int32
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
- uid: Terminal.Gui.Window.Add(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.Window
|
||||
isExternal: false
|
||||
@@ -232,6 +336,12 @@ references:
|
||||
name: Redraw(Rect)
|
||||
nameWithType: Window.Redraw(Rect)
|
||||
fullName: Window.Redraw(Rect)
|
||||
- uid: Terminal.Gui.Window.Remove(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.Window
|
||||
isExternal: false
|
||||
name: Remove(View)
|
||||
nameWithType: Window.Remove(View)
|
||||
fullName: Window.Remove(View)
|
||||
- uid: Terminal.Gui.Window.Title
|
||||
parent: Terminal.Gui.Window
|
||||
isExternal: false
|
||||
@@ -262,6 +372,12 @@ references:
|
||||
name: Redraw
|
||||
nameWithType: Window.Redraw
|
||||
fullName: Window.Redraw
|
||||
- uid: Terminal.Gui.Window.Remove*
|
||||
parent: Terminal.Gui.Window
|
||||
isExternal: false
|
||||
name: Remove
|
||||
nameWithType: Window.Remove
|
||||
fullName: Window.Remove
|
||||
- uid: Terminal.Gui.Window.Title*
|
||||
parent: Terminal.Gui.Window
|
||||
isExternal: false
|
||||
@@ -316,6 +432,12 @@ references:
|
||||
name: AddCh(Int32, Int32, Int32)
|
||||
nameWithType: View.AddCh(Int32, Int32, Int32)
|
||||
fullName: View.AddCh(Int32, Int32, Int32)
|
||||
- uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: AddRune(Int32, Int32, Rune)
|
||||
nameWithType: View.AddRune(Int32, Int32, Rune)
|
||||
fullName: View.AddRune(Int32, Int32, Rune)
|
||||
- uid: Terminal.Gui.View.Bounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -334,12 +456,24 @@ references:
|
||||
name: Clear()
|
||||
nameWithType: View.Clear()
|
||||
fullName: View.Clear()
|
||||
- uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Clear(Rect)
|
||||
nameWithType: View.Clear(Rect)
|
||||
fullName: View.Clear(Rect)
|
||||
- uid: Terminal.Gui.View.ClearNeedsDisplay
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClearNeedsDisplay()
|
||||
nameWithType: View.ClearNeedsDisplay()
|
||||
fullName: View.ClearNeedsDisplay()
|
||||
- uid: Terminal.Gui.View.ClipToBounds
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: ClipToBounds()
|
||||
nameWithType: View.ClipToBounds()
|
||||
fullName: View.ClipToBounds()
|
||||
- uid: Terminal.Gui.View.ColorScheme
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -352,6 +486,24 @@ references:
|
||||
name: DrawFrame(Rect, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawFrame(Rect, Int32, Boolean)
|
||||
nameWithType: View.DrawFrame(Rect, Int32, Boolean)
|
||||
fullName: View.DrawFrame(Rect, Int32, Boolean)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Boolean, ColorScheme)
|
||||
nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
fullName: View.DrawHotString(ustring, Boolean, ColorScheme)
|
||||
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: DrawHotString(ustring, Attribute, Attribute)
|
||||
nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
fullName: View.DrawHotString(ustring, Attribute, Attribute)
|
||||
- uid: Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -442,12 +594,6 @@ references:
|
||||
name: PositionCursor()
|
||||
nameWithType: View.PositionCursor()
|
||||
fullName: View.PositionCursor()
|
||||
- uid: Terminal.Gui.View.Remove(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: Remove(View)
|
||||
nameWithType: View.Remove(View)
|
||||
fullName: View.Remove(View)
|
||||
- uid: Terminal.Gui.View.RemoveAll
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
@@ -460,6 +606,12 @@ references:
|
||||
name: ScreenToView(Int32, Int32)
|
||||
nameWithType: View.ScreenToView(Int32, Int32)
|
||||
fullName: View.ScreenToView(Int32, Int32)
|
||||
- uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
name: SetClip(Rect)
|
||||
nameWithType: View.SetClip(Rect)
|
||||
fullName: View.SetClip(Rect)
|
||||
- uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
||||
parent: Terminal.Gui.View
|
||||
isExternal: false
|
||||
|
||||
@@ -29,12 +29,18 @@
|
||||
name: ConsoleDriver
|
||||
- uid: Terminal.Gui.Dialog
|
||||
name: Dialog
|
||||
- uid: Terminal.Gui.FrameView
|
||||
name: FrameView
|
||||
- uid: Terminal.Gui.IListDataSource
|
||||
name: IListDataSource
|
||||
- uid: Terminal.Gui.Key
|
||||
name: Key
|
||||
- uid: Terminal.Gui.KeyEvent
|
||||
name: KeyEvent
|
||||
- uid: Terminal.Gui.Label
|
||||
name: Label
|
||||
- uid: Terminal.Gui.ListView
|
||||
name: ListView
|
||||
- uid: Terminal.Gui.MenuBar
|
||||
name: MenuBar
|
||||
- uid: Terminal.Gui.MenuBarItem
|
||||
@@ -55,6 +61,8 @@
|
||||
name: Rect
|
||||
- uid: Terminal.Gui.Responder
|
||||
name: Responder
|
||||
- uid: Terminal.Gui.ScrollBarView
|
||||
name: ScrollBarView
|
||||
- uid: Terminal.Gui.ScrollView
|
||||
name: ScrollView
|
||||
- uid: Terminal.Gui.Size
|
||||
|
||||
Reference in New Issue
Block a user