true wait until an event is available, otherwise return immediately.
- return:
- type: System.Boolean
- description: true, if there were pending events, false otherwise.
- overload: Mono.Terminal.IMainLoopDriver.EventsPending*
- exceptions: []
-- uid: Mono.Terminal.IMainLoopDriver.MainIteration
- id: MainIteration
- parent: Mono.Terminal.IMainLoopDriver
- langs:
- - csharp
- name: MainIteration()
- nameWithType: IMainLoopDriver.MainIteration()
- fullName: IMainLoopDriver.MainIteration()
- type: Method
- assemblies:
- - Terminal.Gui
- namespace: Mono.Terminal
- syntax:
- content: public void MainIteration ();
- parameters: []
- overload: Mono.Terminal.IMainLoopDriver.MainIteration*
- exceptions: []
-- uid: Mono.Terminal.IMainLoopDriver.Setup(Mono.Terminal.MainLoop)
- id: Setup(Mono.Terminal.MainLoop)
- parent: Mono.Terminal.IMainLoopDriver
- langs:
- - csharp
- name: Setup(MainLoop)
- nameWithType: IMainLoopDriver.Setup(MainLoop)
- fullName: IMainLoopDriver.Setup(MainLoop)
- type: Method
- assemblies:
- - Terminal.Gui
- namespace: Mono.Terminal
- summary: Initializes the main loop driver, gets the calling main loop for the initialization.
- syntax:
- content: public void Setup (Mono.Terminal.MainLoop mainLoop);
- parameters:
- - id: mainLoop
- type: Mono.Terminal.MainLoop
- description: Main loop.
- overload: Mono.Terminal.IMainLoopDriver.Setup*
- exceptions: []
-- uid: Mono.Terminal.IMainLoopDriver.Wakeup
- id: Wakeup
- parent: Mono.Terminal.IMainLoopDriver
- langs:
- - csharp
- name: Wakeup()
- nameWithType: IMainLoopDriver.Wakeup()
- fullName: IMainLoopDriver.Wakeup()
- type: Method
- assemblies:
- - Terminal.Gui
- namespace: Mono.Terminal
- summary: Wakes up the mainloop that might be waiting on input, must be thread safe.
- syntax:
- content: public void Wakeup ();
- parameters: []
- overload: Mono.Terminal.IMainLoopDriver.Wakeup*
- exceptions: []
-references:
-- uid: Mono.Terminal.IMainLoopDriver.EventsPending(System.Boolean)
- parent: Mono.Terminal.IMainLoopDriver
- isExternal: false
- name: EventsPending(Boolean)
- nameWithType: IMainLoopDriver.EventsPending(Boolean)
- fullName: IMainLoopDriver.EventsPending(Boolean)
-- uid: System.Boolean
- parent: System
- isExternal: true
- name: Boolean
- nameWithType: Boolean
- fullName: System.Boolean
-- uid: Mono.Terminal.IMainLoopDriver.MainIteration
- parent: Mono.Terminal.IMainLoopDriver
- isExternal: false
- name: MainIteration()
- nameWithType: IMainLoopDriver.MainIteration()
- fullName: IMainLoopDriver.MainIteration()
-- uid: Mono.Terminal.IMainLoopDriver.Setup(Mono.Terminal.MainLoop)
- parent: Mono.Terminal.IMainLoopDriver
- isExternal: false
- name: Setup(MainLoop)
- nameWithType: IMainLoopDriver.Setup(MainLoop)
- fullName: IMainLoopDriver.Setup(MainLoop)
-- uid: Mono.Terminal.MainLoop
- parent: Mono.Terminal
- isExternal: false
- name: MainLoop
- nameWithType: MainLoop
- fullName: Mono.Terminal.MainLoop
-- uid: Mono.Terminal.IMainLoopDriver.Wakeup
- parent: Mono.Terminal.IMainLoopDriver
- isExternal: false
- name: Wakeup()
- nameWithType: IMainLoopDriver.Wakeup()
- fullName: IMainLoopDriver.Wakeup()
-- uid: Mono.Terminal.IMainLoopDriver.EventsPending*
- parent: Mono.Terminal.IMainLoopDriver
- isExternal: false
- name: EventsPending
- nameWithType: IMainLoopDriver.EventsPending
- fullName: IMainLoopDriver.EventsPending
-- uid: Mono.Terminal.IMainLoopDriver.MainIteration*
- parent: Mono.Terminal.IMainLoopDriver
- isExternal: false
- name: MainIteration
- nameWithType: IMainLoopDriver.MainIteration
- fullName: IMainLoopDriver.MainIteration
-- uid: Mono.Terminal.IMainLoopDriver.Setup*
- parent: Mono.Terminal.IMainLoopDriver
- isExternal: false
- name: Setup
- nameWithType: IMainLoopDriver.Setup
- fullName: IMainLoopDriver.Setup
-- uid: Mono.Terminal.IMainLoopDriver.Wakeup*
- parent: Mono.Terminal.IMainLoopDriver
- isExternal: false
- name: Wakeup
- nameWithType: IMainLoopDriver.Wakeup
- fullName: IMainLoopDriver.Wakeup
diff --git a/docfx/api/Mono.Terminal/Mono.Terminal.MainLoop.Condition.yml b/docfx/api/Mono.Terminal/Mono.Terminal.MainLoop.Condition.yml
deleted file mode 100644
index a38d0b203..000000000
--- a/docfx/api/Mono.Terminal/Mono.Terminal.MainLoop.Condition.yml
+++ /dev/null
@@ -1,193 +0,0 @@
-### YamlMime:ManagedReference
-items:
-- uid: Mono.Terminal.MainLoop.Condition
- id: MainLoop.Condition
- children:
- - Mono.Terminal.MainLoop.Condition.PollErr
- - Mono.Terminal.MainLoop.Condition.PollHup
- - Mono.Terminal.MainLoop.Condition.PollIn
- - Mono.Terminal.MainLoop.Condition.PollNval
- - Mono.Terminal.MainLoop.Condition.PollOut
- - Mono.Terminal.MainLoop.Condition.PollPri
- langs:
- - csharp
- name: MainLoop.Condition
- nameWithType: MainLoop.Condition
- fullName: Mono.Terminal.MainLoop.Condition
- type: Enum
- assemblies:
- - Terminal.Gui
- namespace: Mono.Terminal
- summary: Condition on which to wake up from file descriptor activity. These match the Linux/BSD poll definitions.
- syntax:
- content: >-
- [System.Flags]
-
- public enum MainLoop.Condition
- inheritance:
- - System.Enum
- attributes:
- - type: System.Flags
-- uid: Mono.Terminal.MainLoop.Condition.PollErr
- id: PollErr
- parent: Mono.Terminal.MainLoop.Condition
- langs:
- - csharp
- name: PollErr
- nameWithType: MainLoop.Condition.PollErr
- fullName: MainLoop.Condition.PollErr
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Mono.Terminal
- summary: Error condition on output
- syntax:
- content: PollErr
- return:
- type: Mono.Terminal.MainLoop+Condition
- description: To be added.
- exceptions: []
-- uid: Mono.Terminal.MainLoop.Condition.PollHup
- id: PollHup
- parent: Mono.Terminal.MainLoop.Condition
- langs:
- - csharp
- name: PollHup
- nameWithType: MainLoop.Condition.PollHup
- fullName: MainLoop.Condition.PollHup
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Mono.Terminal
- summary: Hang-up on output
- syntax:
- content: PollHup
- return:
- type: Mono.Terminal.MainLoop+Condition
- description: To be added.
- exceptions: []
-- uid: Mono.Terminal.MainLoop.Condition.PollIn
- id: PollIn
- parent: Mono.Terminal.MainLoop.Condition
- langs:
- - csharp
- name: PollIn
- nameWithType: MainLoop.Condition.PollIn
- fullName: MainLoop.Condition.PollIn
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Mono.Terminal
- summary: There is data to read
- syntax:
- content: PollIn
- return:
- type: Mono.Terminal.MainLoop+Condition
- description: To be added.
- exceptions: []
-- uid: Mono.Terminal.MainLoop.Condition.PollNval
- id: PollNval
- parent: Mono.Terminal.MainLoop.Condition
- langs:
- - csharp
- name: PollNval
- nameWithType: MainLoop.Condition.PollNval
- fullName: MainLoop.Condition.PollNval
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Mono.Terminal
- summary: File descriptor is not open.
- syntax:
- content: PollNval
- return:
- type: Mono.Terminal.MainLoop+Condition
- description: To be added.
- exceptions: []
-- uid: Mono.Terminal.MainLoop.Condition.PollOut
- id: PollOut
- parent: Mono.Terminal.MainLoop.Condition
- langs:
- - csharp
- name: PollOut
- nameWithType: MainLoop.Condition.PollOut
- fullName: MainLoop.Condition.PollOut
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Mono.Terminal
- summary: Writing to the specified descriptor will not block
- syntax:
- content: PollOut
- return:
- type: Mono.Terminal.MainLoop+Condition
- description: To be added.
- exceptions: []
-- uid: Mono.Terminal.MainLoop.Condition.PollPri
- id: PollPri
- parent: Mono.Terminal.MainLoop.Condition
- langs:
- - csharp
- name: PollPri
- nameWithType: MainLoop.Condition.PollPri
- fullName: MainLoop.Condition.PollPri
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Mono.Terminal
- summary: There is urgent data to read
- syntax:
- content: PollPri
- return:
- type: Mono.Terminal.MainLoop+Condition
- description: To be added.
- exceptions: []
-references:
-- uid: System.Enum
- parent: System
- isExternal: true
- name: Enum
- nameWithType: Enum
- fullName: System.Enum
-- uid: Mono.Terminal.MainLoop.Condition.PollErr
- parent: Mono.Terminal.MainLoop.Condition
- isExternal: false
- name: PollErr
- nameWithType: MainLoop.Condition.PollErr
- fullName: MainLoop.Condition.PollErr
-- uid: Mono.Terminal.MainLoop
- parent: Mono.Terminal
- isExternal: false
- name: MainLoop
- nameWithType: MainLoop
- fullName: Mono.Terminal.MainLoop+Condition
-- uid: Mono.Terminal.MainLoop.Condition.PollHup
- parent: Mono.Terminal.MainLoop.Condition
- isExternal: false
- name: PollHup
- nameWithType: MainLoop.Condition.PollHup
- fullName: MainLoop.Condition.PollHup
-- uid: Mono.Terminal.MainLoop.Condition.PollIn
- parent: Mono.Terminal.MainLoop.Condition
- isExternal: false
- name: PollIn
- nameWithType: MainLoop.Condition.PollIn
- fullName: MainLoop.Condition.PollIn
-- uid: Mono.Terminal.MainLoop.Condition.PollNval
- parent: Mono.Terminal.MainLoop.Condition
- isExternal: false
- name: PollNval
- nameWithType: MainLoop.Condition.PollNval
- fullName: MainLoop.Condition.PollNval
-- uid: Mono.Terminal.MainLoop.Condition.PollOut
- parent: Mono.Terminal.MainLoop.Condition
- isExternal: false
- name: PollOut
- nameWithType: MainLoop.Condition.PollOut
- fullName: MainLoop.Condition.PollOut
-- uid: Mono.Terminal.MainLoop.Condition.PollPri
- parent: Mono.Terminal.MainLoop.Condition
- isExternal: false
- name: PollPri
- nameWithType: MainLoop.Condition.PollPri
- fullName: MainLoop.Condition.PollPri
diff --git a/docfx/api/Mono.Terminal/Mono.Terminal.MainLoop.yml b/docfx/api/Mono.Terminal/Mono.Terminal.MainLoop.yml
deleted file mode 100644
index b08715d53..000000000
--- a/docfx/api/Mono.Terminal/Mono.Terminal.MainLoop.yml
+++ /dev/null
@@ -1,662 +0,0 @@
-### YamlMime:ManagedReference
-items:
-- uid: Mono.Terminal.MainLoop
- id: MainLoop
- children:
- - Mono.Terminal.MainLoop.#ctor
- - Mono.Terminal.MainLoop.#ctor(Mono.Terminal.IMainLoopDriver)
- - Mono.Terminal.MainLoop.AddIdle(System.Func{System.Boolean})
- - Mono.Terminal.MainLoop.AddTimeout(System.TimeSpan,System.Func{Mono.Terminal.MainLoop,System.Boolean})
- - Mono.Terminal.MainLoop.AddWatch(System.Int32,Mono.Terminal.MainLoop.Condition,System.Func{Mono.Terminal.MainLoop,System.Boolean})
- - Mono.Terminal.MainLoop.Driver
- - Mono.Terminal.MainLoop.EventsPending(System.Boolean)
- - Mono.Terminal.MainLoop.Invoke(System.Action)
- - Mono.Terminal.MainLoop.MainIteration
- - Mono.Terminal.MainLoop.RemoveIdle(System.Func{System.Boolean})
- - Mono.Terminal.MainLoop.RemoveTimeout(System.Object)
- - Mono.Terminal.MainLoop.RemoveWatch(System.Object)
- - Mono.Terminal.MainLoop.Run
- - Mono.Terminal.MainLoop.Stop
- - Mono.Terminal.MainLoop.WindowsKeyPressed
- langs:
- - csharp
- name: MainLoop
- nameWithType: MainLoop
- fullName: Mono.Terminal.MainLoop
- type: Class
- assemblies:
- - Terminal.Gui
- namespace: Mono.Terminal
- summary: >-
- Simple main loop implementation that can be used to monitor
- file descriptor, run timers and idle handlers.
- remarks: >-
- Monitoring of file descriptors is only available on Unix, there
- does not seem to be a way of supporting this on Windows.
- syntax:
- content: public class MainLoop
- inheritance:
- - System.Object
- implements: []
- inheritedMembers: []
-- uid: Mono.Terminal.MainLoop.#ctor
- id: '#ctor'
- parent: Mono.Terminal.MainLoop
- langs:
- - csharp
- name: MainLoop()
- nameWithType: MainLoop.MainLoop()
- fullName: MainLoop.MainLoop()
- type: Constructor
- assemblies: []
- namespace: Mono.Terminal
- summary: Default constructor
- syntax:
- content: public MainLoop ();
- parameters: []
- overload: Mono.Terminal.MainLoop.#ctor*
- exceptions: []
-- uid: Mono.Terminal.MainLoop.#ctor(Mono.Terminal.IMainLoopDriver)
- id: '#ctor(Mono.Terminal.IMainLoopDriver)'
- parent: Mono.Terminal.MainLoop
- langs:
- - csharp
- name: MainLoop(IMainLoopDriver)
- nameWithType: MainLoop.MainLoop(IMainLoopDriver)
- fullName: MainLoop.MainLoop(IMainLoopDriver)
- type: Constructor
- assemblies:
- - Terminal.Gui
- namespace: Mono.Terminal
- summary: >-
- Creates a new Mainloop, to run it you must provide a driver, and choose
- one of the implementations UnixMainLoop, NetMainLoop or WindowsMainLoop.
- syntax:
- content: public MainLoop (Mono.Terminal.IMainLoopDriver driver);
- parameters:
- - id: driver
- type: Mono.Terminal.IMainLoopDriver
- description: To be added.
- overload: Mono.Terminal.MainLoop.#ctor*
- exceptions: []
-- uid: Mono.Terminal.MainLoop.AddIdle(System.Func{System.Boolean})
- id: AddIdle(System.Func{System.Boolean})
- parent: Mono.Terminal.MainLoop
- langs:
- - csharp
- name: AddIdle(Functrue wait until an event is available, otherwise return immediately.
+ return:
+ type: System.Boolean
+ description: true, if there were pending events, false otherwise.
+ content.vb: Function EventsPending(wait As Boolean) As Boolean
+ overload: Mono.Terminal.IMainLoopDriver.EventsPending*
+- uid: Mono.Terminal.IMainLoopDriver.MainIteration
+ commentId: M:Mono.Terminal.IMainLoopDriver.MainIteration
+ id: MainIteration
+ parent: Mono.Terminal.IMainLoopDriver
+ langs:
+ - csharp
+ - vb
+ name: MainIteration()
+ nameWithType: IMainLoopDriver.MainIteration()
+ fullName: Mono.Terminal.IMainLoopDriver.MainIteration()
+ type: Method
+ source:
+ remote:
+ path: Terminal.Gui/MonoCurses/mainloop.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: MainIteration
+ path: ../Terminal.Gui/MonoCurses/mainloop.cs
+ startLine: 59
+ assemblies:
+ - Terminal.Gui
+ namespace: Mono.Terminal
+ summary: "\nThe interation function.\n"
+ example: []
+ syntax:
+ content: void MainIteration()
+ content.vb: Sub MainIteration
+ overload: Mono.Terminal.IMainLoopDriver.MainIteration*
+references:
+- uid: Mono.Terminal
+ commentId: N:Mono.Terminal
+ name: Mono.Terminal
+ nameWithType: Mono.Terminal
+ fullName: Mono.Terminal
+- uid: Mono.Terminal.IMainLoopDriver.Setup*
+ commentId: Overload:Mono.Terminal.IMainLoopDriver.Setup
+ name: Setup
+ nameWithType: IMainLoopDriver.Setup
+ fullName: Mono.Terminal.IMainLoopDriver.Setup
+- uid: Mono.Terminal.MainLoop
+ commentId: T:Mono.Terminal.MainLoop
+ parent: Mono.Terminal
+ name: MainLoop
+ nameWithType: MainLoop
+ fullName: Mono.Terminal.MainLoop
+- uid: Mono.Terminal.IMainLoopDriver.Wakeup*
+ commentId: Overload:Mono.Terminal.IMainLoopDriver.Wakeup
+ name: Wakeup
+ nameWithType: IMainLoopDriver.Wakeup
+ fullName: Mono.Terminal.IMainLoopDriver.Wakeup
+- uid: Mono.Terminal.IMainLoopDriver.EventsPending*
+ commentId: Overload:Mono.Terminal.IMainLoopDriver.EventsPending
+ name: EventsPending
+ nameWithType: IMainLoopDriver.EventsPending
+ fullName: Mono.Terminal.IMainLoopDriver.EventsPending
+- uid: System.Boolean
+ commentId: T:System.Boolean
+ parent: System
+ isExternal: true
+ name: Boolean
+ nameWithType: Boolean
+ fullName: System.Boolean
+- uid: System
+ commentId: N:System
+ isExternal: true
+ name: System
+ nameWithType: System
+ fullName: System
+- uid: Mono.Terminal.IMainLoopDriver.MainIteration*
+ commentId: Overload:Mono.Terminal.IMainLoopDriver.MainIteration
+ name: MainIteration
+ nameWithType: IMainLoopDriver.MainIteration
+ fullName: Mono.Terminal.IMainLoopDriver.MainIteration
+shouldSkipMarkup: true
diff --git a/docfx/api/Terminal.Gui/Mono.Terminal.MainLoop.yml b/docfx/api/Terminal.Gui/Mono.Terminal.MainLoop.yml
new file mode 100644
index 000000000..86c446ee3
--- /dev/null
+++ b/docfx/api/Terminal.Gui/Mono.Terminal.MainLoop.yml
@@ -0,0 +1,1031 @@
+### YamlMime:ManagedReference
+items:
+- uid: Mono.Terminal.MainLoop
+ commentId: T:Mono.Terminal.MainLoop
+ id: MainLoop
+ parent: Mono.Terminal
+ children:
+ - Mono.Terminal.MainLoop.#ctor(Mono.Terminal.IMainLoopDriver)
+ - Mono.Terminal.MainLoop.AddIdle(System.Func{System.Boolean})
+ - Mono.Terminal.MainLoop.AddTimeout(System.TimeSpan,System.Func{Mono.Terminal.MainLoop,System.Boolean})
+ - Mono.Terminal.MainLoop.Driver
+ - Mono.Terminal.MainLoop.EventsPending(System.Boolean)
+ - Mono.Terminal.MainLoop.Invoke(System.Action)
+ - Mono.Terminal.MainLoop.MainIteration
+ - Mono.Terminal.MainLoop.RemoveIdle(System.Func{System.Boolean})
+ - Mono.Terminal.MainLoop.RemoveTimeout(System.Object)
+ - Mono.Terminal.MainLoop.Run
+ - Mono.Terminal.MainLoop.Stop
+ langs:
+ - csharp
+ - vb
+ name: MainLoop
+ nameWithType: MainLoop
+ fullName: Mono.Terminal.MainLoop
+ type: Class
+ source:
+ remote:
+ path: Terminal.Gui/MonoCurses/mainloop.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: MainLoop
+ path: ../Terminal.Gui/MonoCurses/mainloop.cs
+ startLine: 316
+ assemblies:
+ - Terminal.Gui
+ namespace: Mono.Terminal
+ summary: "\nSimple main loop implementation that can be used to monitor\nfile descriptor, run timers and idle handlers.\n"
+ remarks: "\nMonitoring of file descriptors is only available on Unix, there\ndoes not seem to be a way of supporting this on Windows.\n"
+ example: []
+ syntax:
+ content: public class MainLoop
+ content.vb: Public Class MainLoop
+ inheritance:
+ - System.Object
+ inheritedMembers:
+ - System.Object.Equals(System.Object)
+ - System.Object.Equals(System.Object,System.Object)
+ - System.Object.GetHashCode
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
+ - System.Object.ReferenceEquals(System.Object,System.Object)
+ - System.Object.ToString
+ modifiers.csharp:
+ - public
+ - class
+ modifiers.vb:
+ - Public
+ - Class
+- uid: Mono.Terminal.MainLoop.Driver
+ commentId: P:Mono.Terminal.MainLoop.Driver
+ id: Driver
+ parent: Mono.Terminal.MainLoop
+ langs:
+ - csharp
+ - vb
+ name: Driver
+ nameWithType: MainLoop.Driver
+ fullName: Mono.Terminal.MainLoop.Driver
+ type: Property
+ source:
+ remote:
+ path: Terminal.Gui/MonoCurses/mainloop.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: Driver
+ path: ../Terminal.Gui/MonoCurses/mainloop.cs
+ startLine: 331
+ assemblies:
+ - Terminal.Gui
+ namespace: Mono.Terminal
+ summary: "\nThe current IMainLoopDriver in use.\n"
+ example: []
+ syntax:
+ content: public IMainLoopDriver Driver { get; }
+ parameters: []
+ return:
+ type: Mono.Terminal.IMainLoopDriver
+ description: The driver.
+ content.vb: Public ReadOnly Property Driver As IMainLoopDriver
+ overload: Mono.Terminal.MainLoop.Driver*
+ modifiers.csharp:
+ - public
+ - get
+ modifiers.vb:
+ - Public
+ - ReadOnly
+- uid: Mono.Terminal.MainLoop.#ctor(Mono.Terminal.IMainLoopDriver)
+ commentId: M:Mono.Terminal.MainLoop.#ctor(Mono.Terminal.IMainLoopDriver)
+ id: '#ctor(Mono.Terminal.IMainLoopDriver)'
+ parent: Mono.Terminal.MainLoop
+ langs:
+ - csharp
+ - vb
+ name: MainLoop(IMainLoopDriver)
+ nameWithType: MainLoop.MainLoop(IMainLoopDriver)
+ fullName: Mono.Terminal.MainLoop.MainLoop(Mono.Terminal.IMainLoopDriver)
+ type: Constructor
+ source:
+ remote:
+ path: Terminal.Gui/MonoCurses/mainloop.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: .ctor
+ path: ../Terminal.Gui/MonoCurses/mainloop.cs
+ startLine: 337
+ assemblies:
+ - Terminal.Gui
+ namespace: Mono.Terminal
+ summary: "\nCreates a new Mainloop, to run it you must provide a driver, and choose\none of the implementations UnixMainLoop, NetMainLoop or WindowsMainLoop.\n"
+ example: []
+ syntax:
+ content: public MainLoop(IMainLoopDriver driver)
+ parameters:
+ - id: driver
+ type: Mono.Terminal.IMainLoopDriver
+ content.vb: Public Sub New(driver As IMainLoopDriver)
+ overload: Mono.Terminal.MainLoop.#ctor*
+ modifiers.csharp:
+ - public
+ modifiers.vb:
+ - Public
+- uid: Mono.Terminal.MainLoop.Invoke(System.Action)
+ commentId: M:Mono.Terminal.MainLoop.Invoke(System.Action)
+ id: Invoke(System.Action)
+ parent: Mono.Terminal.MainLoop
+ langs:
+ - csharp
+ - vb
+ name: Invoke(Action)
+ nameWithType: MainLoop.Invoke(Action)
+ fullName: Mono.Terminal.MainLoop.Invoke(System.Action)
+ type: Method
+ source:
+ remote:
+ path: Terminal.Gui/MonoCurses/mainloop.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: Invoke
+ path: ../Terminal.Gui/MonoCurses/mainloop.cs
+ startLine: 346
+ assemblies:
+ - Terminal.Gui
+ namespace: Mono.Terminal
+ summary: "\nRuns @action on the thread that is processing events\n"
+ example: []
+ syntax:
+ content: public void Invoke(Action action)
+ parameters:
+ - id: action
+ type: System.Action
+ content.vb: Public Sub Invoke(action As Action)
+ overload: Mono.Terminal.MainLoop.Invoke*
+ modifiers.csharp:
+ - public
+ modifiers.vb:
+ - Public
+- uid: Mono.Terminal.MainLoop.AddIdle(System.Func{System.Boolean})
+ commentId: M:Mono.Terminal.MainLoop.AddIdle(System.Func{System.Boolean})
+ id: AddIdle(System.Func{System.Boolean})
+ parent: Mono.Terminal.MainLoop
+ langs:
+ - csharp
+ - vb
+ name: AddIdle(Functrue disposing.
+ content.vb: Protected Overridable Sub Dispose(disposing As Boolean)
overload: Terminal.Gui.Application.RunState.Dispose*
- exceptions: []
+ modifiers.csharp:
+ - protected
+ - virtual
+ modifiers.vb:
+ - Protected
+ - Overridable
references:
+- uid: Terminal.Gui.Application.RunState.Toplevel
+ commentId: F:Terminal.Gui.Application.RunState.Toplevel
+ isExternal: true
+- 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.Application.RunState.Dispose
- parent: Terminal.Gui.Application.RunState
- isExternal: false
- name: Dispose()
- nameWithType: Application.RunState.Dispose()
- fullName: Application.RunState.Dispose()
-- uid: Terminal.Gui.Application.RunState.Dispose(System.Boolean)
- parent: Terminal.Gui.Application.RunState
- isExternal: false
- name: Dispose(Boolean)
- nameWithType: Application.RunState.Dispose(Boolean)
- fullName: Application.RunState.Dispose(Boolean)
-- uid: System.Boolean
- parent: System
- isExternal: true
- name: Boolean
- nameWithType: Boolean
- fullName: System.Boolean
-- uid: Terminal.Gui.Application.RunState.Dispose*
- parent: Terminal.Gui.Application.RunState
- isExternal: false
- name: Dispose
- nameWithType: Application.RunState.Dispose
- fullName: Application.RunState.Dispose
- uid: System.IDisposable
+ commentId: T:System.IDisposable
parent: System
isExternal: true
name: IDisposable
nameWithType: IDisposable
fullName: System.IDisposable
+- 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.Object.ToString
+ commentId: M:System.Object.ToString
+ parent: System.Object
+ isExternal: true
+ name: ToString()
+ nameWithType: Object.ToString()
+ fullName: System.Object.ToString()
+ spec.csharp:
+ - uid: System.Object.ToString
+ name: ToString
+ nameWithType: Object.ToString
+ fullName: System.Object.ToString
+ isExternal: true
+ - name: (
+ nameWithType: (
+ fullName: (
+ - name: )
+ nameWithType: )
+ fullName: )
+ spec.vb:
+ - uid: System.Object.ToString
+ name: ToString
+ nameWithType: Object.ToString
+ fullName: System.Object.ToString
+ isExternal: true
+ - name: (
+ nameWithType: (
+ fullName: (
+ - name: )
+ nameWithType: )
+ fullName: )
+- uid: System
+ commentId: N:System
+ isExternal: true
+ name: System
+ nameWithType: System
+ fullName: System
+- uid: Terminal.Gui.Application.RunState
+ commentId: T:Terminal.Gui.Application.RunState
+ parent: Terminal.Gui
+ name: Application.RunState
+ nameWithType: Application.RunState
+ fullName: Terminal.Gui.Application.RunState
+- uid: Terminal.Gui.Application.RunState.Dispose
+ commentId: M:Terminal.Gui.Application.RunState.Dispose
+ isExternal: true
+- uid: Terminal.Gui.Application.RunState.Dispose*
+ commentId: Overload:Terminal.Gui.Application.RunState.Dispose
+ name: Dispose
+ nameWithType: Application.RunState.Dispose
+ fullName: Terminal.Gui.Application.RunState.Dispose
+- uid: System.IDisposable.Dispose
+ commentId: M:System.IDisposable.Dispose
+ parent: System.IDisposable
+ isExternal: true
+ name: Dispose()
+ nameWithType: IDisposable.Dispose()
+ fullName: System.IDisposable.Dispose()
+ spec.csharp:
+ - uid: System.IDisposable.Dispose
+ name: Dispose
+ nameWithType: IDisposable.Dispose
+ fullName: System.IDisposable.Dispose
+ isExternal: true
+ - name: (
+ nameWithType: (
+ fullName: (
+ - name: )
+ nameWithType: )
+ fullName: )
+ spec.vb:
+ - uid: System.IDisposable.Dispose
+ name: Dispose
+ nameWithType: IDisposable.Dispose
+ fullName: System.IDisposable.Dispose
+ isExternal: true
+ - name: (
+ nameWithType: (
+ fullName: (
+ - name: )
+ nameWithType: )
+ fullName: )
+- uid: System.Boolean
+ commentId: T:System.Boolean
+ parent: System
+ isExternal: true
+ name: Boolean
+ nameWithType: Boolean
+ fullName: System.Boolean
+shouldSkipMarkup: true
diff --git a/docfx/api/Terminal.Gui/Terminal.Gui.Application.yml b/docfx/api/Terminal.Gui/Terminal.Gui.Application.yml
index 754a8c767..1fdf7b380 100644
--- a/docfx/api/Terminal.Gui/Terminal.Gui.Application.yml
+++ b/docfx/api/Terminal.Gui/Terminal.Gui.Application.yml
@@ -1,224 +1,331 @@
### YamlMime:ManagedReference
items:
- uid: Terminal.Gui.Application
+ commentId: T:Terminal.Gui.Application
id: Application
+ parent: Terminal.Gui
children:
- Terminal.Gui.Application.Begin(Terminal.Gui.Toplevel)
- Terminal.Gui.Application.Current
+ - Terminal.Gui.Application.CurrentView
- Terminal.Gui.Application.Driver
- Terminal.Gui.Application.End(Terminal.Gui.Application.RunState)
- Terminal.Gui.Application.GrabMouse(Terminal.Gui.View)
- Terminal.Gui.Application.Init
- Terminal.Gui.Application.Iteration
+ - Terminal.Gui.Application.Loaded
- Terminal.Gui.Application.MainLoop
- Terminal.Gui.Application.MakeCenteredRect(Terminal.Gui.Size)
- Terminal.Gui.Application.Refresh
- Terminal.Gui.Application.RequestStop
+ - Terminal.Gui.Application.Resized
- Terminal.Gui.Application.RootMouseEvent
- Terminal.Gui.Application.Run
- Terminal.Gui.Application.Run(Terminal.Gui.Toplevel)
+ - Terminal.Gui.Application.Run``1
- Terminal.Gui.Application.RunLoop(Terminal.Gui.Application.RunState,System.Boolean)
+ - Terminal.Gui.Application.Shutdown
- Terminal.Gui.Application.Top
- Terminal.Gui.Application.UngrabMouse
- Terminal.Gui.Application.UseSystemConsole
langs:
- csharp
+ - vb
name: Application
nameWithType: Application
fullName: Terminal.Gui.Application
type: Class
+ source:
+ remote:
+ path: Terminal.Gui/Core.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: Application
+ path: ../Terminal.Gui/Core.cs
+ startLine: 1994
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: The application driver for gui.cs
- remarks: "\n You can hook up to the Iteration event to have your method \n invoked on each iteration of the mainloop.\n
\n\n Creates a mainloop to process input events, handle timers and\n other sources of data. It is accessible via the MainLoop property.\n
\n\n When invoked sets the SynchronizationContext to one that is tied\n to the mainloop, allowing user code to use async/await.\n
" + summary: "\nThe application driver for Terminal.Gui.\n" + remarks: "\n\n You can hook up to the Iteration event to have your method\n invoked on each iteration of the mainloop.\n
\n\n Creates a mainloop to process input events, handle timers and\n other sources of data. It is accessible via the MainLoop property.\n
\n\n When invoked sets the SynchronizationContext to one that is tied\n to the mainloop, allowing user code to use async/await.\n
\n" + example: [] syntax: content: public static class Application + content.vb: Public Module Application inheritance: - System.Object - implements: [] - inheritedMembers: [] -- uid: Terminal.Gui.Application.Begin(Terminal.Gui.Toplevel) - id: Begin(Terminal.Gui.Toplevel) - parent: Terminal.Gui.Application - langs: - - csharp - name: Begin(Toplevel) - nameWithType: Application.Begin(Toplevel) - fullName: Application.Begin(Toplevel) - type: Method - assemblies: - - Terminal.Gui - namespace: Terminal.Gui - summary: 'Building block API: Prepares the provided toplevel for execution.' - remarks: "This method prepares the provided toplevel for running with the focus,\n it adds this to the list of toplevels, sets up the mainloop to process the \n event, lays out the subviews, focuses the first element, and draws the\n toplevel in the screen. This is usually followed by executing\n the\n This method is used to start processing events\n for the main application, but it is also used to\n run modal dialog boxes.\n
\n\n To make a toplevel stop execution, set the \"Running\"\n property to false.\n
\n\n This is equivalent to calling Begin on the toplevel view, followed by RunLoop with the\n returned value, and then calling end on the return value.\n
\n\n Alternatively, if your program needs to control the main loop and needs to \n process events manually, you can invoke Begin to set things up manually and then\n repeatedly call RunLoop with the wait parameter set to false. By doing this\n the RunLoop method will only process any pending events, timers, idle handlers and\n then return control immediately.\n
" - syntax: - content: public static void Run (Terminal.Gui.Toplevel view); - parameters: - - id: view - type: Terminal.Gui.Toplevel - description: To be added. - overload: Terminal.Gui.Application.Run* - exceptions: [] -- uid: Terminal.Gui.Application.RunLoop(Terminal.Gui.Application.RunState,System.Boolean) - id: RunLoop(Terminal.Gui.Application.RunState,System.Boolean) - parent: Terminal.Gui.Application - langs: - - csharp - name: RunLoop(Application+RunState, Boolean) - nameWithType: Application.RunLoop(Application+RunState, Boolean) - fullName: Application.RunLoop(Application+RunState, Boolean) - type: Method - assemblies: - - Terminal.Gui - namespace: Terminal.Gui - summary: 'Building block API: Runs the main loop for the created dialog' - remarks: >- - Use the wait parameter to control whether this is a - blocking or non-blocking call. - syntax: - content: public static void RunLoop (Terminal.Gui.Application.RunState state, bool wait = true); - parameters: - - id: state - type: Terminal.Gui.Application+RunState - description: The state returned by the Begin method. - - id: wait - type: System.Boolean - description: By default this is true which will execute the runloop waiting for events, if you pass false, you can use this method to run a single iteration of the events. - overload: Terminal.Gui.Application.RunLoop* - exceptions: [] -- uid: Terminal.Gui.Application.Top - id: Top - parent: Terminal.Gui.Application - langs: - - csharp - name: Top - nameWithType: Application.Top - fullName: Application.Top - type: Property - assemblies: - - Terminal.Gui - namespace: Terminal.Gui - summary: The Toplevel object used for the application on startup. - syntax: - content: public static Terminal.Gui.Toplevel Top { get; } - return: - type: Terminal.Gui.Toplevel - description: The top. - overload: Terminal.Gui.Application.Top* - exceptions: [] -- uid: Terminal.Gui.Application.UngrabMouse - id: UngrabMouse - parent: Terminal.Gui.Application - langs: - - csharp - name: UngrabMouse() - nameWithType: Application.UngrabMouse() - fullName: Application.UngrabMouse() - type: Method - assemblies: - - Terminal.Gui - namespace: Terminal.Gui - summary: Releases the mouse grab, so mouse events will be routed to the view on which the mouse is. - syntax: - content: public static void UngrabMouse (); - parameters: [] - overload: Terminal.Gui.Application.UngrabMouse* - exceptions: [] + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared - uid: Terminal.Gui.Application.UseSystemConsole + commentId: F:Terminal.Gui.Application.UseSystemConsole id: UseSystemConsole parent: Terminal.Gui.Application langs: - csharp + - vb name: UseSystemConsole nameWithType: Application.UseSystemConsole - fullName: Application.UseSystemConsole + fullName: Terminal.Gui.Application.UseSystemConsole type: Field + source: + remote: + path: Terminal.Gui/Core.cs + branch: docs + repo: tig:tig/gui.cs.git + id: UseSystemConsole + path: ../Terminal.Gui/Core.cs + startLine: 2081 assemblies: - Terminal.Gui namespace: Terminal.Gui - summary: If set, it forces the use of the System.Console-based driver. + summary: "\nIf set, it forces the use of the System.Console-based driver.\n" + example: [] syntax: - content: public static bool UseSystemConsole; + content: public static bool UseSystemConsole return: type: System.Boolean - description: To be added. - exceptions: [] + content.vb: Public Shared UseSystemConsole As Boolean + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: Terminal.Gui.Application.Init + commentId: M:Terminal.Gui.Application.Init + id: Init + parent: Terminal.Gui.Application + langs: + - csharp + - vb + name: Init() + nameWithType: Application.Init() + fullName: Terminal.Gui.Application.Init() + type: Method + source: + remote: + path: Terminal.Gui/Core.cs + branch: docs + repo: tig:tig/gui.cs.git + id: Init + path: ../Terminal.Gui/Core.cs + startLine: 2097 + assemblies: + - Terminal.Gui + namespace: Terminal.Gui + summary: "\nInitializes a new instance of\nCall this method once per instance (or after
\nLoads the right
\nCreates a
\n This method is used to start processing events\n for the main application, but it is also used to\n run other modal
\n To make a
\n Calling
\n Alternatively, to have a program control the main loop and \n process events manually, call
\nThis will cause
\n Calling
- Provides a button that can be clicked, or pressed with - the enter key and processes hotkeys (the first uppercase - letter in the button becomes the hotkey). -
-- If the button is configured as the default (IsDefault) the button - will respond to the return key is no other view processes it, and - turns this into a clicked event. -
+ summary: "\nButton is a\n Provides a button showing text invokes an
\n When the button is configured as the default (
true if is default; otherwise, false.
+ content.vb: Public Property IsDefault As Boolean
overload: Terminal.Gui.Button.IsDefault*
- exceptions: []
-- uid: Terminal.Gui.Button.MouseEvent(Terminal.Gui.MouseEvent)
- id: MouseEvent(Terminal.Gui.MouseEvent)
+ modifiers.csharp:
+ - public
+ - get
+ - set
+ modifiers.vb:
+ - Public
+- uid: Terminal.Gui.Button.Clicked
+ commentId: F:Terminal.Gui.Button.Clicked
+ id: Clicked
parent: Terminal.Gui.Button
langs:
- csharp
- name: MouseEvent(MouseEvent)
- nameWithType: Button.MouseEvent(MouseEvent)
- fullName: Button.MouseEvent(MouseEvent)
- type: Method
+ - vb
+ name: Clicked
+ nameWithType: Button.Clicked
+ fullName: Terminal.Gui.Button.Clicked
+ type: Field
+ source:
+ remote:
+ path: Terminal.Gui/Views/Button.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: Clicked
+ path: ../Terminal.Gui/Views/Button.cs
+ startLine: 53
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
+ summary: "\nClicked true is checked.
+ content.vb: Public Sub New(s As ustring, is_checked As Boolean = False)
overload: Terminal.Gui.CheckBox.#ctor*
- exceptions: []
+ modifiers.csharp:
+ - public
+ modifiers.vb:
+ - Public
- uid: Terminal.Gui.CheckBox.#ctor(System.Int32,System.Int32,NStack.ustring)
+ commentId: M:Terminal.Gui.CheckBox.#ctor(System.Int32,System.Int32,NStack.ustring)
id: '#ctor(System.Int32,System.Int32,NStack.ustring)'
parent: Terminal.Gui.CheckBox
langs:
- csharp
+ - vb
name: CheckBox(Int32, Int32, ustring)
nameWithType: CheckBox.CheckBox(Int32, Int32, ustring)
- fullName: CheckBox.CheckBox(Int32, Int32, ustring)
+ fullName: Terminal.Gui.CheckBox.CheckBox(System.Int32, System.Int32, NStack.ustring)
type: Constructor
+ source:
+ remote:
+ path: Terminal.Gui/Views/Checkbox.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: .ctor
+ path: ../Terminal.Gui/Views/Checkbox.cs
+ startLine: 50
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: >-
- Public constructor, creates a CheckButton based on
- the given text at an absolute position.
- remarks: >-
- The size of CheckButton is computed based on the
- text length. This CheckButton is not toggled.
+ summary: "\nInitializes a new instance of true it will clear the contents with the current color, otherwise the contents will be left untouched.
+ content.vb: Public Overridable Sub DrawFrame(region As Rect, padding As Integer, fill As Boolean)
overload: Terminal.Gui.ConsoleDriver.DrawFrame*
- exceptions: []
-- uid: Terminal.Gui.ConsoleDriver.End
- id: End
- parent: Terminal.Gui.ConsoleDriver
- langs:
- - csharp
- name: End()
- nameWithType: ConsoleDriver.End()
- fullName: ConsoleDriver.End()
- type: Method
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Ends the execution of the console driver.
- syntax:
- content: public abstract void End ();
- parameters: []
- overload: Terminal.Gui.ConsoleDriver.End*
- exceptions: []
-- uid: Terminal.Gui.ConsoleDriver.HLine
- id: HLine
- parent: Terminal.Gui.ConsoleDriver
- langs:
- - csharp
- name: HLine
- nameWithType: ConsoleDriver.HLine
- fullName: ConsoleDriver.HLine
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Horizontal line character.
- syntax:
- content: public Rune HLine;
- return:
- type: System.Rune
- description: To be added.
- exceptions: []
-- uid: Terminal.Gui.ConsoleDriver.Init(System.Action)
- id: Init(System.Action)
- parent: Terminal.Gui.ConsoleDriver
- langs:
- - csharp
- name: Init(Action)
- nameWithType: ConsoleDriver.Init(Action)
- fullName: ConsoleDriver.Init(Action)
- type: Method
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Initializes the driver
- syntax:
- content: public abstract void Init (Action terminalResized);
- parameters:
- - id: terminalResized
- type: System.Action
- description: Method to invoke when the terminal is resized.
- overload: Terminal.Gui.ConsoleDriver.Init*
- exceptions: []
-- uid: Terminal.Gui.ConsoleDriver.LeftTee
- id: LeftTee
- parent: Terminal.Gui.ConsoleDriver
- langs:
- - csharp
- name: LeftTee
- nameWithType: ConsoleDriver.LeftTee
- fullName: ConsoleDriver.LeftTee
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Left tee
- syntax:
- content: public Rune LeftTee;
- return:
- type: System.Rune
- description: To be added.
- exceptions: []
-- uid: Terminal.Gui.ConsoleDriver.LLCorner
- id: LLCorner
- parent: Terminal.Gui.ConsoleDriver
- langs:
- - csharp
- name: LLCorner
- nameWithType: ConsoleDriver.LLCorner
- fullName: ConsoleDriver.LLCorner
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Lower left corner
- syntax:
- content: public Rune LLCorner;
- return:
- type: System.Rune
- description: To be added.
- exceptions: []
-- uid: Terminal.Gui.ConsoleDriver.LRCorner
- id: LRCorner
- parent: Terminal.Gui.ConsoleDriver
- langs:
- - csharp
- name: LRCorner
- nameWithType: ConsoleDriver.LRCorner
- fullName: ConsoleDriver.LRCorner
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Lower right corner
- syntax:
- content: public Rune LRCorner;
- return:
- type: System.Rune
- description: To be added.
- exceptions: []
-- uid: Terminal.Gui.ConsoleDriver.MakeAttribute(Terminal.Gui.Color,Terminal.Gui.Color)
- id: MakeAttribute(Terminal.Gui.Color,Terminal.Gui.Color)
- parent: Terminal.Gui.ConsoleDriver
- langs:
- - csharp
- name: MakeAttribute(Color, Color)
- nameWithType: ConsoleDriver.MakeAttribute(Color, Color)
- fullName: ConsoleDriver.MakeAttribute(Color, Color)
- type: Method
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- syntax:
- content: public abstract Terminal.Gui.Attribute MakeAttribute (Terminal.Gui.Color fore, Terminal.Gui.Color back);
- parameters:
- - id: fore
- type: Terminal.Gui.Color
- description: To be added.
- - id: back
- type: Terminal.Gui.Color
- description: To be added.
- return:
- type: Terminal.Gui.Attribute
- description: To be added.
- overload: Terminal.Gui.ConsoleDriver.MakeAttribute*
- exceptions: []
-- uid: Terminal.Gui.ConsoleDriver.Move(System.Int32,System.Int32)
- id: Move(System.Int32,System.Int32)
- parent: Terminal.Gui.ConsoleDriver
- langs:
- - csharp
- name: Move(Int32, Int32)
- nameWithType: ConsoleDriver.Move(Int32, Int32)
- fullName: ConsoleDriver.Move(Int32, Int32)
- type: Method
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Moves the cursor to the specified column and row.
- syntax:
- content: public abstract void Move (int col, int row);
- parameters:
- - id: col
- type: System.Int32
- description: Column to move the cursor to.
- - id: row
- type: System.Int32
- description: Row to move the cursor to.
- overload: Terminal.Gui.ConsoleDriver.Move*
- exceptions: []
-- uid: Terminal.Gui.ConsoleDriver.PrepareToRun(Mono.Terminal.MainLoop,System.Action{Terminal.Gui.KeyEvent},System.Action{Terminal.Gui.MouseEvent})
- id: PrepareToRun(Mono.Terminal.MainLoop,System.Action{Terminal.Gui.KeyEvent},System.Action{Terminal.Gui.MouseEvent})
- parent: Terminal.Gui.ConsoleDriver
- langs:
- - csharp
- name: PrepareToRun(MainLoop, Action- Use the Dim objects on the Width or Height properties of a view to control the position. -
-- These can be used to set the absolute position, when merely assigning an - integer value (via the implicit integer to Pos conversion), and they can be combined - to produce more useful layouts, like: Pos.Center - 3, which would shift the postion - of the view 3 characters to the left after centering for example. -
+ summary: "\nDim properties of a\n Use the Dim objects on the Width or Height properties of a
\n These can be used to set the absolute position, when merely assigning an\n integer value (via the implicit integer to Pos conversion), and they can be combined\n to produce more useful layouts, like: Pos.Center - 3, which would shift the postion\n of the
var textView = new TextView () {\nX = Pos.Center (),\nY = Pos.Percent (50),\nWidth = Dim.Percent (80),\n Height = Dim.Percent (30),\n};\n"
syntax:
- content: public Dim ();
- parameters: []
- overload: Terminal.Gui.Dim.#ctor*
- exceptions: []
+ content: public static Dim Percent(float n)
+ parameters:
+ - id: n
+ type: System.Single
+ description: A value between 0 and 100 representing the percentage.
+ return:
+ type: Terminal.Gui.Dim
+ description: The percent left and right.
- overload: Terminal.Gui.Dim.op_Addition*
- exceptions: []
-- uid: Terminal.Gui.Dim.op_Implicit(System.Int32 to Terminal.Gui.Dim)
- id: op_Implicit(System.Int32 to Terminal.Gui.Dim)
- parent: Terminal.Gui.Dim
- langs:
- - csharp
- name: op_Implicit(Int32 to Dim)
- nameWithType: Dim.op_Implicit(Int32 to Dim)
- fullName: Dim.op_Implicit(Int32 to Dim)
- type: Operator
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Creates an Absolute Pos from the specified integer value.
- syntax:
- content: public static Terminal.Gui.Dim op_Implicit (int n);
+ content: public static implicit operator Dim(int n)
parameters:
- id: n
type: System.Int32
description: The value to convert to the pos.
return:
type: Terminal.Gui.Dim
- description: The Absolute Pos.
+ description: The Absolute left minus right.
- overload: Terminal.Gui.Dim.op_Subtraction*
- exceptions: []
-- uid: Terminal.Gui.Dim.Percent(System.Single)
- id: Percent(System.Single)
- parent: Terminal.Gui.Dim
- langs:
- - csharp
- name: Percent(Single)
- nameWithType: Dim.Percent(Single)
- fullName: Dim.Percent(Single)
- type: Method
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Creates a percentage Dim object
- syntax:
- content: public static Terminal.Gui.Dim Percent (float n);
- parameters:
- - id: n
- type: System.Single
- description: A value between 0 and 100 representing the percentage.
- return:
- type: Terminal.Gui.Dim
- description: The percent Dim object.
- overload: Terminal.Gui.Dim.Percent*
- exceptions: []
+ nameWithType.vb: Dim.Widening(Int32 to Dim)
+ modifiers.csharp:
+ - public
+ - static
+ modifiers.vb:
+ - Public
+ - Shared
+ fullName.vb: Terminal.Gui.Dim.Widening(System.Int32 to Terminal.Gui.Dim)
+ name.vb: Widening(Int32 to Dim)
- uid: Terminal.Gui.Dim.Sized(System.Int32)
+ commentId: M:Terminal.Gui.Dim.Sized(System.Int32)
id: Sized(System.Int32)
parent: Terminal.Gui.Dim
langs:
- csharp
+ - vb
name: Sized(Int32)
nameWithType: Dim.Sized(Int32)
- fullName: Dim.Sized(Int32)
+ fullName: Terminal.Gui.Dim.Sized(System.Int32)
type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Types/PosDim.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: Sized
+ path: ../Terminal.Gui/Types/PosDim.cs
+ startLine: 482
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: Creates an Absolute Pos from the specified integer value.
+ summary: "\nCreates an Absolute left and right.
+ content.vb: 'Public Shared Operator +(left As Dim, right As Dim) As '
+ overload: Terminal.Gui.Dim.op_Addition*
+ modifiers.csharp:
+ - public
+ - static
+ modifiers.vb:
+ - Public
+ - Shared
+- uid: Terminal.Gui.Dim.op_Subtraction(Terminal.Gui.Dim,Terminal.Gui.Dim)
+ commentId: M:Terminal.Gui.Dim.op_Subtraction(Terminal.Gui.Dim,Terminal.Gui.Dim)
+ id: op_Subtraction(Terminal.Gui.Dim,Terminal.Gui.Dim)
+ parent: Terminal.Gui.Dim
+ langs:
+ - csharp
+ - vb
+ name: Subtraction(Dim, Dim)
+ nameWithType: Dim.Subtraction(Dim, Dim)
+ fullName: Terminal.Gui.Dim.Subtraction(Terminal.Gui.Dim, Terminal.Gui.Dim)
+ type: Operator
+ source:
+ remote:
+ path: Terminal.Gui/Types/PosDim.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: op_Subtraction
+ path: ../Terminal.Gui/Types/PosDim.cs
+ startLine: 525
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nSubtracts a left minus right.
+ content.vb: 'Public Shared Operator -(left As Dim, right As Dim) As '
+ overload: Terminal.Gui.Dim.op_Subtraction*
+ modifiers.csharp:
+ - public
+ - static
+ modifiers.vb:
+ - Public
+ - Shared
- uid: Terminal.Gui.Dim.Width(Terminal.Gui.View)
+ commentId: M:Terminal.Gui.Dim.Width(Terminal.Gui.View)
id: Width(Terminal.Gui.View)
parent: Terminal.Gui.Dim
langs:
- csharp
+ - vb
name: Width(View)
nameWithType: Dim.Width(View)
- fullName: Dim.Width(View)
+ fullName: Terminal.Gui.Dim.Width(Terminal.Gui.View)
type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Types/PosDim.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: Width
+ path: ../Terminal.Gui/Types/PosDim.cs
+ startLine: 554
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: Returns a Dim object tracks the Width of the specified view.
+ summary: "\nReturns a true if allows other file types; otherwise, false.
- overload: Terminal.Gui.FileDialog.AllowsOtherFileTypes*
- exceptions: []
-- uid: Terminal.Gui.FileDialog.CanCreateDirectories
- id: CanCreateDirectories
- parent: Terminal.Gui.FileDialog
- langs:
- - csharp
- name: CanCreateDirectories
- nameWithType: FileDialog.CanCreateDirectories
- fullName: FileDialog.CanCreateDirectories
- type: Property
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Gets or sets a value indicating whether this true if can create directories; otherwise, false.
- overload: Terminal.Gui.FileDialog.CanCreateDirectories*
- exceptions: []
-- uid: Terminal.Gui.FileDialog.DirectoryPath
- id: DirectoryPath
- parent: Terminal.Gui.FileDialog
- langs:
- - csharp
- name: DirectoryPath
- nameWithType: FileDialog.DirectoryPath
- fullName: FileDialog.DirectoryPath
- type: Property
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Gets or sets the directory path for this panel
- syntax:
- content: public NStack.ustring DirectoryPath { get; set; }
- return:
- type: NStack.ustring
- description: The directory path.
- overload: Terminal.Gui.FileDialog.DirectoryPath*
- exceptions: []
-- uid: Terminal.Gui.FileDialog.FilePath
- id: FilePath
- parent: Terminal.Gui.FileDialog
- langs:
- - csharp
- name: FilePath
- nameWithType: FileDialog.FilePath
- fullName: FileDialog.FilePath
- type: Property
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The File path that is currently shown on the panel
- syntax:
- content: public NStack.ustring FilePath { get; set; }
- return:
- type: NStack.ustring
- description: The absolute file path for the file path entered.
- overload: Terminal.Gui.FileDialog.FilePath*
- exceptions: []
-- uid: Terminal.Gui.FileDialog.IsExtensionHidden
- id: IsExtensionHidden
- parent: Terminal.Gui.FileDialog
- langs:
- - csharp
- name: IsExtensionHidden
- nameWithType: FileDialog.IsExtensionHidden
- fullName: FileDialog.IsExtensionHidden
- type: Property
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Gets or sets a value indicating whether this true if is extension hidden; otherwise, false.
- overload: Terminal.Gui.FileDialog.IsExtensionHidden*
- exceptions: []
-- uid: Terminal.Gui.FileDialog.Message
- id: Message
- parent: Terminal.Gui.FileDialog
- langs:
- - csharp
- name: Message
- nameWithType: FileDialog.Message
- fullName: FileDialog.Message
- type: Property
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Gets or sets the message displayed to the user, defaults to nothing
- syntax:
- content: public NStack.ustring Message { get; set; }
- return:
type: NStack.ustring
description: The message.
- overload: Terminal.Gui.FileDialog.Message*
- exceptions: []
-- uid: Terminal.Gui.FileDialog.NameFieldLabel
- id: NameFieldLabel
- parent: Terminal.Gui.FileDialog
- langs:
- - csharp
- name: NameFieldLabel
- nameWithType: FileDialog.NameFieldLabel
- fullName: FileDialog.NameFieldLabel
- type: Property
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Gets or sets the name field label.
- syntax:
- content: public NStack.ustring NameFieldLabel { get; set; }
- return:
- type: NStack.ustring
- description: The name field label.
- overload: Terminal.Gui.FileDialog.NameFieldLabel*
- exceptions: []
-- uid: Terminal.Gui.FileDialog.Prompt
- id: Prompt
- parent: Terminal.Gui.FileDialog
- langs:
- - csharp
- name: Prompt
- nameWithType: FileDialog.Prompt
- fullName: FileDialog.Prompt
- type: Property
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Gets or sets the prompt label for the button displayed to the user
- syntax:
- content: public NStack.ustring Prompt { get; set; }
- return:
- type: NStack.ustring
- description: The prompt.
- overload: Terminal.Gui.FileDialog.Prompt*
- exceptions: []
+ content.vb: Public Sub New(title As ustring, prompt As ustring, nameFieldLabel As ustring, message As ustring)
+ overload: Terminal.Gui.FileDialog.#ctor*
+ modifiers.csharp:
+ - public
+ modifiers.vb:
+ - Public
- uid: Terminal.Gui.FileDialog.WillPresent
+ commentId: M:Terminal.Gui.FileDialog.WillPresent
id: WillPresent
parent: Terminal.Gui.FileDialog
langs:
- csharp
+ - vb
name: WillPresent()
nameWithType: FileDialog.WillPresent()
- fullName: FileDialog.WillPresent()
+ fullName: Terminal.Gui.FileDialog.WillPresent()
type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Dialogs/FileDialog.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: WillPresent
+ path: ../Terminal.Gui/Dialogs/FileDialog.cs
+ startLine: 497
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
+ example: []
syntax:
- content: public override void WillPresent ();
- parameters: []
+ content: public override void WillPresent()
+ content.vb: Public Overrides Sub WillPresent
+ overridden: Terminal.Gui.Toplevel.WillPresent
overload: Terminal.Gui.FileDialog.WillPresent*
- exceptions: []
+ modifiers.csharp:
+ - public
+ - override
+ modifiers.vb:
+ - Public
+ - Overrides
+- uid: Terminal.Gui.FileDialog.Prompt
+ commentId: P:Terminal.Gui.FileDialog.Prompt
+ id: Prompt
+ parent: Terminal.Gui.FileDialog
+ langs:
+ - csharp
+ - vb
+ name: Prompt
+ nameWithType: FileDialog.Prompt
+ fullName: Terminal.Gui.FileDialog.Prompt
+ type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Dialogs/FileDialog.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: Prompt
+ path: ../Terminal.Gui/Dialogs/FileDialog.cs
+ startLine: 507
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nGets or sets the prompt label for the true if can create directories; otherwise, false.
+ content.vb: Public Property CanCreateDirectories As Boolean
+ overload: Terminal.Gui.FileDialog.CanCreateDirectories*
+ modifiers.csharp:
+ - public
+ - get
+ - set
+ modifiers.vb:
+ - Public
+- uid: Terminal.Gui.FileDialog.IsExtensionHidden
+ commentId: P:Terminal.Gui.FileDialog.IsExtensionHidden
+ id: IsExtensionHidden
+ parent: Terminal.Gui.FileDialog
+ langs:
+ - csharp
+ - vb
+ name: IsExtensionHidden
+ nameWithType: FileDialog.IsExtensionHidden
+ fullName: Terminal.Gui.FileDialog.IsExtensionHidden
+ type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Dialogs/FileDialog.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: IsExtensionHidden
+ path: ../Terminal.Gui/Dialogs/FileDialog.cs
+ startLine: 546
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nGets or sets a value indicating whether this true if is extension hidden; otherwise, false.
+ content.vb: Public Property IsExtensionHidden As Boolean
+ overload: Terminal.Gui.FileDialog.IsExtensionHidden*
+ modifiers.csharp:
+ - public
+ - get
+ - set
+ modifiers.vb:
+ - Public
+- uid: Terminal.Gui.FileDialog.DirectoryPath
+ commentId: P:Terminal.Gui.FileDialog.DirectoryPath
+ id: DirectoryPath
+ parent: Terminal.Gui.FileDialog
+ langs:
+ - csharp
+ - vb
+ name: DirectoryPath
+ nameWithType: FileDialog.DirectoryPath
+ fullName: Terminal.Gui.FileDialog.DirectoryPath
+ type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Dialogs/FileDialog.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: DirectoryPath
+ path: ../Terminal.Gui/Dialogs/FileDialog.cs
+ startLine: 552
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nGets or sets the directory path for this panel\n"
+ example: []
+ syntax:
+ content: public ustring DirectoryPath { get; set; }
+ parameters: []
+ return:
+ type: NStack.ustring
+ description: The directory path.
+ content.vb: Public Property DirectoryPath As ustring
+ overload: Terminal.Gui.FileDialog.DirectoryPath*
+ modifiers.csharp:
+ - public
+ - get
+ - set
+ modifiers.vb:
+ - Public
+- uid: Terminal.Gui.FileDialog.AllowedFileTypes
+ commentId: P:Terminal.Gui.FileDialog.AllowedFileTypes
+ id: AllowedFileTypes
+ parent: Terminal.Gui.FileDialog
+ langs:
+ - csharp
+ - vb
+ name: AllowedFileTypes
+ nameWithType: FileDialog.AllowedFileTypes
+ fullName: Terminal.Gui.FileDialog.AllowedFileTypes
+ type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Dialogs/FileDialog.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: AllowedFileTypes
+ path: ../Terminal.Gui/Dialogs/FileDialog.cs
+ startLine: 564
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nThe array of filename extensions allowed, or null if all file extensions are allowed.\n"
+ example: []
+ syntax:
+ content: public string[] AllowedFileTypes { get; set; }
+ parameters: []
+ return:
+ type: System.String[]
+ description: The allowed file types.
+ content.vb: Public Property AllowedFileTypes As String()
+ overload: Terminal.Gui.FileDialog.AllowedFileTypes*
+ modifiers.csharp:
+ - public
+ - get
+ - set
+ modifiers.vb:
+ - Public
+- uid: Terminal.Gui.FileDialog.AllowsOtherFileTypes
+ commentId: P:Terminal.Gui.FileDialog.AllowsOtherFileTypes
+ id: AllowsOtherFileTypes
+ parent: Terminal.Gui.FileDialog
+ langs:
+ - csharp
+ - vb
+ name: AllowsOtherFileTypes
+ nameWithType: FileDialog.AllowsOtherFileTypes
+ fullName: Terminal.Gui.FileDialog.AllowsOtherFileTypes
+ type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Dialogs/FileDialog.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: AllowsOtherFileTypes
+ path: ../Terminal.Gui/Dialogs/FileDialog.cs
+ startLine: 574
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nGets or sets a value indicating whether this true if allows other file types; otherwise, false.
+ content.vb: Public Property AllowsOtherFileTypes As Boolean
+ overload: Terminal.Gui.FileDialog.AllowsOtherFileTypes*
+ modifiers.csharp:
+ - public
+ - get
+ - set
+ modifiers.vb:
+ - Public
+- uid: Terminal.Gui.FileDialog.FilePath
+ commentId: P:Terminal.Gui.FileDialog.FilePath
+ id: FilePath
+ parent: Terminal.Gui.FileDialog
+ langs:
+ - csharp
+ - vb
+ name: FilePath
+ nameWithType: FileDialog.FilePath
+ fullName: Terminal.Gui.FileDialog.FilePath
+ type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Dialogs/FileDialog.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: FilePath
+ path: ../Terminal.Gui/Dialogs/FileDialog.cs
+ startLine: 580
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nThe File path that is currently shown on the panel\n"
+ example: []
+ syntax:
+ content: public ustring FilePath { get; set; }
+ parameters: []
+ return:
+ type: NStack.ustring
+ description: The absolute file path for the file path entered.
+ content.vb: Public Property FilePath As ustring
+ overload: Terminal.Gui.FileDialog.FilePath*
+ modifiers.csharp:
+ - public
+ - get
+ - set
+ modifiers.vb:
+ - Public
+- uid: Terminal.Gui.FileDialog.Canceled
+ commentId: P:Terminal.Gui.FileDialog.Canceled
+ id: Canceled
+ parent: Terminal.Gui.FileDialog
+ langs:
+ - csharp
+ - vb
+ name: Canceled
+ nameWithType: FileDialog.Canceled
+ fullName: Terminal.Gui.FileDialog.Canceled
+ type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Dialogs/FileDialog.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: Canceled
+ path: ../Terminal.Gui/Dialogs/FileDialog.cs
+ startLine: 590
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nCheck if the dialog was or not canceled.\n"
+ example: []
+ syntax:
+ content: public bool Canceled { get; }
+ parameters: []
+ return:
+ type: System.Boolean
+ content.vb: Public ReadOnly Property Canceled As Boolean
+ overload: Terminal.Gui.FileDialog.Canceled*
+ modifiers.csharp:
+ - public
+ - get
+ modifiers.vb:
+ - Public
+ - ReadOnly
references:
-- uid: Terminal.Gui.Dialog
+- uid: Terminal.Gui.OpenDialog
+ commentId: T:Terminal.Gui.OpenDialog
+ name: OpenDialog
+ nameWithType: OpenDialog
+ fullName: Terminal.Gui.OpenDialog
+- uid: Terminal.Gui.SaveDialog
+ commentId: T:Terminal.Gui.SaveDialog
+ name: SaveDialog
+ nameWithType: SaveDialog
+ fullName: Terminal.Gui.SaveDialog
+- 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: Terminal.Gui.Toplevel
+ commentId: T:Terminal.Gui.Toplevel
+ parent: Terminal.Gui
+ name: Toplevel
+ nameWithType: Toplevel
+ fullName: Terminal.Gui.Toplevel
+- uid: Terminal.Gui.Window
+ commentId: T:Terminal.Gui.Window
+ parent: Terminal.Gui
+ name: Window
+ nameWithType: Window
+ fullName: Terminal.Gui.Window
+- uid: Terminal.Gui.Dialog
+ commentId: T:Terminal.Gui.Dialog
parent: Terminal.Gui
- isExternal: false
name: Dialog
nameWithType: Dialog
fullName: Terminal.Gui.Dialog
-- uid: Terminal.Gui.FileDialog.#ctor(NStack.ustring,NStack.ustring,NStack.ustring,NStack.ustring)
- parent: Terminal.Gui.FileDialog
- isExternal: false
- name: FileDialog(ustring, ustring, ustring, ustring)
- nameWithType: FileDialog.FileDialog(ustring, ustring, ustring, ustring)
- fullName: FileDialog.FileDialog(ustring, ustring, ustring, ustring)
+- 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.Dialog.AddButton(Terminal.Gui.Button)
+ commentId: M:Terminal.Gui.Dialog.AddButton(Terminal.Gui.Button)
+ parent: Terminal.Gui.Dialog
+ name: AddButton(Button)
+ nameWithType: Dialog.AddButton(Button)
+ fullName: Terminal.Gui.Dialog.AddButton(Terminal.Gui.Button)
+ spec.csharp:
+ - uid: Terminal.Gui.Dialog.AddButton(Terminal.Gui.Button)
+ name: AddButton
+ nameWithType: Dialog.AddButton
+ fullName: Terminal.Gui.Dialog.AddButton
+ - name: (
+ nameWithType: (
+ fullName: (
+ - uid: Terminal.Gui.Button
+ name: Button
+ nameWithType: Button
+ fullName: Terminal.Gui.Button
+ - name: )
+ nameWithType: )
+ fullName: )
+ spec.vb:
+ - uid: Terminal.Gui.Dialog.AddButton(Terminal.Gui.Button)
+ name: AddButton
+ nameWithType: Dialog.AddButton
+ fullName: Terminal.Gui.Dialog.AddButton
+ - name: (
+ nameWithType: (
+ fullName: (
+ - uid: Terminal.Gui.Button
+ name: Button
+ nameWithType: Button
+ fullName: Terminal.Gui.Button
+ - name: )
+ nameWithType: )
+ fullName: )
+- uid: Terminal.Gui.Dialog.LayoutSubviews
+ commentId: M:Terminal.Gui.Dialog.LayoutSubviews
+ parent: Terminal.Gui.Dialog
+ name: LayoutSubviews()
+ nameWithType: Dialog.LayoutSubviews()
+ fullName: Terminal.Gui.Dialog.LayoutSubviews()
+ spec.csharp:
+ - uid: Terminal.Gui.Dialog.LayoutSubviews
+ name: LayoutSubviews
+ nameWithType: Dialog.LayoutSubviews
+ fullName: Terminal.Gui.Dialog.LayoutSubviews
+ - name: (
+ nameWithType: (
+ fullName: (
+ - name: )
+ nameWithType: )
+ fullName: )
+ spec.vb:
+ - uid: Terminal.Gui.Dialog.LayoutSubviews
+ name: LayoutSubviews
+ nameWithType: Dialog.LayoutSubviews
+ fullName: Terminal.Gui.Dialog.LayoutSubviews
+ - name: (
+ nameWithType: (
+ fullName: (
+ - name: )
+ nameWithType: )
+ fullName: )
+- uid: Terminal.Gui.Dialog.ProcessKey(Terminal.Gui.KeyEvent)
+ commentId: M:Terminal.Gui.Dialog.ProcessKey(Terminal.Gui.KeyEvent)
+ parent: Terminal.Gui.Dialog
+ name: ProcessKey(KeyEvent)
+ nameWithType: Dialog.ProcessKey(KeyEvent)
+ fullName: Terminal.Gui.Dialog.ProcessKey(Terminal.Gui.KeyEvent)
+ spec.csharp:
+ - uid: Terminal.Gui.Dialog.ProcessKey(Terminal.Gui.KeyEvent)
+ name: ProcessKey
+ nameWithType: Dialog.ProcessKey
+ fullName: Terminal.Gui.Dialog.ProcessKey
+ - name: (
+ nameWithType: (
+ fullName: (
+ - uid: Terminal.Gui.KeyEvent
+ name: KeyEvent
+ nameWithType: KeyEvent
+ fullName: Terminal.Gui.KeyEvent
+ - name: )
+ nameWithType: )
+ fullName: )
+ spec.vb:
+ - uid: Terminal.Gui.Dialog.ProcessKey(Terminal.Gui.KeyEvent)
+ name: ProcessKey
+ nameWithType: Dialog.ProcessKey
+ fullName: Terminal.Gui.Dialog.ProcessKey
+ - name: (
+ nameWithType: (
+ fullName: (
+ - uid: Terminal.Gui.KeyEvent
+ name: KeyEvent
+ nameWithType: KeyEvent
+ fullName: Terminal.Gui.KeyEvent
+ - name: )
+ nameWithType: )
+ fullName: )
+- uid: Terminal.Gui.Window.Title
+ commentId: P:Terminal.Gui.Window.Title
+ parent: Terminal.Gui.Window
+ name: Title
+ nameWithType: Window.Title
+ fullName: Terminal.Gui.Window.Title
+- uid: Terminal.Gui.Window.GetEnumerator
+ commentId: M:Terminal.Gui.Window.GetEnumerator
+ parent: Terminal.Gui.Window
+ name: GetEnumerator()
+ nameWithType: Window.GetEnumerator()
+ fullName: Terminal.Gui.Window.GetEnumerator()
+ spec.csharp:
+ - uid: Terminal.Gui.Window.GetEnumerator
+ name: GetEnumerator
+ nameWithType: Window.GetEnumerator
+ fullName: Terminal.Gui.Window.GetEnumerator
+ - name: (
+ nameWithType: (
+ fullName: (
+ - name: )
+ nameWithType: )
+ fullName: )
+ spec.vb:
+ - uid: Terminal.Gui.Window.GetEnumerator
+ name: GetEnumerator
+ nameWithType: Window.GetEnumerator
+ fullName: Terminal.Gui.Window.GetEnumerator
+ - name: (
+ nameWithType: (
+ fullName: (
+ - name: )
+ nameWithType: )
+ fullName: )
+- uid: Terminal.Gui.Window.Add(Terminal.Gui.View)
+ commentId: M:Terminal.Gui.Window.Add(Terminal.Gui.View)
+ parent: Terminal.Gui.Window
+ name: Add(View)
+ nameWithType: Window.Add(View)
+ fullName: Terminal.Gui.Window.Add(Terminal.Gui.View)
+ spec.csharp:
+ - uid: Terminal.Gui.Window.Add(Terminal.Gui.View)
+ name: Add
+ nameWithType: Window.Add
+ fullName: Terminal.Gui.Window.Add
+ - name: (
+ nameWithType: (
+ fullName: (
+ - uid: Terminal.Gui.View
+ name: View
+ nameWithType: View
+ fullName: Terminal.Gui.View
+ - name: )
+ nameWithType: )
+ fullName: )
+ spec.vb:
+ - uid: Terminal.Gui.Window.Add(Terminal.Gui.View)
+ name: Add
+ nameWithType: Window.Add
+ fullName: Terminal.Gui.Window.Add
+ - name: (
+ nameWithType: (
+ fullName: (
+ - uid: Terminal.Gui.View
+ name: View
+ nameWithType: View
+ fullName: Terminal.Gui.View
+ - name: )
+ nameWithType: )
+ fullName: )
+- uid: Terminal.Gui.Window.Remove(Terminal.Gui.View)
+ commentId: M:Terminal.Gui.Window.Remove(Terminal.Gui.View)
+ parent: Terminal.Gui.Window
+ name: Remove(View)
+ nameWithType: Window.Remove(View)
+ fullName: Terminal.Gui.Window.Remove(Terminal.Gui.View)
+ spec.csharp:
+ - uid: Terminal.Gui.Window.Remove(Terminal.Gui.View)
+ name: Remove
+ nameWithType: Window.Remove
+ fullName: Terminal.Gui.Window.Remove
+ - name: (
+ nameWithType: (
+ fullName: (
+ - uid: Terminal.Gui.View
+ name: View
+ nameWithType: View
+ fullName: Terminal.Gui.View
+ - name: )
+ nameWithType: )
+ fullName: )
+ spec.vb:
+ - uid: Terminal.Gui.Window.Remove(Terminal.Gui.View)
+ name: Remove
+ nameWithType: Window.Remove
+ fullName: Terminal.Gui.Window.Remove
+ - name: (
+ nameWithType: (
+ fullName: (
+ - uid: Terminal.Gui.View
+ name: View
+ nameWithType: View
+ fullName: Terminal.Gui.View
+ - name: )
+ nameWithType: )
+ fullName: )
+- uid: Terminal.Gui.Window.RemoveAll
+ commentId: M:Terminal.Gui.Window.RemoveAll
+ parent: Terminal.Gui.Window
+ name: RemoveAll()
+ nameWithType: Window.RemoveAll()
+ fullName: Terminal.Gui.Window.RemoveAll()
+ spec.csharp:
+ - uid: Terminal.Gui.Window.RemoveAll
+ name: RemoveAll
+ nameWithType: Window.RemoveAll
+ fullName: Terminal.Gui.Window.RemoveAll
+ - name: (
+ nameWithType: (
+ fullName: (
+ - name: )
+ nameWithType: )
+ fullName: )
+ spec.vb:
+ - uid: Terminal.Gui.Window.RemoveAll
+ name: RemoveAll
+ nameWithType: Window.RemoveAll
+ fullName: Terminal.Gui.Window.RemoveAll
+ - name: (
+ nameWithType: (
+ fullName: (
+ - name: )
+ nameWithType: )
+ fullName: )
+- uid: Terminal.Gui.Window.Redraw(Terminal.Gui.Rect)
+ commentId: M:Terminal.Gui.Window.Redraw(Terminal.Gui.Rect)
+ parent: Terminal.Gui.Window
+ name: Redraw(Rect)
+ nameWithType: Window.Redraw(Rect)
+ fullName: Terminal.Gui.Window.Redraw(Terminal.Gui.Rect)
+ spec.csharp:
+ - uid: Terminal.Gui.Window.Redraw(Terminal.Gui.Rect)
+ name: Redraw
+ nameWithType: Window.Redraw
+ fullName: Terminal.Gui.Window.Redraw
+ - name: (
+ nameWithType: (
+ fullName: (
+ - uid: Terminal.Gui.Rect
+ name: Rect
+ nameWithType: Rect
+ fullName: Terminal.Gui.Rect
+ - name: )
+ nameWithType: )
+ fullName: )
+ spec.vb:
+ - uid: Terminal.Gui.Window.Redraw(Terminal.Gui.Rect)
+ name: Redraw
+ nameWithType: Window.Redraw
+ fullName: Terminal.Gui.Window.Redraw
+ - name: (
+ nameWithType: (
+ fullName: (
+ - uid: Terminal.Gui.Rect
+ name: Rect
+ nameWithType: Rect
+ fullName: Terminal.Gui.Rect
+ - name: )
+ nameWithType: )
+ fullName: )
+- uid: Terminal.Gui.Window.MouseEvent(Terminal.Gui.MouseEvent)
+ commentId: M:Terminal.Gui.Window.MouseEvent(Terminal.Gui.MouseEvent)
+ parent: Terminal.Gui.Window
+ name: MouseEvent(MouseEvent)
+ nameWithType: Window.MouseEvent(MouseEvent)
+ fullName: Terminal.Gui.Window.MouseEvent(Terminal.Gui.MouseEvent)
+ spec.csharp:
+ - uid: Terminal.Gui.Window.MouseEvent(Terminal.Gui.MouseEvent)
+ name: MouseEvent
+ nameWithType: Window.MouseEvent
+ fullName: Terminal.Gui.Window.MouseEvent
+ - name: (
+ nameWithType: (
+ fullName: (
+ - uid: Terminal.Gui.MouseEvent
+ name: MouseEvent
+ nameWithType: MouseEvent
+ fullName: Terminal.Gui.MouseEvent
+ - name: )
+ nameWithType: )
+ fullName: )
+ spec.vb:
+ - uid: Terminal.Gui.Window.MouseEvent(Terminal.Gui.MouseEvent)
+ name: MouseEvent
+ nameWithType: Window.MouseEvent
+ fullName: Terminal.Gui.Window.MouseEvent
+ - name: (
+ nameWithType: (
+ fullName: (
+ - uid: Terminal.Gui.MouseEvent
+ name: MouseEvent
+ nameWithType: MouseEvent
+ fullName: Terminal.Gui.MouseEvent
+ - name: )
+ nameWithType: )
+ fullName: )
+- uid: Terminal.Gui.Toplevel.Running
+ commentId: P:Terminal.Gui.Toplevel.Running
+ parent: Terminal.Gui.Toplevel
+ name: Running
+ nameWithType: Toplevel.Running
+ fullName: Terminal.Gui.Toplevel.Running
+- uid: Terminal.Gui.Toplevel.Ready
+ commentId: E:Terminal.Gui.Toplevel.Ready
+ parent: Terminal.Gui.Toplevel
+ name: Ready
+ nameWithType: Toplevel.Ready
+ fullName: Terminal.Gui.Toplevel.Ready
+- uid: Terminal.Gui.Toplevel.Create
+ commentId: M:Terminal.Gui.Toplevel.Create
+ parent: Terminal.Gui.Toplevel
+ name: Create()
+ nameWithType: Toplevel.Create()
+ fullName: Terminal.Gui.Toplevel.Create()
+ spec.csharp:
+ - uid: Terminal.Gui.Toplevel.Create
+ name: Create
+ nameWithType: Toplevel.Create
+ fullName: Terminal.Gui.Toplevel.Create
+ - name: (
+ nameWithType: (
+ fullName: (
+ - name: )
+ nameWithType: )
+ fullName: )
+ spec.vb:
+ - uid: Terminal.Gui.Toplevel.Create
+ name: Create
+ nameWithType: Toplevel.Create
+ fullName: Terminal.Gui.Toplevel.Create
+ - name: (
+ nameWithType: (
+ fullName: (
+ - name: )
+ nameWithType: )
+ fullName: )
+- uid: Terminal.Gui.Toplevel.CanFocus
+ commentId: P:Terminal.Gui.Toplevel.CanFocus
+ parent: Terminal.Gui.Toplevel
+ name: CanFocus
+ nameWithType: Toplevel.CanFocus
+ fullName: Terminal.Gui.Toplevel.CanFocus
+- uid: Terminal.Gui.Toplevel.Modal
+ commentId: P:Terminal.Gui.Toplevel.Modal
+ parent: Terminal.Gui.Toplevel
+ name: Modal
+ nameWithType: Toplevel.Modal
+ fullName: Terminal.Gui.Toplevel.Modal
+- uid: Terminal.Gui.Toplevel.MenuBar
+ commentId: P:Terminal.Gui.Toplevel.MenuBar
+ parent: Terminal.Gui.Toplevel
+ name: MenuBar
+ nameWithType: Toplevel.MenuBar
+ fullName: Terminal.Gui.Toplevel.MenuBar
+- uid: Terminal.Gui.Toplevel.StatusBar
+ commentId: P:Terminal.Gui.Toplevel.StatusBar
+ parent: Terminal.Gui.Toplevel
+ name: StatusBar
+ nameWithType: Toplevel.StatusBar
+ fullName: Terminal.Gui.Toplevel.StatusBar
+- 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.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[])
+ 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.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.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.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.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.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: 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: Terminal.Gui.FileDialog
+ commentId: T:Terminal.Gui.FileDialog
+ parent: Terminal.Gui
+ name: FileDialog
+ nameWithType: FileDialog
+ fullName: Terminal.Gui.FileDialog
+- uid: Terminal.Gui.FileDialog.#ctor*
+ commentId: Overload:Terminal.Gui.FileDialog.#ctor
+ name: FileDialog
+ nameWithType: FileDialog.FileDialog
+ fullName: Terminal.Gui.FileDialog.FileDialog
- uid: NStack.ustring
+ commentId: T:NStack.ustring
parent: NStack
isExternal: true
name: ustring
nameWithType: ustring
fullName: NStack.ustring
-- uid: Terminal.Gui.FileDialog.AllowedFileTypes
- parent: Terminal.Gui.FileDialog
- isExternal: false
- name: AllowedFileTypes
- nameWithType: FileDialog.AllowedFileTypes
- fullName: FileDialog.AllowedFileTypes
-- uid: System.String
- name: String
- nameWithType: String
- fullName: System.String
-- uid: System.String[]
- parent: System
+- uid: NStack
+ commentId: N:NStack
isExternal: true
- name: String[]
- nameWithType: String[]
- fullName: System.String[]
- spec.csharp:
- - uid: System.String
- name: String
- nameWithType: String
- fullName: System.String
- - name: '[]'
- nameWithType: '[]'
- fullName: '[]'
-- uid: Terminal.Gui.FileDialog.AllowsOtherFileTypes
+ name: NStack
+ nameWithType: NStack
+ fullName: NStack
+- uid: Terminal.Gui.FileDialog.WillPresent
+ commentId: M:Terminal.Gui.FileDialog.WillPresent
parent: Terminal.Gui.FileDialog
- isExternal: false
- name: AllowsOtherFileTypes
- nameWithType: FileDialog.AllowsOtherFileTypes
- fullName: FileDialog.AllowsOtherFileTypes
+ name: WillPresent()
+ nameWithType: FileDialog.WillPresent()
+ fullName: Terminal.Gui.FileDialog.WillPresent()
+ spec.csharp:
+ - uid: Terminal.Gui.FileDialog.WillPresent
+ name: WillPresent
+ nameWithType: FileDialog.WillPresent
+ fullName: Terminal.Gui.FileDialog.WillPresent
+ - name: (
+ nameWithType: (
+ fullName: (
+ - name: )
+ nameWithType: )
+ fullName: )
+ spec.vb:
+ - uid: Terminal.Gui.FileDialog.WillPresent
+ name: WillPresent
+ nameWithType: FileDialog.WillPresent
+ fullName: Terminal.Gui.FileDialog.WillPresent
+ - name: (
+ nameWithType: (
+ fullName: (
+ - name: )
+ nameWithType: )
+ fullName: )
+- uid: Terminal.Gui.Toplevel.WillPresent
+ commentId: M:Terminal.Gui.Toplevel.WillPresent
+ parent: Terminal.Gui.Toplevel
+ name: WillPresent()
+ nameWithType: Toplevel.WillPresent()
+ fullName: Terminal.Gui.Toplevel.WillPresent()
+ spec.csharp:
+ - uid: Terminal.Gui.Toplevel.WillPresent
+ name: WillPresent
+ nameWithType: Toplevel.WillPresent
+ fullName: Terminal.Gui.Toplevel.WillPresent
+ - name: (
+ nameWithType: (
+ fullName: (
+ - name: )
+ nameWithType: )
+ fullName: )
+ spec.vb:
+ - uid: Terminal.Gui.Toplevel.WillPresent
+ name: WillPresent
+ nameWithType: Toplevel.WillPresent
+ fullName: Terminal.Gui.Toplevel.WillPresent
+ - name: (
+ nameWithType: (
+ fullName: (
+ - name: )
+ nameWithType: )
+ fullName: )
+- uid: Terminal.Gui.FileDialog.WillPresent*
+ commentId: Overload:Terminal.Gui.FileDialog.WillPresent
+ name: WillPresent
+ nameWithType: FileDialog.WillPresent
+ fullName: Terminal.Gui.FileDialog.WillPresent
+- uid: Terminal.Gui.Button
+ commentId: T:Terminal.Gui.Button
+ parent: Terminal.Gui
+ name: Button
+ nameWithType: Button
+ fullName: Terminal.Gui.Button
+- uid: Terminal.Gui.FileDialog.Prompt*
+ commentId: Overload:Terminal.Gui.FileDialog.Prompt
+ name: Prompt
+ nameWithType: FileDialog.Prompt
+ fullName: Terminal.Gui.FileDialog.Prompt
+- uid: Terminal.Gui.FileDialog.NameFieldLabel*
+ commentId: Overload:Terminal.Gui.FileDialog.NameFieldLabel
+ name: NameFieldLabel
+ nameWithType: FileDialog.NameFieldLabel
+ fullName: Terminal.Gui.FileDialog.NameFieldLabel
+- uid: Terminal.Gui.FileDialog.Message*
+ commentId: Overload:Terminal.Gui.FileDialog.Message
+ name: Message
+ nameWithType: FileDialog.Message
+ fullName: Terminal.Gui.FileDialog.Message
+- uid: Terminal.Gui.FileDialog.CanCreateDirectories*
+ commentId: Overload:Terminal.Gui.FileDialog.CanCreateDirectories
+ name: CanCreateDirectories
+ nameWithType: FileDialog.CanCreateDirectories
+ fullName: Terminal.Gui.FileDialog.CanCreateDirectories
- uid: System.Boolean
+ commentId: T:System.Boolean
parent: System
isExternal: true
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
-- uid: Terminal.Gui.FileDialog.CanCreateDirectories
- parent: Terminal.Gui.FileDialog
- isExternal: false
- name: CanCreateDirectories
- nameWithType: FileDialog.CanCreateDirectories
- fullName: FileDialog.CanCreateDirectories
-- uid: Terminal.Gui.FileDialog.DirectoryPath
- parent: Terminal.Gui.FileDialog
- isExternal: false
- name: DirectoryPath
- nameWithType: FileDialog.DirectoryPath
- fullName: FileDialog.DirectoryPath
-- uid: Terminal.Gui.FileDialog.FilePath
- parent: Terminal.Gui.FileDialog
- isExternal: false
- name: FilePath
- nameWithType: FileDialog.FilePath
- fullName: FileDialog.FilePath
-- uid: Terminal.Gui.FileDialog.IsExtensionHidden
- parent: Terminal.Gui.FileDialog
- isExternal: false
+- uid: Terminal.Gui.FileDialog.IsExtensionHidden*
+ commentId: Overload:Terminal.Gui.FileDialog.IsExtensionHidden
name: IsExtensionHidden
nameWithType: FileDialog.IsExtensionHidden
- fullName: FileDialog.IsExtensionHidden
-- uid: Terminal.Gui.FileDialog.Message
- parent: Terminal.Gui.FileDialog
- isExternal: false
- name: Message
- nameWithType: FileDialog.Message
- fullName: FileDialog.Message
-- uid: Terminal.Gui.FileDialog.NameFieldLabel
- parent: Terminal.Gui.FileDialog
- isExternal: false
- name: NameFieldLabel
- nameWithType: FileDialog.NameFieldLabel
- fullName: FileDialog.NameFieldLabel
-- uid: Terminal.Gui.FileDialog.Prompt
- parent: Terminal.Gui.FileDialog
- isExternal: false
- name: Prompt
- nameWithType: FileDialog.Prompt
- fullName: FileDialog.Prompt
-- uid: Terminal.Gui.FileDialog.WillPresent
- parent: Terminal.Gui.FileDialog
- isExternal: false
- name: WillPresent()
- nameWithType: FileDialog.WillPresent()
- fullName: FileDialog.WillPresent()
-- uid: Terminal.Gui.FileDialog.#ctor*
- parent: Terminal.Gui.FileDialog
- isExternal: false
- name: FileDialog
- nameWithType: FileDialog.FileDialog
- fullName: FileDialog.FileDialog
+ fullName: Terminal.Gui.FileDialog.IsExtensionHidden
+- uid: Terminal.Gui.FileDialog.DirectoryPath*
+ commentId: Overload:Terminal.Gui.FileDialog.DirectoryPath
+ name: DirectoryPath
+ nameWithType: FileDialog.DirectoryPath
+ fullName: Terminal.Gui.FileDialog.DirectoryPath
- uid: Terminal.Gui.FileDialog.AllowedFileTypes*
- parent: Terminal.Gui.FileDialog
- isExternal: false
+ commentId: Overload:Terminal.Gui.FileDialog.AllowedFileTypes
name: AllowedFileTypes
nameWithType: FileDialog.AllowedFileTypes
- fullName: FileDialog.AllowedFileTypes
+ fullName: Terminal.Gui.FileDialog.AllowedFileTypes
+- uid: System.String[]
+ isExternal: true
+ name: String[]
+ nameWithType: String[]
+ fullName: System.String[]
+ nameWithType.vb: String()
+ fullName.vb: System.String()
+ name.vb: String()
+ spec.csharp:
+ - uid: System.String
+ name: String
+ nameWithType: String
+ fullName: System.String
+ isExternal: true
+ - name: '[]'
+ nameWithType: '[]'
+ fullName: '[]'
+ spec.vb:
+ - uid: System.String
+ name: String
+ nameWithType: String
+ fullName: System.String
+ isExternal: true
+ - name: ()
+ nameWithType: ()
+ fullName: ()
- uid: Terminal.Gui.FileDialog.AllowsOtherFileTypes*
- parent: Terminal.Gui.FileDialog
- isExternal: false
+ commentId: Overload:Terminal.Gui.FileDialog.AllowsOtherFileTypes
name: AllowsOtherFileTypes
nameWithType: FileDialog.AllowsOtherFileTypes
- fullName: FileDialog.AllowsOtherFileTypes
-- uid: Terminal.Gui.FileDialog.CanCreateDirectories*
- parent: Terminal.Gui.FileDialog
- isExternal: false
- name: CanCreateDirectories
- nameWithType: FileDialog.CanCreateDirectories
- fullName: FileDialog.CanCreateDirectories
-- uid: Terminal.Gui.FileDialog.DirectoryPath*
- parent: Terminal.Gui.FileDialog
- isExternal: false
- name: DirectoryPath
- nameWithType: FileDialog.DirectoryPath
- fullName: FileDialog.DirectoryPath
+ fullName: Terminal.Gui.FileDialog.AllowsOtherFileTypes
- uid: Terminal.Gui.FileDialog.FilePath*
- parent: Terminal.Gui.FileDialog
- isExternal: false
+ commentId: Overload:Terminal.Gui.FileDialog.FilePath
name: FilePath
nameWithType: FileDialog.FilePath
- fullName: FileDialog.FilePath
-- uid: Terminal.Gui.FileDialog.IsExtensionHidden*
- parent: Terminal.Gui.FileDialog
- isExternal: false
- name: IsExtensionHidden
- nameWithType: FileDialog.IsExtensionHidden
- fullName: FileDialog.IsExtensionHidden
-- uid: Terminal.Gui.FileDialog.Message*
- parent: Terminal.Gui.FileDialog
- isExternal: false
- name: Message
- nameWithType: FileDialog.Message
- fullName: FileDialog.Message
-- uid: Terminal.Gui.FileDialog.NameFieldLabel*
- parent: Terminal.Gui.FileDialog
- isExternal: false
- name: NameFieldLabel
- nameWithType: FileDialog.NameFieldLabel
- fullName: FileDialog.NameFieldLabel
-- uid: Terminal.Gui.FileDialog.Prompt*
- parent: Terminal.Gui.FileDialog
- isExternal: false
- name: Prompt
- nameWithType: FileDialog.Prompt
- fullName: FileDialog.Prompt
-- uid: Terminal.Gui.FileDialog.WillPresent*
- parent: Terminal.Gui.FileDialog
- isExternal: false
- name: WillPresent
- nameWithType: FileDialog.WillPresent
- fullName: FileDialog.WillPresent
-- uid: Terminal.Gui.Toplevel.CanFocus
- parent: Terminal.Gui.Toplevel
- isExternal: false
- name: CanFocus
- nameWithType: Toplevel.CanFocus
- fullName: Toplevel.CanFocus
-- uid: Terminal.Gui.View.HasFocus
- parent: Terminal.Gui.View
- isExternal: false
- name: HasFocus
- nameWithType: View.HasFocus
- fullName: View.HasFocus
-- uid: Terminal.Gui.Window.MouseEvent(Terminal.Gui.MouseEvent)
- parent: Terminal.Gui.Window
- isExternal: false
- name: MouseEvent(MouseEvent)
- nameWithType: Window.MouseEvent(MouseEvent)
- fullName: Window.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.Dialog.ProcessKey(Terminal.Gui.KeyEvent)
- parent: Terminal.Gui.Dialog
- isExternal: false
- name: ProcessKey(KeyEvent)
- nameWithType: Dialog.ProcessKey(KeyEvent)
- fullName: Dialog.ProcessKey(KeyEvent)
-- uid: Terminal.Gui.Window.Add(Terminal.Gui.View)
- parent: Terminal.Gui.Window
- isExternal: false
- name: Add(View)
- nameWithType: Window.Add(View)
- fullName: Window.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.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.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.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.Window.GetEnumerator
- parent: Terminal.Gui.Window
- isExternal: false
- name: GetEnumerator()
- nameWithType: Window.GetEnumerator()
- fullName: Window.GetEnumerator()
-- uid: Terminal.Gui.View.Height
- parent: Terminal.Gui.View
- isExternal: false
- name: Height
- nameWithType: View.Height
- fullName: View.Height
-- uid: Terminal.Gui.View.Id
- parent: Terminal.Gui.View
- isExternal: false
- name: Id
- nameWithType: View.Id
- fullName: View.Id
-- uid: Terminal.Gui.View.LayoutStyle
- parent: Terminal.Gui.View
- isExternal: false
- name: LayoutStyle
- nameWithType: View.LayoutStyle
- fullName: View.LayoutStyle
-- uid: Terminal.Gui.Dialog.LayoutSubviews
- parent: Terminal.Gui.Dialog
- isExternal: false
- name: LayoutSubviews()
- nameWithType: Dialog.LayoutSubviews()
- fullName: Dialog.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.Window.Redraw(Terminal.Gui.Rect)
- parent: Terminal.Gui.Window
- isExternal: false
- 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.RemoveAll
- parent: Terminal.Gui.Window
- isExternal: false
- name: RemoveAll()
- nameWithType: Window.RemoveAll()
- fullName: Window.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
-- uid: Terminal.Gui.View.Width
- parent: Terminal.Gui.View
- isExternal: false
- name: Width
- nameWithType: View.Width
- fullName: View.Width
-- uid: Terminal.Gui.View.X
- parent: Terminal.Gui.View
- isExternal: false
- name: X
- nameWithType: View.X
- fullName: View.X
-- uid: Terminal.Gui.View.Y
- parent: Terminal.Gui.View
- isExternal: false
- name: Y
- nameWithType: View.Y
- fullName: View.Y
-- uid: Terminal.Gui.Toplevel.Create
- parent: Terminal.Gui.Toplevel
- isExternal: false
- name: Create()
- nameWithType: Toplevel.Create()
- fullName: Toplevel.Create()
-- uid: Terminal.Gui.Toplevel.Running
- parent: Terminal.Gui.Toplevel
- isExternal: false
- name: Running
- nameWithType: Toplevel.Running
- fullName: Toplevel.Running
-- uid: Terminal.Gui.Window.Title
- parent: Terminal.Gui.Window
- isExternal: false
- name: Title
- nameWithType: Window.Title
- fullName: Window.Title
-- uid: Terminal.Gui.Dialog.AddButton(Terminal.Gui.Button)
- parent: Terminal.Gui.Dialog
- isExternal: false
- name: AddButton(Button)
- nameWithType: Dialog.AddButton(Button)
- fullName: Dialog.AddButton(Button)
+ fullName: Terminal.Gui.FileDialog.FilePath
+- uid: Terminal.Gui.FileDialog.Canceled*
+ commentId: Overload:Terminal.Gui.FileDialog.Canceled
+ name: Canceled
+ nameWithType: FileDialog.Canceled
+ fullName: Terminal.Gui.FileDialog.Canceled
+shouldSkipMarkup: true
diff --git a/docfx/api/Terminal.Gui/Terminal.Gui.FrameView.yml b/docfx/api/Terminal.Gui/Terminal.Gui.FrameView.yml
index 23d9a479f..4284126fe 100644
--- a/docfx/api/Terminal.Gui/Terminal.Gui.FrameView.yml
+++ b/docfx/api/Terminal.Gui/Terminal.Gui.FrameView.yml
@@ -1,10 +1,13 @@
### YamlMime:ManagedReference
items:
- uid: Terminal.Gui.FrameView
+ commentId: T:Terminal.Gui.FrameView
id: FrameView
+ parent: Terminal.Gui
children:
- Terminal.Gui.FrameView.#ctor(NStack.ustring)
- Terminal.Gui.FrameView.#ctor(Terminal.Gui.Rect,NStack.ustring)
+ - Terminal.Gui.FrameView.#ctor(Terminal.Gui.Rect,NStack.ustring,Terminal.Gui.View[])
- Terminal.Gui.FrameView.Add(Terminal.Gui.View)
- Terminal.Gui.FrameView.Redraw(Terminal.Gui.Rect)
- Terminal.Gui.FrameView.Remove(Terminal.Gui.View)
@@ -12,108 +15,179 @@ items:
- Terminal.Gui.FrameView.Title
langs:
- csharp
+ - vb
name: FrameView
nameWithType: FrameView
fullName: Terminal.Gui.FrameView
type: Class
+ source:
+ remote:
+ path: Terminal.Gui/Views/FrameView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: FrameView
+ path: ../Terminal.Gui/Views/FrameView.cs
+ startLine: 16
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: The FrameView is a container frame that draws a frame around the contents
+ summary: "\nThe FrameView is a container frame that draws a frame around the contents. It is similar to\na GroupBox in Windows.\n"
+ example: []
syntax:
- content: 'public class FrameView : Terminal.Gui.View'
+ content: 'public class FrameView : View, IEnumerable'
+ content.vb: >-
+ Public Class FrameView
+
+ Inherits View
+
+ Implements IEnumerable
inheritance:
- System.Object
- Terminal.Gui.Responder
- Terminal.Gui.View
- implements: []
+ implements:
+ - System.Collections.IEnumerable
inheritedMembers:
- - Terminal.Gui.Responder.CanFocus
- - Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
- - Terminal.Gui.View.Add(Terminal.Gui.View[])
- - 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.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.Enter
+ - Terminal.Gui.View.Leave
+ - Terminal.Gui.View.MouseEnter
+ - Terminal.Gui.View.MouseLeave
- 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.Subviews
+ - Terminal.Gui.View.Id
+ - Terminal.Gui.View.WantMousePositionReports
+ - Terminal.Gui.View.WantContinuousButtonPressed
- Terminal.Gui.View.Frame
- Terminal.Gui.View.GetEnumerator
- - Terminal.Gui.View.HasFocus
- - Terminal.Gui.View.Height
- - Terminal.Gui.View.Id
- Terminal.Gui.View.LayoutStyle
- - 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.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
- - Terminal.Gui.View.Width
+ - Terminal.Gui.View.Bounds
- Terminal.Gui.View.X
- Terminal.Gui.View.Y
-- uid: Terminal.Gui.FrameView.#ctor(NStack.ustring)
- id: '#ctor(NStack.ustring)'
+ - 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.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.OnEnter
+ - 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.SetFocus(Terminal.Gui.View)
+ - Terminal.Gui.View.KeyPress
+ - Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
+ - 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.FrameView.Title
+ commentId: P:Terminal.Gui.FrameView.Title
+ id: Title
parent: Terminal.Gui.FrameView
langs:
- csharp
- name: FrameView(ustring)
- nameWithType: FrameView.FrameView(ustring)
- fullName: FrameView.FrameView(ustring)
- type: Constructor
+ - vb
+ name: Title
+ nameWithType: FrameView.Title
+ fullName: Terminal.Gui.FrameView.Title
+ type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Views/FrameView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: Title
+ path: ../Terminal.Gui/Views/FrameView.cs
+ startLine: 24
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: >-
- Initializes a new instance of the \n This provides a hex editor on top of a seekable stream with the left side showing an hex\n dump of the values in the stream and the right side showing the contents (filterd to \n non-control sequence ascii characters). \n
\n\n Users can switch from one side to the other by using the tab key. \n
\n\n If you want to enable editing, set the AllowsEdits property, once that is done, the user\n can make changes to the hexadecimal values of the stream. Any changes done are tracked\n in the Edits property which is a sorted dictionary indicating the position where the \n change was made and the new value. A convenience ApplyEdits method can be used to c\n apply the methods to the underlying stream.\n
\n\n It is possible to control the first byte shown by setting the DisplayStart property \n to the offset that you want to start viewing.\n
" + summary: "\nAn hex viewer and editor\n
\nUsers can switch from one side to the other by using the tab key. \n
\n\nTo enable editing, set
\nControl the first byte shown by setting the
true if allow edits; otherwise, false.
- overload: Terminal.Gui.HexView.AllowEdits*
- exceptions: []
-- uid: Terminal.Gui.HexView.ApplyEdits
- id: ApplyEdits
- parent: Terminal.Gui.HexView
- langs:
- - csharp
- name: ApplyEdits()
- nameWithType: HexView.ApplyEdits()
- fullName: HexView.ApplyEdits()
- type: Method
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: This method applies the edits to the stream and resets the contents of the Edits property
- syntax:
- content: public void ApplyEdits ();
- parameters: []
- overload: Terminal.Gui.HexView.ApplyEdits*
- exceptions: []
-- uid: Terminal.Gui.HexView.DisplayStart
- id: DisplayStart
- parent: Terminal.Gui.HexView
- langs:
- - csharp
- name: DisplayStart
- nameWithType: HexView.DisplayStart
- fullName: HexView.DisplayStart
- type: Property
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Configures the initial offset to be displayed at the top
- syntax:
- content: public long DisplayStart { get; set; }
- return:
- type: System.Int64
- description: The display start.
- overload: Terminal.Gui.HexView.DisplayStart*
- exceptions: []
-- uid: Terminal.Gui.HexView.Edits
- id: Edits
- parent: Terminal.Gui.HexView
- langs:
- - csharp
- name: Edits
- nameWithType: HexView.Edits
- fullName: HexView.Edits
- type: Property
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Gets a list of the edits done to the buffer which is a sorted dictionary with the positions where the edit took place and the value that was set.
- syntax:
- content: public System.Collections.Generic.IReadOnlyDictionarytrue if allow edits; otherwise, false.
+ content.vb: Public Property AllowEdits As Boolean
+ overload: Terminal.Gui.HexView.AllowEdits*
+ modifiers.csharp:
+ - public
+ - get
+ - set
+ modifiers.vb:
+ - Public
+- uid: Terminal.Gui.HexView.Edits
+ commentId: P:Terminal.Gui.HexView.Edits
+ id: Edits
+ parent: Terminal.Gui.HexView
+ langs:
+ - csharp
+ - vb
+ name: Edits
+ nameWithType: HexView.Edits
+ fullName: Terminal.Gui.HexView.Edits
+ type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Views/HexView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: Edits
+ path: ../Terminal.Gui/Views/HexView.cs
+ startLine: 378
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nGets a true, if marked, false otherwise.
+ content.vb: Function IsMarked(item As Integer) As Boolean
overload: Terminal.Gui.IListDataSource.IsMarked*
- exceptions: []
-- uid: Terminal.Gui.IListDataSource.Render(System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)
- id: Render(System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)
- parent: Terminal.Gui.IListDataSource
- langs:
- - csharp
- name: Render(Boolean, Int32, Int32, Int32, Int32)
- nameWithType: IListDataSource.Render(Boolean, Int32, Int32, Int32, Int32)
- fullName: IListDataSource.Render(Boolean, Int32, Int32, Int32, Int32)
- type: Method
- assemblies: []
- namespace: Terminal.Gui
- summary: This method is invoked to render a specified item, the method should cover the entire provided width.
- remarks: The default color will be set before this method is invoked, and will be based on whether the item is selected or not.
- syntax:
- content: public void Render (bool selected, int item, int col, int line, int width);
- parameters:
- - id: selected
- type: System.Boolean
- description: Describes whether the item being rendered is currently selected by the user.
- - id: item
- type: System.Int32
- description: The index of the item to render, zero for the first item and so on.
- - id: col
- type: System.Int32
- description: The column where the rendering will start
- - id: line
- type: System.Int32
- description: The line where the rendering will be done.
- - id: width
- type: System.Int32
- description: The width that must be filled out.
- overload: Terminal.Gui.IListDataSource.Render*
- exceptions: []
-- uid: Terminal.Gui.IListDataSource.Render(Terminal.Gui.ListView,Terminal.Gui.ConsoleDriver,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)
- id: Render(Terminal.Gui.ListView,Terminal.Gui.ConsoleDriver,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)
- parent: Terminal.Gui.IListDataSource
- langs:
- - csharp
- name: Render(ListView, ConsoleDriver, Boolean, Int32, Int32, Int32, Int32)
- nameWithType: IListDataSource.Render(ListView, ConsoleDriver, Boolean, Int32, Int32, Int32, Int32)
- fullName: IListDataSource.Render(ListView, ConsoleDriver, Boolean, Int32, Int32, Int32, Int32)
- type: Method
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: This method is invoked to render a specified item, the method should cover the entire provided width.
- remarks: The default color will be set before this method is invoked, and will be based on whether the item is selected or not.
- syntax:
- content: public void Render (Terminal.Gui.ListView container, Terminal.Gui.ConsoleDriver driver, bool selected, int item, int col, int line, int width);
- parameters:
- - id: container
- type: Terminal.Gui.ListView
- description: To be added.
- - id: driver
- type: Terminal.Gui.ConsoleDriver
- description: To be added.
- - id: selected
- type: System.Boolean
- description: Describes whether the item being rendered is currently selected by the user.
- - id: item
- type: System.Int32
- description: The index of the item to render, zero for the first item and so on.
- - id: col
- type: System.Int32
- description: The column where the rendering will start
- - id: line
- type: System.Int32
- description: The line where the rendering will be done.
- - id: width
- type: System.Int32
- description: The width that must be filled out.
- overload: Terminal.Gui.IListDataSource.Render*
- exceptions: []
- uid: Terminal.Gui.IListDataSource.SetMark(System.Int32,System.Boolean)
+ commentId: M:Terminal.Gui.IListDataSource.SetMark(System.Int32,System.Boolean)
id: SetMark(System.Int32,System.Boolean)
parent: Terminal.Gui.IListDataSource
langs:
- csharp
+ - vb
name: SetMark(Int32, Boolean)
nameWithType: IListDataSource.SetMark(Int32, Boolean)
- fullName: IListDataSource.SetMark(Int32, Boolean)
+ fullName: Terminal.Gui.IListDataSource.SetMark(System.Int32, System.Boolean)
type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Views/ListView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: SetMark
+ path: ../Terminal.Gui/Views/ListView.cs
+ startLine: 64
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: Flags the item as marked.
+ summary: "\nFlags the item as marked.\n"
+ example: []
syntax:
- content: public void SetMark (int item, bool value);
+ content: void SetMark(int item, bool value)
parameters:
- id: item
type: System.Int32
@@ -160,84 +193,119 @@ items:
- id: value
type: System.Boolean
description: If set to true value.
+ content.vb: Sub SetMark(item As Integer, value As Boolean)
overload: Terminal.Gui.IListDataSource.SetMark*
- exceptions: []
-references:
-- uid: Terminal.Gui.IListDataSource.Count
+- uid: Terminal.Gui.IListDataSource.ToList
+ commentId: M:Terminal.Gui.IListDataSource.ToList
+ id: ToList
parent: Terminal.Gui.IListDataSource
- isExternal: false
+ langs:
+ - csharp
+ - vb
+ name: ToList()
+ nameWithType: IListDataSource.ToList()
+ fullName: Terminal.Gui.IListDataSource.ToList()
+ type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Views/ListView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: ToList
+ path: ../Terminal.Gui/Views/ListView.cs
+ startLine: 70
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nReturn the source as IList.\n"
+ example: []
+ syntax:
+ content: IList ToList()
+ return:
+ type: System.Collections.IList
+ description: ''
+ content.vb: Function ToList As IList
+ overload: Terminal.Gui.IListDataSource.ToList*
+references:
+- uid: Terminal.Gui.IListDataSource
+ commentId: T:Terminal.Gui.IListDataSource
+ parent: Terminal.Gui
+ name: IListDataSource
+ nameWithType: IListDataSource
+ fullName: Terminal.Gui.IListDataSource
+- uid: Terminal.Gui.ListView
+ commentId: T:Terminal.Gui.ListView
+ parent: Terminal.Gui
+ name: ListView
+ nameWithType: ListView
+ fullName: Terminal.Gui.ListView
+- uid: Terminal.Gui
+ commentId: N:Terminal.Gui
+ name: Terminal.Gui
+ nameWithType: Terminal.Gui
+ fullName: Terminal.Gui
+- uid: Terminal.Gui.IListDataSource.Count*
+ commentId: Overload:Terminal.Gui.IListDataSource.Count
name: Count
nameWithType: IListDataSource.Count
- fullName: IListDataSource.Count
+ fullName: Terminal.Gui.IListDataSource.Count
- uid: System.Int32
+ commentId: T:System.Int32
parent: System
isExternal: true
name: Int32
nameWithType: Int32
fullName: System.Int32
-- uid: Terminal.Gui.IListDataSource.IsMarked(System.Int32)
- parent: Terminal.Gui.IListDataSource
- isExternal: false
- name: IsMarked(Int32)
- nameWithType: IListDataSource.IsMarked(Int32)
- fullName: IListDataSource.IsMarked(Int32)
+- uid: System
+ commentId: N:System
+ isExternal: true
+ name: System
+ nameWithType: System
+ fullName: System
+- uid: Terminal.Gui.IListDataSource.Render*
+ commentId: Overload:Terminal.Gui.IListDataSource.Render
+ name: Render
+ nameWithType: IListDataSource.Render
+ fullName: Terminal.Gui.IListDataSource.Render
+- uid: Terminal.Gui.ConsoleDriver
+ commentId: T:Terminal.Gui.ConsoleDriver
+ parent: Terminal.Gui
+ name: ConsoleDriver
+ nameWithType: ConsoleDriver
+ fullName: Terminal.Gui.ConsoleDriver
- uid: System.Boolean
+ commentId: T:System.Boolean
parent: System
isExternal: true
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
-- uid: Terminal.Gui.IListDataSource.Render(System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)
- parent: Terminal.Gui.IListDataSource
- isExternal: false
- name: Render(Boolean, Int32, Int32, Int32, Int32)
- nameWithType: IListDataSource.Render(Boolean, Int32, Int32, Int32, Int32)
- fullName: IListDataSource.Render(Boolean, Int32, Int32, Int32, Int32)
-- uid: Terminal.Gui.IListDataSource.Render(Terminal.Gui.ListView,Terminal.Gui.ConsoleDriver,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)
- parent: Terminal.Gui.IListDataSource
- isExternal: false
- name: Render(ListView, ConsoleDriver, Boolean, Int32, Int32, Int32, Int32)
- nameWithType: IListDataSource.Render(ListView, ConsoleDriver, Boolean, Int32, Int32, Int32, Int32)
- fullName: IListDataSource.Render(ListView, ConsoleDriver, Boolean, Int32, Int32, Int32, Int32)
-- uid: Terminal.Gui.ListView
- parent: Terminal.Gui
- isExternal: false
- name: ListView
- nameWithType: ListView
- fullName: Terminal.Gui.ListView
-- uid: Terminal.Gui.ConsoleDriver
- parent: Terminal.Gui
- isExternal: false
- name: ConsoleDriver
- nameWithType: ConsoleDriver
- fullName: Terminal.Gui.ConsoleDriver
-- uid: Terminal.Gui.IListDataSource.SetMark(System.Int32,System.Boolean)
- parent: Terminal.Gui.IListDataSource
- isExternal: false
- name: SetMark(Int32, Boolean)
- nameWithType: IListDataSource.SetMark(Int32, Boolean)
- fullName: IListDataSource.SetMark(Int32, Boolean)
-- uid: Terminal.Gui.IListDataSource.Count*
- parent: Terminal.Gui.IListDataSource
- isExternal: false
- name: Count
- nameWithType: IListDataSource.Count
- fullName: IListDataSource.Count
- uid: Terminal.Gui.IListDataSource.IsMarked*
- parent: Terminal.Gui.IListDataSource
- isExternal: false
+ commentId: Overload:Terminal.Gui.IListDataSource.IsMarked
name: IsMarked
nameWithType: IListDataSource.IsMarked
- fullName: IListDataSource.IsMarked
-- uid: Terminal.Gui.IListDataSource.Render*
- parent: Terminal.Gui.IListDataSource
- isExternal: false
- name: Render
- nameWithType: IListDataSource.Render
- fullName: IListDataSource.Render
+ fullName: Terminal.Gui.IListDataSource.IsMarked
- uid: Terminal.Gui.IListDataSource.SetMark*
- parent: Terminal.Gui.IListDataSource
- isExternal: false
+ commentId: Overload:Terminal.Gui.IListDataSource.SetMark
name: SetMark
nameWithType: IListDataSource.SetMark
- fullName: IListDataSource.SetMark
+ fullName: Terminal.Gui.IListDataSource.SetMark
+- uid: Terminal.Gui.IListDataSource.ToList*
+ commentId: Overload:Terminal.Gui.IListDataSource.ToList
+ name: ToList
+ nameWithType: IListDataSource.ToList
+ fullName: Terminal.Gui.IListDataSource.ToList
+- uid: System.Collections.IList
+ commentId: T:System.Collections.IList
+ parent: System.Collections
+ isExternal: true
+ name: IList
+ nameWithType: IList
+ fullName: System.Collections.IList
+- uid: System.Collections
+ commentId: N:System.Collections
+ isExternal: true
+ name: System.Collections
+ nameWithType: System.Collections
+ fullName: System.Collections
+shouldSkipMarkup: true
diff --git a/docfx/api/Terminal.Gui/Terminal.Gui.Key.yml b/docfx/api/Terminal.Gui/Terminal.Gui.Key.yml
index 789b7c158..f9771aefd 100644
--- a/docfx/api/Terminal.Gui/Terminal.Gui.Key.yml
+++ b/docfx/api/Terminal.Gui/Terminal.Gui.Key.yml
@@ -1,7 +1,9 @@
### YamlMime:ManagedReference
items:
- uid: Terminal.Gui.Key
+ commentId: T:Terminal.Gui.Key
id: Key
+ parent: Terminal.Gui
children:
- Terminal.Gui.Key.AltMask
- Terminal.Gui.Key.Backspace
@@ -34,6 +36,7 @@ items:
- Terminal.Gui.Key.ControlX
- Terminal.Gui.Key.ControlY
- Terminal.Gui.Key.ControlZ
+ - Terminal.Gui.Key.CtrlMask
- Terminal.Gui.Key.CursorDown
- Terminal.Gui.Key.CursorLeft
- Terminal.Gui.Key.CursorRight
@@ -57,1504 +60,2161 @@ items:
- Terminal.Gui.Key.InsertChar
- Terminal.Gui.Key.PageDown
- Terminal.Gui.Key.PageUp
+ - Terminal.Gui.Key.ShiftMask
- Terminal.Gui.Key.Space
- Terminal.Gui.Key.SpecialMask
- Terminal.Gui.Key.Tab
- Terminal.Gui.Key.Unknown
langs:
- csharp
+ - vb
name: Key
nameWithType: Key
fullName: Terminal.Gui.Key
type: Enum
+ source:
+ remote:
+ path: Terminal.Gui/Event.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: Key
+ path: ../Terminal.Gui/Event.cs
+ startLine: 26
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: >-
- The Key enumeration contains special encoding for some keys, but can also
- encode all the unicode values that can be passed.
- remarks: >-
- - If the SpecialMask is set, then the value is that of the special mask, - otherwise, the value is the one of the lower bits (as extracted by CharMask) -
-- Control keys are the values between 1 and 26 corresponding to Control-A to Control-Z -
-- Unicode runes are also stored here, the letter 'A" for example is encoded as a value 65 (not surfaced in the enum). -
+ summary: "\nThe\n If the SpecialMask is set, then the value is that of the special mask,\n otherwise, the value is the one of the lower bits (as extracted by CharMask)\n
\n\n Control keys are the values between 1 and 26 corresponding to Control-A to Control-Z\n
\n\n Unicode runes are also stored here, the letter 'A" for example is encoded as a value 65 (not surfaced in the enum).\n
\n" + example: [] syntax: - content: public enum Key - inheritance: - - System.Enum -- uid: Terminal.Gui.Key.AltMask - id: AltMask - parent: Terminal.Gui.Key - langs: - - csharp - name: AltMask - nameWithType: Key.AltMask - fullName: Key.AltMask - type: Field - assemblies: - - Terminal.Gui - namespace: Terminal.Gui - summary: >- - When this value is set, the Key encodes the sequence Alt-KeyValue. - And the actual value must be extracted by removing the AltMask. - syntax: - content: AltMask - return: - type: Terminal.Gui.Key - description: To be added. - exceptions: [] -- uid: Terminal.Gui.Key.Backspace - id: Backspace - parent: Terminal.Gui.Key - langs: - - csharp - name: Backspace - nameWithType: Key.Backspace - fullName: Key.Backspace - type: Field - assemblies: - - Terminal.Gui - namespace: Terminal.Gui - summary: Backspace key. - syntax: - content: Backspace - return: - type: Terminal.Gui.Key - description: To be added. - exceptions: [] -- uid: Terminal.Gui.Key.BackTab - id: BackTab - parent: Terminal.Gui.Key - langs: - - csharp - name: BackTab - nameWithType: Key.BackTab - fullName: Key.BackTab - type: Field - assemblies: - - Terminal.Gui - namespace: Terminal.Gui - summary: Shift-tab key (backwards tab key). - syntax: - content: BackTab - return: - type: Terminal.Gui.Key - description: To be added. - exceptions: [] + content: >- + [Flags] + + public enum Key : uint + content.vb: >- +true if is alternate; otherwise, false.
- overload: Terminal.Gui.KeyEvent.IsAlt*
- exceptions: []
-- uid: Terminal.Gui.KeyEvent.IsCtrl
- id: IsCtrl
- parent: Terminal.Gui.KeyEvent
- langs:
- - csharp
- name: IsCtrl
- nameWithType: KeyEvent.IsCtrl
- fullName: KeyEvent.IsCtrl
- type: Property
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Determines whether the value is a control key
- syntax:
- content: public bool IsCtrl { get; }
- return:
- type: System.Boolean
- description: true if is ctrl; otherwise, false.
- overload: Terminal.Gui.KeyEvent.IsCtrl*
- exceptions: []
+ - System.Object
+ inheritedMembers:
+ - 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.KeyEvent.Key
+ commentId: F:Terminal.Gui.KeyEvent.Key
id: Key
parent: Terminal.Gui.KeyEvent
langs:
- csharp
+ - vb
name: Key
nameWithType: KeyEvent.Key
- fullName: KeyEvent.Key
+ fullName: Terminal.Gui.KeyEvent.Key
type: Field
+ source:
+ remote:
+ path: Terminal.Gui/Event.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: Key
+ path: ../Terminal.Gui/Event.cs
+ startLine: 294
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: Symb olid definition for the key.
+ summary: "\nSymb olid definition for the key.\n"
+ example: []
syntax:
- content: public Terminal.Gui.Key Key;
+ content: public Key Key
return:
type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
+ content.vb: Public Key As Key
+ modifiers.csharp:
+ - public
+ modifiers.vb:
+ - Public
- uid: Terminal.Gui.KeyEvent.KeyValue
+ commentId: P:Terminal.Gui.KeyEvent.KeyValue
id: KeyValue
parent: Terminal.Gui.KeyEvent
langs:
- csharp
+ - vb
name: KeyValue
nameWithType: KeyEvent.KeyValue
- fullName: KeyEvent.KeyValue
+ fullName: Terminal.Gui.KeyEvent.KeyValue
type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Event.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: KeyValue
+ path: ../Terminal.Gui/Event.cs
+ startLine: 301
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: >-
- The key value cast to an integer, you will typicall use this for
- extracting the Unicode rune value out of a key, when none of the
- symbolic options are in use.
+ summary: "\nThe key value cast to an integer, you will typical use this for\nextracting the Unicode rune value out of a key, when none of the\nsymbolic options are in use.\n"
+ example: []
syntax:
content: public int KeyValue { get; }
+ parameters: []
return:
type: System.Int32
- description: To be added.
+ content.vb: Public ReadOnly Property KeyValue As Integer
overload: Terminal.Gui.KeyEvent.KeyValue*
- exceptions: []
-references:
-- uid: System.ValueType
- parent: System
- isExternal: true
- name: ValueType
- nameWithType: ValueType
- fullName: System.ValueType
-- uid: Terminal.Gui.KeyEvent.#ctor(Terminal.Gui.Key)
+ modifiers.csharp:
+ - public
+ - get
+ modifiers.vb:
+ - Public
+ - ReadOnly
+- uid: Terminal.Gui.KeyEvent.IsShift
+ commentId: P:Terminal.Gui.KeyEvent.IsShift
+ id: IsShift
parent: Terminal.Gui.KeyEvent
- isExternal: false
+ langs:
+ - csharp
+ - vb
+ name: IsShift
+ nameWithType: KeyEvent.IsShift
+ fullName: Terminal.Gui.KeyEvent.IsShift
+ type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Event.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: IsShift
+ path: ../Terminal.Gui/Event.cs
+ startLine: 307
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nGets a value indicating whether the Shift key was pressed.\n"
+ example: []
+ syntax:
+ content: public bool IsShift { get; }
+ parameters: []
+ return:
+ type: System.Boolean
+ description: true if is shift; otherwise, false.
+ content.vb: Public ReadOnly Property IsShift As Boolean
+ overload: Terminal.Gui.KeyEvent.IsShift*
+ modifiers.csharp:
+ - public
+ - get
+ modifiers.vb:
+ - Public
+ - ReadOnly
+- uid: Terminal.Gui.KeyEvent.IsAlt
+ commentId: P:Terminal.Gui.KeyEvent.IsAlt
+ id: IsAlt
+ parent: Terminal.Gui.KeyEvent
+ langs:
+ - csharp
+ - vb
+ name: IsAlt
+ nameWithType: KeyEvent.IsAlt
+ fullName: Terminal.Gui.KeyEvent.IsAlt
+ type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Event.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: IsAlt
+ path: ../Terminal.Gui/Event.cs
+ startLine: 313
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nGets a value indicating whether the Alt key was pressed (real or synthesized)\n"
+ example: []
+ syntax:
+ content: public bool IsAlt { get; }
+ parameters: []
+ return:
+ type: System.Boolean
+ description: true if is alternate; otherwise, false.
+ content.vb: Public ReadOnly Property IsAlt As Boolean
+ overload: Terminal.Gui.KeyEvent.IsAlt*
+ modifiers.csharp:
+ - public
+ - get
+ modifiers.vb:
+ - Public
+ - ReadOnly
+- uid: Terminal.Gui.KeyEvent.IsCtrl
+ commentId: P:Terminal.Gui.KeyEvent.IsCtrl
+ id: IsCtrl
+ parent: Terminal.Gui.KeyEvent
+ langs:
+ - csharp
+ - vb
+ name: IsCtrl
+ nameWithType: KeyEvent.IsCtrl
+ fullName: Terminal.Gui.KeyEvent.IsCtrl
+ type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Event.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: IsCtrl
+ path: ../Terminal.Gui/Event.cs
+ startLine: 320
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nDetermines whether the value is a control key (and NOT just the ctrl key)\n"
+ example: []
+ syntax:
+ content: public bool IsCtrl { get; }
+ parameters: []
+ return:
+ type: System.Boolean
+ description: true if is ctrl; otherwise, false.
+ content.vb: Public ReadOnly Property IsCtrl As Boolean
+ overload: Terminal.Gui.KeyEvent.IsCtrl*
+ modifiers.csharp:
+ - public
+ - get
+ modifiers.vb:
+ - Public
+ - ReadOnly
+- uid: Terminal.Gui.KeyEvent.#ctor
+ commentId: M:Terminal.Gui.KeyEvent.#ctor
+ id: '#ctor'
+ parent: Terminal.Gui.KeyEvent
+ langs:
+ - csharp
+ - vb
+ name: KeyEvent()
+ nameWithType: KeyEvent.KeyEvent()
+ fullName: Terminal.Gui.KeyEvent.KeyEvent()
+ type: Constructor
+ source:
+ remote:
+ path: Terminal.Gui/Event.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: .ctor
+ path: ../Terminal.Gui/Event.cs
+ startLine: 325
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nConstructs a new \n The ListView displays lists of data and allows the user to scroll through the data\n and optionally mark elements of the list (controlled by the AllowsMark property). \n
\n\n The ListView can either render an arbitrary IList object (for example, arrays, List
\n The ListView can display any object that implements the System.Collection.IList interface,\n string values are converted into ustring values before rendering, and other values are\n converted into ustrings by calling ToString() and then converting to ustring.\n
\n\n If you must change the contents of the ListView, set the Source property (when you are\n providing your own rendering via the IListDataSource implementation) or call SetSource\n when you are providing an IList.\n
" + summary: "\nListView\n The
\n By default
\n
\n To change the contents of the ListView, set the
\n When
true if allows marking elements of the list; otherwise, false.
- overload: Terminal.Gui.ListView.AllowsMarking*
- exceptions: []
-- uid: Terminal.Gui.ListView.MouseEvent(Terminal.Gui.MouseEvent)
- id: MouseEvent(Terminal.Gui.MouseEvent)
- parent: Terminal.Gui.ListView
- langs:
- - csharp
- name: MouseEvent(MouseEvent)
- nameWithType: ListView.MouseEvent(MouseEvent)
- fullName: ListView.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.ListView.MouseEvent*
- exceptions: []
-- uid: Terminal.Gui.ListView.PositionCursor
- id: PositionCursor
- parent: Terminal.Gui.ListView
- langs:
- - csharp
- name: PositionCursor()
- nameWithType: ListView.PositionCursor()
- fullName: ListView.PositionCursor()
- type: Method
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Positions the cursor in this view
- syntax:
- content: public override void PositionCursor ();
- parameters: []
- overload: Terminal.Gui.ListView.PositionCursor*
- exceptions: []
-- uid: Terminal.Gui.ListView.ProcessKey(Terminal.Gui.KeyEvent)
- id: ProcessKey(Terminal.Gui.KeyEvent)
- parent: Terminal.Gui.ListView
- langs:
- - csharp
- name: ProcessKey(KeyEvent)
- nameWithType: ListView.ProcessKey(KeyEvent)
- fullName: ListView.ProcessKey(KeyEvent)
- type: Method
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Handles cursor movement for this view, passes all other events.
- syntax:
- content: public override bool ProcessKey (Terminal.Gui.KeyEvent kb);
- parameters:
- - id: kb
- type: Terminal.Gui.KeyEvent
- description: Keyboard event.
- return:
- type: System.Boolean
- description: true, if key was processed, false otherwise.
- overload: Terminal.Gui.ListView.ProcessKey*
- exceptions: []
-- uid: Terminal.Gui.ListView.Redraw(Terminal.Gui.Rect)
- id: Redraw(Terminal.Gui.Rect)
- parent: Terminal.Gui.ListView
- langs:
- - csharp
- name: Redraw(Rect)
- nameWithType: ListView.Redraw(Rect)
- fullName: ListView.Redraw(Rect)
- type: Method
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Redraws the ListView
- syntax:
- content: public override void Redraw (Terminal.Gui.Rect region);
- parameters:
- - id: region
- type: Terminal.Gui.Rect
- description: Region.
- overload: Terminal.Gui.ListView.Redraw*
- exceptions: []
-- uid: Terminal.Gui.ListView.SelectedChanged
- id: SelectedChanged
- parent: Terminal.Gui.ListView
- langs:
- - csharp
- name: SelectedChanged
- nameWithType: ListView.SelectedChanged
- fullName: ListView.SelectedChanged
- type: Event
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: This event is raised when the cursor selection has changed.
- syntax:
- content: public event Action SelectedChanged;
- return:
- type: System.Action
- description: To be added.
- exceptions: []
-- uid: Terminal.Gui.ListView.SelectedItem
- id: SelectedItem
- parent: Terminal.Gui.ListView
- langs:
- - csharp
- name: SelectedItem
- nameWithType: ListView.SelectedItem
- fullName: ListView.SelectedItem
- type: Property
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Gets or sets the currently selecteded item.
- syntax:
- content: public int SelectedItem { get; set; }
- return:
- type: System.Int32
- description: The selected item.
- overload: Terminal.Gui.ListView.SelectedItem*
- exceptions: []
-- uid: Terminal.Gui.ListView.SetSource(System.Collections.IList)
- id: SetSource(System.Collections.IList)
- parent: Terminal.Gui.ListView
- langs:
- - csharp
- name: SetSource(IList)
- nameWithType: ListView.SetSource(IList)
- fullName: ListView.SetSource(IList)
- type: Method
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Sets the source to an IList value, if you want to set a full IListDataSource, use the Source property.
- syntax:
- content: public void SetSource (System.Collections.IList source);
- parameters:
- - id: source
- type: System.Collections.IList
- description: To be added.
- overload: Terminal.Gui.ListView.SetSource*
- exceptions: []
+ - 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.HasFocus
+ - Terminal.Gui.View.OnEnter
+ - 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.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
+ - 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.ListView.Source
+ commentId: P:Terminal.Gui.ListView.Source
id: Source
parent: Terminal.Gui.ListView
langs:
- csharp
+ - vb
name: Source
nameWithType: ListView.Source
- fullName: ListView.Source
+ fullName: Terminal.Gui.ListView.Source
type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Views/ListView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: Source
+ path: ../Terminal.Gui/Views/ListView.cs
+ startLine: 116
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: Gets or sets the IListDataSource backing this view, use SetSource() if you want to set a new IList source.
+ summary: "\nGets or sets the true if allows marking elements of the list; otherwise, false.
+ content.vb: Public Property AllowsMarking As Boolean
+ overload: Terminal.Gui.ListView.AllowsMarking*
+ modifiers.csharp:
+ - public
+ - get
+ - set
+ modifiers.vb:
+ - Public
+- uid: Terminal.Gui.ListView.AllowsMultipleSelection
+ commentId: P:Terminal.Gui.ListView.AllowsMultipleSelection
+ id: AllowsMultipleSelection
+ parent: Terminal.Gui.ListView
+ langs:
+ - csharp
+ - vb
+ name: AllowsMultipleSelection
+ nameWithType: ListView.AllowsMultipleSelection
+ fullName: Terminal.Gui.ListView.AllowsMultipleSelection
+ type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Views/ListView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: AllowsMultipleSelection
+ path: ../Terminal.Gui/Views/ListView.cs
+ startLine: 181
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nIf set to true allows more than one item to be selected. If false only allow one item selected.\n"
+ example: []
+ syntax:
+ content: public bool AllowsMultipleSelection { get; set; }
+ parameters: []
+ return:
+ type: System.Boolean
+ content.vb: Public Property AllowsMultipleSelection As Boolean
+ overload: Terminal.Gui.ListView.AllowsMultipleSelection*
+ modifiers.csharp:
+ - public
+ - get
+ - set
+ modifiers.vb:
+ - Public
- uid: Terminal.Gui.ListView.TopItem
+ commentId: P:Terminal.Gui.ListView.TopItem
id: TopItem
parent: Terminal.Gui.ListView
langs:
- csharp
+ - vb
name: TopItem
nameWithType: ListView.TopItem
- fullName: ListView.TopItem
+ fullName: Terminal.Gui.ListView.TopItem
type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Views/ListView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: TopItem
+ path: ../Terminal.Gui/Views/ListView.cs
+ startLine: 187
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: Gets or sets the item that is displayed at the top of the listview
+ summary: "\nGets or sets the item that is displayed at the top of the trueIf is marked.falseotherwise.
+ content.vb: Public Function IsMarked(item As Integer) As Boolean
+ overload: Terminal.Gui.ListWrapper.IsMarked*
+ implements:
+ - Terminal.Gui.IListDataSource.IsMarked(System.Int32)
+ modifiers.csharp:
+ - public
+ modifiers.vb:
+ - Public
+- uid: Terminal.Gui.ListWrapper.SetMark(System.Int32,System.Boolean)
+ commentId: M:Terminal.Gui.ListWrapper.SetMark(System.Int32,System.Boolean)
+ id: SetMark(System.Int32,System.Boolean)
+ parent: Terminal.Gui.ListWrapper
+ langs:
+ - csharp
+ - vb
+ name: SetMark(Int32, Boolean)
+ nameWithType: ListWrapper.SetMark(Int32, Boolean)
+ fullName: Terminal.Gui.ListWrapper.SetMark(System.Int32, System.Boolean)
+ type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Views/ListView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: SetMark
+ path: ../Terminal.Gui/Views/ListView.cs
+ startLine: 620
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nSets the item as marked or unmarked based on the value is true or false, respectively.\n"
+ example: []
+ syntax:
+ content: public void SetMark(int item, bool value)
+ parameters:
+ - id: item
+ type: System.Int32
+ description: The item
+ - id: value
+ type: System.Boolean
+ description: \nThe
\nThe
var n = MessageBox.Query (50, 7, "Quit Demo", "Are you sure you want to quit this demo?", "Yes", "No");\nif (n == 0)\n quit = true;\nelse\n quit = false;\n"
syntax:
content: public static class MessageBox
+ content.vb: Public Module MessageBox
inheritance:
- System.Object
- implements: []
- inheritedMembers: []
-- uid: Terminal.Gui.MessageBox.ErrorQuery(System.Int32,System.Int32,System.String,System.String,System.String[])
- id: ErrorQuery(System.Int32,System.Int32,System.String,System.String,System.String[])
- parent: Terminal.Gui.MessageBox
- langs:
- - csharp
- name: ErrorQuery(Int32, Int32, String, String, String[])
- nameWithType: MessageBox.ErrorQuery(Int32, Int32, String, String, String[])
- fullName: MessageBox.ErrorQuery(Int32, Int32, String, String, String[])
- type: Method
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Presents an error message box with the specified title and message and a list of buttons to show to the user.
- syntax:
- content: public static int ErrorQuery (int width, int height, string title, string message, string[] buttons);
- parameters:
- - id: width
- type: System.Int32
- description: Width for the window.
- - id: height
- type: System.Int32
- description: Height for the window.
- - id: title
- type: System.String
- description: Title for the query.
- - id: message
- type: System.String
- description: Message to display, might contain multiple lines..
- - id: buttons
- type: System.String[]
- description: Array of buttons to add.
- return:
- type: System.Int32
- description: The index of the selected button, or -1 if the user pressed ESC to close the dialog.
- overload: Terminal.Gui.MessageBox.ErrorQuery*
- exceptions: []
+ inheritedMembers:
+ - System.Object.Equals(System.Object)
+ - System.Object.Equals(System.Object,System.Object)
+ - System.Object.GetHashCode
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
+ - System.Object.ReferenceEquals(System.Object,System.Object)
+ - System.Object.ToString
+ modifiers.csharp:
+ - public
+ - static
+ - class
+ modifiers.vb:
+ - Public
+ - Module
- uid: Terminal.Gui.MessageBox.Query(System.Int32,System.Int32,System.String,System.String,System.String[])
+ commentId: M:Terminal.Gui.MessageBox.Query(System.Int32,System.Int32,System.String,System.String,System.String[])
id: Query(System.Int32,System.Int32,System.String,System.String,System.String[])
parent: Terminal.Gui.MessageBox
langs:
- csharp
+ - vb
name: Query(Int32, Int32, String, String, String[])
nameWithType: MessageBox.Query(Int32, Int32, String, String, String[])
- fullName: MessageBox.Query(Int32, Int32, String, String, String[])
+ fullName: Terminal.Gui.MessageBox.Query(System.Int32, System.Int32, System.String, System.String, System.String[])
type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Dialogs/MessageBox.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: Query
+ path: ../Terminal.Gui/Dialogs/MessageBox.cs
+ startLine: 31
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: Presents a message with the specified title and message and a list of buttons to show to the user.
+ summary: "\nPresents a normal - The open dialog can be used to select files for opening, it can be configured to allow - multiple items to be selected (based on the AllowsMultipleSelection) variable and - you can control whether this should allow files or directories to be selected. -
-- To use it, create an instance of the OpenDialog, configure its properties, and then - call Application.Run on the resulting instance. This will run the dialog modally, - and when this returns, the list of filds will be available on the FilePaths property. -
-- To select more than one file, users can use the spacebar, or control-t. -
+ summary: "\nThe\n The open dialog can be used to select files for opening, it can be configured to allow\n multiple items to be selected (based on the AllowsMultipleSelection) variable and\n you can control whether this should allow files or directories to be selected.\n
\n\n To use, create an instance of
\nTo select more than one file, users can use the spacebar, or control-t.\n
\n" + example: [] syntax: - content: 'public class OpenDialog : Terminal.Gui.FileDialog' + content: 'public class OpenDialog : FileDialog, IEnumerable' + content.vb: >- + Public Class OpenDialog + + Inherits FileDialog + + Implements IEnumerable inheritance: - System.Object - Terminal.Gui.Responder @@ -42,243 +47,2616 @@ items: - Terminal.Gui.Window - Terminal.Gui.Dialog - Terminal.Gui.FileDialog - implements: [] + implements: + - System.Collections.IEnumerable inheritedMembers: + - Terminal.Gui.FileDialog.WillPresent + - Terminal.Gui.FileDialog.Prompt + - Terminal.Gui.FileDialog.NameFieldLabel + - Terminal.Gui.FileDialog.Message + - Terminal.Gui.FileDialog.CanCreateDirectories + - Terminal.Gui.FileDialog.IsExtensionHidden + - Terminal.Gui.FileDialog.DirectoryPath + - Terminal.Gui.FileDialog.AllowedFileTypes + - Terminal.Gui.FileDialog.AllowsOtherFileTypes + - Terminal.Gui.FileDialog.FilePath + - Terminal.Gui.FileDialog.Canceled - Terminal.Gui.Dialog.AddButton(Terminal.Gui.Button) - Terminal.Gui.Dialog.LayoutSubviews - Terminal.Gui.Dialog.ProcessKey(Terminal.Gui.KeyEvent) - - Terminal.Gui.FileDialog.AllowedFileTypes - - Terminal.Gui.FileDialog.AllowsOtherFileTypes - - Terminal.Gui.FileDialog.CanCreateDirectories - - Terminal.Gui.FileDialog.DirectoryPath - - Terminal.Gui.FileDialog.FilePath - - Terminal.Gui.FileDialog.IsExtensionHidden - - Terminal.Gui.FileDialog.Message - - Terminal.Gui.FileDialog.NameFieldLabel - - Terminal.Gui.FileDialog.Prompt - - Terminal.Gui.FileDialog.WillPresent - - Terminal.Gui.Toplevel.CanFocus - - Terminal.Gui.Toplevel.Create - - Terminal.Gui.Toplevel.Running - - Terminal.Gui.View.Add(Terminal.Gui.View[]) - - 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.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.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.HasFocus - - Terminal.Gui.View.Height - - Terminal.Gui.View.Id - - Terminal.Gui.View.LayoutStyle - - 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.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 - - Terminal.Gui.View.Width - - Terminal.Gui.View.X - - Terminal.Gui.View.Y - - Terminal.Gui.Window.Add(Terminal.Gui.View) + - Terminal.Gui.Window.Title - Terminal.Gui.Window.GetEnumerator - - Terminal.Gui.Window.MouseEvent(Terminal.Gui.MouseEvent) - - Terminal.Gui.Window.Redraw(Terminal.Gui.Rect) + - Terminal.Gui.Window.Add(Terminal.Gui.View) - Terminal.Gui.Window.Remove(Terminal.Gui.View) - Terminal.Gui.Window.RemoveAll - - Terminal.Gui.Window.Title + - Terminal.Gui.Window.Redraw(Terminal.Gui.Rect) + - Terminal.Gui.Window.MouseEvent(Terminal.Gui.MouseEvent) + - Terminal.Gui.Toplevel.Running + - Terminal.Gui.Toplevel.Ready + - Terminal.Gui.Toplevel.Create + - Terminal.Gui.Toplevel.CanFocus + - Terminal.Gui.Toplevel.Modal + - Terminal.Gui.Toplevel.MenuBar + - Terminal.Gui.Toplevel.StatusBar + - 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.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.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.OnEnter + - 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.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.ToString + - Terminal.Gui.View.OnMouseEnter(Terminal.Gui.MouseEvent) + - Terminal.Gui.View.OnMouseLeave(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.OpenDialog.#ctor(NStack.ustring,NStack.ustring) + commentId: M:Terminal.Gui.OpenDialog.#ctor(NStack.ustring,NStack.ustring) id: '#ctor(NStack.ustring,NStack.ustring)' parent: Terminal.Gui.OpenDialog langs: - csharp + - vb name: OpenDialog(ustring, ustring) nameWithType: OpenDialog.OpenDialog(ustring, ustring) - fullName: OpenDialog.OpenDialog(ustring, ustring) + fullName: Terminal.Gui.OpenDialog.OpenDialog(NStack.ustring, NStack.ustring) type: Constructor + source: + remote: + path: Terminal.Gui/Dialogs/FileDialog.cs + branch: docs + repo: tig:tig/gui.cs.git + id: .ctor + path: ../Terminal.Gui/Dialogs/FileDialog.cs + startLine: 653 assemblies: - Terminal.Gui namespace: Terminal.Gui + summary: "\nInitializes a newtrue if allows multiple selection; otherwise, false, defaults to false.
- overload: Terminal.Gui.OpenDialog.AllowsMultipleSelection*
- exceptions: []
-- uid: Terminal.Gui.OpenDialog.CanChooseDirectories
- id: CanChooseDirectories
- parent: Terminal.Gui.OpenDialog
- langs:
- - csharp
- name: CanChooseDirectories
- nameWithType: OpenDialog.CanChooseDirectories
- fullName: OpenDialog.CanChooseDirectories
- type: Property
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Gets or sets a value indicating whether this true if can choose directories; otherwise, false defaults to false.
- overload: Terminal.Gui.OpenDialog.CanChooseDirectories*
- exceptions: []
+ modifiers.csharp:
+ - public
+ modifiers.vb:
+ - Public
- uid: Terminal.Gui.OpenDialog.CanChooseFiles
+ commentId: P:Terminal.Gui.OpenDialog.CanChooseFiles
id: CanChooseFiles
parent: Terminal.Gui.OpenDialog
langs:
- csharp
+ - vb
name: CanChooseFiles
nameWithType: OpenDialog.CanChooseFiles
- fullName: OpenDialog.CanChooseFiles
+ fullName: Terminal.Gui.OpenDialog.CanChooseFiles
type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Dialogs/FileDialog.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: CanChooseFiles
+ path: ../Terminal.Gui/Dialogs/FileDialog.cs
+ startLine: 661
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: Gets or sets a value indicating whether this true if can choose files; otherwise, false. Defaults to true
+ content.vb: Public Property CanChooseFiles As Boolean
overload: Terminal.Gui.OpenDialog.CanChooseFiles*
- exceptions: []
+ modifiers.csharp:
+ - public
+ - get
+ - set
+ modifiers.vb:
+ - Public
+- uid: Terminal.Gui.OpenDialog.CanChooseDirectories
+ commentId: P:Terminal.Gui.OpenDialog.CanChooseDirectories
+ id: CanChooseDirectories
+ parent: Terminal.Gui.OpenDialog
+ langs:
+ - csharp
+ - vb
+ name: CanChooseDirectories
+ nameWithType: OpenDialog.CanChooseDirectories
+ fullName: Terminal.Gui.OpenDialog.CanChooseDirectories
+ type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Dialogs/FileDialog.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: CanChooseDirectories
+ path: ../Terminal.Gui/Dialogs/FileDialog.cs
+ startLine: 673
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nGets or sets a value indicating whether this true if can choose directories; otherwise, false defaults to false.
+ content.vb: Public Property CanChooseDirectories As Boolean
+ overload: Terminal.Gui.OpenDialog.CanChooseDirectories*
+ modifiers.csharp:
+ - public
+ - get
+ - set
+ modifiers.vb:
+ - Public
+- uid: Terminal.Gui.OpenDialog.AllowsMultipleSelection
+ commentId: P:Terminal.Gui.OpenDialog.AllowsMultipleSelection
+ id: AllowsMultipleSelection
+ parent: Terminal.Gui.OpenDialog
+ langs:
+ - csharp
+ - vb
+ name: AllowsMultipleSelection
+ nameWithType: OpenDialog.AllowsMultipleSelection
+ fullName: Terminal.Gui.OpenDialog.AllowsMultipleSelection
+ type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Dialogs/FileDialog.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: AllowsMultipleSelection
+ path: ../Terminal.Gui/Dialogs/FileDialog.cs
+ startLine: 685
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nGets or sets a value indicating whether this true if allows multiple selection; otherwise, false, defaults to false.
+ content.vb: Public Property AllowsMultipleSelection As Boolean
+ overload: Terminal.Gui.OpenDialog.AllowsMultipleSelection*
+ modifiers.csharp:
+ - public
+ - get
+ - set
+ modifiers.vb:
+ - Public
- uid: Terminal.Gui.OpenDialog.FilePaths
+ commentId: P:Terminal.Gui.OpenDialog.FilePaths
id: FilePaths
parent: Terminal.Gui.OpenDialog
langs:
- csharp
+ - vb
name: FilePaths
nameWithType: OpenDialog.FilePaths
- fullName: OpenDialog.FilePaths
+ fullName: Terminal.Gui.OpenDialog.FilePaths
type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Dialogs/FileDialog.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: FilePaths
+ path: ../Terminal.Gui/Dialogs/FileDialog.cs
+ startLine: 697
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: Returns the selected files, or an empty list if nothing has been selected
+ summary: "\nReturns the selected files, or an empty list if nothing has been selected\n"
+ example: []
syntax:
- content: public System.Collections.Generic.IReadOnlyList- Use the Pos objects on the X or Y properties of a view to control the position. -
-- These can be used to set the absolute position, when merely assigning an - integer value (via the implicit integer to Pos conversion), and they can be combined - to produce more useful layouts, like: Pos.Center - 3, which would shift the postion - of the view 3 characters to the left after centering for example. -
-- It is possible to reference coordinates of another view by using the methods - Left(View), Right(View), Bottom(View), Top(View). The X(View) and Y(View) are - aliases to Left(View) and Top(View) respectively. -
+ summary: "\nDescribes the position of a\n Use the
\n These can be used to set the absolute position, when merely assigning an\n integer value (via the implicit integer to
\n It is possible to reference coordinates of another view by using the methods\n Left(View), Right(View), Bottom(View), Top(View). The X(View) and Y(View) are\n aliases to Left(View) and Top(View) respectively.\n
\n" + example: [] syntax: content: public class Pos + content.vb: Public Class Pos inheritance: - System.Object - implements: [] - inheritedMembers: [] -- uid: Terminal.Gui.Pos.#ctor - id: '#ctor' - parent: Terminal.Gui.Pos - langs: - - csharp - name: Pos() - nameWithType: Pos.Pos() - fullName: Pos.Pos() - type: Constructor - assemblies: - - Terminal.Gui - namespace: Terminal.Gui - syntax: - content: public Pos (); - parameters: [] - overload: Terminal.Gui.Pos.#ctor* - exceptions: [] -- uid: Terminal.Gui.Pos.AnchorEnd(System.Int32) - id: AnchorEnd(System.Int32) - parent: Terminal.Gui.Pos - langs: - - csharp - name: AnchorEnd(Int32) - nameWithType: Pos.AnchorEnd(Int32) - fullName: Pos.AnchorEnd(Int32) - type: Method - assemblies: - - Terminal.Gui - namespace: Terminal.Gui - summary: "Creates a Pos object that is anchored to the end of the dimension, useful to flush \n the layout from the end." - syntax: - content: public static Terminal.Gui.Pos AnchorEnd (int margin = 0); - parameters: - - id: margin - type: System.Int32 - description: Optional margin to set aside. - return: - type: Terminal.Gui.Pos - description: The Pos object anchored to the end (the bottom or the right side). - overload: Terminal.Gui.Pos.AnchorEnd* - exceptions: [] -- uid: Terminal.Gui.Pos.At(System.Int32) - id: At(System.Int32) - parent: Terminal.Gui.Pos - langs: - - csharp - name: At(Int32) - nameWithType: Pos.At(Int32) - fullName: Pos.At(Int32) - type: Method - assemblies: - - Terminal.Gui - namespace: Terminal.Gui - summary: Creates an Absolute Pos from the specified integer value. - syntax: - content: public static Terminal.Gui.Pos At (int n); - parameters: - - id: n - type: System.Int32 - description: The value to convert to the pos. - return: - type: Terminal.Gui.Pos - description: The Absolute Pos. - overload: Terminal.Gui.Pos.At* - exceptions: [] -- uid: Terminal.Gui.Pos.Bottom(Terminal.Gui.View) - id: Bottom(Terminal.Gui.View) - parent: Terminal.Gui.Pos - langs: - - csharp - name: Bottom(View) - nameWithType: Pos.Bottom(View) - fullName: Pos.Bottom(View) - type: Method - assemblies: - - Terminal.Gui - namespace: Terminal.Gui - summary: Returns a Pos object tracks the Bottom (Y+Height) coordinate of the specified view. - syntax: - content: public static Terminal.Gui.Pos Bottom (Terminal.Gui.View view); - parameters: - - id: view - type: Terminal.Gui.View - description: The view that will be tracked. - return: - type: Terminal.Gui.Pos - description: The Position that depends on the other view. - overload: Terminal.Gui.Pos.Bottom* - exceptions: [] -- uid: Terminal.Gui.Pos.Center - id: Center - parent: Terminal.Gui.Pos - langs: - - csharp - name: Center() - nameWithType: Pos.Center() - fullName: Pos.Center() - type: Method - assemblies: - - Terminal.Gui - namespace: Terminal.Gui - summary: Returns a Pos object that can be used to center the views. - syntax: - content: public static Terminal.Gui.Pos Center (); - parameters: [] - return: - type: Terminal.Gui.Pos - description: The center Pos. - overload: Terminal.Gui.Pos.Center* - exceptions: [] -- uid: Terminal.Gui.Pos.Left(Terminal.Gui.View) - id: Left(Terminal.Gui.View) - parent: Terminal.Gui.Pos - langs: - - csharp - name: Left(View) - nameWithType: Pos.Left(View) - fullName: Pos.Left(View) - type: Method - assemblies: - - Terminal.Gui - namespace: Terminal.Gui - summary: Returns a Pos object tracks the Left (X) position of the specified view. - syntax: - content: public static Terminal.Gui.Pos Left (Terminal.Gui.View view); - parameters: - - id: view - type: Terminal.Gui.View - description: The view that will be tracked. - return: - type: Terminal.Gui.Pos - description: The Position that depends on the other view. - overload: Terminal.Gui.Pos.Left* - exceptions: [] -- uid: Terminal.Gui.Pos.op_Addition(Terminal.Gui.Pos,Terminal.Gui.Pos) - id: op_Addition(Terminal.Gui.Pos,Terminal.Gui.Pos) - parent: Terminal.Gui.Pos - langs: - - csharp - name: op_Addition(Pos, Pos) - nameWithType: Pos.op_Addition(Pos, Pos) - fullName: Pos.op_Addition(Pos, Pos) - type: Operator - assemblies: - - Terminal.Gui - namespace: Terminal.Gui - summary: Adds aleft and right.
- overload: Terminal.Gui.Pos.op_Addition*
- exceptions: []
-- uid: Terminal.Gui.Pos.op_Implicit(System.Int32 to Terminal.Gui.Pos)
- id: op_Implicit(System.Int32 to Terminal.Gui.Pos)
- parent: Terminal.Gui.Pos
- langs:
- - csharp
- name: op_Implicit(Int32 to Pos)
- nameWithType: Pos.op_Implicit(Int32 to Pos)
- fullName: Pos.op_Implicit(Int32 to Pos)
- type: Operator
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Creates an Absolute Pos from the specified integer value.
- syntax:
- content: public static Terminal.Gui.Pos op_Implicit (int n);
- parameters:
- - id: n
- type: System.Int32
- description: The value to convert to the pos.
- return:
- type: Terminal.Gui.Pos
- description: The Absolute Pos.
- overload: Terminal.Gui.Pos.op_Implicit*
- exceptions: []
-- uid: Terminal.Gui.Pos.op_Subtraction(Terminal.Gui.Pos,Terminal.Gui.Pos)
- id: op_Subtraction(Terminal.Gui.Pos,Terminal.Gui.Pos)
- parent: Terminal.Gui.Pos
- langs:
- - csharp
- name: op_Subtraction(Pos, Pos)
- nameWithType: Pos.op_Subtraction(Pos, Pos)
- fullName: Pos.op_Subtraction(Pos, Pos)
- type: Operator
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Subtracts a left minus right.
- overload: Terminal.Gui.Pos.op_Subtraction*
- exceptions: []
+ inheritedMembers:
+ - System.Object.Equals(System.Object)
+ - System.Object.Equals(System.Object,System.Object)
+ - System.Object.GetHashCode
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
+ - System.Object.ReferenceEquals(System.Object,System.Object)
+ - System.Object.ToString
+ modifiers.csharp:
+ - public
+ - class
+ modifiers.vb:
+ - Public
+ - Class
- uid: Terminal.Gui.Pos.Percent(System.Single)
+ commentId: M:Terminal.Gui.Pos.Percent(System.Single)
id: Percent(System.Single)
parent: Terminal.Gui.Pos
langs:
- csharp
+ - vb
name: Percent(Single)
nameWithType: Pos.Percent(Single)
- fullName: Pos.Percent(Single)
+ fullName: Terminal.Gui.Pos.Percent(System.Single)
type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Types/PosDim.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: Percent
+ path: ../Terminal.Gui/Types/PosDim.cs
+ startLine: 74
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: Creates a percentage Pos object
+ summary: "\nCreates a percentage var textView = new TextView () {\nX = Pos.Center (),\nY = Pos.Percent (50),\nWidth = Dim.Percent (80),\n Height = Dim.Percent (30),\n};\n"
syntax:
- content: public static Terminal.Gui.Pos Percent (float n);
+ content: public static Pos Percent(float n)
parameters:
- id: n
type: System.Single
description: A value between 0 and 100 representing the percentage.
return:
type: Terminal.Gui.Pos
- description: The percent Pos object.
+ description: The percent anchorButton.X = Pos.AnchorEnd () - (Pos.Right (anchorButton) - Pos.Left (anchorButton));\nanchorButton.Y = Pos.AnchorEnd () - 1;\n"
syntax:
- content: public static Terminal.Gui.Pos Right (Terminal.Gui.View view);
+ content: public static Pos AnchorEnd(int margin = 0)
parameters:
- - id: view
- type: Terminal.Gui.View
- description: The view that will be tracked.
+ - id: margin
+ type: System.Int32
+ description: Optional margin to place to the right or below.
return:
type: Terminal.Gui.Pos
- description: The Position that depends on the other view.
- overload: Terminal.Gui.Pos.Right*
- exceptions: []
-- uid: Terminal.Gui.Pos.Top(Terminal.Gui.View)
- id: Top(Terminal.Gui.View)
+ description: The var textView = new TextView () {\nX = Pos.Center (),\nY = Pos.Percent (50),\nWidth = Dim.Percent (80),\n Height = Dim.Percent (30),\n};\n"
syntax:
- content: public static Terminal.Gui.Pos Top (Terminal.Gui.View view);
+ content: public static Pos Center()
+ return:
+ type: Terminal.Gui.Pos
+ description: The center Pos.
+ content.vb: Public Shared Function Center As Pos
+ overload: Terminal.Gui.Pos.Center*
+ modifiers.csharp:
+ - public
+ - static
+ modifiers.vb:
+ - Public
+ - Shared
+- uid: Terminal.Gui.Pos.op_Implicit(System.Int32)~Terminal.Gui.Pos
+ commentId: M:Terminal.Gui.Pos.op_Implicit(System.Int32)~Terminal.Gui.Pos
+ id: op_Implicit(System.Int32)~Terminal.Gui.Pos
+ parent: Terminal.Gui.Pos
+ langs:
+ - csharp
+ - vb
+ name: Implicit(Int32 to Pos)
+ nameWithType: Pos.Implicit(Int32 to Pos)
+ fullName: Terminal.Gui.Pos.Implicit(System.Int32 to Terminal.Gui.Pos)
+ type: Operator
+ source:
+ remote:
+ path: Terminal.Gui/Types/PosDim.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: op_Implicit
+ path: ../Terminal.Gui/Types/PosDim.cs
+ startLine: 186
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nCreates an Absolute left and right.
+ content.vb: Public Shared Operator +(left As Pos, right As Pos) As Pos
+ overload: Terminal.Gui.Pos.op_Addition*
+ modifiers.csharp:
+ - public
+ - static
+ modifiers.vb:
+ - Public
+ - Shared
+- uid: Terminal.Gui.Pos.op_Subtraction(Terminal.Gui.Pos,Terminal.Gui.Pos)
+ commentId: M:Terminal.Gui.Pos.op_Subtraction(Terminal.Gui.Pos,Terminal.Gui.Pos)
+ id: op_Subtraction(Terminal.Gui.Pos,Terminal.Gui.Pos)
+ parent: Terminal.Gui.Pos
+ langs:
+ - csharp
+ - vb
+ name: Subtraction(Pos, Pos)
+ nameWithType: Pos.Subtraction(Pos, Pos)
+ fullName: Terminal.Gui.Pos.Subtraction(Terminal.Gui.Pos, Terminal.Gui.Pos)
+ type: Operator
+ source:
+ remote:
+ path: Terminal.Gui/Types/PosDim.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: op_Subtraction
+ path: ../Terminal.Gui/Types/PosDim.cs
+ startLine: 254
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nSubtracts a left minus right.
+ content.vb: Public Shared Operator -(left As Pos, right As Pos) As Pos
+ overload: Terminal.Gui.Pos.op_Subtraction*
+ modifiers.csharp:
+ - public
+ - static
+ modifiers.vb:
+ - Public
+ - Shared
+- uid: Terminal.Gui.Pos.Left(Terminal.Gui.View)
+ commentId: M:Terminal.Gui.Pos.Left(Terminal.Gui.View)
+ id: Left(Terminal.Gui.View)
+ parent: Terminal.Gui.Pos
+ langs:
+ - csharp
+ - vb
+ name: Left(View)
+ nameWithType: Pos.Left(View)
+ fullName: Terminal.Gui.Pos.Left(Terminal.Gui.View)
+ type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Types/PosDim.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: Left
+ path: ../Terminal.Gui/Types/PosDim.cs
+ startLine: 304
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nReturns a \n The progressbar can operate in two modes, percentage mode, or\n activity mode. The progress bar starts in percentage mode and\n setting the Fraction property will reflect on the UI the progress \n made so far. Activity mode is used when the application has no \n way of knowing how much time is left, and is started when you invoke\n the Pulse() method. You should call the Pulse method repeatedly as\n your application makes progress.\n
" + summary: "\nA Progress Bar view that can indicate progress of an activity visually.\n" + remarks: "\n\n
true if can focus; otherwise, false.
+ content.vb: Public Overridable Property CanFocus As Boolean
overload: Terminal.Gui.Responder.CanFocus*
- exceptions: []
+ modifiers.csharp:
+ - public
+ - virtual
+ - get
+ - set
+ modifiers.vb:
+ - Public
+ - Overridable
- uid: Terminal.Gui.Responder.HasFocus
+ commentId: P:Terminal.Gui.Responder.HasFocus
id: HasFocus
parent: Terminal.Gui.Responder
langs:
- csharp
+ - vb
name: HasFocus
nameWithType: Responder.HasFocus
- fullName: Responder.HasFocus
+ fullName: Terminal.Gui.Responder.HasFocus
type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Core.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: HasFocus
+ path: ../Terminal.Gui/Core.cs
+ startLine: 38
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: Gets or sets a value indicating whether this true if has focus; otherwise, false.
+ content.vb: Public Overridable ReadOnly Property HasFocus As Boolean
overload: Terminal.Gui.Responder.HasFocus*
- exceptions: []
+ modifiers.csharp:
+ - public
+ - virtual
+ - get
+ modifiers.vb:
+ - Public
+ - Overridable
+ - ReadOnly
+- uid: Terminal.Gui.Responder.ProcessHotKey(Terminal.Gui.KeyEvent)
+ commentId: M:Terminal.Gui.Responder.ProcessHotKey(Terminal.Gui.KeyEvent)
+ id: ProcessHotKey(Terminal.Gui.KeyEvent)
+ parent: Terminal.Gui.Responder
+ langs:
+ - csharp
+ - vb
+ name: ProcessHotKey(KeyEvent)
+ nameWithType: Responder.ProcessHotKey(KeyEvent)
+ fullName: Terminal.Gui.Responder.ProcessHotKey(Terminal.Gui.KeyEvent)
+ type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Core.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: ProcessHotKey
+ path: ../Terminal.Gui/Core.cs
+ startLine: 63
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nThis method can be overwritten by view that\nwant to provide accelerator functionality\n(Alt-key for example).\n"
+ remarks: "\n\n Before keys are sent to the subview on the\n current view, all the views are\n processed and the key is passed to the widgets\n to allow some of them to process the keystroke\n as a hot-key.
\n\n For example, if you implement a button that\n has a hotkey ok "o", you would catch the\n combination Alt-o here. If the event is\n caught, you must return true to stop the\n keystroke from being dispatched to other\n views.\n
\n" + example: [] + syntax: + content: public virtual bool ProcessHotKey(KeyEvent kb) + parameters: + - id: kb + type: Terminal.Gui.KeyEvent + return: + type: System.Boolean + content.vb: Public Overridable Function ProcessHotKey(kb As KeyEvent) As Boolean + overload: Terminal.Gui.Responder.ProcessHotKey* + modifiers.csharp: + - public + - virtual + modifiers.vb: + - Public + - Overridable +- uid: Terminal.Gui.Responder.ProcessKey(Terminal.Gui.KeyEvent) + commentId: M:Terminal.Gui.Responder.ProcessKey(Terminal.Gui.KeyEvent) + id: ProcessKey(Terminal.Gui.KeyEvent) + parent: Terminal.Gui.Responder + langs: + - csharp + - vb + name: ProcessKey(KeyEvent) + nameWithType: Responder.ProcessKey(KeyEvent) + fullName: Terminal.Gui.Responder.ProcessKey(Terminal.Gui.KeyEvent) + type: Method + source: + remote: + path: Terminal.Gui/Core.cs + branch: docs + repo: tig:tig/gui.cs.git + id: ProcessKey + path: ../Terminal.Gui/Core.cs + startLine: 91 + assemblies: + - Terminal.Gui + namespace: Terminal.Gui + summary: "\nIf the view is focused, gives the view a\nchance to process the keystroke.\n" + remarks: "\n\n Views can override this method if they are\n interested in processing the given keystroke.\n If they consume the keystroke, they must\n return true to stop the keystroke from being\n processed by other widgets or consumed by the\n widget engine. If they return false, the\n keystroke will be passed using the ProcessColdKey\n method to other views to process.\n
\n\n The View implementation does nothing but return false,\n so it is not necessary to call base.ProcessKey if you\n derive directly from View, but you should if you derive\n other View subclasses.\n
\n" + example: [] + syntax: + content: public virtual bool ProcessKey(KeyEvent keyEvent) + parameters: + - id: keyEvent + type: Terminal.Gui.KeyEvent + description: Contains the details about the key that produced the event. + return: + type: System.Boolean + content.vb: Public Overridable Function ProcessKey(keyEvent As KeyEvent) As Boolean + overload: Terminal.Gui.Responder.ProcessKey* + modifiers.csharp: + - public + - virtual + modifiers.vb: + - Public + - Overridable +- uid: Terminal.Gui.Responder.ProcessColdKey(Terminal.Gui.KeyEvent) + commentId: M:Terminal.Gui.Responder.ProcessColdKey(Terminal.Gui.KeyEvent) + id: ProcessColdKey(Terminal.Gui.KeyEvent) + parent: Terminal.Gui.Responder + langs: + - csharp + - vb + name: ProcessColdKey(KeyEvent) + nameWithType: Responder.ProcessColdKey(KeyEvent) + fullName: Terminal.Gui.Responder.ProcessColdKey(Terminal.Gui.KeyEvent) + type: Method + source: + remote: + path: Terminal.Gui/Core.cs + branch: docs + repo: tig:tig/gui.cs.git + id: ProcessColdKey + path: ../Terminal.Gui/Core.cs + startLine: 118 + assemblies: + - Terminal.Gui + namespace: Terminal.Gui + summary: "\nThis method can be overwritten by views that\nwant to provide accelerator functionality\n(Alt-key for example), but without\ninterefering with normal ProcessKey behavior.\n" + remarks: "\n\n After keys are sent to the subviews on the\n current view, all the view are\n processed and the key is passed to the views\n to allow some of them to process the keystroke\n as a cold-key.
\n\n This functionality is used, for example, by\n default buttons to act on the enter key.\n Processing this as a hot-key would prevent\n non-default buttons from consuming the enter\n keypress when they have the focus.\n
\n" + example: [] + syntax: + content: public virtual bool ProcessColdKey(KeyEvent keyEvent) + parameters: + - id: keyEvent + type: Terminal.Gui.KeyEvent + description: Contains the details about the key that produced the event. + return: + type: System.Boolean + content.vb: Public Overridable Function ProcessColdKey(keyEvent As KeyEvent) As Boolean + overload: Terminal.Gui.Responder.ProcessColdKey* + modifiers.csharp: + - public + - virtual + modifiers.vb: + - Public + - Overridable +- uid: Terminal.Gui.Responder.OnKeyDown(Terminal.Gui.KeyEvent) + commentId: M:Terminal.Gui.Responder.OnKeyDown(Terminal.Gui.KeyEvent) + id: OnKeyDown(Terminal.Gui.KeyEvent) + parent: Terminal.Gui.Responder + langs: + - csharp + - vb + name: OnKeyDown(KeyEvent) + nameWithType: Responder.OnKeyDown(KeyEvent) + fullName: Terminal.Gui.Responder.OnKeyDown(Terminal.Gui.KeyEvent) + type: Method + source: + remote: + path: Terminal.Gui/Core.cs + branch: docs + repo: tig:tig/gui.cs.git + id: OnKeyDown + path: ../Terminal.Gui/Core.cs + startLine: 128 + assemblies: + - Terminal.Gui + namespace: Terminal.Gui + summary: "\nMethod invoked when a key is pressed.\n" + example: [] + syntax: + content: public virtual bool OnKeyDown(KeyEvent keyEvent) + parameters: + - id: keyEvent + type: Terminal.Gui.KeyEvent + description: Contains the details about the key that produced the event. + return: + type: System.Boolean + description: true if the event was handled + content.vb: Public Overridable Function OnKeyDown(keyEvent As KeyEvent) As Boolean + overload: Terminal.Gui.Responder.OnKeyDown* + modifiers.csharp: + - public + - virtual + modifiers.vb: + - Public + - Overridable +- uid: Terminal.Gui.Responder.OnKeyUp(Terminal.Gui.KeyEvent) + commentId: M:Terminal.Gui.Responder.OnKeyUp(Terminal.Gui.KeyEvent) + id: OnKeyUp(Terminal.Gui.KeyEvent) + parent: Terminal.Gui.Responder + langs: + - csharp + - vb + name: OnKeyUp(KeyEvent) + nameWithType: Responder.OnKeyUp(KeyEvent) + fullName: Terminal.Gui.Responder.OnKeyUp(Terminal.Gui.KeyEvent) + type: Method + source: + remote: + path: Terminal.Gui/Core.cs + branch: docs + repo: tig:tig/gui.cs.git + id: OnKeyUp + path: ../Terminal.Gui/Core.cs + startLine: 138 + assemblies: + - Terminal.Gui + namespace: Terminal.Gui + summary: "\nMethod invoked when a key is released.\n" + example: [] + syntax: + content: public virtual bool OnKeyUp(KeyEvent keyEvent) + parameters: + - id: keyEvent + type: Terminal.Gui.KeyEvent + description: Contains the details about the key that produced the event. + return: + type: System.Boolean + description: true if the event was handled + content.vb: Public Overridable Function OnKeyUp(keyEvent As KeyEvent) As Boolean + overload: Terminal.Gui.Responder.OnKeyUp* + modifiers.csharp: + - public + - virtual + modifiers.vb: + - Public + - Overridable - uid: Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent) + commentId: M:Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent) id: MouseEvent(Terminal.Gui.MouseEvent) parent: Terminal.Gui.Responder langs: - csharp + - vb name: MouseEvent(MouseEvent) nameWithType: Responder.MouseEvent(MouseEvent) - fullName: Responder.MouseEvent(MouseEvent) + fullName: Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent) type: Method + source: + remote: + path: Terminal.Gui/Core.cs + branch: docs + repo: tig:tig/gui.cs.git + id: MouseEvent + path: ../Terminal.Gui/Core.cs + startLine: 149 assemblies: - Terminal.Gui namespace: Terminal.Gui - summary: Method invoked when a mouse event is generated + summary: "\nMethod invoked when a mouse event is generated\n" + example: [] syntax: - content: public virtual bool MouseEvent (Terminal.Gui.MouseEvent mouseEvent); + content: public virtual bool MouseEvent(MouseEvent mouseEvent) parameters: - id: mouseEvent type: Terminal.Gui.MouseEvent @@ -107,225 +375,551 @@ items: return: type: System.Boolean description:true, if the event was handled, false otherwise.
+ content.vb: Public Overridable Function MouseEvent(mouseEvent As MouseEvent) As Boolean
overload: Terminal.Gui.Responder.MouseEvent*
- exceptions: []
-- uid: Terminal.Gui.Responder.ProcessColdKey(Terminal.Gui.KeyEvent)
- id: ProcessColdKey(Terminal.Gui.KeyEvent)
+ modifiers.csharp:
+ - public
+ - virtual
+ modifiers.vb:
+ - Public
+ - Overridable
+- uid: Terminal.Gui.Responder.OnMouseEnter(Terminal.Gui.MouseEvent)
+ commentId: M:Terminal.Gui.Responder.OnMouseEnter(Terminal.Gui.MouseEvent)
+ id: OnMouseEnter(Terminal.Gui.MouseEvent)
parent: Terminal.Gui.Responder
langs:
- csharp
- name: ProcessColdKey(KeyEvent)
- nameWithType: Responder.ProcessColdKey(KeyEvent)
- fullName: Responder.ProcessColdKey(KeyEvent)
+ - vb
+ name: OnMouseEnter(MouseEvent)
+ nameWithType: Responder.OnMouseEnter(MouseEvent)
+ fullName: Terminal.Gui.Responder.OnMouseEnter(Terminal.Gui.MouseEvent)
type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Core.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: OnMouseEnter
+ path: ../Terminal.Gui/Core.cs
+ startLine: 159
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: >-
- This method can be overwritten by views that
- want to provide accelerator functionality
- (Alt-key for example), but without
- interefering with normal ProcessKey behavior.
- remarks: >-
- - After keys are sent to the subviews on the - current view, all the view are - processed and the key is passed to the views - to allow some of them to process the keystroke - as a cold-key.
-- This functionality is used, for example, by - default buttons to act on the enter key. - Processing this as a hot-key would prevent - non-default buttons from consuming the enter - keypress when they have the focus. -
+ summary: "\nMethod invoked when a mouse event is generated for the first time.\n" + example: [] syntax: - content: public virtual bool ProcessColdKey (Terminal.Gui.KeyEvent keyEvent); + content: public virtual bool OnMouseEnter(MouseEvent mouseEvent) parameters: - - id: keyEvent - type: Terminal.Gui.KeyEvent - description: Contains the details about the key that produced the event. + - id: mouseEvent + type: Terminal.Gui.MouseEvent + description: '' return: type: System.Boolean - description: To be added. - overload: Terminal.Gui.Responder.ProcessColdKey* - exceptions: [] -- uid: Terminal.Gui.Responder.ProcessHotKey(Terminal.Gui.KeyEvent) - id: ProcessHotKey(Terminal.Gui.KeyEvent) + description:true, if the event was handled, false otherwise.
+ content.vb: Public Overridable Function OnMouseEnter(mouseEvent As MouseEvent) As Boolean
+ overload: Terminal.Gui.Responder.OnMouseEnter*
+ modifiers.csharp:
+ - public
+ - virtual
+ modifiers.vb:
+ - Public
+ - Overridable
+- uid: Terminal.Gui.Responder.OnMouseLeave(Terminal.Gui.MouseEvent)
+ commentId: M:Terminal.Gui.Responder.OnMouseLeave(Terminal.Gui.MouseEvent)
+ id: OnMouseLeave(Terminal.Gui.MouseEvent)
parent: Terminal.Gui.Responder
langs:
- csharp
- name: ProcessHotKey(KeyEvent)
- nameWithType: Responder.ProcessHotKey(KeyEvent)
- fullName: Responder.ProcessHotKey(KeyEvent)
+ - vb
+ name: OnMouseLeave(MouseEvent)
+ nameWithType: Responder.OnMouseLeave(MouseEvent)
+ fullName: Terminal.Gui.Responder.OnMouseLeave(Terminal.Gui.MouseEvent)
type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Core.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: OnMouseLeave
+ path: ../Terminal.Gui/Core.cs
+ startLine: 169
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: >-
- This method can be overwritten by view that
- want to provide accelerator functionality
- (Alt-key for example).
- remarks: >-
- - Before keys are sent to the subview on the - current view, all the views are - processed and the key is passed to the widgets - to allow some of them to process the keystroke - as a hot-key.
-- For example, if you implement a button that - has a hotkey ok "o", you would catch the - combination Alt-o here. If the event is - caught, you must return true to stop the - keystroke from being dispatched to other - views. -
+ summary: "\nMethod invoked when a mouse event is generated for the last time.\n" + example: [] syntax: - content: public virtual bool ProcessHotKey (Terminal.Gui.KeyEvent kb); + content: public virtual bool OnMouseLeave(MouseEvent mouseEvent) parameters: - - id: kb - type: Terminal.Gui.KeyEvent - description: To be added. + - id: mouseEvent + type: Terminal.Gui.MouseEvent + description: '' return: type: System.Boolean - description: To be added. - overload: Terminal.Gui.Responder.ProcessHotKey* - exceptions: [] -- uid: Terminal.Gui.Responder.ProcessKey(Terminal.Gui.KeyEvent) - id: ProcessKey(Terminal.Gui.KeyEvent) + description:true, if the event was handled, false otherwise.
+ content.vb: Public Overridable Function OnMouseLeave(mouseEvent As MouseEvent) As Boolean
+ overload: Terminal.Gui.Responder.OnMouseLeave*
+ modifiers.csharp:
+ - public
+ - virtual
+ modifiers.vb:
+ - Public
+ - Overridable
+- uid: Terminal.Gui.Responder.OnEnter
+ commentId: M:Terminal.Gui.Responder.OnEnter
+ id: OnEnter
parent: Terminal.Gui.Responder
langs:
- csharp
- name: ProcessKey(KeyEvent)
- nameWithType: Responder.ProcessKey(KeyEvent)
- fullName: Responder.ProcessKey(KeyEvent)
+ - vb
+ name: OnEnter()
+ nameWithType: Responder.OnEnter()
+ fullName: Terminal.Gui.Responder.OnEnter()
type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Core.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: OnEnter
+ path: ../Terminal.Gui/Core.cs
+ startLine: 178
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: >-
- If the view is focused, gives the view a
- chance to process the keystroke.
- remarks: "\n Views can override this method if they are\n interested in processing the given keystroke.\n If they consume the keystroke, they must\n return true to stop the keystroke from being\n processed by other widgets or consumed by the\n widget engine. If they return false, the\n keystroke will be passed using the ProcessColdKey\n method to other views to process.\n
\n\n The View implementation does nothing but return false,\n so it is not necessary to call base.ProcessKey if you \n derive directly from View, but you should if you derive\n other View subclasses.\n
" + summary: "\nMethod invoked when a view gets focus.\n" + example: [] syntax: - content: public virtual bool ProcessKey (Terminal.Gui.KeyEvent keyEvent); - parameters: - - id: keyEvent - type: Terminal.Gui.KeyEvent - description: Contains the details about the key that produced the event. + content: public virtual bool OnEnter() return: type: System.Boolean - description: To be added. - overload: Terminal.Gui.Responder.ProcessKey* - exceptions: [] + description:true, if the event was handled, false otherwise.
+ content.vb: Public Overridable Function OnEnter As Boolean
+ overload: Terminal.Gui.Responder.OnEnter*
+ modifiers.csharp:
+ - public
+ - virtual
+ modifiers.vb:
+ - Public
+ - Overridable
+- uid: Terminal.Gui.Responder.OnLeave
+ commentId: M:Terminal.Gui.Responder.OnLeave
+ id: OnLeave
+ parent: Terminal.Gui.Responder
+ langs:
+ - csharp
+ - vb
+ name: OnLeave()
+ nameWithType: Responder.OnLeave()
+ fullName: Terminal.Gui.Responder.OnLeave()
+ type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Core.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: OnLeave
+ path: ../Terminal.Gui/Core.cs
+ startLine: 187
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nMethod invoked when a view loses focus.\n"
+ example: []
+ syntax:
+ content: public virtual bool OnLeave()
+ return:
+ type: System.Boolean
+ description: true, if the event was handled, false otherwise.
+ content.vb: Public Overridable Function OnLeave As Boolean
+ overload: Terminal.Gui.Responder.OnLeave*
+ modifiers.csharp:
+ - public
+ - virtual
+ modifiers.vb:
+ - Public
+ - Overridable
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.#ctor
- parent: Terminal.Gui.Responder
- isExternal: false
- name: Responder()
- nameWithType: Responder.Responder()
- fullName: Responder.Responder()
-- uid: Terminal.Gui.Responder.CanFocus
- parent: Terminal.Gui.Responder
- isExternal: false
+- 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.Object.ToString
+ commentId: M:System.Object.ToString
+ parent: System.Object
+ isExternal: true
+ name: ToString()
+ nameWithType: Object.ToString()
+ fullName: System.Object.ToString()
+ spec.csharp:
+ - uid: System.Object.ToString
+ name: ToString
+ nameWithType: Object.ToString
+ fullName: System.Object.ToString
+ isExternal: true
+ - name: (
+ nameWithType: (
+ fullName: (
+ - name: )
+ nameWithType: )
+ fullName: )
+ spec.vb:
+ - uid: System.Object.ToString
+ name: ToString
+ nameWithType: Object.ToString
+ fullName: System.Object.ToString
+ isExternal: true
+ - name: (
+ nameWithType: (
+ fullName: (
+ - name: )
+ nameWithType: )
+ fullName: )
+- uid: System
+ commentId: N:System
+ isExternal: true
+ name: System
+ nameWithType: System
+ fullName: System
+- uid: Terminal.Gui.Responder
+ commentId: T:Terminal.Gui.Responder
+ parent: Terminal.Gui
+ name: Responder
+ nameWithType: Responder
+ fullName: Terminal.Gui.Responder
+- uid: Terminal.Gui.Responder.CanFocus*
+ commentId: Overload:Terminal.Gui.Responder.CanFocus
name: CanFocus
nameWithType: Responder.CanFocus
- fullName: Responder.CanFocus
+ fullName: Terminal.Gui.Responder.CanFocus
- uid: System.Boolean
+ commentId: T:System.Boolean
parent: System
isExternal: true
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
-- uid: Terminal.Gui.Responder.HasFocus
- parent: Terminal.Gui.Responder
- isExternal: false
+- uid: Terminal.Gui.Responder.HasFocus*
+ commentId: Overload:Terminal.Gui.Responder.HasFocus
name: HasFocus
nameWithType: Responder.HasFocus
- fullName: Responder.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.MouseEvent
- parent: Terminal.Gui
- isExternal: false
- name: MouseEvent
- nameWithType: MouseEvent
- fullName: Terminal.Gui.MouseEvent
-- uid: Terminal.Gui.Responder.ProcessColdKey(Terminal.Gui.KeyEvent)
- parent: Terminal.Gui.Responder
- isExternal: false
- name: ProcessColdKey(KeyEvent)
- nameWithType: Responder.ProcessColdKey(KeyEvent)
- fullName: Responder.ProcessColdKey(KeyEvent)
+ fullName: Terminal.Gui.Responder.HasFocus
+- uid: Terminal.Gui.Responder.ProcessHotKey*
+ commentId: Overload:Terminal.Gui.Responder.ProcessHotKey
+ name: ProcessHotKey
+ nameWithType: Responder.ProcessHotKey
+ fullName: Terminal.Gui.Responder.ProcessHotKey
- uid: Terminal.Gui.KeyEvent
+ commentId: T:Terminal.Gui.KeyEvent
parent: Terminal.Gui
- isExternal: false
name: KeyEvent
nameWithType: KeyEvent
fullName: Terminal.Gui.KeyEvent
-- uid: Terminal.Gui.Responder.ProcessHotKey(Terminal.Gui.KeyEvent)
- parent: Terminal.Gui.Responder
- isExternal: false
- name: ProcessHotKey(KeyEvent)
- nameWithType: Responder.ProcessHotKey(KeyEvent)
- fullName: Responder.ProcessHotKey(KeyEvent)
-- uid: Terminal.Gui.Responder.ProcessKey(Terminal.Gui.KeyEvent)
- parent: Terminal.Gui.Responder
- isExternal: false
- name: ProcessKey(KeyEvent)
- nameWithType: Responder.ProcessKey(KeyEvent)
- fullName: Responder.ProcessKey(KeyEvent)
-- uid: Terminal.Gui.Responder.#ctor*
- parent: Terminal.Gui.Responder
- isExternal: false
- name: Responder
- nameWithType: Responder.Responder
- fullName: Responder.Responder
-- uid: Terminal.Gui.Responder.CanFocus*
- parent: Terminal.Gui.Responder
- isExternal: false
- name: CanFocus
- nameWithType: Responder.CanFocus
- fullName: Responder.CanFocus
-- uid: Terminal.Gui.Responder.HasFocus*
- parent: Terminal.Gui.Responder
- isExternal: false
- name: HasFocus
- nameWithType: Responder.HasFocus
- fullName: Responder.HasFocus
-- uid: Terminal.Gui.Responder.MouseEvent*
- parent: Terminal.Gui.Responder
- isExternal: false
- name: MouseEvent
- nameWithType: Responder.MouseEvent
- fullName: Responder.MouseEvent
-- uid: Terminal.Gui.Responder.ProcessColdKey*
- parent: Terminal.Gui.Responder
- isExternal: false
- name: ProcessColdKey
- nameWithType: Responder.ProcessColdKey
- fullName: Responder.ProcessColdKey
-- uid: Terminal.Gui.Responder.ProcessHotKey*
- parent: Terminal.Gui.Responder
- isExternal: false
- name: ProcessHotKey
- nameWithType: Responder.ProcessHotKey
- fullName: Responder.ProcessHotKey
- uid: Terminal.Gui.Responder.ProcessKey*
- parent: Terminal.Gui.Responder
- isExternal: false
+ commentId: Overload:Terminal.Gui.Responder.ProcessKey
name: ProcessKey
nameWithType: Responder.ProcessKey
- fullName: Responder.ProcessKey
+ fullName: Terminal.Gui.Responder.ProcessKey
+- uid: Terminal.Gui.Responder.ProcessColdKey*
+ commentId: Overload:Terminal.Gui.Responder.ProcessColdKey
+ name: ProcessColdKey
+ nameWithType: Responder.ProcessColdKey
+ fullName: Terminal.Gui.Responder.ProcessColdKey
+- uid: Terminal.Gui.Responder.OnKeyDown*
+ commentId: Overload:Terminal.Gui.Responder.OnKeyDown
+ name: OnKeyDown
+ nameWithType: Responder.OnKeyDown
+ fullName: Terminal.Gui.Responder.OnKeyDown
+- uid: Terminal.Gui.Responder.OnKeyUp*
+ commentId: Overload:Terminal.Gui.Responder.OnKeyUp
+ name: OnKeyUp
+ nameWithType: Responder.OnKeyUp
+ fullName: Terminal.Gui.Responder.OnKeyUp
+- uid: Terminal.Gui.Responder.MouseEvent*
+ commentId: Overload:Terminal.Gui.Responder.MouseEvent
+ name: MouseEvent
+ nameWithType: Responder.MouseEvent
+ fullName: Terminal.Gui.Responder.MouseEvent
+- uid: Terminal.Gui.MouseEvent
+ commentId: T:Terminal.Gui.MouseEvent
+ parent: Terminal.Gui
+ name: MouseEvent
+ nameWithType: MouseEvent
+ fullName: Terminal.Gui.MouseEvent
+- uid: Terminal.Gui.Responder.OnMouseEnter*
+ commentId: Overload:Terminal.Gui.Responder.OnMouseEnter
+ name: OnMouseEnter
+ nameWithType: Responder.OnMouseEnter
+ fullName: Terminal.Gui.Responder.OnMouseEnter
+- uid: Terminal.Gui.Responder.OnMouseLeave*
+ commentId: Overload:Terminal.Gui.Responder.OnMouseLeave
+ name: OnMouseLeave
+ nameWithType: Responder.OnMouseLeave
+ fullName: Terminal.Gui.Responder.OnMouseLeave
+- uid: Terminal.Gui.Responder.OnEnter*
+ commentId: Overload:Terminal.Gui.Responder.OnEnter
+ name: OnEnter
+ nameWithType: Responder.OnEnter
+ fullName: Terminal.Gui.Responder.OnEnter
+- uid: Terminal.Gui.Responder.OnLeave*
+ commentId: Overload:Terminal.Gui.Responder.OnLeave
+ name: OnLeave
+ nameWithType: Responder.OnLeave
+ fullName: Terminal.Gui.Responder.OnLeave
+shouldSkipMarkup: true
diff --git a/docfx/api/Terminal.Gui/Terminal.Gui.SaveDialog.yml b/docfx/api/Terminal.Gui/Terminal.Gui.SaveDialog.yml
index 1a62cf4eb..4262d4f25 100644
--- a/docfx/api/Terminal.Gui/Terminal.Gui.SaveDialog.yml
+++ b/docfx/api/Terminal.Gui/Terminal.Gui.SaveDialog.yml
@@ -1,23 +1,41 @@
### YamlMime:ManagedReference
items:
- uid: Terminal.Gui.SaveDialog
+ commentId: T:Terminal.Gui.SaveDialog
id: SaveDialog
+ parent: Terminal.Gui
children:
- Terminal.Gui.SaveDialog.#ctor(NStack.ustring,NStack.ustring)
- Terminal.Gui.SaveDialog.FileName
langs:
- csharp
+ - vb
name: SaveDialog
nameWithType: SaveDialog
fullName: Terminal.Gui.SaveDialog
type: Class
+ source:
+ remote:
+ path: Terminal.Gui/Dialogs/FileDialog.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: SaveDialog
+ path: ../Terminal.Gui/Dialogs/FileDialog.cs
+ startLine: 605
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: "The save dialog provides an interactive dialog box for users to pick a file to \n save."
- remarks: "\n To use it, create an instance of the SaveDialog, and then\n call Application.Run on the resulting instance. This will run the dialog modally,\n and when this returns, the FileName property will contain the selected value or \n null if the user canceled. \n
" + summary: "\nThe\n To use, create an instance of
\n The scrollbar is drawn to be a representation of the Size, assuming that the \n scroll position is set at Position.\n
\n\n If the region to display the scrollbar is larger than three characters, \n arrow indicators are drawn.\n
" + summary: "\nScrollBarViews are views that display a 1-character scrollbar, either horizontal or vertical\n" + remarks: "\n\n The scrollbar is drawn to be a representation of the Size, assuming that the \n scroll position is set at Position.\n
\n\n If the region to display the scrollbar is larger than three characters, \n arrow indicators are drawn.\n
\n" + example: [] syntax: - content: 'public class ScrollBarView : Terminal.Gui.View' + content: 'public class ScrollBarView : View, IEnumerable' + content.vb: >- + Public Class ScrollBarView + + Inherits View + + Implements IEnumerable inheritance: - System.Object - Terminal.Gui.Responder - Terminal.Gui.View - implements: [] + implements: + - System.Collections.IEnumerable inheritedMembers: - - Terminal.Gui.Responder.CanFocus - - Terminal.Gui.View.Add(Terminal.Gui.View) - - Terminal.Gui.View.Add(Terminal.Gui.View[]) - - 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.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.Enter + - Terminal.Gui.View.Leave + - Terminal.Gui.View.MouseEnter + - Terminal.Gui.View.MouseLeave - 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.Subviews + - Terminal.Gui.View.Id + - Terminal.Gui.View.WantMousePositionReports + - Terminal.Gui.View.WantContinuousButtonPressed - Terminal.Gui.View.Frame - Terminal.Gui.View.GetEnumerator - - Terminal.Gui.View.HasFocus - - Terminal.Gui.View.Height - - Terminal.Gui.View.Id - Terminal.Gui.View.LayoutStyle - - 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 - - Terminal.Gui.View.Width + - 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.OnEnter + - 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.SetFocus(Terminal.Gui.View) + - Terminal.Gui.View.KeyPress + - Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent) + - 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 + - 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.ScrollBarView.Size + commentId: P:Terminal.Gui.ScrollBarView.Size + id: Size + parent: Terminal.Gui.ScrollBarView + langs: + - csharp + - vb + name: Size + nameWithType: ScrollBarView.Size + fullName: Terminal.Gui.ScrollBarView.Size + type: Property + source: + remote: + path: Terminal.Gui/Views/ScrollView.cs + branch: docs + repo: tig:tig/gui.cs.git + id: Size + path: ../Terminal.Gui/Views/ScrollView.cs + startLine: 40 + assemblies: + - Terminal.Gui + namespace: Terminal.Gui + summary: "\nThe size that this scrollbar represents\n" + example: [] + syntax: + content: public int Size { get; set; } + parameters: [] + return: + type: System.Int32 + description: The size. + content.vb: Public Property Size As Integer + overload: Terminal.Gui.ScrollBarView.Size* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: Terminal.Gui.ScrollBarView.ChangedPosition + commentId: E:Terminal.Gui.ScrollBarView.ChangedPosition + id: ChangedPosition + parent: Terminal.Gui.ScrollBarView + langs: + - csharp + - vb + name: ChangedPosition + nameWithType: ScrollBarView.ChangedPosition + fullName: Terminal.Gui.ScrollBarView.ChangedPosition + type: Event + source: + remote: + path: Terminal.Gui/Views/ScrollView.cs + branch: docs + repo: tig:tig/gui.cs.git + id: ChangedPosition + path: ../Terminal.Gui/Views/ScrollView.cs + startLine: 51 + assemblies: + - Terminal.Gui + namespace: Terminal.Gui + summary: "\nThis event is raised when the position on the scrollbar has changed.\n" + example: [] + syntax: + content: public event Action ChangedPosition + return: + type: System.Action + content.vb: Public Event ChangedPosition As Action + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: Terminal.Gui.ScrollBarView.Position + commentId: P:Terminal.Gui.ScrollBarView.Position + id: Position + parent: Terminal.Gui.ScrollBarView + langs: + - csharp + - vb + name: Position + nameWithType: ScrollBarView.Position + fullName: Terminal.Gui.ScrollBarView.Position + type: Property + source: + remote: + path: Terminal.Gui/Views/ScrollView.cs + branch: docs + repo: tig:tig/gui.cs.git + id: Position + path: ../Terminal.Gui/Views/ScrollView.cs + startLine: 57 + assemblies: + - Terminal.Gui + namespace: Terminal.Gui + summary: "\nThe position to show the scrollbar at.\n" + example: [] + syntax: + content: public int Position { get; set; } + parameters: [] + return: + type: System.Int32 + description: The position. + content.vb: Public Property Position As Integer + overload: Terminal.Gui.ScrollBarView.Position* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public - uid: Terminal.Gui.ScrollBarView.#ctor(Terminal.Gui.Rect,System.Int32,System.Int32,System.Boolean) + commentId: M: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 + - vb name: ScrollBarView(Rect, Int32, Int32, Boolean) nameWithType: ScrollBarView.ScrollBarView(Rect, Int32, Int32, Boolean) - fullName: ScrollBarView.ScrollBarView(Rect, Int32, Int32, Boolean) + fullName: Terminal.Gui.ScrollBarView.ScrollBarView(Terminal.Gui.Rect, System.Int32, System.Int32, System.Boolean) type: Constructor + source: + remote: + path: Terminal.Gui/Views/ScrollView.cs + branch: docs + repo: tig:tig/gui.cs.git + id: .ctor + path: ../Terminal.Gui/Views/ScrollView.cs + startLine: 78 assemblies: - Terminal.Gui namespace: Terminal.Gui - summary: Initializes a new instance of thetrue this is a vertical scrollbar, otherwize, the scrollbar is horizontal.
+ description: If set to true this is a vertical scrollbar, otherwise, the scrollbar is horizontal.
+ content.vb: Public Sub New(rect As Rect, size As Integer, position As Integer, isVertical As Boolean)
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: []
+ modifiers.csharp:
+ - public
+ modifiers.vb:
+ - Public
- uid: Terminal.Gui.ScrollBarView.Redraw(Terminal.Gui.Rect)
+ commentId: M:Terminal.Gui.ScrollBarView.Redraw(Terminal.Gui.Rect)
id: Redraw(Terminal.Gui.Rect)
parent: Terminal.Gui.ScrollBarView
langs:
- csharp
+ - vb
name: Redraw(Rect)
nameWithType: ScrollBarView.Redraw(Rect)
- fullName: ScrollBarView.Redraw(Rect)
+ fullName: Terminal.Gui.ScrollBarView.Redraw(Terminal.Gui.Rect)
type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Views/ScrollView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: Redraw
+ path: ../Terminal.Gui/Views/ScrollView.cs
+ startLine: 90
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: Redraw the scrollbar
+ summary: "\nRedraw the scrollbar\n"
+ example: []
syntax:
- content: public override void Redraw (Terminal.Gui.Rect region);
+ content: public override void Redraw(Rect region)
parameters:
- id: region
type: Terminal.Gui.Rect
description: Region to be redrawn.
+ content.vb: Public Overrides Sub Redraw(region As Rect)
+ overridden: Terminal.Gui.View.Redraw(Terminal.Gui.Rect)
overload: Terminal.Gui.ScrollBarView.Redraw*
- exceptions: []
-- uid: Terminal.Gui.ScrollBarView.Size
- id: Size
+ modifiers.csharp:
+ - public
+ - override
+ modifiers.vb:
+ - Public
+ - Overrides
+- uid: Terminal.Gui.ScrollBarView.MouseEvent(Terminal.Gui.MouseEvent)
+ commentId: M:Terminal.Gui.ScrollBarView.MouseEvent(Terminal.Gui.MouseEvent)
+ id: MouseEvent(Terminal.Gui.MouseEvent)
parent: Terminal.Gui.ScrollBarView
langs:
- csharp
- name: Size
- nameWithType: ScrollBarView.Size
- fullName: ScrollBarView.Size
- type: Property
+ - vb
+ name: MouseEvent(MouseEvent)
+ nameWithType: ScrollBarView.MouseEvent(MouseEvent)
+ fullName: Terminal.Gui.ScrollBarView.MouseEvent(Terminal.Gui.MouseEvent)
+ type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Views/ScrollView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: MouseEvent
+ path: ../Terminal.Gui/Views/ScrollView.cs
+ startLine: 194
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: The size that this scrollbar represents
+ example: []
syntax:
- content: public int Size { get; set; }
+ content: public override bool MouseEvent(MouseEvent me)
+ parameters:
+ - id: me
+ type: Terminal.Gui.MouseEvent
return:
- type: System.Int32
- description: The size.
- overload: Terminal.Gui.ScrollBarView.Size*
- exceptions: []
+ type: System.Boolean
+ content.vb: Public Overrides Function MouseEvent(me As MouseEvent) As Boolean
+ overridden: Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
+ overload: Terminal.Gui.ScrollBarView.MouseEvent*
+ modifiers.csharp:
+ - public
+ - override
+ modifiers.vb:
+ - Public
+ - Overrides
references:
-- uid: Terminal.Gui.View
+- 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
- 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.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.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.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.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.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.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: 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: Terminal.Gui.ScrollBarView.Size*
+ commentId: Overload:Terminal.Gui.ScrollBarView.Size
+ name: Size
+ nameWithType: ScrollBarView.Size
+ fullName: Terminal.Gui.ScrollBarView.Size
- uid: System.Int32
+ commentId: T: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
+ commentId: T: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
+- uid: Terminal.Gui.ScrollBarView.Position*
+ commentId: Overload:Terminal.Gui.ScrollBarView.Position
+ name: Position
+ nameWithType: ScrollBarView.Position
+ fullName: Terminal.Gui.ScrollBarView.Position
+- uid: Terminal.Gui.ScrollBarView
+ commentId: T:Terminal.Gui.ScrollBarView
+ name: ScrollBarView
+ nameWithType: ScrollBarView
+ fullName: Terminal.Gui.ScrollBarView
+- uid: Terminal.Gui.ScrollBarView.#ctor*
+ commentId: Overload:Terminal.Gui.ScrollBarView.#ctor
+ name: ScrollBarView
+ nameWithType: ScrollBarView.ScrollBarView
+ fullName: Terminal.Gui.ScrollBarView.ScrollBarView
+- uid: Terminal.Gui.Rect
+ commentId: T:Terminal.Gui.Rect
+ parent: Terminal.Gui
+ name: Rect
+ nameWithType: Rect
+ fullName: Terminal.Gui.Rect
+- uid: System.Boolean
+ commentId: T:System.Boolean
+ parent: System
+ isExternal: true
+ name: Boolean
+ nameWithType: Boolean
+ fullName: System.Boolean
+- 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.ScrollBarView.Redraw*
+ commentId: Overload:Terminal.Gui.ScrollBarView.Redraw
+ name: Redraw
+ nameWithType: ScrollBarView.Redraw
+ fullName: Terminal.Gui.ScrollBarView.Redraw
+- uid: Terminal.Gui.ScrollBarView.MouseEvent(Terminal.Gui.MouseEvent)
+ commentId: M:Terminal.Gui.ScrollBarView.MouseEvent(Terminal.Gui.MouseEvent)
+ isExternal: true
+- 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: Terminal.Gui.ScrollBarView.MouseEvent*
+ commentId: Overload:Terminal.Gui.ScrollBarView.MouseEvent
+ name: MouseEvent
+ nameWithType: ScrollBarView.MouseEvent
+ fullName: Terminal.Gui.ScrollBarView.MouseEvent
+- uid: Terminal.Gui.MouseEvent
+ commentId: T: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.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.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.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.Height
- parent: Terminal.Gui.View
- isExternal: false
- name: Height
- nameWithType: View.Height
- fullName: View.Height
-- uid: Terminal.Gui.View.Id
- parent: Terminal.Gui.View
- isExternal: false
- name: Id
- nameWithType: View.Id
- fullName: View.Id
-- uid: Terminal.Gui.View.LayoutStyle
- parent: Terminal.Gui.View
- isExternal: false
- name: LayoutStyle
- nameWithType: View.LayoutStyle
- fullName: View.LayoutStyle
-- 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
-- uid: Terminal.Gui.View.Width
- parent: Terminal.Gui.View
- isExternal: false
- name: Width
- nameWithType: View.Width
- fullName: View.Width
-- uid: Terminal.Gui.View.X
- parent: Terminal.Gui.View
- isExternal: false
- name: X
- nameWithType: View.X
- fullName: View.X
-- uid: Terminal.Gui.View.Y
- parent: Terminal.Gui.View
- isExternal: false
- name: Y
- nameWithType: View.Y
- fullName: View.Y
+shouldSkipMarkup: true
diff --git a/docfx/api/Terminal.Gui/Terminal.Gui.ScrollView.yml b/docfx/api/Terminal.Gui/Terminal.Gui.ScrollView.yml
index dccdce23c..2be211e0d 100644
--- a/docfx/api/Terminal.Gui/Terminal.Gui.ScrollView.yml
+++ b/docfx/api/Terminal.Gui/Terminal.Gui.ScrollView.yml
@@ -1,18 +1,20 @@
### YamlMime:ManagedReference
items:
- uid: Terminal.Gui.ScrollView
+ commentId: T:Terminal.Gui.ScrollView
id: ScrollView
+ parent: Terminal.Gui
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.MouseEvent(Terminal.Gui.MouseEvent)
- Terminal.Gui.ScrollView.PositionCursor
- Terminal.Gui.ScrollView.ProcessKey(Terminal.Gui.KeyEvent)
- Terminal.Gui.ScrollView.Redraw(Terminal.Gui.Rect)
- Terminal.Gui.ScrollView.RemoveAll
- Terminal.Gui.ScrollView.ScrollDown(System.Int32)
- - Terminal.Gui.ScrollView.Scrolled
- Terminal.Gui.ScrollView.ScrollLeft(System.Int32)
- Terminal.Gui.ScrollView.ScrollRight(System.Int32)
- Terminal.Gui.ScrollView.ScrollUp(System.Int32)
@@ -20,242 +22,475 @@ items:
- Terminal.Gui.ScrollView.ShowVerticalScrollIndicator
langs:
- csharp
+ - vb
name: ScrollView
nameWithType: ScrollView
fullName: Terminal.Gui.ScrollView
type: Class
+ source:
+ remote:
+ path: Terminal.Gui/Views/ScrollView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: ScrollView
+ path: ../Terminal.Gui/Views/ScrollView.cs
+ startLine: 250
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: "\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
\n " + summary: "\nScrollviews are views that present a window into a virtual space where children views are added. Similar to the iOS UIScrollView.\n" + remarks: "\n\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
\n\n\n
\n" + example: [] syntax: - content: 'public class ScrollView : Terminal.Gui.View' + content: 'public class ScrollView : View, IEnumerable' + content.vb: >- + Public Class ScrollView + + Inherits View + + Implements IEnumerable inheritance: - System.Object - Terminal.Gui.Responder - Terminal.Gui.View - implements: [] + implements: + - System.Collections.IEnumerable inheritedMembers: - - Terminal.Gui.Responder.CanFocus - - Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent) - - Terminal.Gui.View.Add(Terminal.Gui.View[]) - - 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.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.Enter + - Terminal.Gui.View.Leave + - Terminal.Gui.View.MouseEnter + - Terminal.Gui.View.MouseLeave - 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.Subviews + - Terminal.Gui.View.Id + - Terminal.Gui.View.WantMousePositionReports + - Terminal.Gui.View.WantContinuousButtonPressed - Terminal.Gui.View.Frame - Terminal.Gui.View.GetEnumerator - - Terminal.Gui.View.HasFocus - - Terminal.Gui.View.Height - - Terminal.Gui.View.Id - Terminal.Gui.View.LayoutStyle - - Terminal.Gui.View.LayoutSubviews - - Terminal.Gui.View.MostFocused - - Terminal.Gui.View.Move(System.Int32,System.Int32) - - Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent) - - Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent) - - Terminal.Gui.View.Remove(Terminal.Gui.View) - - 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 - - Terminal.Gui.View.Width + - 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.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.HasFocus + - Terminal.Gui.View.OnEnter + - 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.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 + - 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.ScrollView.#ctor(Terminal.Gui.Rect) + commentId: M:Terminal.Gui.ScrollView.#ctor(Terminal.Gui.Rect) id: '#ctor(Terminal.Gui.Rect)' parent: Terminal.Gui.ScrollView langs: - csharp + - vb name: ScrollView(Rect) nameWithType: ScrollView.ScrollView(Rect) - fullName: ScrollView.ScrollView(Rect) + fullName: Terminal.Gui.ScrollView.ScrollView(Terminal.Gui.Rect) type: Constructor + source: + remote: + path: Terminal.Gui/Views/ScrollView.cs + branch: docs + repo: tig:tig/gui.cs.git + id: .ctor + path: ../Terminal.Gui/Views/ScrollView.cs + startLine: 258 assemblies: - Terminal.Gui namespace: Terminal.Gui + summary: "\nConstructs a ScrollView\n" + example: [] syntax: - content: public ScrollView (Terminal.Gui.Rect frame); + content: public ScrollView(Rect frame) parameters: - id: frame type: Terminal.Gui.Rect - description: To be added. + description: '' + content.vb: Public Sub New(frame As Rect) 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: [] + modifiers.csharp: + - public + modifiers.vb: + - Public - uid: Terminal.Gui.ScrollView.ContentSize + commentId: P:Terminal.Gui.ScrollView.ContentSize id: ContentSize parent: Terminal.Gui.ScrollView langs: - csharp + - vb name: ContentSize nameWithType: ScrollView.ContentSize - fullName: ScrollView.ContentSize + fullName: Terminal.Gui.ScrollView.ContentSize type: Property + source: + remote: + path: Terminal.Gui/Views/ScrollView.cs + branch: docs + repo: tig:tig/gui.cs.git + id: ContentSize + path: ../Terminal.Gui/Views/ScrollView.cs + startLine: 282 assemblies: - Terminal.Gui namespace: Terminal.Gui - summary: Represents the contents of the data shown inside the scrolview + summary: "\nRepresents the contents of the data shown inside the scrolview\n" + example: [] syntax: - content: public Terminal.Gui.Size ContentSize { get; set; } + content: public Size ContentSize { get; set; } + parameters: [] return: type: Terminal.Gui.Size description: The size of the content. + content.vb: Public Property ContentSize As Size overload: Terminal.Gui.ScrollView.ContentSize* - exceptions: [] -- uid: Terminal.Gui.ScrollView.PositionCursor - id: PositionCursor + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: Terminal.Gui.ScrollView.ContentOffset + commentId: P:Terminal.Gui.ScrollView.ContentOffset + id: ContentOffset parent: Terminal.Gui.ScrollView langs: - csharp - name: PositionCursor() - nameWithType: ScrollView.PositionCursor() - fullName: ScrollView.PositionCursor() - type: Method + - vb + name: ContentOffset + nameWithType: ScrollView.ContentOffset + fullName: Terminal.Gui.ScrollView.ContentOffset + type: Property + source: + remote: + path: Terminal.Gui/Views/ScrollView.cs + branch: docs + repo: tig:tig/gui.cs.git + id: ContentOffset + path: ../Terminal.Gui/Views/ScrollView.cs + startLine: 299 assemblies: - Terminal.Gui namespace: Terminal.Gui + summary: "\nRepresents the top left corner coordinate that is displayed by the scrollview\n" + example: [] syntax: - content: public override void PositionCursor (); + content: public Point ContentOffset { get; set; } parameters: [] - overload: Terminal.Gui.ScrollView.PositionCursor* - exceptions: [] -- uid: Terminal.Gui.ScrollView.ProcessKey(Terminal.Gui.KeyEvent) - id: ProcessKey(Terminal.Gui.KeyEvent) + return: + type: Terminal.Gui.Point + description: The content offset. + content.vb: Public Property ContentOffset As Point + overload: Terminal.Gui.ScrollView.ContentOffset* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: Terminal.Gui.ScrollView.Add(Terminal.Gui.View) + commentId: M:Terminal.Gui.ScrollView.Add(Terminal.Gui.View) + id: Add(Terminal.Gui.View) parent: Terminal.Gui.ScrollView langs: - csharp - name: ProcessKey(KeyEvent) - nameWithType: ScrollView.ProcessKey(KeyEvent) - fullName: ScrollView.ProcessKey(KeyEvent) + - vb + name: Add(View) + nameWithType: ScrollView.Add(View) + fullName: Terminal.Gui.ScrollView.Add(Terminal.Gui.View) type: Method + source: + remote: + path: Terminal.Gui/Views/ScrollView.cs + branch: docs + repo: tig:tig/gui.cs.git + id: Add + path: ../Terminal.Gui/Views/ScrollView.cs + startLine: 316 assemblies: - Terminal.Gui namespace: Terminal.Gui + summary: "\nAdds the view to the scrollview.\n" + example: [] syntax: - content: public override bool ProcessKey (Terminal.Gui.KeyEvent kb); + content: public override void Add(View view) parameters: - - id: kb - type: Terminal.Gui.KeyEvent - description: To be added. + - id: view + type: Terminal.Gui.View + description: The view to add to the scrollview. + content.vb: Public Overrides Sub Add(view As View) + overridden: Terminal.Gui.View.Add(Terminal.Gui.View) + overload: Terminal.Gui.ScrollView.Add* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: Terminal.Gui.ScrollView.ShowHorizontalScrollIndicator + commentId: P:Terminal.Gui.ScrollView.ShowHorizontalScrollIndicator + id: ShowHorizontalScrollIndicator + parent: Terminal.Gui.ScrollView + langs: + - csharp + - vb + name: ShowHorizontalScrollIndicator + nameWithType: ScrollView.ShowHorizontalScrollIndicator + fullName: Terminal.Gui.ScrollView.ShowHorizontalScrollIndicator + type: Property + source: + remote: + path: Terminal.Gui/Views/ScrollView.cs + branch: docs + repo: tig:tig/gui.cs.git + id: ShowHorizontalScrollIndicator + path: ../Terminal.Gui/Views/ScrollView.cs + startLine: 351 + assemblies: + - Terminal.Gui + namespace: Terminal.Gui + summary: "\nGets or sets the visibility for the horizontal scroll indicator.\n" + example: [] + syntax: + content: public bool ShowHorizontalScrollIndicator { get; set; } + parameters: [] return: type: System.Boolean - description: To be added. - overload: Terminal.Gui.ScrollView.ProcessKey* - 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: [] + description:true if show vertical scroll indicator; otherwise, false.
+ content.vb: Public Property ShowHorizontalScrollIndicator As Boolean
+ overload: Terminal.Gui.ScrollView.ShowHorizontalScrollIndicator*
+ modifiers.csharp:
+ - public
+ - get
+ - set
+ modifiers.vb:
+ - Public
- uid: Terminal.Gui.ScrollView.RemoveAll
+ commentId: M:Terminal.Gui.ScrollView.RemoveAll
id: RemoveAll
parent: Terminal.Gui.ScrollView
langs:
- csharp
+ - vb
name: RemoveAll()
nameWithType: ScrollView.RemoveAll()
- fullName: ScrollView.RemoveAll()
+ fullName: Terminal.Gui.ScrollView.RemoveAll()
type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Views/ScrollView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: RemoveAll
+ path: ../Terminal.Gui/Views/ScrollView.cs
+ startLine: 371
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: Removes all widgets from this container.
+ summary: "\nRemoves all widgets from this container.\n"
+ remarks: "\n"
+ example: []
syntax:
- content: public override void RemoveAll ();
- parameters: []
+ content: public override void RemoveAll()
+ content.vb: Public Overrides Sub RemoveAll
+ overridden: Terminal.Gui.View.RemoveAll
overload: Terminal.Gui.ScrollView.RemoveAll*
- exceptions: []
-- uid: Terminal.Gui.ScrollView.ScrollDown(System.Int32)
- id: ScrollDown(System.Int32)
+ modifiers.csharp:
+ - public
+ - override
+ modifiers.vb:
+ - Public
+ - Overrides
+- uid: Terminal.Gui.ScrollView.ShowVerticalScrollIndicator
+ commentId: P:Terminal.Gui.ScrollView.ShowVerticalScrollIndicator
+ id: ShowVerticalScrollIndicator
parent: Terminal.Gui.ScrollView
langs:
- csharp
- name: ScrollDown(Int32)
- nameWithType: ScrollView.ScrollDown(Int32)
- fullName: ScrollView.ScrollDown(Int32)
- type: Method
+ - vb
+ name: ShowVerticalScrollIndicator
+ nameWithType: ScrollView.ShowVerticalScrollIndicator
+ fullName: Terminal.Gui.ScrollView.ShowVerticalScrollIndicator
+ type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Views/ScrollView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: ShowVerticalScrollIndicator
+ path: ../Terminal.Gui/Views/ScrollView.cs
+ startLine: 380
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: Scrolls the view down.
+ summary: "\n/// Gets or sets the visibility for the vertical scroll indicator.\n"
+ example: []
syntax:
- content: public bool ScrollDown (int lines);
+ content: public bool ShowVerticalScrollIndicator { get; set; }
+ parameters: []
+ return:
+ type: System.Boolean
+ description: true if show vertical scroll indicator; otherwise, false.
+ content.vb: Public Property ShowVerticalScrollIndicator As Boolean
+ overload: Terminal.Gui.ScrollView.ShowVerticalScrollIndicator*
+ modifiers.csharp:
+ - public
+ - get
+ - set
+ modifiers.vb:
+ - Public
+- uid: Terminal.Gui.ScrollView.Redraw(Terminal.Gui.Rect)
+ commentId: M:Terminal.Gui.ScrollView.Redraw(Terminal.Gui.Rect)
+ id: Redraw(Terminal.Gui.Rect)
+ parent: Terminal.Gui.ScrollView
+ langs:
+ - csharp
+ - vb
+ name: Redraw(Rect)
+ nameWithType: ScrollView.Redraw(Rect)
+ fullName: Terminal.Gui.ScrollView.Redraw(Terminal.Gui.Rect)
+ type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Views/ScrollView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: Redraw
+ path: ../Terminal.Gui/Views/ScrollView.cs
+ startLine: 400
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nThis event is raised when the contents have scrolled\n"
+ example: []
+ syntax:
+ content: public override void Redraw(Rect region)
+ parameters:
+ - id: region
+ type: Terminal.Gui.Rect
+ content.vb: Public Overrides Sub Redraw(region As Rect)
+ overridden: Terminal.Gui.View.Redraw(Terminal.Gui.Rect)
+ overload: Terminal.Gui.ScrollView.Redraw*
+ modifiers.csharp:
+ - public
+ - override
+ modifiers.vb:
+ - Public
+ - Overrides
+- uid: Terminal.Gui.ScrollView.PositionCursor
+ commentId: M:Terminal.Gui.ScrollView.PositionCursor
+ id: PositionCursor
+ parent: Terminal.Gui.ScrollView
+ langs:
+ - csharp
+ - vb
+ name: PositionCursor()
+ nameWithType: ScrollView.PositionCursor()
+ fullName: Terminal.Gui.ScrollView.PositionCursor()
+ type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Views/ScrollView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: PositionCursor
+ path: ../Terminal.Gui/Views/ScrollView.cs
+ startLine: 419
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ example: []
+ syntax:
+ content: public override void PositionCursor()
+ content.vb: Public Overrides Sub PositionCursor
+ overridden: Terminal.Gui.View.PositionCursor
+ overload: Terminal.Gui.ScrollView.PositionCursor*
+ modifiers.csharp:
+ - public
+ - override
+ modifiers.vb:
+ - Public
+ - Overrides
+- uid: Terminal.Gui.ScrollView.ScrollUp(System.Int32)
+ commentId: M:Terminal.Gui.ScrollView.ScrollUp(System.Int32)
+ id: ScrollUp(System.Int32)
+ parent: Terminal.Gui.ScrollView
+ langs:
+ - csharp
+ - vb
+ name: ScrollUp(Int32)
+ nameWithType: ScrollView.ScrollUp(Int32)
+ fullName: Terminal.Gui.ScrollView.ScrollUp(System.Int32)
+ type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Views/ScrollView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: ScrollUp
+ path: ../Terminal.Gui/Views/ScrollView.cs
+ startLine: 432
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nScrolls the view up.\n"
+ example: []
+ syntax:
+ content: public bool ScrollUp(int lines)
parameters:
- id: lines
type: System.Int32
@@ -263,42 +498,38 @@ items:
return:
type: System.Boolean
description: true, if left was scrolled, false otherwise.
- overload: Terminal.Gui.ScrollView.ScrollDown*
- 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 Actiontrue, if left was scrolled, false otherwise.
+ content.vb: Public Function ScrollLeft(cols As Integer) As Boolean
overload: Terminal.Gui.ScrollView.ScrollLeft*
- exceptions: []
+ modifiers.csharp:
+ - public
+ modifiers.vb:
+ - Public
+- uid: Terminal.Gui.ScrollView.ScrollDown(System.Int32)
+ commentId: M:Terminal.Gui.ScrollView.ScrollDown(System.Int32)
+ id: ScrollDown(System.Int32)
+ parent: Terminal.Gui.ScrollView
+ langs:
+ - csharp
+ - vb
+ name: ScrollDown(Int32)
+ nameWithType: ScrollView.ScrollDown(Int32)
+ fullName: Terminal.Gui.ScrollView.ScrollDown(System.Int32)
+ type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Views/ScrollView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: ScrollDown
+ path: ../Terminal.Gui/Views/ScrollView.cs
+ startLine: 460
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nScrolls the view down.\n"
+ example: []
+ syntax:
+ content: public bool ScrollDown(int lines)
+ parameters:
+ - id: lines
+ type: System.Int32
+ description: Number of lines to scroll.
+ return:
+ type: System.Boolean
+ description: true, if left was scrolled, false otherwise.
+ content.vb: Public Function ScrollDown(lines As Integer) As Boolean
+ overload: Terminal.Gui.ScrollView.ScrollDown*
+ modifiers.csharp:
+ - public
+ modifiers.vb:
+ - Public
- uid: Terminal.Gui.ScrollView.ScrollRight(System.Int32)
+ commentId: M:Terminal.Gui.ScrollView.ScrollRight(System.Int32)
id: ScrollRight(System.Int32)
parent: Terminal.Gui.ScrollView
langs:
- csharp
+ - vb
name: ScrollRight(Int32)
nameWithType: ScrollView.ScrollRight(Int32)
- fullName: ScrollView.ScrollRight(Int32)
+ fullName: Terminal.Gui.ScrollView.ScrollRight(System.Int32)
type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Views/ScrollView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: ScrollRight
+ path: ../Terminal.Gui/Views/ScrollView.cs
+ startLine: 474
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: Scrolls the view to the right.
+ summary: "\nScrolls the view to the right.\n"
+ example: []
syntax:
- content: public bool ScrollRight (int cols);
+ content: public bool ScrollRight(int cols)
parameters:
- id: cols
type: System.Int32
@@ -330,585 +615,2249 @@ items:
return:
type: System.Boolean
description: true, if right was scrolled, false otherwise.
+ content.vb: Public Function ScrollRight(cols As Integer) As Boolean
overload: Terminal.Gui.ScrollView.ScrollRight*
- exceptions: []
-- uid: Terminal.Gui.ScrollView.ScrollUp(System.Int32)
- id: ScrollUp(System.Int32)
+ modifiers.csharp:
+ - public
+ modifiers.vb:
+ - Public
+- uid: Terminal.Gui.ScrollView.ProcessKey(Terminal.Gui.KeyEvent)
+ commentId: M:Terminal.Gui.ScrollView.ProcessKey(Terminal.Gui.KeyEvent)
+ id: ProcessKey(Terminal.Gui.KeyEvent)
parent: Terminal.Gui.ScrollView
langs:
- csharp
- name: ScrollUp(Int32)
- nameWithType: ScrollView.ScrollUp(Int32)
- fullName: ScrollView.ScrollUp(Int32)
+ - vb
+ name: ProcessKey(KeyEvent)
+ nameWithType: ScrollView.ProcessKey(KeyEvent)
+ fullName: Terminal.Gui.ScrollView.ProcessKey(Terminal.Gui.KeyEvent)
type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Views/ScrollView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: ProcessKey
+ path: ../Terminal.Gui/Views/ScrollView.cs
+ startLine: 485
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: Scrolls the view up.
+ example: []
syntax:
- content: public bool ScrollUp (int lines);
+ content: public override bool ProcessKey(KeyEvent kb)
parameters:
- - id: lines
- type: System.Int32
- description: Number of lines to scroll.
+ - id: kb
+ type: Terminal.Gui.KeyEvent
return:
type: System.Boolean
- description: true, if left was scrolled, false otherwise.
- overload: Terminal.Gui.ScrollView.ScrollUp*
- exceptions: []
-- uid: Terminal.Gui.ScrollView.ShowHorizontalScrollIndicator
- id: ShowHorizontalScrollIndicator
+ content.vb: Public Overrides Function ProcessKey(kb As KeyEvent) As Boolean
+ overridden: Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
+ overload: Terminal.Gui.ScrollView.ProcessKey*
+ modifiers.csharp:
+ - public
+ - override
+ modifiers.vb:
+ - Public
+ - Overrides
+- uid: Terminal.Gui.ScrollView.MouseEvent(Terminal.Gui.MouseEvent)
+ commentId: M:Terminal.Gui.ScrollView.MouseEvent(Terminal.Gui.MouseEvent)
+ id: MouseEvent(Terminal.Gui.MouseEvent)
parent: Terminal.Gui.ScrollView
langs:
- csharp
- name: ShowHorizontalScrollIndicator
- nameWithType: ScrollView.ShowHorizontalScrollIndicator
- fullName: ScrollView.ShowHorizontalScrollIndicator
- type: Property
+ - vb
+ name: MouseEvent(MouseEvent)
+ nameWithType: ScrollView.MouseEvent(MouseEvent)
+ fullName: Terminal.Gui.ScrollView.MouseEvent(Terminal.Gui.MouseEvent)
+ type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Views/ScrollView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: MouseEvent
+ path: ../Terminal.Gui/Views/ScrollView.cs
+ startLine: 521
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: Gets or sets the visibility for the horizontal scroll indicator.
+ example: []
syntax:
- content: public bool ShowHorizontalScrollIndicator { get; set; }
+ content: public override bool MouseEvent(MouseEvent me)
+ parameters:
+ - id: me
+ type: Terminal.Gui.MouseEvent
return:
type: System.Boolean
- description: true if show vertical scroll indicator; otherwise, false.
- 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: true if show vertical scroll indicator; otherwise, false.
- overload: Terminal.Gui.ScrollView.ShowVerticalScrollIndicator*
- exceptions: []
+ content.vb: Public Overrides Function MouseEvent(me As MouseEvent) As Boolean
+ overridden: Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
+ overload: Terminal.Gui.ScrollView.MouseEvent*
+ modifiers.csharp:
+ - public
+ - override
+ modifiers.vb:
+ - Public
+ - Overrides
references:
-- uid: Terminal.Gui.View
+- 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
- isExternal: false
name: View
nameWithType: View
fullName: Terminal.Gui.View
-- uid: Terminal.Gui.ScrollView.#ctor(Terminal.Gui.Rect)
- parent: Terminal.Gui.ScrollView
- isExternal: false
- name: ScrollView(Rect)
- nameWithType: ScrollView.ScrollView(Rect)
- fullName: ScrollView.ScrollView(Rect)
+- 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[])
+ 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.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.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.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.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.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: 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: Terminal.Gui.ScrollView.#ctor*
+ commentId: Overload:Terminal.Gui.ScrollView.#ctor
+ name: ScrollView
+ nameWithType: ScrollView.ScrollView
+ fullName: Terminal.Gui.ScrollView.ScrollView
- uid: Terminal.Gui.Rect
+ commentId: T:Terminal.Gui.Rect
parent: Terminal.Gui
- isExternal: false
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
+- uid: Terminal.Gui.ScrollView.ContentSize*
+ commentId: Overload:Terminal.Gui.ScrollView.ContentSize
name: ContentSize
nameWithType: ScrollView.ContentSize
- fullName: ScrollView.ContentSize
+ fullName: Terminal.Gui.ScrollView.ContentSize
- uid: Terminal.Gui.Size
+ commentId: T: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.ProcessKey(Terminal.Gui.KeyEvent)
- parent: Terminal.Gui.ScrollView
- isExternal: false
- name: ProcessKey(KeyEvent)
- nameWithType: ScrollView.ProcessKey(KeyEvent)
- fullName: ScrollView.ProcessKey(KeyEvent)
+- uid: Terminal.Gui.ScrollView.ContentOffset*
+ commentId: Overload:Terminal.Gui.ScrollView.ContentOffset
+ name: ContentOffset
+ nameWithType: ScrollView.ContentOffset
+ fullName: Terminal.Gui.ScrollView.ContentOffset
+- uid: Terminal.Gui.Point
+ commentId: T:Terminal.Gui.Point
+ parent: Terminal.Gui
+ name: Point
+ nameWithType: Point
+ fullName: Terminal.Gui.Point
+- 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.ScrollView.Add*
+ commentId: Overload:Terminal.Gui.ScrollView.Add
+ name: Add
+ nameWithType: ScrollView.Add
+ fullName: Terminal.Gui.ScrollView.Add
+- uid: Terminal.Gui.ScrollView.ShowHorizontalScrollIndicator*
+ commentId: Overload:Terminal.Gui.ScrollView.ShowHorizontalScrollIndicator
+ name: ShowHorizontalScrollIndicator
+ nameWithType: ScrollView.ShowHorizontalScrollIndicator
+ fullName: Terminal.Gui.ScrollView.ShowHorizontalScrollIndicator
- uid: System.Boolean
+ commentId: T:System.Boolean
parent: System
isExternal: true
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
-- uid: Terminal.Gui.KeyEvent
- parent: Terminal.Gui
- isExternal: false
- name: KeyEvent
- nameWithType: KeyEvent
- fullName: Terminal.Gui.KeyEvent
-- 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.RemoveAll
- parent: Terminal.Gui.ScrollView
- isExternal: false
+- uid: Terminal.Gui.View.RemoveAll
+ commentId: M:Terminal.Gui.View.RemoveAll
+ parent: Terminal.Gui.View
name: RemoveAll()
- nameWithType: ScrollView.RemoveAll()
- fullName: ScrollView.RemoveAll()
-- uid: Terminal.Gui.ScrollView.ScrollDown(System.Int32)
- parent: Terminal.Gui.ScrollView
- isExternal: false
- name: ScrollDown(Int32)
- nameWithType: ScrollView.ScrollDown(Int32)
- fullName: ScrollView.ScrollDown(Int32)
+ 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.ScrollView.RemoveAll*
+ commentId: Overload:Terminal.Gui.ScrollView.RemoveAll
+ name: RemoveAll
+ nameWithType: ScrollView.RemoveAll
+ fullName: Terminal.Gui.ScrollView.RemoveAll
+- uid: Terminal.Gui.ScrollView.ShowVerticalScrollIndicator*
+ commentId: Overload:Terminal.Gui.ScrollView.ShowVerticalScrollIndicator
+ name: ShowVerticalScrollIndicator
+ nameWithType: ScrollView.ShowVerticalScrollIndicator
+ fullName: Terminal.Gui.ScrollView.ShowVerticalScrollIndicator
+- 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.ScrollView.Redraw*
+ commentId: Overload:Terminal.Gui.ScrollView.Redraw
+ name: Redraw
+ nameWithType: ScrollView.Redraw
+ fullName: Terminal.Gui.ScrollView.Redraw
+- uid: Terminal.Gui.ScrollView.PositionCursor
+ commentId: M:Terminal.Gui.ScrollView.PositionCursor
+ isExternal: true
+- 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.ScrollView.PositionCursor*
+ commentId: Overload:Terminal.Gui.ScrollView.PositionCursor
+ name: PositionCursor
+ nameWithType: ScrollView.PositionCursor
+ fullName: Terminal.Gui.ScrollView.PositionCursor
+- uid: Terminal.Gui.ScrollView.ScrollUp*
+ commentId: Overload:Terminal.Gui.ScrollView.ScrollUp
+ name: ScrollUp
+ nameWithType: ScrollView.ScrollUp
+ fullName: Terminal.Gui.ScrollView.ScrollUp
- uid: System.Int32
+ commentId: T:System.Int32
parent: System
isExternal: true
name: Int32
nameWithType: Int32
fullName: System.Int32
-- 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| Keys | Function |
|---|---|
| Deletes the character before cursor. |
\n The text view provides a multi-line text view. Users interact\n with it with the standard Emacs commands for movement or the arrow\n keys. \n
\n| Shortcut | Action performed |
|---|---|
| Left cursor, Control-b | \n Moves the editing point left.\n |
| Right cursor, Control-f | \n Moves the editing point right.\n |
| Alt-b | \n Moves one word back.\n |
| Alt-f | \n Moves one word forward.\n |
| Up cursor, Control-p | \n Moves the editing point one line up.\n |
| Down cursor, Control-n | \n Moves the editing point one line down\n |
| Home key, Control-a | \n Moves the cursor to the beginning of the line.\n |
| End key, Control-e | \n Moves the cursor to the end of the line.\n |
| Delete, Control-d | \n Deletes the character in front of the cursor.\n |
| Backspace | \n Deletes the character behind the cursor.\n |
| Control-k | \n Deletes the text until the end of the line and replaces the kill buffer\n with the deleted text. You can paste this text in a different place by\n using Control-y.\n |
| Control-y | \n Pastes the content of the kill ring into the current position.\n |
| Alt-d | \n Deletes the word above the cursor and adds it to the kill ring. You \n can paste the contents of the kill ring with Control-y.\n |
| Control-q | \n Quotes the next input character, to prevent the normal processing of\n key handling to take place.\n |
\n
| Shortcut | Action performed |
|---|---|
| Left cursor, Control-b | \n Moves the editing point left.\n |
| Right cursor, Control-f | \n Moves the editing point right.\n |
| Alt-b | \n Moves one word back.\n |
| Alt-f | \n Moves one word forward.\n |
| Up cursor, Control-p | \n Moves the editing point one line up.\n |
| Down cursor, Control-n | \n Moves the editing point one line down\n |
| Home key, Control-a | \n Moves the cursor to the beginning of the line.\n |
| End key, Control-e | \n Moves the cursor to the end of the line.\n |
| Delete, Control-d | \n Deletes the character in front of the cursor.\n |
| Backspace | \n Deletes the character behind the cursor.\n |
| Control-k | \n Deletes the text until the end of the line and replaces the kill buffer\n with the deleted text. You can paste this text in a different place by\n using Control-y.\n |
| Control-y | \n Pastes the content of the kill ring into the current position.\n |
| Alt-d | \n Deletes the word above the cursor and adds it to the kill ring. You \n can paste the contents of the kill ring with Control-y.\n |
| Control-q | \n Quotes the next input character, to prevent the normal processing of\n key handling to take place.\n |
true, if file was loaded, false otherwise.
+ content.vb: Public Function LoadFile(path As String) As Boolean
overload: Terminal.Gui.TextView.LoadFile*
- exceptions: []
+ modifiers.csharp:
+ - public
+ modifiers.vb:
+ - Public
- uid: Terminal.Gui.TextView.LoadStream(System.IO.Stream)
+ commentId: M:Terminal.Gui.TextView.LoadStream(System.IO.Stream)
id: LoadStream(System.IO.Stream)
parent: Terminal.Gui.TextView
langs:
- csharp
+ - vb
name: LoadStream(Stream)
nameWithType: TextView.LoadStream(Stream)
- fullName: TextView.LoadStream(Stream)
+ fullName: Terminal.Gui.TextView.LoadStream(System.IO.Stream)
type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Views/TextView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: LoadStream
+ path: ../Terminal.Gui/Views/TextView.cs
+ startLine: 361
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: Loads the contents of the stream into the TextView.
+ summary: "\nLoads the contents of the stream into the true, if stream was closed, false otherwise.
+ content.vb: Public Function CloseFile As Boolean
+ overload: Terminal.Gui.TextView.CloseFile*
+ modifiers.csharp:
+ - public
+ modifiers.vb:
+ - Public
+- uid: Terminal.Gui.TextView.CurrentRow
+ commentId: P:Terminal.Gui.TextView.CurrentRow
+ id: CurrentRow
+ parent: Terminal.Gui.TextView
+ langs:
+ - csharp
+ - vb
+ name: CurrentRow
+ nameWithType: TextView.CurrentRow
+ fullName: Terminal.Gui.TextView.CurrentRow
+ type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Views/TextView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: CurrentRow
+ path: ../Terminal.Gui/Views/TextView.cs
+ startLine: 385
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nGets the current cursor row.\n"
+ example: []
+ syntax:
+ content: public int CurrentRow { get; }
+ parameters: []
+ return:
+ type: System.Int32
+ content.vb: Public ReadOnly Property CurrentRow As Integer
+ overload: Terminal.Gui.TextView.CurrentRow*
+ modifiers.csharp:
+ - public
+ - get
+ modifiers.vb:
+ - Public
+ - ReadOnly
+- uid: Terminal.Gui.TextView.CurrentColumn
+ commentId: P:Terminal.Gui.TextView.CurrentColumn
+ id: CurrentColumn
+ parent: Terminal.Gui.TextView
+ langs:
+ - csharp
+ - vb
+ name: CurrentColumn
+ nameWithType: TextView.CurrentColumn
+ fullName: Terminal.Gui.TextView.CurrentColumn
+ type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Views/TextView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: CurrentColumn
+ path: ../Terminal.Gui/Views/TextView.cs
+ startLine: 391
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nGets the cursor column.\n"
+ example: []
+ syntax:
+ content: public int CurrentColumn { get; }
+ parameters: []
+ return:
+ type: System.Int32
+ description: The cursor column.
+ content.vb: Public ReadOnly Property CurrentColumn As Integer
+ overload: Terminal.Gui.TextView.CurrentColumn*
+ modifiers.csharp:
+ - public
+ - get
+ modifiers.vb:
+ - Public
+ - ReadOnly
- uid: Terminal.Gui.TextView.PositionCursor
+ commentId: M:Terminal.Gui.TextView.PositionCursor
id: PositionCursor
parent: Terminal.Gui.TextView
langs:
- csharp
+ - vb
name: PositionCursor()
nameWithType: TextView.PositionCursor()
- fullName: TextView.PositionCursor()
+ fullName: Terminal.Gui.TextView.PositionCursor()
type: Method
+ source:
+ remote:
+ path: Terminal.Gui/Views/TextView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: PositionCursor
+ path: ../Terminal.Gui/Views/TextView.cs
+ startLine: 396
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: Positions the cursor on the current row and column
+ summary: "\nPositions the cursor on the current row and column\n"
+ example: []
syntax:
- content: public override void PositionCursor ();
- parameters: []
+ content: public override void PositionCursor()
+ content.vb: Public Overrides Sub PositionCursor
+ overridden: Terminal.Gui.View.PositionCursor
overload: Terminal.Gui.TextView.PositionCursor*
- exceptions: []
-- uid: Terminal.Gui.TextView.ProcessKey(Terminal.Gui.KeyEvent)
- id: ProcessKey(Terminal.Gui.KeyEvent)
- parent: Terminal.Gui.TextView
- langs:
- - csharp
- name: ProcessKey(KeyEvent)
- nameWithType: TextView.ProcessKey(KeyEvent)
- fullName: TextView.ProcessKey(KeyEvent)
- type: Method
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- syntax:
- content: public override bool ProcessKey (Terminal.Gui.KeyEvent kb);
- parameters:
- - id: kb
- type: Terminal.Gui.KeyEvent
- description: To be added.
- return:
- type: System.Boolean
- description: To be added.
- overload: Terminal.Gui.TextView.ProcessKey*
- exceptions: []
+ modifiers.csharp:
+ - public
+ - override
+ modifiers.vb:
+ - Public
+ - Overrides
- uid: Terminal.Gui.TextView.ReadOnly
+ commentId: P:Terminal.Gui.TextView.ReadOnly
id: ReadOnly
parent: Terminal.Gui.TextView
langs:
- csharp
+ - vb
name: ReadOnly
nameWithType: TextView.ReadOnly
- fullName: TextView.ReadOnly
+ fullName: Terminal.Gui.TextView.ReadOnly
type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Views/TextView.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: ReadOnly
+ path: ../Terminal.Gui/Views/TextView.cs
+ startLine: 435
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
- summary: Indicates readonly attribute of TextView
+ summary: "\nGets or sets whether the
- Toplevels can be modally executing views, and they return control
- to the caller when the "Running" property is set to false, or
- by calling
- There will be a toplevel created for you on the first time use
- and can be accessed from the property
\n Toplevels can be modally executing views, and they return control\n to the caller when the "Running" property is set to false, or\n by calling
\n There will be a toplevel created for you on the first time use\n and can be accessed from the property
\n TopLevels can also opt-in to more sophisticated initialization\n by implementing
true if can focus; otherwise, false.
+ content.vb: Public Overrides ReadOnly Property CanFocus As Boolean
+ overridden: Terminal.Gui.Responder.CanFocus
+ overload: Terminal.Gui.Toplevel.CanFocus*
+ modifiers.csharp:
+ - public
+ - override
+ - get
+ modifiers.vb:
+ - Public
+ - Overrides
+ - ReadOnly
+- uid: Terminal.Gui.Toplevel.Modal
+ commentId: P:Terminal.Gui.Toplevel.Modal
+ id: Modal
+ parent: Terminal.Gui.Toplevel
+ langs:
+ - csharp
+ - vb
+ name: Modal
+ nameWithType: Toplevel.Modal
+ fullName: Terminal.Gui.Toplevel.Modal
+ type: Property
+ source:
+ remote:
+ path: Terminal.Gui/Core.cs
+ branch: docs
+ repo: tig:tig/gui.cs.git
+ id: Modal
+ path: ../Terminal.Gui/Core.cs
+ startLine: 1552
+ assemblies:
+ - Terminal.Gui
+ namespace: Terminal.Gui
+ summary: "\nDetermines whether the \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
\n\n Views can either be created with an absolute position, by calling the constructor that takes a\n Rect parameter to specify the absolute position and size (the Frame of the View) or by setting the\n X, Y, Width and Height properties on the view. Both approaches use coordinates that are relative \n to the container they are being added to.\n
\n\n When you do not specify a Rect frame you can use the more flexible \n Dim and Pos objects that can dynamically update the position of a view. \n The X and Y properties are of type
\n When you specify the Rect parameter to a view, you are setting the LayoutStyle to Absolute, and the \n view will always stay in the position that you placed it. To change the position change the \n Frame property to the new position.\n
\n\n Subviews can be added to a View by calling the Add method. The container of a view is the \n Superview.\n
\n\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
\n\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
\n\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
\n\n Using ColorSchemes has the advantage that your application will work both\n in color as well as black and white displays.\n
\n\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
\n\n The metnod LayoutSubviews is invoked when the size or layout of a view has\n changed. The default processing system will keep the size and dimensions\n for views that use the LayoutKind.Absolute, and will recompute the\n frames for the vies that use LayoutKind.Computed.\n
" + summary: "\nView 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.\n" + remarks: "\n\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
\n\n Views can either be created with an absolute position, by calling the constructor that takes a\n Rect parameter to specify the absolute position and size (the Frame of the View) or by setting the\n X, Y, Width and Height properties on the view. Both approaches use coordinates that are relative\n to the container they are being added to.\n
\n\n When you do not specify a Rect frame you can use the more flexible\n Dim and Pos objects that can dynamically update the position of a view.\n The X and Y properties are of type
\n When you specify the Rect parameter to a view, you are setting the LayoutStyle to Absolute, and the\n view will always stay in the position that you placed it. To change the position change the\n Frame property to the new position.\n
\n\n Subviews can be added to a View by calling the Add method. The container of a view is the\n Superview.\n
\n\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
\n\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
\n\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
\n\n Using ColorSchemes has the advantage that your application will work both\n in color as well as black and white displays.\n
\n\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
\n\n The metnod LayoutSubviews is invoked when the size or layout of a view has\n changed. The default processing system will keep the size and dimensions\n for views that use the LayoutKind.Absolute, and will recompute the\n frames for the vies that use LayoutKind.Computed.\n
\n" + example: [] syntax: - content: 'public class View : Terminal.Gui.Responder, System.Collections.IEnumerable' + content: 'public class View : Responder, IEnumerable' + content.vb: >- + Public Class View + + Inherits Responder + + Implements IEnumerable inheritance: - System.Object - Terminal.Gui.Responder @@ -81,6 +117,7 @@ items: - Terminal.Gui.RadioGroup - Terminal.Gui.ScrollBarView - Terminal.Gui.ScrollView + - Terminal.Gui.StatusBar - Terminal.Gui.TextField - Terminal.Gui.TextView - Terminal.Gui.Toplevel @@ -89,838 +126,1248 @@ items: inheritedMembers: - Terminal.Gui.Responder.CanFocus - Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent) -- uid: Terminal.Gui.View.#ctor - id: '#ctor' + - 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.View.Enter + commentId: E:Terminal.Gui.View.Enter + id: Enter parent: Terminal.Gui.View langs: - csharp - name: View() - nameWithType: View.View() - fullName: View.View() - type: Constructor + - vb + name: Enter + nameWithType: View.Enter + fullName: Terminal.Gui.View.Enter + type: Event + source: + remote: + path: Terminal.Gui/Core.cs + branch: docs + repo: tig:tig/gui.cs.git + id: Enter + path: ../Terminal.Gui/Core.cs + startLine: 293 assemblies: - Terminal.Gui namespace: Terminal.Gui - summary: "Initializes a new instance of the- This clears the entire region used by this view. -
- syntax: - content: public void Clear (); - 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 - langs: - - csharp - name: ClearNeedsDisplay() - nameWithType: View.ClearNeedsDisplay() - fullName: View.ClearNeedsDisplay() - type: Method - assemblies: - - Terminal.Gui - namespace: Terminal.Gui - summary: Removes the SetNeedsDisplay and the ChildNeedsDisplay setting on this view. - syntax: - content: protected void ClearNeedsDisplay (); - 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: [] + content: public event EventHandler Leave 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 + type: System.EventHandler + content.vb: Public Event Leave As EventHandler + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: Terminal.Gui.View.MouseEnter + commentId: E:Terminal.Gui.View.MouseEnter + id: MouseEnter parent: Terminal.Gui.View langs: - csharp - name: ColorScheme - nameWithType: View.ColorScheme - fullName: View.ColorScheme - type: Property + - vb + name: MouseEnter + nameWithType: View.MouseEnter + fullName: Terminal.Gui.View.MouseEnter + type: Event + source: + remote: + path: Terminal.Gui/Core.cs + branch: docs + repo: tig:tig/gui.cs.git + id: MouseEnter + path: ../Terminal.Gui/Core.cs + startLine: 303 assemblies: - Terminal.Gui namespace: Terminal.Gui - summary: >- - The color scheme for this view, if it is not defined, it returns the parent's - color scheme. + summary: "\nEvent fired when the view receives the mouse event for the first time.\n" + example: [] syntax: - content: public Terminal.Gui.ColorScheme ColorScheme { get; set; } + content: public event EventHandlertrue 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 true 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: []
+ content: public event EventHandlertrue, if next was focused, false otherwise.
- overload: Terminal.Gui.View.FocusNext*
- exceptions: []
-- uid: Terminal.Gui.View.FocusPrev
- id: FocusPrev
- parent: Terminal.Gui.View
- langs:
- - csharp
- name: FocusPrev()
- nameWithType: View.FocusPrev()
- fullName: View.FocusPrev()
- type: Method
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Focuses the previous view.
- syntax:
- content: public bool FocusPrev ();
- parameters: []
- return:
- type: System.Boolean
- description: true, if previous was focused, false otherwise.
- overload: Terminal.Gui.View.FocusPrev*
- exceptions: []
-- uid: Terminal.Gui.View.Frame
- id: Frame
- parent: Terminal.Gui.View
- langs:
- - csharp
- name: Frame
- nameWithType: View.Frame
- fullName: View.Frame
- type: Property
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Gets or sets the frame for the view.
- remarks: "Altering the Frame of a view will trigger the redrawing of the \n view as well as the redrawing of the affected regions in the superview."
- syntax:
- content: public virtual Terminal.Gui.Rect Frame { get; set; }
- return:
- type: Terminal.Gui.Rect
- description: The frame.
- overload: Terminal.Gui.View.Frame*
- exceptions: []
-- uid: Terminal.Gui.View.GetEnumerator
- id: GetEnumerator
- parent: Terminal.Gui.View
- langs:
- - csharp
- name: GetEnumerator()
- nameWithType: View.GetEnumerator()
- fullName: View.GetEnumerator()
- type: Method
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Gets an enumerator that enumerates the subviews in this view.
- syntax:
- content: >-
- [System.Runtime.CompilerServices.IteratorStateMachine(typeof(Terminal.Gui.View/