|
@@ -0,0 +1,2587 @@
|
|
|
+### YamlMime:ManagedReference
|
|
|
+items:
|
|
|
+- uid: Terminal.Gui.ComboBox
|
|
|
+ commentId: T:Terminal.Gui.ComboBox
|
|
|
+ id: ComboBox
|
|
|
+ parent: Terminal.Gui
|
|
|
+ children:
|
|
|
+ - Terminal.Gui.ComboBox.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Collections.Generic.IList{System.String})
|
|
|
+ - Terminal.Gui.ComboBox.Changed
|
|
|
+ - Terminal.Gui.ComboBox.OnEnter
|
|
|
+ - Terminal.Gui.ComboBox.ProcessKey(Terminal.Gui.KeyEvent)
|
|
|
+ - Terminal.Gui.ComboBox.Text
|
|
|
+ langs:
|
|
|
+ - csharp
|
|
|
+ - vb
|
|
|
+ name: ComboBox
|
|
|
+ nameWithType: ComboBox
|
|
|
+ fullName: Terminal.Gui.ComboBox
|
|
|
+ type: Class
|
|
|
+ source:
|
|
|
+ remote:
|
|
|
+ path: Terminal.Gui/Views/ComboBox.cs
|
|
|
+ branch: docs
|
|
|
+ repo: tig:tig/gui.cs.git
|
|
|
+ id: ComboBox
|
|
|
+ path: ../Terminal.Gui/Views/ComboBox.cs
|
|
|
+ startLine: 16
|
|
|
+ assemblies:
|
|
|
+ - Terminal.Gui
|
|
|
+ namespace: Terminal.Gui
|
|
|
+ summary: "\nComboBox control\n"
|
|
|
+ example: []
|
|
|
+ syntax:
|
|
|
+ content: 'public class ComboBox : View, IEnumerable'
|
|
|
+ content.vb: >-
|
|
|
+ Public Class ComboBox
|
|
|
+
|
|
|
+ Inherits View
|
|
|
+
|
|
|
+ Implements IEnumerable
|
|
|
+ inheritance:
|
|
|
+ - System.Object
|
|
|
+ - Terminal.Gui.Responder
|
|
|
+ - Terminal.Gui.View
|
|
|
+ implements:
|
|
|
+ - System.Collections.IEnumerable
|
|
|
+ inheritedMembers:
|
|
|
+ - Terminal.Gui.View.Enter
|
|
|
+ - Terminal.Gui.View.Leave
|
|
|
+ - Terminal.Gui.View.MouseEnter
|
|
|
+ - Terminal.Gui.View.MouseLeave
|
|
|
+ - Terminal.Gui.View.Driver
|
|
|
+ - Terminal.Gui.View.Subviews
|
|
|
+ - Terminal.Gui.View.Id
|
|
|
+ - Terminal.Gui.View.WantMousePositionReports
|
|
|
+ - Terminal.Gui.View.WantContinuousButtonPressed
|
|
|
+ - Terminal.Gui.View.Frame
|
|
|
+ - Terminal.Gui.View.GetEnumerator
|
|
|
+ - Terminal.Gui.View.LayoutStyle
|
|
|
+ - Terminal.Gui.View.Bounds
|
|
|
+ - Terminal.Gui.View.X
|
|
|
+ - Terminal.Gui.View.Y
|
|
|
+ - Terminal.Gui.View.Width
|
|
|
+ - Terminal.Gui.View.Height
|
|
|
+ - Terminal.Gui.View.SuperView
|
|
|
+ - Terminal.Gui.View.SetNeedsDisplay
|
|
|
+ - Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
|
|
|
+ - Terminal.Gui.View.ChildNeedsDisplay
|
|
|
+ - Terminal.Gui.View.Add(Terminal.Gui.View)
|
|
|
+ - Terminal.Gui.View.Add(Terminal.Gui.View[])
|
|
|
+ - Terminal.Gui.View.RemoveAll
|
|
|
+ - Terminal.Gui.View.Remove(Terminal.Gui.View)
|
|
|
+ - Terminal.Gui.View.BringSubviewToFront(Terminal.Gui.View)
|
|
|
+ - Terminal.Gui.View.SendSubviewToBack(Terminal.Gui.View)
|
|
|
+ - Terminal.Gui.View.SendSubviewBackwards(Terminal.Gui.View)
|
|
|
+ - Terminal.Gui.View.BringSubviewForward(Terminal.Gui.View)
|
|
|
+ - Terminal.Gui.View.Clear
|
|
|
+ - Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
|
|
+ - Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
|
|
|
+ - Terminal.Gui.View.ClipToBounds
|
|
|
+ - Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
|
|
+ - Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
|
|
+ - Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
|
|
+ - Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
|
|
+ - Terminal.Gui.View.Move(System.Int32,System.Int32)
|
|
|
+ - Terminal.Gui.View.PositionCursor
|
|
|
+ - Terminal.Gui.View.HasFocus
|
|
|
+ - Terminal.Gui.View.OnLeave
|
|
|
+ - Terminal.Gui.View.Focused
|
|
|
+ - Terminal.Gui.View.MostFocused
|
|
|
+ - Terminal.Gui.View.ColorScheme
|
|
|
+ - Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
|
|
+ - Terminal.Gui.View.ClearNeedsDisplay
|
|
|
+ - Terminal.Gui.View.Redraw(Terminal.Gui.Rect)
|
|
|
+ - Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
|
|
+ - Terminal.Gui.View.KeyPress
|
|
|
+ - Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
|
|
|
+ - Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
|
|
|
+ - Terminal.Gui.View.KeyDown
|
|
|
+ - Terminal.Gui.View.OnKeyDown(Terminal.Gui.KeyEvent)
|
|
|
+ - Terminal.Gui.View.KeyUp
|
|
|
+ - Terminal.Gui.View.OnKeyUp(Terminal.Gui.KeyEvent)
|
|
|
+ - Terminal.Gui.View.EnsureFocus
|
|
|
+ - Terminal.Gui.View.FocusFirst
|
|
|
+ - Terminal.Gui.View.FocusLast
|
|
|
+ - Terminal.Gui.View.FocusPrev
|
|
|
+ - Terminal.Gui.View.FocusNext
|
|
|
+ - Terminal.Gui.View.LayoutSubviews
|
|
|
+ - Terminal.Gui.View.ToString
|
|
|
+ - Terminal.Gui.View.OnMouseEnter(Terminal.Gui.MouseEvent)
|
|
|
+ - Terminal.Gui.View.OnMouseLeave(Terminal.Gui.MouseEvent)
|
|
|
+ - Terminal.Gui.Responder.CanFocus
|
|
|
+ - Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
|
|
|
+ - System.Object.Equals(System.Object)
|
|
|
+ - System.Object.Equals(System.Object,System.Object)
|
|
|
+ - System.Object.GetHashCode
|
|
|
+ - System.Object.GetType
|
|
|
+ - System.Object.MemberwiseClone
|
|
|
+ - System.Object.ReferenceEquals(System.Object,System.Object)
|
|
|
+ modifiers.csharp:
|
|
|
+ - public
|
|
|
+ - class
|
|
|
+ modifiers.vb:
|
|
|
+ - Public
|
|
|
+ - Class
|
|
|
+- uid: Terminal.Gui.ComboBox.Changed
|
|
|
+ commentId: E:Terminal.Gui.ComboBox.Changed
|
|
|
+ id: Changed
|
|
|
+ parent: Terminal.Gui.ComboBox
|
|
|
+ langs:
|
|
|
+ - csharp
|
|
|
+ - vb
|
|
|
+ name: Changed
|
|
|
+ nameWithType: ComboBox.Changed
|
|
|
+ fullName: Terminal.Gui.ComboBox.Changed
|
|
|
+ type: Event
|
|
|
+ source:
|
|
|
+ remote:
|
|
|
+ path: Terminal.Gui/Views/ComboBox.cs
|
|
|
+ branch: docs
|
|
|
+ repo: tig:tig/gui.cs.git
|
|
|
+ id: Changed
|
|
|
+ path: ../Terminal.Gui/Views/ComboBox.cs
|
|
|
+ startLine: 24
|
|
|
+ assemblies:
|
|
|
+ - Terminal.Gui
|
|
|
+ namespace: Terminal.Gui
|
|
|
+ summary: "\nChanged event, raised when the selection has been confirmed.\n"
|
|
|
+ remarks: "\nClient code can hook up to this event, it is\nraised when the selection has been confirmed.\n"
|
|
|
+ example: []
|
|
|
+ syntax:
|
|
|
+ content: public event EventHandler<ustring> Changed
|
|
|
+ return:
|
|
|
+ type: System.EventHandler{NStack.ustring}
|
|
|
+ content.vb: Public Event Changed As EventHandler(Of ustring)
|
|
|
+ modifiers.csharp:
|
|
|
+ - public
|
|
|
+ modifiers.vb:
|
|
|
+ - Public
|
|
|
+- uid: Terminal.Gui.ComboBox.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Collections.Generic.IList{System.String})
|
|
|
+ commentId: M:Terminal.Gui.ComboBox.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Collections.Generic.IList{System.String})
|
|
|
+ id: '#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Collections.Generic.IList{System.String})'
|
|
|
+ parent: Terminal.Gui.ComboBox
|
|
|
+ langs:
|
|
|
+ - csharp
|
|
|
+ - vb
|
|
|
+ name: ComboBox(Int32, Int32, Int32, Int32, IList<String>)
|
|
|
+ nameWithType: ComboBox.ComboBox(Int32, Int32, Int32, Int32, IList<String>)
|
|
|
+ fullName: Terminal.Gui.ComboBox.ComboBox(System.Int32, System.Int32, System.Int32, System.Int32, System.Collections.Generic.IList<System.String>)
|
|
|
+ type: Constructor
|
|
|
+ source:
|
|
|
+ remote:
|
|
|
+ path: Terminal.Gui/Views/ComboBox.cs
|
|
|
+ branch: docs
|
|
|
+ repo: tig:tig/gui.cs.git
|
|
|
+ id: .ctor
|
|
|
+ path: ../Terminal.Gui/Views/ComboBox.cs
|
|
|
+ startLine: 43
|
|
|
+ assemblies:
|
|
|
+ - Terminal.Gui
|
|
|
+ namespace: Terminal.Gui
|
|
|
+ summary: "\nPublic constructor\n"
|
|
|
+ example: []
|
|
|
+ syntax:
|
|
|
+ content: public ComboBox(int x, int y, int w, int h, IList<string> source)
|
|
|
+ parameters:
|
|
|
+ - id: x
|
|
|
+ type: System.Int32
|
|
|
+ description: The x coordinate
|
|
|
+ - id: y
|
|
|
+ type: System.Int32
|
|
|
+ description: The y coordinate
|
|
|
+ - id: w
|
|
|
+ type: System.Int32
|
|
|
+ description: The width
|
|
|
+ - id: h
|
|
|
+ type: System.Int32
|
|
|
+ description: The height
|
|
|
+ - id: source
|
|
|
+ type: System.Collections.Generic.IList{System.String}
|
|
|
+ description: Auto completetion source
|
|
|
+ content.vb: Public Sub New(x As Integer, y As Integer, w As Integer, h As Integer, source As IList(Of String))
|
|
|
+ overload: Terminal.Gui.ComboBox.#ctor*
|
|
|
+ nameWithType.vb: ComboBox.ComboBox(Int32, Int32, Int32, Int32, IList(Of String))
|
|
|
+ modifiers.csharp:
|
|
|
+ - public
|
|
|
+ modifiers.vb:
|
|
|
+ - Public
|
|
|
+ fullName.vb: Terminal.Gui.ComboBox.ComboBox(System.Int32, System.Int32, System.Int32, System.Int32, System.Collections.Generic.IList(Of System.String))
|
|
|
+ name.vb: ComboBox(Int32, Int32, Int32, Int32, IList(Of String))
|
|
|
+- uid: Terminal.Gui.ComboBox.OnEnter
|
|
|
+ commentId: M:Terminal.Gui.ComboBox.OnEnter
|
|
|
+ id: OnEnter
|
|
|
+ parent: Terminal.Gui.ComboBox
|
|
|
+ langs:
|
|
|
+ - csharp
|
|
|
+ - vb
|
|
|
+ name: OnEnter()
|
|
|
+ nameWithType: ComboBox.OnEnter()
|
|
|
+ fullName: Terminal.Gui.ComboBox.OnEnter()
|
|
|
+ type: Method
|
|
|
+ source:
|
|
|
+ remote:
|
|
|
+ path: Terminal.Gui/Views/ComboBox.cs
|
|
|
+ branch: docs
|
|
|
+ repo: tig:tig/gui.cs.git
|
|
|
+ id: OnEnter
|
|
|
+ path: ../Terminal.Gui/Views/ComboBox.cs
|
|
|
+ startLine: 89
|
|
|
+ assemblies:
|
|
|
+ - Terminal.Gui
|
|
|
+ namespace: Terminal.Gui
|
|
|
+ example: []
|
|
|
+ syntax:
|
|
|
+ content: public override bool OnEnter()
|
|
|
+ return:
|
|
|
+ type: System.Boolean
|
|
|
+ content.vb: Public Overrides Function OnEnter As Boolean
|
|
|
+ overridden: Terminal.Gui.View.OnEnter
|
|
|
+ overload: Terminal.Gui.ComboBox.OnEnter*
|
|
|
+ modifiers.csharp:
|
|
|
+ - public
|
|
|
+ - override
|
|
|
+ modifiers.vb:
|
|
|
+ - Public
|
|
|
+ - Overrides
|
|
|
+- uid: Terminal.Gui.ComboBox.ProcessKey(Terminal.Gui.KeyEvent)
|
|
|
+ commentId: M:Terminal.Gui.ComboBox.ProcessKey(Terminal.Gui.KeyEvent)
|
|
|
+ id: ProcessKey(Terminal.Gui.KeyEvent)
|
|
|
+ parent: Terminal.Gui.ComboBox
|
|
|
+ langs:
|
|
|
+ - csharp
|
|
|
+ - vb
|
|
|
+ name: ProcessKey(KeyEvent)
|
|
|
+ nameWithType: ComboBox.ProcessKey(KeyEvent)
|
|
|
+ fullName: Terminal.Gui.ComboBox.ProcessKey(Terminal.Gui.KeyEvent)
|
|
|
+ type: Method
|
|
|
+ source:
|
|
|
+ remote:
|
|
|
+ path: Terminal.Gui/Views/ComboBox.cs
|
|
|
+ branch: docs
|
|
|
+ repo: tig:tig/gui.cs.git
|
|
|
+ id: ProcessKey
|
|
|
+ path: ../Terminal.Gui/Views/ComboBox.cs
|
|
|
+ startLine: 100
|
|
|
+ assemblies:
|
|
|
+ - Terminal.Gui
|
|
|
+ namespace: Terminal.Gui
|
|
|
+ example: []
|
|
|
+ syntax:
|
|
|
+ content: public override bool ProcessKey(KeyEvent e)
|
|
|
+ parameters:
|
|
|
+ - id: e
|
|
|
+ type: Terminal.Gui.KeyEvent
|
|
|
+ return:
|
|
|
+ type: System.Boolean
|
|
|
+ content.vb: Public Overrides Function ProcessKey(e As KeyEvent) As Boolean
|
|
|
+ overridden: Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
|
|
|
+ overload: Terminal.Gui.ComboBox.ProcessKey*
|
|
|
+ modifiers.csharp:
|
|
|
+ - public
|
|
|
+ - override
|
|
|
+ modifiers.vb:
|
|
|
+ - Public
|
|
|
+ - Overrides
|
|
|
+- uid: Terminal.Gui.ComboBox.Text
|
|
|
+ commentId: P:Terminal.Gui.ComboBox.Text
|
|
|
+ id: Text
|
|
|
+ parent: Terminal.Gui.ComboBox
|
|
|
+ langs:
|
|
|
+ - csharp
|
|
|
+ - vb
|
|
|
+ name: Text
|
|
|
+ nameWithType: ComboBox.Text
|
|
|
+ fullName: Terminal.Gui.ComboBox.Text
|
|
|
+ type: Property
|
|
|
+ source:
|
|
|
+ remote:
|
|
|
+ path: Terminal.Gui/Views/ComboBox.cs
|
|
|
+ branch: docs
|
|
|
+ repo: tig:tig/gui.cs.git
|
|
|
+ id: Text
|
|
|
+ path: ../Terminal.Gui/Views/ComboBox.cs
|
|
|
+ startLine: 160
|
|
|
+ assemblies:
|
|
|
+ - Terminal.Gui
|
|
|
+ namespace: Terminal.Gui
|
|
|
+ summary: "\nThe currenlty selected list item\n"
|
|
|
+ example: []
|
|
|
+ syntax:
|
|
|
+ content: public ustring Text { get; set; }
|
|
|
+ parameters: []
|
|
|
+ return:
|
|
|
+ type: NStack.ustring
|
|
|
+ content.vb: Public Property Text As ustring
|
|
|
+ overload: Terminal.Gui.ComboBox.Text*
|
|
|
+ modifiers.csharp:
|
|
|
+ - public
|
|
|
+ - get
|
|
|
+ - set
|
|
|
+ modifiers.vb:
|
|
|
+ - Public
|
|
|
+references:
|
|
|
+- uid: Terminal.Gui
|
|
|
+ commentId: N:Terminal.Gui
|
|
|
+ name: Terminal.Gui
|
|
|
+ nameWithType: Terminal.Gui
|
|
|
+ fullName: Terminal.Gui
|
|
|
+- uid: System.Object
|
|
|
+ commentId: T:System.Object
|
|
|
+ parent: System
|
|
|
+ isExternal: true
|
|
|
+ name: Object
|
|
|
+ nameWithType: Object
|
|
|
+ fullName: System.Object
|
|
|
+- uid: Terminal.Gui.Responder
|
|
|
+ commentId: T:Terminal.Gui.Responder
|
|
|
+ parent: Terminal.Gui
|
|
|
+ name: Responder
|
|
|
+ nameWithType: Responder
|
|
|
+ fullName: Terminal.Gui.Responder
|
|
|
+- uid: Terminal.Gui.View
|
|
|
+ commentId: T:Terminal.Gui.View
|
|
|
+ parent: Terminal.Gui
|
|
|
+ name: View
|
|
|
+ nameWithType: View
|
|
|
+ fullName: Terminal.Gui.View
|
|
|
+- uid: System.Collections.IEnumerable
|
|
|
+ commentId: T:System.Collections.IEnumerable
|
|
|
+ parent: System.Collections
|
|
|
+ isExternal: true
|
|
|
+ name: IEnumerable
|
|
|
+ nameWithType: IEnumerable
|
|
|
+ fullName: System.Collections.IEnumerable
|
|
|
+- uid: Terminal.Gui.View.Enter
|
|
|
+ commentId: E:Terminal.Gui.View.Enter
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: Enter
|
|
|
+ nameWithType: View.Enter
|
|
|
+ fullName: Terminal.Gui.View.Enter
|
|
|
+- uid: Terminal.Gui.View.Leave
|
|
|
+ commentId: E:Terminal.Gui.View.Leave
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: Leave
|
|
|
+ nameWithType: View.Leave
|
|
|
+ fullName: Terminal.Gui.View.Leave
|
|
|
+- uid: Terminal.Gui.View.MouseEnter
|
|
|
+ commentId: E:Terminal.Gui.View.MouseEnter
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: MouseEnter
|
|
|
+ nameWithType: View.MouseEnter
|
|
|
+ fullName: Terminal.Gui.View.MouseEnter
|
|
|
+- uid: Terminal.Gui.View.MouseLeave
|
|
|
+ commentId: E:Terminal.Gui.View.MouseLeave
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: MouseLeave
|
|
|
+ nameWithType: View.MouseLeave
|
|
|
+ fullName: Terminal.Gui.View.MouseLeave
|
|
|
+- uid: Terminal.Gui.View.Driver
|
|
|
+ commentId: P:Terminal.Gui.View.Driver
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: Driver
|
|
|
+ nameWithType: View.Driver
|
|
|
+ fullName: Terminal.Gui.View.Driver
|
|
|
+- uid: Terminal.Gui.View.Subviews
|
|
|
+ commentId: P:Terminal.Gui.View.Subviews
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: Subviews
|
|
|
+ nameWithType: View.Subviews
|
|
|
+ fullName: Terminal.Gui.View.Subviews
|
|
|
+- uid: Terminal.Gui.View.Id
|
|
|
+ commentId: P:Terminal.Gui.View.Id
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: Id
|
|
|
+ nameWithType: View.Id
|
|
|
+ fullName: Terminal.Gui.View.Id
|
|
|
+- uid: Terminal.Gui.View.WantMousePositionReports
|
|
|
+ commentId: P:Terminal.Gui.View.WantMousePositionReports
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: WantMousePositionReports
|
|
|
+ nameWithType: View.WantMousePositionReports
|
|
|
+ fullName: Terminal.Gui.View.WantMousePositionReports
|
|
|
+- uid: Terminal.Gui.View.WantContinuousButtonPressed
|
|
|
+ commentId: P:Terminal.Gui.View.WantContinuousButtonPressed
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: WantContinuousButtonPressed
|
|
|
+ nameWithType: View.WantContinuousButtonPressed
|
|
|
+ fullName: Terminal.Gui.View.WantContinuousButtonPressed
|
|
|
+- uid: Terminal.Gui.View.Frame
|
|
|
+ commentId: P:Terminal.Gui.View.Frame
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: Frame
|
|
|
+ nameWithType: View.Frame
|
|
|
+ fullName: Terminal.Gui.View.Frame
|
|
|
+- uid: Terminal.Gui.View.GetEnumerator
|
|
|
+ commentId: M:Terminal.Gui.View.GetEnumerator
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: GetEnumerator()
|
|
|
+ nameWithType: View.GetEnumerator()
|
|
|
+ fullName: Terminal.Gui.View.GetEnumerator()
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.GetEnumerator
|
|
|
+ name: GetEnumerator
|
|
|
+ nameWithType: View.GetEnumerator
|
|
|
+ fullName: Terminal.Gui.View.GetEnumerator
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.GetEnumerator
|
|
|
+ name: GetEnumerator
|
|
|
+ nameWithType: View.GetEnumerator
|
|
|
+ fullName: Terminal.Gui.View.GetEnumerator
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.LayoutStyle
|
|
|
+ commentId: P:Terminal.Gui.View.LayoutStyle
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: LayoutStyle
|
|
|
+ nameWithType: View.LayoutStyle
|
|
|
+ fullName: Terminal.Gui.View.LayoutStyle
|
|
|
+- uid: Terminal.Gui.View.Bounds
|
|
|
+ commentId: P:Terminal.Gui.View.Bounds
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: Bounds
|
|
|
+ nameWithType: View.Bounds
|
|
|
+ fullName: Terminal.Gui.View.Bounds
|
|
|
+- uid: Terminal.Gui.View.X
|
|
|
+ commentId: P:Terminal.Gui.View.X
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: X
|
|
|
+ nameWithType: View.X
|
|
|
+ fullName: Terminal.Gui.View.X
|
|
|
+- uid: Terminal.Gui.View.Y
|
|
|
+ commentId: P:Terminal.Gui.View.Y
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: Y
|
|
|
+ nameWithType: View.Y
|
|
|
+ fullName: Terminal.Gui.View.Y
|
|
|
+- uid: Terminal.Gui.View.Width
|
|
|
+ commentId: P:Terminal.Gui.View.Width
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: Width
|
|
|
+ nameWithType: View.Width
|
|
|
+ fullName: Terminal.Gui.View.Width
|
|
|
+- uid: Terminal.Gui.View.Height
|
|
|
+ commentId: P:Terminal.Gui.View.Height
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: Height
|
|
|
+ nameWithType: View.Height
|
|
|
+ fullName: Terminal.Gui.View.Height
|
|
|
+- uid: Terminal.Gui.View.SuperView
|
|
|
+ commentId: P:Terminal.Gui.View.SuperView
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: SuperView
|
|
|
+ nameWithType: View.SuperView
|
|
|
+ fullName: Terminal.Gui.View.SuperView
|
|
|
+- uid: Terminal.Gui.View.SetNeedsDisplay
|
|
|
+ commentId: M:Terminal.Gui.View.SetNeedsDisplay
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: SetNeedsDisplay()
|
|
|
+ nameWithType: View.SetNeedsDisplay()
|
|
|
+ fullName: Terminal.Gui.View.SetNeedsDisplay()
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.SetNeedsDisplay
|
|
|
+ name: SetNeedsDisplay
|
|
|
+ nameWithType: View.SetNeedsDisplay
|
|
|
+ fullName: Terminal.Gui.View.SetNeedsDisplay
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.SetNeedsDisplay
|
|
|
+ name: SetNeedsDisplay
|
|
|
+ nameWithType: View.SetNeedsDisplay
|
|
|
+ fullName: Terminal.Gui.View.SetNeedsDisplay
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
|
|
|
+ commentId: M:Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: SetNeedsDisplay(Rect)
|
|
|
+ nameWithType: View.SetNeedsDisplay(Rect)
|
|
|
+ fullName: Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
|
|
|
+ name: SetNeedsDisplay
|
|
|
+ nameWithType: View.SetNeedsDisplay
|
|
|
+ fullName: Terminal.Gui.View.SetNeedsDisplay
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.Rect
|
|
|
+ name: Rect
|
|
|
+ nameWithType: Rect
|
|
|
+ fullName: Terminal.Gui.Rect
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
|
|
|
+ name: SetNeedsDisplay
|
|
|
+ nameWithType: View.SetNeedsDisplay
|
|
|
+ fullName: Terminal.Gui.View.SetNeedsDisplay
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.Rect
|
|
|
+ name: Rect
|
|
|
+ nameWithType: Rect
|
|
|
+ fullName: Terminal.Gui.Rect
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.ChildNeedsDisplay
|
|
|
+ commentId: M:Terminal.Gui.View.ChildNeedsDisplay
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: ChildNeedsDisplay()
|
|
|
+ nameWithType: View.ChildNeedsDisplay()
|
|
|
+ fullName: Terminal.Gui.View.ChildNeedsDisplay()
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.ChildNeedsDisplay
|
|
|
+ name: ChildNeedsDisplay
|
|
|
+ nameWithType: View.ChildNeedsDisplay
|
|
|
+ fullName: Terminal.Gui.View.ChildNeedsDisplay
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.ChildNeedsDisplay
|
|
|
+ name: ChildNeedsDisplay
|
|
|
+ nameWithType: View.ChildNeedsDisplay
|
|
|
+ fullName: Terminal.Gui.View.ChildNeedsDisplay
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.Add(Terminal.Gui.View)
|
|
|
+ commentId: M:Terminal.Gui.View.Add(Terminal.Gui.View)
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: Add(View)
|
|
|
+ nameWithType: View.Add(View)
|
|
|
+ fullName: Terminal.Gui.View.Add(Terminal.Gui.View)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.Add(Terminal.Gui.View)
|
|
|
+ name: Add
|
|
|
+ nameWithType: View.Add
|
|
|
+ fullName: Terminal.Gui.View.Add
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.View
|
|
|
+ name: View
|
|
|
+ nameWithType: View
|
|
|
+ fullName: Terminal.Gui.View
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.Add(Terminal.Gui.View)
|
|
|
+ name: Add
|
|
|
+ nameWithType: View.Add
|
|
|
+ fullName: Terminal.Gui.View.Add
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.View
|
|
|
+ name: View
|
|
|
+ nameWithType: View
|
|
|
+ fullName: Terminal.Gui.View
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.Add(Terminal.Gui.View[])
|
|
|
+ commentId: M:Terminal.Gui.View.Add(Terminal.Gui.View[])
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: Add(View[])
|
|
|
+ nameWithType: View.Add(View[])
|
|
|
+ fullName: Terminal.Gui.View.Add(Terminal.Gui.View[])
|
|
|
+ nameWithType.vb: View.Add(View())
|
|
|
+ fullName.vb: Terminal.Gui.View.Add(Terminal.Gui.View())
|
|
|
+ name.vb: Add(View())
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.Add(Terminal.Gui.View[])
|
|
|
+ name: Add
|
|
|
+ nameWithType: View.Add
|
|
|
+ fullName: Terminal.Gui.View.Add
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.View
|
|
|
+ name: View
|
|
|
+ nameWithType: View
|
|
|
+ fullName: Terminal.Gui.View
|
|
|
+ - name: '[]'
|
|
|
+ nameWithType: '[]'
|
|
|
+ fullName: '[]'
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.Add(Terminal.Gui.View[])
|
|
|
+ name: Add
|
|
|
+ nameWithType: View.Add
|
|
|
+ fullName: Terminal.Gui.View.Add
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.View
|
|
|
+ name: View
|
|
|
+ nameWithType: View
|
|
|
+ fullName: Terminal.Gui.View
|
|
|
+ - name: ()
|
|
|
+ nameWithType: ()
|
|
|
+ fullName: ()
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.RemoveAll
|
|
|
+ commentId: M:Terminal.Gui.View.RemoveAll
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: RemoveAll()
|
|
|
+ nameWithType: View.RemoveAll()
|
|
|
+ fullName: Terminal.Gui.View.RemoveAll()
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.RemoveAll
|
|
|
+ name: RemoveAll
|
|
|
+ nameWithType: View.RemoveAll
|
|
|
+ fullName: Terminal.Gui.View.RemoveAll
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.RemoveAll
|
|
|
+ name: RemoveAll
|
|
|
+ nameWithType: View.RemoveAll
|
|
|
+ fullName: Terminal.Gui.View.RemoveAll
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.Remove(Terminal.Gui.View)
|
|
|
+ commentId: M:Terminal.Gui.View.Remove(Terminal.Gui.View)
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: Remove(View)
|
|
|
+ nameWithType: View.Remove(View)
|
|
|
+ fullName: Terminal.Gui.View.Remove(Terminal.Gui.View)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.Remove(Terminal.Gui.View)
|
|
|
+ name: Remove
|
|
|
+ nameWithType: View.Remove
|
|
|
+ fullName: Terminal.Gui.View.Remove
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.View
|
|
|
+ name: View
|
|
|
+ nameWithType: View
|
|
|
+ fullName: Terminal.Gui.View
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.Remove(Terminal.Gui.View)
|
|
|
+ name: Remove
|
|
|
+ nameWithType: View.Remove
|
|
|
+ fullName: Terminal.Gui.View.Remove
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.View
|
|
|
+ name: View
|
|
|
+ nameWithType: View
|
|
|
+ fullName: Terminal.Gui.View
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.BringSubviewToFront(Terminal.Gui.View)
|
|
|
+ commentId: M:Terminal.Gui.View.BringSubviewToFront(Terminal.Gui.View)
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: BringSubviewToFront(View)
|
|
|
+ nameWithType: View.BringSubviewToFront(View)
|
|
|
+ fullName: Terminal.Gui.View.BringSubviewToFront(Terminal.Gui.View)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.BringSubviewToFront(Terminal.Gui.View)
|
|
|
+ name: BringSubviewToFront
|
|
|
+ nameWithType: View.BringSubviewToFront
|
|
|
+ fullName: Terminal.Gui.View.BringSubviewToFront
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.View
|
|
|
+ name: View
|
|
|
+ nameWithType: View
|
|
|
+ fullName: Terminal.Gui.View
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.BringSubviewToFront(Terminal.Gui.View)
|
|
|
+ name: BringSubviewToFront
|
|
|
+ nameWithType: View.BringSubviewToFront
|
|
|
+ fullName: Terminal.Gui.View.BringSubviewToFront
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.View
|
|
|
+ name: View
|
|
|
+ nameWithType: View
|
|
|
+ fullName: Terminal.Gui.View
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.SendSubviewToBack(Terminal.Gui.View)
|
|
|
+ commentId: M:Terminal.Gui.View.SendSubviewToBack(Terminal.Gui.View)
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: SendSubviewToBack(View)
|
|
|
+ nameWithType: View.SendSubviewToBack(View)
|
|
|
+ fullName: Terminal.Gui.View.SendSubviewToBack(Terminal.Gui.View)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.SendSubviewToBack(Terminal.Gui.View)
|
|
|
+ name: SendSubviewToBack
|
|
|
+ nameWithType: View.SendSubviewToBack
|
|
|
+ fullName: Terminal.Gui.View.SendSubviewToBack
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.View
|
|
|
+ name: View
|
|
|
+ nameWithType: View
|
|
|
+ fullName: Terminal.Gui.View
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.SendSubviewToBack(Terminal.Gui.View)
|
|
|
+ name: SendSubviewToBack
|
|
|
+ nameWithType: View.SendSubviewToBack
|
|
|
+ fullName: Terminal.Gui.View.SendSubviewToBack
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.View
|
|
|
+ name: View
|
|
|
+ nameWithType: View
|
|
|
+ fullName: Terminal.Gui.View
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.SendSubviewBackwards(Terminal.Gui.View)
|
|
|
+ commentId: M:Terminal.Gui.View.SendSubviewBackwards(Terminal.Gui.View)
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: SendSubviewBackwards(View)
|
|
|
+ nameWithType: View.SendSubviewBackwards(View)
|
|
|
+ fullName: Terminal.Gui.View.SendSubviewBackwards(Terminal.Gui.View)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.SendSubviewBackwards(Terminal.Gui.View)
|
|
|
+ name: SendSubviewBackwards
|
|
|
+ nameWithType: View.SendSubviewBackwards
|
|
|
+ fullName: Terminal.Gui.View.SendSubviewBackwards
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.View
|
|
|
+ name: View
|
|
|
+ nameWithType: View
|
|
|
+ fullName: Terminal.Gui.View
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.SendSubviewBackwards(Terminal.Gui.View)
|
|
|
+ name: SendSubviewBackwards
|
|
|
+ nameWithType: View.SendSubviewBackwards
|
|
|
+ fullName: Terminal.Gui.View.SendSubviewBackwards
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.View
|
|
|
+ name: View
|
|
|
+ nameWithType: View
|
|
|
+ fullName: Terminal.Gui.View
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.BringSubviewForward(Terminal.Gui.View)
|
|
|
+ commentId: M:Terminal.Gui.View.BringSubviewForward(Terminal.Gui.View)
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: BringSubviewForward(View)
|
|
|
+ nameWithType: View.BringSubviewForward(View)
|
|
|
+ fullName: Terminal.Gui.View.BringSubviewForward(Terminal.Gui.View)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.BringSubviewForward(Terminal.Gui.View)
|
|
|
+ name: BringSubviewForward
|
|
|
+ nameWithType: View.BringSubviewForward
|
|
|
+ fullName: Terminal.Gui.View.BringSubviewForward
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.View
|
|
|
+ name: View
|
|
|
+ nameWithType: View
|
|
|
+ fullName: Terminal.Gui.View
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.BringSubviewForward(Terminal.Gui.View)
|
|
|
+ name: BringSubviewForward
|
|
|
+ nameWithType: View.BringSubviewForward
|
|
|
+ fullName: Terminal.Gui.View.BringSubviewForward
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.View
|
|
|
+ name: View
|
|
|
+ nameWithType: View
|
|
|
+ fullName: Terminal.Gui.View
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.Clear
|
|
|
+ commentId: M:Terminal.Gui.View.Clear
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: Clear()
|
|
|
+ nameWithType: View.Clear()
|
|
|
+ fullName: Terminal.Gui.View.Clear()
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.Clear
|
|
|
+ name: Clear
|
|
|
+ nameWithType: View.Clear
|
|
|
+ fullName: Terminal.Gui.View.Clear
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.Clear
|
|
|
+ name: Clear
|
|
|
+ nameWithType: View.Clear
|
|
|
+ fullName: Terminal.Gui.View.Clear
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
|
|
+ commentId: M:Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: Clear(Rect)
|
|
|
+ nameWithType: View.Clear(Rect)
|
|
|
+ fullName: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
|
|
+ name: Clear
|
|
|
+ nameWithType: View.Clear
|
|
|
+ fullName: Terminal.Gui.View.Clear
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.Rect
|
|
|
+ name: Rect
|
|
|
+ nameWithType: Rect
|
|
|
+ fullName: Terminal.Gui.Rect
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
|
|
|
+ name: Clear
|
|
|
+ nameWithType: View.Clear
|
|
|
+ fullName: Terminal.Gui.View.Clear
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.Rect
|
|
|
+ name: Rect
|
|
|
+ nameWithType: Rect
|
|
|
+ fullName: Terminal.Gui.Rect
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
|
|
|
+ commentId: M:Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ isExternal: true
|
|
|
+ name: ScreenToView(Int32, Int32)
|
|
|
+ nameWithType: View.ScreenToView(Int32, Int32)
|
|
|
+ fullName: Terminal.Gui.View.ScreenToView(System.Int32, System.Int32)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
|
|
|
+ name: ScreenToView
|
|
|
+ nameWithType: View.ScreenToView
|
|
|
+ fullName: Terminal.Gui.View.ScreenToView
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: System.Int32
|
|
|
+ name: Int32
|
|
|
+ nameWithType: Int32
|
|
|
+ fullName: System.Int32
|
|
|
+ isExternal: true
|
|
|
+ - name: ', '
|
|
|
+ nameWithType: ', '
|
|
|
+ fullName: ', '
|
|
|
+ - uid: System.Int32
|
|
|
+ name: Int32
|
|
|
+ nameWithType: Int32
|
|
|
+ fullName: System.Int32
|
|
|
+ isExternal: true
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
|
|
|
+ name: ScreenToView
|
|
|
+ nameWithType: View.ScreenToView
|
|
|
+ fullName: Terminal.Gui.View.ScreenToView
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: System.Int32
|
|
|
+ name: Int32
|
|
|
+ nameWithType: Int32
|
|
|
+ fullName: System.Int32
|
|
|
+ isExternal: true
|
|
|
+ - name: ', '
|
|
|
+ nameWithType: ', '
|
|
|
+ fullName: ', '
|
|
|
+ - uid: System.Int32
|
|
|
+ name: Int32
|
|
|
+ nameWithType: Int32
|
|
|
+ fullName: System.Int32
|
|
|
+ isExternal: true
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.ClipToBounds
|
|
|
+ commentId: M:Terminal.Gui.View.ClipToBounds
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: ClipToBounds()
|
|
|
+ nameWithType: View.ClipToBounds()
|
|
|
+ fullName: Terminal.Gui.View.ClipToBounds()
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.ClipToBounds
|
|
|
+ name: ClipToBounds
|
|
|
+ nameWithType: View.ClipToBounds
|
|
|
+ fullName: Terminal.Gui.View.ClipToBounds
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.ClipToBounds
|
|
|
+ name: ClipToBounds
|
|
|
+ nameWithType: View.ClipToBounds
|
|
|
+ fullName: Terminal.Gui.View.ClipToBounds
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
|
|
+ commentId: M:Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: SetClip(Rect)
|
|
|
+ nameWithType: View.SetClip(Rect)
|
|
|
+ fullName: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
|
|
+ name: SetClip
|
|
|
+ nameWithType: View.SetClip
|
|
|
+ fullName: Terminal.Gui.View.SetClip
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.Rect
|
|
|
+ name: Rect
|
|
|
+ nameWithType: Rect
|
|
|
+ fullName: Terminal.Gui.Rect
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
|
|
|
+ name: SetClip
|
|
|
+ nameWithType: View.SetClip
|
|
|
+ fullName: Terminal.Gui.View.SetClip
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.Rect
|
|
|
+ name: Rect
|
|
|
+ nameWithType: Rect
|
|
|
+ fullName: Terminal.Gui.Rect
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
|
|
+ commentId: M:Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ isExternal: true
|
|
|
+ name: DrawFrame(Rect, Int32, Boolean)
|
|
|
+ nameWithType: View.DrawFrame(Rect, Int32, Boolean)
|
|
|
+ fullName: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect, System.Int32, System.Boolean)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
|
|
+ name: DrawFrame
|
|
|
+ nameWithType: View.DrawFrame
|
|
|
+ fullName: Terminal.Gui.View.DrawFrame
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.Rect
|
|
|
+ name: Rect
|
|
|
+ nameWithType: Rect
|
|
|
+ fullName: Terminal.Gui.Rect
|
|
|
+ - name: ', '
|
|
|
+ nameWithType: ', '
|
|
|
+ fullName: ', '
|
|
|
+ - uid: System.Int32
|
|
|
+ name: Int32
|
|
|
+ nameWithType: Int32
|
|
|
+ fullName: System.Int32
|
|
|
+ isExternal: true
|
|
|
+ - name: ', '
|
|
|
+ nameWithType: ', '
|
|
|
+ fullName: ', '
|
|
|
+ - uid: System.Boolean
|
|
|
+ name: Boolean
|
|
|
+ nameWithType: Boolean
|
|
|
+ fullName: System.Boolean
|
|
|
+ isExternal: true
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
|
|
|
+ name: DrawFrame
|
|
|
+ nameWithType: View.DrawFrame
|
|
|
+ fullName: Terminal.Gui.View.DrawFrame
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.Rect
|
|
|
+ name: Rect
|
|
|
+ nameWithType: Rect
|
|
|
+ fullName: Terminal.Gui.Rect
|
|
|
+ - name: ', '
|
|
|
+ nameWithType: ', '
|
|
|
+ fullName: ', '
|
|
|
+ - uid: System.Int32
|
|
|
+ name: Int32
|
|
|
+ nameWithType: Int32
|
|
|
+ fullName: System.Int32
|
|
|
+ isExternal: true
|
|
|
+ - name: ', '
|
|
|
+ nameWithType: ', '
|
|
|
+ fullName: ', '
|
|
|
+ - uid: System.Boolean
|
|
|
+ name: Boolean
|
|
|
+ nameWithType: Boolean
|
|
|
+ fullName: System.Boolean
|
|
|
+ isExternal: true
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
|
|
+ commentId: M:Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ isExternal: true
|
|
|
+ name: DrawHotString(ustring, Attribute, Attribute)
|
|
|
+ nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
|
|
|
+ fullName: Terminal.Gui.View.DrawHotString(NStack.ustring, Terminal.Gui.Attribute, Terminal.Gui.Attribute)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
|
|
+ name: DrawHotString
|
|
|
+ nameWithType: View.DrawHotString
|
|
|
+ fullName: Terminal.Gui.View.DrawHotString
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: NStack.ustring
|
|
|
+ name: ustring
|
|
|
+ nameWithType: ustring
|
|
|
+ fullName: NStack.ustring
|
|
|
+ isExternal: true
|
|
|
+ - name: ', '
|
|
|
+ nameWithType: ', '
|
|
|
+ fullName: ', '
|
|
|
+ - uid: Terminal.Gui.Attribute
|
|
|
+ name: Attribute
|
|
|
+ nameWithType: Attribute
|
|
|
+ fullName: Terminal.Gui.Attribute
|
|
|
+ - name: ', '
|
|
|
+ nameWithType: ', '
|
|
|
+ fullName: ', '
|
|
|
+ - uid: Terminal.Gui.Attribute
|
|
|
+ name: Attribute
|
|
|
+ nameWithType: Attribute
|
|
|
+ fullName: Terminal.Gui.Attribute
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
|
|
|
+ name: DrawHotString
|
|
|
+ nameWithType: View.DrawHotString
|
|
|
+ fullName: Terminal.Gui.View.DrawHotString
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: NStack.ustring
|
|
|
+ name: ustring
|
|
|
+ nameWithType: ustring
|
|
|
+ fullName: NStack.ustring
|
|
|
+ isExternal: true
|
|
|
+ - name: ', '
|
|
|
+ nameWithType: ', '
|
|
|
+ fullName: ', '
|
|
|
+ - uid: Terminal.Gui.Attribute
|
|
|
+ name: Attribute
|
|
|
+ nameWithType: Attribute
|
|
|
+ fullName: Terminal.Gui.Attribute
|
|
|
+ - name: ', '
|
|
|
+ nameWithType: ', '
|
|
|
+ fullName: ', '
|
|
|
+ - uid: Terminal.Gui.Attribute
|
|
|
+ name: Attribute
|
|
|
+ nameWithType: Attribute
|
|
|
+ fullName: Terminal.Gui.Attribute
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
|
|
+ commentId: M:Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ isExternal: true
|
|
|
+ name: DrawHotString(ustring, Boolean, ColorScheme)
|
|
|
+ nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
|
|
|
+ fullName: Terminal.Gui.View.DrawHotString(NStack.ustring, System.Boolean, Terminal.Gui.ColorScheme)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
|
|
+ name: DrawHotString
|
|
|
+ nameWithType: View.DrawHotString
|
|
|
+ fullName: Terminal.Gui.View.DrawHotString
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: NStack.ustring
|
|
|
+ name: ustring
|
|
|
+ nameWithType: ustring
|
|
|
+ fullName: NStack.ustring
|
|
|
+ isExternal: true
|
|
|
+ - name: ', '
|
|
|
+ nameWithType: ', '
|
|
|
+ fullName: ', '
|
|
|
+ - uid: System.Boolean
|
|
|
+ name: Boolean
|
|
|
+ nameWithType: Boolean
|
|
|
+ fullName: System.Boolean
|
|
|
+ isExternal: true
|
|
|
+ - name: ', '
|
|
|
+ nameWithType: ', '
|
|
|
+ fullName: ', '
|
|
|
+ - uid: Terminal.Gui.ColorScheme
|
|
|
+ name: ColorScheme
|
|
|
+ nameWithType: ColorScheme
|
|
|
+ fullName: Terminal.Gui.ColorScheme
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
|
|
|
+ name: DrawHotString
|
|
|
+ nameWithType: View.DrawHotString
|
|
|
+ fullName: Terminal.Gui.View.DrawHotString
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: NStack.ustring
|
|
|
+ name: ustring
|
|
|
+ nameWithType: ustring
|
|
|
+ fullName: NStack.ustring
|
|
|
+ isExternal: true
|
|
|
+ - name: ', '
|
|
|
+ nameWithType: ', '
|
|
|
+ fullName: ', '
|
|
|
+ - uid: System.Boolean
|
|
|
+ name: Boolean
|
|
|
+ nameWithType: Boolean
|
|
|
+ fullName: System.Boolean
|
|
|
+ isExternal: true
|
|
|
+ - name: ', '
|
|
|
+ nameWithType: ', '
|
|
|
+ fullName: ', '
|
|
|
+ - uid: Terminal.Gui.ColorScheme
|
|
|
+ name: ColorScheme
|
|
|
+ nameWithType: ColorScheme
|
|
|
+ fullName: Terminal.Gui.ColorScheme
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.Move(System.Int32,System.Int32)
|
|
|
+ commentId: M:Terminal.Gui.View.Move(System.Int32,System.Int32)
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ isExternal: true
|
|
|
+ name: Move(Int32, Int32)
|
|
|
+ nameWithType: View.Move(Int32, Int32)
|
|
|
+ fullName: Terminal.Gui.View.Move(System.Int32, System.Int32)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.Move(System.Int32,System.Int32)
|
|
|
+ name: Move
|
|
|
+ nameWithType: View.Move
|
|
|
+ fullName: Terminal.Gui.View.Move
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: System.Int32
|
|
|
+ name: Int32
|
|
|
+ nameWithType: Int32
|
|
|
+ fullName: System.Int32
|
|
|
+ isExternal: true
|
|
|
+ - name: ', '
|
|
|
+ nameWithType: ', '
|
|
|
+ fullName: ', '
|
|
|
+ - uid: System.Int32
|
|
|
+ name: Int32
|
|
|
+ nameWithType: Int32
|
|
|
+ fullName: System.Int32
|
|
|
+ isExternal: true
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.Move(System.Int32,System.Int32)
|
|
|
+ name: Move
|
|
|
+ nameWithType: View.Move
|
|
|
+ fullName: Terminal.Gui.View.Move
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: System.Int32
|
|
|
+ name: Int32
|
|
|
+ nameWithType: Int32
|
|
|
+ fullName: System.Int32
|
|
|
+ isExternal: true
|
|
|
+ - name: ', '
|
|
|
+ nameWithType: ', '
|
|
|
+ fullName: ', '
|
|
|
+ - uid: System.Int32
|
|
|
+ name: Int32
|
|
|
+ nameWithType: Int32
|
|
|
+ fullName: System.Int32
|
|
|
+ isExternal: true
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.PositionCursor
|
|
|
+ commentId: M:Terminal.Gui.View.PositionCursor
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: PositionCursor()
|
|
|
+ nameWithType: View.PositionCursor()
|
|
|
+ fullName: Terminal.Gui.View.PositionCursor()
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.PositionCursor
|
|
|
+ name: PositionCursor
|
|
|
+ nameWithType: View.PositionCursor
|
|
|
+ fullName: Terminal.Gui.View.PositionCursor
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.PositionCursor
|
|
|
+ name: PositionCursor
|
|
|
+ nameWithType: View.PositionCursor
|
|
|
+ fullName: Terminal.Gui.View.PositionCursor
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.HasFocus
|
|
|
+ commentId: P:Terminal.Gui.View.HasFocus
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: HasFocus
|
|
|
+ nameWithType: View.HasFocus
|
|
|
+ fullName: Terminal.Gui.View.HasFocus
|
|
|
+- uid: Terminal.Gui.View.OnLeave
|
|
|
+ commentId: M:Terminal.Gui.View.OnLeave
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: OnLeave()
|
|
|
+ nameWithType: View.OnLeave()
|
|
|
+ fullName: Terminal.Gui.View.OnLeave()
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.OnLeave
|
|
|
+ name: OnLeave
|
|
|
+ nameWithType: View.OnLeave
|
|
|
+ fullName: Terminal.Gui.View.OnLeave
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.OnLeave
|
|
|
+ name: OnLeave
|
|
|
+ nameWithType: View.OnLeave
|
|
|
+ fullName: Terminal.Gui.View.OnLeave
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.Focused
|
|
|
+ commentId: P:Terminal.Gui.View.Focused
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: Focused
|
|
|
+ nameWithType: View.Focused
|
|
|
+ fullName: Terminal.Gui.View.Focused
|
|
|
+- uid: Terminal.Gui.View.MostFocused
|
|
|
+ commentId: P:Terminal.Gui.View.MostFocused
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: MostFocused
|
|
|
+ nameWithType: View.MostFocused
|
|
|
+ fullName: Terminal.Gui.View.MostFocused
|
|
|
+- uid: Terminal.Gui.View.ColorScheme
|
|
|
+ commentId: P:Terminal.Gui.View.ColorScheme
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: ColorScheme
|
|
|
+ nameWithType: View.ColorScheme
|
|
|
+ fullName: Terminal.Gui.View.ColorScheme
|
|
|
+- uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
|
|
+ commentId: M:Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ isExternal: true
|
|
|
+ name: AddRune(Int32, Int32, Rune)
|
|
|
+ nameWithType: View.AddRune(Int32, Int32, Rune)
|
|
|
+ fullName: Terminal.Gui.View.AddRune(System.Int32, System.Int32, System.Rune)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
|
|
+ name: AddRune
|
|
|
+ nameWithType: View.AddRune
|
|
|
+ fullName: Terminal.Gui.View.AddRune
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: System.Int32
|
|
|
+ name: Int32
|
|
|
+ nameWithType: Int32
|
|
|
+ fullName: System.Int32
|
|
|
+ isExternal: true
|
|
|
+ - name: ', '
|
|
|
+ nameWithType: ', '
|
|
|
+ fullName: ', '
|
|
|
+ - uid: System.Int32
|
|
|
+ name: Int32
|
|
|
+ nameWithType: Int32
|
|
|
+ fullName: System.Int32
|
|
|
+ isExternal: true
|
|
|
+ - name: ', '
|
|
|
+ nameWithType: ', '
|
|
|
+ fullName: ', '
|
|
|
+ - uid: System.Rune
|
|
|
+ name: Rune
|
|
|
+ nameWithType: Rune
|
|
|
+ fullName: System.Rune
|
|
|
+ isExternal: true
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
|
|
|
+ name: AddRune
|
|
|
+ nameWithType: View.AddRune
|
|
|
+ fullName: Terminal.Gui.View.AddRune
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: System.Int32
|
|
|
+ name: Int32
|
|
|
+ nameWithType: Int32
|
|
|
+ fullName: System.Int32
|
|
|
+ isExternal: true
|
|
|
+ - name: ', '
|
|
|
+ nameWithType: ', '
|
|
|
+ fullName: ', '
|
|
|
+ - uid: System.Int32
|
|
|
+ name: Int32
|
|
|
+ nameWithType: Int32
|
|
|
+ fullName: System.Int32
|
|
|
+ isExternal: true
|
|
|
+ - name: ', '
|
|
|
+ nameWithType: ', '
|
|
|
+ fullName: ', '
|
|
|
+ - uid: System.Rune
|
|
|
+ name: Rune
|
|
|
+ nameWithType: Rune
|
|
|
+ fullName: System.Rune
|
|
|
+ isExternal: true
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.ClearNeedsDisplay
|
|
|
+ commentId: M:Terminal.Gui.View.ClearNeedsDisplay
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: ClearNeedsDisplay()
|
|
|
+ nameWithType: View.ClearNeedsDisplay()
|
|
|
+ fullName: Terminal.Gui.View.ClearNeedsDisplay()
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.ClearNeedsDisplay
|
|
|
+ name: ClearNeedsDisplay
|
|
|
+ nameWithType: View.ClearNeedsDisplay
|
|
|
+ fullName: Terminal.Gui.View.ClearNeedsDisplay
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.ClearNeedsDisplay
|
|
|
+ name: ClearNeedsDisplay
|
|
|
+ nameWithType: View.ClearNeedsDisplay
|
|
|
+ fullName: Terminal.Gui.View.ClearNeedsDisplay
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.Redraw(Terminal.Gui.Rect)
|
|
|
+ commentId: M:Terminal.Gui.View.Redraw(Terminal.Gui.Rect)
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: Redraw(Rect)
|
|
|
+ nameWithType: View.Redraw(Rect)
|
|
|
+ fullName: Terminal.Gui.View.Redraw(Terminal.Gui.Rect)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.Redraw(Terminal.Gui.Rect)
|
|
|
+ name: Redraw
|
|
|
+ nameWithType: View.Redraw
|
|
|
+ fullName: Terminal.Gui.View.Redraw
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.Rect
|
|
|
+ name: Rect
|
|
|
+ nameWithType: Rect
|
|
|
+ fullName: Terminal.Gui.Rect
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.Redraw(Terminal.Gui.Rect)
|
|
|
+ name: Redraw
|
|
|
+ nameWithType: View.Redraw
|
|
|
+ fullName: Terminal.Gui.View.Redraw
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.Rect
|
|
|
+ name: Rect
|
|
|
+ nameWithType: Rect
|
|
|
+ fullName: Terminal.Gui.Rect
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
|
|
+ commentId: M:Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: SetFocus(View)
|
|
|
+ nameWithType: View.SetFocus(View)
|
|
|
+ fullName: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
|
|
+ name: SetFocus
|
|
|
+ nameWithType: View.SetFocus
|
|
|
+ fullName: Terminal.Gui.View.SetFocus
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.View
|
|
|
+ name: View
|
|
|
+ nameWithType: View
|
|
|
+ fullName: Terminal.Gui.View
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
|
|
|
+ name: SetFocus
|
|
|
+ nameWithType: View.SetFocus
|
|
|
+ fullName: Terminal.Gui.View.SetFocus
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.View
|
|
|
+ name: View
|
|
|
+ nameWithType: View
|
|
|
+ fullName: Terminal.Gui.View
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.KeyPress
|
|
|
+ commentId: E:Terminal.Gui.View.KeyPress
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: KeyPress
|
|
|
+ nameWithType: View.KeyPress
|
|
|
+ fullName: Terminal.Gui.View.KeyPress
|
|
|
+- uid: Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
|
|
|
+ commentId: M:Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: ProcessHotKey(KeyEvent)
|
|
|
+ nameWithType: View.ProcessHotKey(KeyEvent)
|
|
|
+ fullName: Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
|
|
|
+ name: ProcessHotKey
|
|
|
+ nameWithType: View.ProcessHotKey
|
|
|
+ fullName: Terminal.Gui.View.ProcessHotKey
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.KeyEvent
|
|
|
+ name: KeyEvent
|
|
|
+ nameWithType: KeyEvent
|
|
|
+ fullName: Terminal.Gui.KeyEvent
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
|
|
|
+ name: ProcessHotKey
|
|
|
+ nameWithType: View.ProcessHotKey
|
|
|
+ fullName: Terminal.Gui.View.ProcessHotKey
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.KeyEvent
|
|
|
+ name: KeyEvent
|
|
|
+ nameWithType: KeyEvent
|
|
|
+ fullName: Terminal.Gui.KeyEvent
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
|
|
|
+ commentId: M:Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: ProcessColdKey(KeyEvent)
|
|
|
+ nameWithType: View.ProcessColdKey(KeyEvent)
|
|
|
+ fullName: Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
|
|
|
+ name: ProcessColdKey
|
|
|
+ nameWithType: View.ProcessColdKey
|
|
|
+ fullName: Terminal.Gui.View.ProcessColdKey
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.KeyEvent
|
|
|
+ name: KeyEvent
|
|
|
+ nameWithType: KeyEvent
|
|
|
+ fullName: Terminal.Gui.KeyEvent
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
|
|
|
+ name: ProcessColdKey
|
|
|
+ nameWithType: View.ProcessColdKey
|
|
|
+ fullName: Terminal.Gui.View.ProcessColdKey
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.KeyEvent
|
|
|
+ name: KeyEvent
|
|
|
+ nameWithType: KeyEvent
|
|
|
+ fullName: Terminal.Gui.KeyEvent
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.KeyDown
|
|
|
+ commentId: E:Terminal.Gui.View.KeyDown
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: KeyDown
|
|
|
+ nameWithType: View.KeyDown
|
|
|
+ fullName: Terminal.Gui.View.KeyDown
|
|
|
+- uid: Terminal.Gui.View.OnKeyDown(Terminal.Gui.KeyEvent)
|
|
|
+ commentId: M:Terminal.Gui.View.OnKeyDown(Terminal.Gui.KeyEvent)
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: OnKeyDown(KeyEvent)
|
|
|
+ nameWithType: View.OnKeyDown(KeyEvent)
|
|
|
+ fullName: Terminal.Gui.View.OnKeyDown(Terminal.Gui.KeyEvent)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.OnKeyDown(Terminal.Gui.KeyEvent)
|
|
|
+ name: OnKeyDown
|
|
|
+ nameWithType: View.OnKeyDown
|
|
|
+ fullName: Terminal.Gui.View.OnKeyDown
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.KeyEvent
|
|
|
+ name: KeyEvent
|
|
|
+ nameWithType: KeyEvent
|
|
|
+ fullName: Terminal.Gui.KeyEvent
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.OnKeyDown(Terminal.Gui.KeyEvent)
|
|
|
+ name: OnKeyDown
|
|
|
+ nameWithType: View.OnKeyDown
|
|
|
+ fullName: Terminal.Gui.View.OnKeyDown
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.KeyEvent
|
|
|
+ name: KeyEvent
|
|
|
+ nameWithType: KeyEvent
|
|
|
+ fullName: Terminal.Gui.KeyEvent
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.KeyUp
|
|
|
+ commentId: E:Terminal.Gui.View.KeyUp
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: KeyUp
|
|
|
+ nameWithType: View.KeyUp
|
|
|
+ fullName: Terminal.Gui.View.KeyUp
|
|
|
+- uid: Terminal.Gui.View.OnKeyUp(Terminal.Gui.KeyEvent)
|
|
|
+ commentId: M:Terminal.Gui.View.OnKeyUp(Terminal.Gui.KeyEvent)
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: OnKeyUp(KeyEvent)
|
|
|
+ nameWithType: View.OnKeyUp(KeyEvent)
|
|
|
+ fullName: Terminal.Gui.View.OnKeyUp(Terminal.Gui.KeyEvent)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.OnKeyUp(Terminal.Gui.KeyEvent)
|
|
|
+ name: OnKeyUp
|
|
|
+ nameWithType: View.OnKeyUp
|
|
|
+ fullName: Terminal.Gui.View.OnKeyUp
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.KeyEvent
|
|
|
+ name: KeyEvent
|
|
|
+ nameWithType: KeyEvent
|
|
|
+ fullName: Terminal.Gui.KeyEvent
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.OnKeyUp(Terminal.Gui.KeyEvent)
|
|
|
+ name: OnKeyUp
|
|
|
+ nameWithType: View.OnKeyUp
|
|
|
+ fullName: Terminal.Gui.View.OnKeyUp
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.KeyEvent
|
|
|
+ name: KeyEvent
|
|
|
+ nameWithType: KeyEvent
|
|
|
+ fullName: Terminal.Gui.KeyEvent
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.EnsureFocus
|
|
|
+ commentId: M:Terminal.Gui.View.EnsureFocus
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: EnsureFocus()
|
|
|
+ nameWithType: View.EnsureFocus()
|
|
|
+ fullName: Terminal.Gui.View.EnsureFocus()
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.EnsureFocus
|
|
|
+ name: EnsureFocus
|
|
|
+ nameWithType: View.EnsureFocus
|
|
|
+ fullName: Terminal.Gui.View.EnsureFocus
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.EnsureFocus
|
|
|
+ name: EnsureFocus
|
|
|
+ nameWithType: View.EnsureFocus
|
|
|
+ fullName: Terminal.Gui.View.EnsureFocus
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.FocusFirst
|
|
|
+ commentId: M:Terminal.Gui.View.FocusFirst
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: FocusFirst()
|
|
|
+ nameWithType: View.FocusFirst()
|
|
|
+ fullName: Terminal.Gui.View.FocusFirst()
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.FocusFirst
|
|
|
+ name: FocusFirst
|
|
|
+ nameWithType: View.FocusFirst
|
|
|
+ fullName: Terminal.Gui.View.FocusFirst
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.FocusFirst
|
|
|
+ name: FocusFirst
|
|
|
+ nameWithType: View.FocusFirst
|
|
|
+ fullName: Terminal.Gui.View.FocusFirst
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.FocusLast
|
|
|
+ commentId: M:Terminal.Gui.View.FocusLast
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: FocusLast()
|
|
|
+ nameWithType: View.FocusLast()
|
|
|
+ fullName: Terminal.Gui.View.FocusLast()
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.FocusLast
|
|
|
+ name: FocusLast
|
|
|
+ nameWithType: View.FocusLast
|
|
|
+ fullName: Terminal.Gui.View.FocusLast
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.FocusLast
|
|
|
+ name: FocusLast
|
|
|
+ nameWithType: View.FocusLast
|
|
|
+ fullName: Terminal.Gui.View.FocusLast
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.FocusPrev
|
|
|
+ commentId: M:Terminal.Gui.View.FocusPrev
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: FocusPrev()
|
|
|
+ nameWithType: View.FocusPrev()
|
|
|
+ fullName: Terminal.Gui.View.FocusPrev()
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.FocusPrev
|
|
|
+ name: FocusPrev
|
|
|
+ nameWithType: View.FocusPrev
|
|
|
+ fullName: Terminal.Gui.View.FocusPrev
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.FocusPrev
|
|
|
+ name: FocusPrev
|
|
|
+ nameWithType: View.FocusPrev
|
|
|
+ fullName: Terminal.Gui.View.FocusPrev
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.FocusNext
|
|
|
+ commentId: M:Terminal.Gui.View.FocusNext
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: FocusNext()
|
|
|
+ nameWithType: View.FocusNext()
|
|
|
+ fullName: Terminal.Gui.View.FocusNext()
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.FocusNext
|
|
|
+ name: FocusNext
|
|
|
+ nameWithType: View.FocusNext
|
|
|
+ fullName: Terminal.Gui.View.FocusNext
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.FocusNext
|
|
|
+ name: FocusNext
|
|
|
+ nameWithType: View.FocusNext
|
|
|
+ fullName: Terminal.Gui.View.FocusNext
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.LayoutSubviews
|
|
|
+ commentId: M:Terminal.Gui.View.LayoutSubviews
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: LayoutSubviews()
|
|
|
+ nameWithType: View.LayoutSubviews()
|
|
|
+ fullName: Terminal.Gui.View.LayoutSubviews()
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.LayoutSubviews
|
|
|
+ name: LayoutSubviews
|
|
|
+ nameWithType: View.LayoutSubviews
|
|
|
+ fullName: Terminal.Gui.View.LayoutSubviews
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.LayoutSubviews
|
|
|
+ name: LayoutSubviews
|
|
|
+ nameWithType: View.LayoutSubviews
|
|
|
+ fullName: Terminal.Gui.View.LayoutSubviews
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.ToString
|
|
|
+ commentId: M:Terminal.Gui.View.ToString
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: ToString()
|
|
|
+ nameWithType: View.ToString()
|
|
|
+ fullName: Terminal.Gui.View.ToString()
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.ToString
|
|
|
+ name: ToString
|
|
|
+ nameWithType: View.ToString
|
|
|
+ fullName: Terminal.Gui.View.ToString
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.ToString
|
|
|
+ name: ToString
|
|
|
+ nameWithType: View.ToString
|
|
|
+ fullName: Terminal.Gui.View.ToString
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.OnMouseEnter(Terminal.Gui.MouseEvent)
|
|
|
+ commentId: M:Terminal.Gui.View.OnMouseEnter(Terminal.Gui.MouseEvent)
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: OnMouseEnter(MouseEvent)
|
|
|
+ nameWithType: View.OnMouseEnter(MouseEvent)
|
|
|
+ fullName: Terminal.Gui.View.OnMouseEnter(Terminal.Gui.MouseEvent)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.OnMouseEnter(Terminal.Gui.MouseEvent)
|
|
|
+ name: OnMouseEnter
|
|
|
+ nameWithType: View.OnMouseEnter
|
|
|
+ fullName: Terminal.Gui.View.OnMouseEnter
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.MouseEvent
|
|
|
+ name: MouseEvent
|
|
|
+ nameWithType: MouseEvent
|
|
|
+ fullName: Terminal.Gui.MouseEvent
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.OnMouseEnter(Terminal.Gui.MouseEvent)
|
|
|
+ name: OnMouseEnter
|
|
|
+ nameWithType: View.OnMouseEnter
|
|
|
+ fullName: Terminal.Gui.View.OnMouseEnter
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.MouseEvent
|
|
|
+ name: MouseEvent
|
|
|
+ nameWithType: MouseEvent
|
|
|
+ fullName: Terminal.Gui.MouseEvent
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.View.OnMouseLeave(Terminal.Gui.MouseEvent)
|
|
|
+ commentId: M:Terminal.Gui.View.OnMouseLeave(Terminal.Gui.MouseEvent)
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: OnMouseLeave(MouseEvent)
|
|
|
+ nameWithType: View.OnMouseLeave(MouseEvent)
|
|
|
+ fullName: Terminal.Gui.View.OnMouseLeave(Terminal.Gui.MouseEvent)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.OnMouseLeave(Terminal.Gui.MouseEvent)
|
|
|
+ name: OnMouseLeave
|
|
|
+ nameWithType: View.OnMouseLeave
|
|
|
+ fullName: Terminal.Gui.View.OnMouseLeave
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.MouseEvent
|
|
|
+ name: MouseEvent
|
|
|
+ nameWithType: MouseEvent
|
|
|
+ fullName: Terminal.Gui.MouseEvent
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.OnMouseLeave(Terminal.Gui.MouseEvent)
|
|
|
+ name: OnMouseLeave
|
|
|
+ nameWithType: View.OnMouseLeave
|
|
|
+ fullName: Terminal.Gui.View.OnMouseLeave
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.MouseEvent
|
|
|
+ name: MouseEvent
|
|
|
+ nameWithType: MouseEvent
|
|
|
+ fullName: Terminal.Gui.MouseEvent
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.Responder.CanFocus
|
|
|
+ commentId: P:Terminal.Gui.Responder.CanFocus
|
|
|
+ parent: Terminal.Gui.Responder
|
|
|
+ name: CanFocus
|
|
|
+ nameWithType: Responder.CanFocus
|
|
|
+ fullName: Terminal.Gui.Responder.CanFocus
|
|
|
+- uid: Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
|
|
|
+ commentId: M:Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
|
|
|
+ parent: Terminal.Gui.Responder
|
|
|
+ name: MouseEvent(MouseEvent)
|
|
|
+ nameWithType: Responder.MouseEvent(MouseEvent)
|
|
|
+ fullName: Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
|
|
|
+ name: MouseEvent
|
|
|
+ nameWithType: Responder.MouseEvent
|
|
|
+ fullName: Terminal.Gui.Responder.MouseEvent
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.MouseEvent
|
|
|
+ name: MouseEvent
|
|
|
+ nameWithType: MouseEvent
|
|
|
+ fullName: Terminal.Gui.MouseEvent
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
|
|
|
+ name: MouseEvent
|
|
|
+ nameWithType: Responder.MouseEvent
|
|
|
+ fullName: Terminal.Gui.Responder.MouseEvent
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.MouseEvent
|
|
|
+ name: MouseEvent
|
|
|
+ nameWithType: MouseEvent
|
|
|
+ fullName: Terminal.Gui.MouseEvent
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: System.Object.Equals(System.Object)
|
|
|
+ commentId: M:System.Object.Equals(System.Object)
|
|
|
+ parent: System.Object
|
|
|
+ isExternal: true
|
|
|
+ name: Equals(Object)
|
|
|
+ nameWithType: Object.Equals(Object)
|
|
|
+ fullName: System.Object.Equals(System.Object)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: System.Object.Equals(System.Object)
|
|
|
+ name: Equals
|
|
|
+ nameWithType: Object.Equals
|
|
|
+ fullName: System.Object.Equals
|
|
|
+ isExternal: true
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: System.Object
|
|
|
+ name: Object
|
|
|
+ nameWithType: Object
|
|
|
+ fullName: System.Object
|
|
|
+ isExternal: true
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: System.Object.Equals(System.Object)
|
|
|
+ name: Equals
|
|
|
+ nameWithType: Object.Equals
|
|
|
+ fullName: System.Object.Equals
|
|
|
+ isExternal: true
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: System.Object
|
|
|
+ name: Object
|
|
|
+ nameWithType: Object
|
|
|
+ fullName: System.Object
|
|
|
+ isExternal: true
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: System.Object.Equals(System.Object,System.Object)
|
|
|
+ commentId: M:System.Object.Equals(System.Object,System.Object)
|
|
|
+ parent: System.Object
|
|
|
+ isExternal: true
|
|
|
+ name: Equals(Object, Object)
|
|
|
+ nameWithType: Object.Equals(Object, Object)
|
|
|
+ fullName: System.Object.Equals(System.Object, System.Object)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: System.Object.Equals(System.Object,System.Object)
|
|
|
+ name: Equals
|
|
|
+ nameWithType: Object.Equals
|
|
|
+ fullName: System.Object.Equals
|
|
|
+ isExternal: true
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: System.Object
|
|
|
+ name: Object
|
|
|
+ nameWithType: Object
|
|
|
+ fullName: System.Object
|
|
|
+ isExternal: true
|
|
|
+ - name: ', '
|
|
|
+ nameWithType: ', '
|
|
|
+ fullName: ', '
|
|
|
+ - uid: System.Object
|
|
|
+ name: Object
|
|
|
+ nameWithType: Object
|
|
|
+ fullName: System.Object
|
|
|
+ isExternal: true
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: System.Object.Equals(System.Object,System.Object)
|
|
|
+ name: Equals
|
|
|
+ nameWithType: Object.Equals
|
|
|
+ fullName: System.Object.Equals
|
|
|
+ isExternal: true
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: System.Object
|
|
|
+ name: Object
|
|
|
+ nameWithType: Object
|
|
|
+ fullName: System.Object
|
|
|
+ isExternal: true
|
|
|
+ - name: ', '
|
|
|
+ nameWithType: ', '
|
|
|
+ fullName: ', '
|
|
|
+ - uid: System.Object
|
|
|
+ name: Object
|
|
|
+ nameWithType: Object
|
|
|
+ fullName: System.Object
|
|
|
+ isExternal: true
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: System.Object.GetHashCode
|
|
|
+ commentId: M:System.Object.GetHashCode
|
|
|
+ parent: System.Object
|
|
|
+ isExternal: true
|
|
|
+ name: GetHashCode()
|
|
|
+ nameWithType: Object.GetHashCode()
|
|
|
+ fullName: System.Object.GetHashCode()
|
|
|
+ spec.csharp:
|
|
|
+ - uid: System.Object.GetHashCode
|
|
|
+ name: GetHashCode
|
|
|
+ nameWithType: Object.GetHashCode
|
|
|
+ fullName: System.Object.GetHashCode
|
|
|
+ isExternal: true
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: System.Object.GetHashCode
|
|
|
+ name: GetHashCode
|
|
|
+ nameWithType: Object.GetHashCode
|
|
|
+ fullName: System.Object.GetHashCode
|
|
|
+ isExternal: true
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: System.Object.GetType
|
|
|
+ commentId: M:System.Object.GetType
|
|
|
+ parent: System.Object
|
|
|
+ isExternal: true
|
|
|
+ name: GetType()
|
|
|
+ nameWithType: Object.GetType()
|
|
|
+ fullName: System.Object.GetType()
|
|
|
+ spec.csharp:
|
|
|
+ - uid: System.Object.GetType
|
|
|
+ name: GetType
|
|
|
+ nameWithType: Object.GetType
|
|
|
+ fullName: System.Object.GetType
|
|
|
+ isExternal: true
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: System.Object.GetType
|
|
|
+ name: GetType
|
|
|
+ nameWithType: Object.GetType
|
|
|
+ fullName: System.Object.GetType
|
|
|
+ isExternal: true
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: System.Object.MemberwiseClone
|
|
|
+ commentId: M:System.Object.MemberwiseClone
|
|
|
+ parent: System.Object
|
|
|
+ isExternal: true
|
|
|
+ name: MemberwiseClone()
|
|
|
+ nameWithType: Object.MemberwiseClone()
|
|
|
+ fullName: System.Object.MemberwiseClone()
|
|
|
+ spec.csharp:
|
|
|
+ - uid: System.Object.MemberwiseClone
|
|
|
+ name: MemberwiseClone
|
|
|
+ nameWithType: Object.MemberwiseClone
|
|
|
+ fullName: System.Object.MemberwiseClone
|
|
|
+ isExternal: true
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: System.Object.MemberwiseClone
|
|
|
+ name: MemberwiseClone
|
|
|
+ nameWithType: Object.MemberwiseClone
|
|
|
+ fullName: System.Object.MemberwiseClone
|
|
|
+ isExternal: true
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
|
+ commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
|
|
+ parent: System.Object
|
|
|
+ isExternal: true
|
|
|
+ name: ReferenceEquals(Object, Object)
|
|
|
+ nameWithType: Object.ReferenceEquals(Object, Object)
|
|
|
+ fullName: System.Object.ReferenceEquals(System.Object, System.Object)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
|
+ name: ReferenceEquals
|
|
|
+ nameWithType: Object.ReferenceEquals
|
|
|
+ fullName: System.Object.ReferenceEquals
|
|
|
+ isExternal: true
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: System.Object
|
|
|
+ name: Object
|
|
|
+ nameWithType: Object
|
|
|
+ fullName: System.Object
|
|
|
+ isExternal: true
|
|
|
+ - name: ', '
|
|
|
+ nameWithType: ', '
|
|
|
+ fullName: ', '
|
|
|
+ - uid: System.Object
|
|
|
+ name: Object
|
|
|
+ nameWithType: Object
|
|
|
+ fullName: System.Object
|
|
|
+ isExternal: true
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
|
+ name: ReferenceEquals
|
|
|
+ nameWithType: Object.ReferenceEquals
|
|
|
+ fullName: System.Object.ReferenceEquals
|
|
|
+ isExternal: true
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: System.Object
|
|
|
+ name: Object
|
|
|
+ nameWithType: Object
|
|
|
+ fullName: System.Object
|
|
|
+ isExternal: true
|
|
|
+ - name: ', '
|
|
|
+ nameWithType: ', '
|
|
|
+ fullName: ', '
|
|
|
+ - uid: System.Object
|
|
|
+ name: Object
|
|
|
+ nameWithType: Object
|
|
|
+ fullName: System.Object
|
|
|
+ isExternal: true
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: System
|
|
|
+ commentId: N:System
|
|
|
+ isExternal: true
|
|
|
+ name: System
|
|
|
+ nameWithType: System
|
|
|
+ fullName: System
|
|
|
+- uid: System.Collections
|
|
|
+ commentId: N:System.Collections
|
|
|
+ isExternal: true
|
|
|
+ name: System.Collections
|
|
|
+ nameWithType: System.Collections
|
|
|
+ fullName: System.Collections
|
|
|
+- uid: System.EventHandler{NStack.ustring}
|
|
|
+ commentId: T:System.EventHandler{NStack.ustring}
|
|
|
+ parent: System
|
|
|
+ definition: System.EventHandler`1
|
|
|
+ name: EventHandler<ustring>
|
|
|
+ nameWithType: EventHandler<ustring>
|
|
|
+ fullName: System.EventHandler<NStack.ustring>
|
|
|
+ nameWithType.vb: EventHandler(Of ustring)
|
|
|
+ fullName.vb: System.EventHandler(Of NStack.ustring)
|
|
|
+ name.vb: EventHandler(Of ustring)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: System.EventHandler`1
|
|
|
+ name: EventHandler
|
|
|
+ nameWithType: EventHandler
|
|
|
+ fullName: System.EventHandler
|
|
|
+ isExternal: true
|
|
|
+ - name: <
|
|
|
+ nameWithType: <
|
|
|
+ fullName: <
|
|
|
+ - uid: NStack.ustring
|
|
|
+ name: ustring
|
|
|
+ nameWithType: ustring
|
|
|
+ fullName: NStack.ustring
|
|
|
+ isExternal: true
|
|
|
+ - name: '>'
|
|
|
+ nameWithType: '>'
|
|
|
+ fullName: '>'
|
|
|
+ spec.vb:
|
|
|
+ - uid: System.EventHandler`1
|
|
|
+ name: EventHandler
|
|
|
+ nameWithType: EventHandler
|
|
|
+ fullName: System.EventHandler
|
|
|
+ isExternal: true
|
|
|
+ - name: '(Of '
|
|
|
+ nameWithType: '(Of '
|
|
|
+ fullName: '(Of '
|
|
|
+ - uid: NStack.ustring
|
|
|
+ name: ustring
|
|
|
+ nameWithType: ustring
|
|
|
+ fullName: NStack.ustring
|
|
|
+ isExternal: true
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: System.EventHandler`1
|
|
|
+ commentId: T:System.EventHandler`1
|
|
|
+ isExternal: true
|
|
|
+ name: EventHandler<TEventArgs>
|
|
|
+ nameWithType: EventHandler<TEventArgs>
|
|
|
+ fullName: System.EventHandler<TEventArgs>
|
|
|
+ nameWithType.vb: EventHandler(Of TEventArgs)
|
|
|
+ fullName.vb: System.EventHandler(Of TEventArgs)
|
|
|
+ name.vb: EventHandler(Of TEventArgs)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: System.EventHandler`1
|
|
|
+ name: EventHandler
|
|
|
+ nameWithType: EventHandler
|
|
|
+ fullName: System.EventHandler
|
|
|
+ isExternal: true
|
|
|
+ - name: <
|
|
|
+ nameWithType: <
|
|
|
+ fullName: <
|
|
|
+ - name: TEventArgs
|
|
|
+ nameWithType: TEventArgs
|
|
|
+ fullName: TEventArgs
|
|
|
+ - name: '>'
|
|
|
+ nameWithType: '>'
|
|
|
+ fullName: '>'
|
|
|
+ spec.vb:
|
|
|
+ - uid: System.EventHandler`1
|
|
|
+ name: EventHandler
|
|
|
+ nameWithType: EventHandler
|
|
|
+ fullName: System.EventHandler
|
|
|
+ isExternal: true
|
|
|
+ - name: '(Of '
|
|
|
+ nameWithType: '(Of '
|
|
|
+ fullName: '(Of '
|
|
|
+ - name: TEventArgs
|
|
|
+ nameWithType: TEventArgs
|
|
|
+ fullName: TEventArgs
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.ComboBox.#ctor*
|
|
|
+ commentId: Overload:Terminal.Gui.ComboBox.#ctor
|
|
|
+ name: ComboBox
|
|
|
+ nameWithType: ComboBox.ComboBox
|
|
|
+ fullName: Terminal.Gui.ComboBox.ComboBox
|
|
|
+- uid: System.Int32
|
|
|
+ commentId: T:System.Int32
|
|
|
+ parent: System
|
|
|
+ isExternal: true
|
|
|
+ name: Int32
|
|
|
+ nameWithType: Int32
|
|
|
+ fullName: System.Int32
|
|
|
+- uid: System.Collections.Generic.IList{System.String}
|
|
|
+ commentId: T:System.Collections.Generic.IList{System.String}
|
|
|
+ parent: System.Collections.Generic
|
|
|
+ definition: System.Collections.Generic.IList`1
|
|
|
+ name: IList<String>
|
|
|
+ nameWithType: IList<String>
|
|
|
+ fullName: System.Collections.Generic.IList<System.String>
|
|
|
+ nameWithType.vb: IList(Of String)
|
|
|
+ fullName.vb: System.Collections.Generic.IList(Of System.String)
|
|
|
+ name.vb: IList(Of String)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: System.Collections.Generic.IList`1
|
|
|
+ name: IList
|
|
|
+ nameWithType: IList
|
|
|
+ fullName: System.Collections.Generic.IList
|
|
|
+ isExternal: true
|
|
|
+ - name: <
|
|
|
+ nameWithType: <
|
|
|
+ fullName: <
|
|
|
+ - uid: System.String
|
|
|
+ name: String
|
|
|
+ nameWithType: String
|
|
|
+ fullName: System.String
|
|
|
+ isExternal: true
|
|
|
+ - name: '>'
|
|
|
+ nameWithType: '>'
|
|
|
+ fullName: '>'
|
|
|
+ spec.vb:
|
|
|
+ - uid: System.Collections.Generic.IList`1
|
|
|
+ name: IList
|
|
|
+ nameWithType: IList
|
|
|
+ fullName: System.Collections.Generic.IList
|
|
|
+ isExternal: true
|
|
|
+ - name: '(Of '
|
|
|
+ nameWithType: '(Of '
|
|
|
+ fullName: '(Of '
|
|
|
+ - uid: System.String
|
|
|
+ name: String
|
|
|
+ nameWithType: String
|
|
|
+ fullName: System.String
|
|
|
+ isExternal: true
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: System.Collections.Generic.IList`1
|
|
|
+ commentId: T:System.Collections.Generic.IList`1
|
|
|
+ isExternal: true
|
|
|
+ name: IList<T>
|
|
|
+ nameWithType: IList<T>
|
|
|
+ fullName: System.Collections.Generic.IList<T>
|
|
|
+ nameWithType.vb: IList(Of T)
|
|
|
+ fullName.vb: System.Collections.Generic.IList(Of T)
|
|
|
+ name.vb: IList(Of T)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: System.Collections.Generic.IList`1
|
|
|
+ name: IList
|
|
|
+ nameWithType: IList
|
|
|
+ fullName: System.Collections.Generic.IList
|
|
|
+ isExternal: true
|
|
|
+ - name: <
|
|
|
+ nameWithType: <
|
|
|
+ fullName: <
|
|
|
+ - name: T
|
|
|
+ nameWithType: T
|
|
|
+ fullName: T
|
|
|
+ - name: '>'
|
|
|
+ nameWithType: '>'
|
|
|
+ fullName: '>'
|
|
|
+ spec.vb:
|
|
|
+ - uid: System.Collections.Generic.IList`1
|
|
|
+ name: IList
|
|
|
+ nameWithType: IList
|
|
|
+ fullName: System.Collections.Generic.IList
|
|
|
+ isExternal: true
|
|
|
+ - name: '(Of '
|
|
|
+ nameWithType: '(Of '
|
|
|
+ fullName: '(Of '
|
|
|
+ - name: T
|
|
|
+ nameWithType: T
|
|
|
+ fullName: T
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: System.Collections.Generic
|
|
|
+ commentId: N:System.Collections.Generic
|
|
|
+ isExternal: true
|
|
|
+ name: System.Collections.Generic
|
|
|
+ nameWithType: System.Collections.Generic
|
|
|
+ fullName: System.Collections.Generic
|
|
|
+- uid: Terminal.Gui.ComboBox.OnEnter
|
|
|
+ commentId: M:Terminal.Gui.ComboBox.OnEnter
|
|
|
+ isExternal: true
|
|
|
+- uid: Terminal.Gui.View.OnEnter
|
|
|
+ commentId: M:Terminal.Gui.View.OnEnter
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: OnEnter()
|
|
|
+ nameWithType: View.OnEnter()
|
|
|
+ fullName: Terminal.Gui.View.OnEnter()
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.OnEnter
|
|
|
+ name: OnEnter
|
|
|
+ nameWithType: View.OnEnter
|
|
|
+ fullName: Terminal.Gui.View.OnEnter
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.OnEnter
|
|
|
+ name: OnEnter
|
|
|
+ nameWithType: View.OnEnter
|
|
|
+ fullName: Terminal.Gui.View.OnEnter
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.ComboBox.OnEnter*
|
|
|
+ commentId: Overload:Terminal.Gui.ComboBox.OnEnter
|
|
|
+ name: OnEnter
|
|
|
+ nameWithType: ComboBox.OnEnter
|
|
|
+ fullName: Terminal.Gui.ComboBox.OnEnter
|
|
|
+- uid: System.Boolean
|
|
|
+ commentId: T:System.Boolean
|
|
|
+ parent: System
|
|
|
+ isExternal: true
|
|
|
+ name: Boolean
|
|
|
+ nameWithType: Boolean
|
|
|
+ fullName: System.Boolean
|
|
|
+- uid: Terminal.Gui.ComboBox.ProcessKey(Terminal.Gui.KeyEvent)
|
|
|
+ commentId: M:Terminal.Gui.ComboBox.ProcessKey(Terminal.Gui.KeyEvent)
|
|
|
+ isExternal: true
|
|
|
+- uid: Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
|
|
|
+ commentId: M:Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
|
|
|
+ parent: Terminal.Gui.View
|
|
|
+ name: ProcessKey(KeyEvent)
|
|
|
+ nameWithType: View.ProcessKey(KeyEvent)
|
|
|
+ fullName: Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
|
|
|
+ spec.csharp:
|
|
|
+ - uid: Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
|
|
|
+ name: ProcessKey
|
|
|
+ nameWithType: View.ProcessKey
|
|
|
+ fullName: Terminal.Gui.View.ProcessKey
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.KeyEvent
|
|
|
+ name: KeyEvent
|
|
|
+ nameWithType: KeyEvent
|
|
|
+ fullName: Terminal.Gui.KeyEvent
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+ spec.vb:
|
|
|
+ - uid: Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
|
|
|
+ name: ProcessKey
|
|
|
+ nameWithType: View.ProcessKey
|
|
|
+ fullName: Terminal.Gui.View.ProcessKey
|
|
|
+ - name: (
|
|
|
+ nameWithType: (
|
|
|
+ fullName: (
|
|
|
+ - uid: Terminal.Gui.KeyEvent
|
|
|
+ name: KeyEvent
|
|
|
+ nameWithType: KeyEvent
|
|
|
+ fullName: Terminal.Gui.KeyEvent
|
|
|
+ - name: )
|
|
|
+ nameWithType: )
|
|
|
+ fullName: )
|
|
|
+- uid: Terminal.Gui.ComboBox.ProcessKey*
|
|
|
+ commentId: Overload:Terminal.Gui.ComboBox.ProcessKey
|
|
|
+ name: ProcessKey
|
|
|
+ nameWithType: ComboBox.ProcessKey
|
|
|
+ fullName: Terminal.Gui.ComboBox.ProcessKey
|
|
|
+- uid: Terminal.Gui.KeyEvent
|
|
|
+ commentId: T:Terminal.Gui.KeyEvent
|
|
|
+ parent: Terminal.Gui
|
|
|
+ name: KeyEvent
|
|
|
+ nameWithType: KeyEvent
|
|
|
+ fullName: Terminal.Gui.KeyEvent
|
|
|
+- uid: Terminal.Gui.ComboBox.Text*
|
|
|
+ commentId: Overload:Terminal.Gui.ComboBox.Text
|
|
|
+ name: Text
|
|
|
+ nameWithType: ComboBox.Text
|
|
|
+ fullName: Terminal.Gui.ComboBox.Text
|
|
|
+- uid: NStack.ustring
|
|
|
+ commentId: T:NStack.ustring
|
|
|
+ parent: NStack
|
|
|
+ isExternal: true
|
|
|
+ name: ustring
|
|
|
+ nameWithType: ustring
|
|
|
+ fullName: NStack.ustring
|
|
|
+- uid: NStack
|
|
|
+ commentId: N:NStack
|
|
|
+ isExternal: true
|
|
|
+ name: NStack
|
|
|
+ nameWithType: NStack
|
|
|
+ fullName: NStack
|
|
|
+shouldSkipMarkup: true
|