Terminal.Gui.Window.yml 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674
  1. ### YamlMime:ManagedReference
  2. items:
  3. - uid: Terminal.Gui.Window
  4. id: Window
  5. children:
  6. - Terminal.Gui.Window.#ctor(Terminal.Gui.Rect,NStack.ustring)
  7. - Terminal.Gui.Window.#ctor(Terminal.Gui.Rect,System.String)
  8. - Terminal.Gui.Window.#ctor(Terminal.Gui.Rect,NStack.ustring,System.Int32)
  9. - Terminal.Gui.Window.Add(Terminal.Gui.View)
  10. - Terminal.Gui.Window.GetEnumerator
  11. - Terminal.Gui.Window.Redraw(Terminal.Gui.Rect)
  12. - Terminal.Gui.Window.Remove(Terminal.Gui.View)
  13. - Terminal.Gui.Window.Title
  14. langs:
  15. - csharp
  16. name: Window
  17. nameWithType: Window
  18. fullName: Terminal.Gui.Window
  19. type: Class
  20. assemblies:
  21. - Terminal.Gui
  22. namespace: Terminal.Gui
  23. summary: A toplevel view that draws a frame around its region and has a "ContentView" subview where the contents are added.
  24. syntax:
  25. content: 'public class Window : Terminal.Gui.Toplevel, System.Collections.IEnumerable'
  26. inheritance:
  27. - System.Object
  28. - Terminal.Gui.Responder
  29. - Terminal.Gui.View
  30. - Terminal.Gui.Toplevel
  31. derivedClasses:
  32. - Terminal.Gui.Dialog
  33. implements:
  34. - System.Collections.IEnumerable
  35. inheritedMembers:
  36. - Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
  37. - Terminal.Gui.Toplevel.CanFocus
  38. - Terminal.Gui.Toplevel.Create
  39. - Terminal.Gui.Toplevel.ProcessKey(Terminal.Gui.KeyEvent)
  40. - Terminal.Gui.Toplevel.Running
  41. - Terminal.Gui.View.Add(Terminal.Gui.View[])
  42. - Terminal.Gui.View.AddCh(System.Int32,System.Int32,System.Int32)
  43. - Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
  44. - Terminal.Gui.View.Bounds
  45. - Terminal.Gui.View.ChildNeedsDisplay
  46. - Terminal.Gui.View.Clear
  47. - Terminal.Gui.View.Clear(Terminal.Gui.Rect)
  48. - Terminal.Gui.View.ClearNeedsDisplay
  49. - Terminal.Gui.View.ClipToBounds
  50. - Terminal.Gui.View.ColorScheme
  51. - Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Boolean)
  52. - Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
  53. - Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
  54. - Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
  55. - Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
  56. - Terminal.Gui.View.DrawHotString(System.String,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
  57. - Terminal.Gui.View.Driver
  58. - Terminal.Gui.View.EnsureFocus
  59. - Terminal.Gui.View.Focused
  60. - Terminal.Gui.View.FocusFirst
  61. - Terminal.Gui.View.FocusLast
  62. - Terminal.Gui.View.FocusNext
  63. - Terminal.Gui.View.FocusPrev
  64. - Terminal.Gui.View.Frame
  65. - Terminal.Gui.View.HasFocus
  66. - Terminal.Gui.View.Id
  67. - Terminal.Gui.View.LayoutSubviews
  68. - Terminal.Gui.View.MostFocused
  69. - Terminal.Gui.View.Move(System.Int32,System.Int32)
  70. - Terminal.Gui.View.PositionCursor
  71. - Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
  72. - Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
  73. - Terminal.Gui.View.RemoveAll
  74. - Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
  75. - Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
  76. - Terminal.Gui.View.SetFocus(Terminal.Gui.View)
  77. - Terminal.Gui.View.SetNeedsDisplay
  78. - Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
  79. - Terminal.Gui.View.Subviews
  80. - Terminal.Gui.View.SuperView
  81. - Terminal.Gui.View.ToString
  82. - Terminal.Gui.View.WantMousePositionReports
  83. - uid: Terminal.Gui.Window.#ctor(Terminal.Gui.Rect,NStack.ustring)
  84. id: '#ctor(Terminal.Gui.Rect,NStack.ustring)'
  85. parent: Terminal.Gui.Window
  86. langs:
  87. - csharp
  88. name: Window(Rect, ustring)
  89. nameWithType: Window.Window(Rect, ustring)
  90. fullName: Window.Window(Rect, ustring)
  91. type: Constructor
  92. assemblies:
  93. - Terminal.Gui
  94. namespace: Terminal.Gui
  95. summary: Initializes a new instance of the <xref href="Terminal.Gui.Gui.Window"></xref> class with an optioanl title
  96. syntax:
  97. content: public Window (Terminal.Gui.Rect frame, NStack.ustring title = null);
  98. parameters:
  99. - id: frame
  100. type: Terminal.Gui.Rect
  101. description: Frame.
  102. - id: title
  103. type: NStack.ustring
  104. description: Title.
  105. overload: Terminal.Gui.Window.#ctor*
  106. exceptions: []
  107. - uid: Terminal.Gui.Window.#ctor(Terminal.Gui.Rect,System.String)
  108. id: '#ctor(Terminal.Gui.Rect,System.String)'
  109. parent: Terminal.Gui.Window
  110. langs:
  111. - csharp
  112. name: Window(Rect, String)
  113. nameWithType: Window.Window(Rect, String)
  114. fullName: Window.Window(Rect, String)
  115. type: Constructor
  116. assemblies: []
  117. namespace: Terminal.Gui
  118. summary: Initializes a new instance of the <xref href="Terminal.Window"></xref> class with an optioanl title
  119. syntax:
  120. content: public Window (Terminal.Gui.Rect frame, string title = null);
  121. parameters:
  122. - id: frame
  123. type: Terminal.Gui.Rect
  124. description: Frame.
  125. - id: title
  126. type: System.String
  127. description: Title.
  128. overload: Terminal.Gui.Window.#ctor*
  129. exceptions: []
  130. - uid: Terminal.Gui.Window.#ctor(Terminal.Gui.Rect,NStack.ustring,System.Int32)
  131. id: '#ctor(Terminal.Gui.Rect,NStack.ustring,System.Int32)'
  132. parent: Terminal.Gui.Window
  133. langs:
  134. - csharp
  135. name: Window(Rect, ustring, Int32)
  136. nameWithType: Window.Window(Rect, ustring, Int32)
  137. fullName: Window.Window(Rect, ustring, Int32)
  138. type: Constructor
  139. assemblies:
  140. - Terminal.Gui
  141. namespace: Terminal.Gui
  142. summary: "Initializes a new instance of the <xref href=\"Terminal.Gui.Window\"></xref> with\n the specified frame for its location, with the specified border \n an optional title."
  143. syntax:
  144. content: public Window (Terminal.Gui.Rect frame, NStack.ustring title = null, int padding = 0);
  145. parameters:
  146. - id: frame
  147. type: Terminal.Gui.Rect
  148. description: Frame.
  149. - id: title
  150. type: NStack.ustring
  151. description: Title.
  152. - id: padding
  153. type: System.Int32
  154. description: Number of characters to use for padding of the drawn frame.
  155. overload: Terminal.Gui.Window.#ctor*
  156. exceptions: []
  157. - uid: Terminal.Gui.Window.Add(Terminal.Gui.View)
  158. id: Add(Terminal.Gui.View)
  159. parent: Terminal.Gui.Window
  160. langs:
  161. - csharp
  162. name: Add(View)
  163. nameWithType: Window.Add(View)
  164. fullName: Window.Add(View)
  165. type: Method
  166. assemblies:
  167. - Terminal.Gui
  168. namespace: Terminal.Gui
  169. summary: Add the specified view to the ContentView.
  170. syntax:
  171. content: public override void Add (Terminal.Gui.View view);
  172. parameters:
  173. - id: view
  174. type: Terminal.Gui.View
  175. description: View to add to the window.
  176. overload: Terminal.Gui.Window.Add*
  177. exceptions: []
  178. - uid: Terminal.Gui.Window.GetEnumerator
  179. id: GetEnumerator
  180. parent: Terminal.Gui.Window
  181. langs:
  182. - csharp
  183. name: GetEnumerator()
  184. nameWithType: Window.GetEnumerator()
  185. fullName: Window.GetEnumerator()
  186. type: Method
  187. assemblies:
  188. - Terminal.Gui
  189. namespace: Terminal.Gui
  190. summary: Enumerates the various views in the ContentView.
  191. syntax:
  192. content: public System.Collections.IEnumerator GetEnumerator ();
  193. parameters: []
  194. return:
  195. type: System.Collections.IEnumerator
  196. description: The enumerator.
  197. overload: Terminal.Gui.Window.GetEnumerator*
  198. exceptions: []
  199. - uid: Terminal.Gui.Window.Redraw(Terminal.Gui.Rect)
  200. id: Redraw(Terminal.Gui.Rect)
  201. parent: Terminal.Gui.Window
  202. langs:
  203. - csharp
  204. name: Redraw(Rect)
  205. nameWithType: Window.Redraw(Rect)
  206. fullName: Window.Redraw(Rect)
  207. type: Method
  208. assemblies:
  209. - Terminal.Gui
  210. namespace: Terminal.Gui
  211. syntax:
  212. content: public override void Redraw (Terminal.Gui.Rect bounds);
  213. parameters:
  214. - id: bounds
  215. type: Terminal.Gui.Rect
  216. description: To be added.
  217. overload: Terminal.Gui.Window.Redraw*
  218. exceptions: []
  219. - uid: Terminal.Gui.Window.Remove(Terminal.Gui.View)
  220. id: Remove(Terminal.Gui.View)
  221. parent: Terminal.Gui.Window
  222. langs:
  223. - csharp
  224. name: Remove(View)
  225. nameWithType: Window.Remove(View)
  226. fullName: Window.Remove(View)
  227. type: Method
  228. assemblies:
  229. - Terminal.Gui
  230. namespace: Terminal.Gui
  231. summary: Removes a widget from this container.
  232. syntax:
  233. content: public virtual void Remove (Terminal.Gui.View view);
  234. parameters:
  235. - id: view
  236. type: Terminal.Gui.View
  237. description: To be added.
  238. overload: Terminal.Gui.Window.Remove*
  239. exceptions: []
  240. - uid: Terminal.Gui.Window.Title
  241. id: Title
  242. parent: Terminal.Gui.Window
  243. langs:
  244. - csharp
  245. name: Title
  246. nameWithType: Window.Title
  247. fullName: Window.Title
  248. type: Property
  249. assemblies:
  250. - Terminal.Gui
  251. namespace: Terminal.Gui
  252. summary: The title to be displayed for this window.
  253. syntax:
  254. content: public NStack.ustring Title { get; set; }
  255. return:
  256. type: NStack.ustring
  257. description: The title.
  258. overload: Terminal.Gui.Window.Title*
  259. exceptions: []
  260. references:
  261. - uid: Terminal.Gui.Toplevel
  262. parent: Terminal.Gui
  263. isExternal: false
  264. name: Toplevel
  265. nameWithType: Toplevel
  266. fullName: Terminal.Gui.Toplevel
  267. - uid: Terminal.Gui.Window.#ctor(Terminal.Gui.Rect,NStack.ustring)
  268. parent: Terminal.Gui.Window
  269. isExternal: false
  270. name: Window(Rect, ustring)
  271. nameWithType: Window.Window(Rect, ustring)
  272. fullName: Window.Window(Rect, ustring)
  273. - uid: Terminal.Gui.Rect
  274. parent: Terminal.Gui
  275. isExternal: false
  276. name: Rect
  277. nameWithType: Rect
  278. fullName: Terminal.Gui.Rect
  279. - uid: NStack.ustring
  280. parent: NStack
  281. isExternal: true
  282. name: ustring
  283. nameWithType: ustring
  284. fullName: NStack.ustring
  285. - uid: Terminal.Gui.Window.#ctor(Terminal.Gui.Rect,System.String)
  286. parent: Terminal.Gui.Window
  287. isExternal: false
  288. name: Window(Rect, String)
  289. nameWithType: Window.Window(Rect, String)
  290. fullName: Window.Window(Rect, String)
  291. - uid: System.String
  292. parent: System
  293. isExternal: true
  294. name: String
  295. nameWithType: String
  296. fullName: System.String
  297. - uid: Terminal.Gui.Window.#ctor(Terminal.Gui.Rect,NStack.ustring,System.Int32)
  298. parent: Terminal.Gui.Window
  299. isExternal: false
  300. name: Window(Rect, ustring, Int32)
  301. nameWithType: Window.Window(Rect, ustring, Int32)
  302. fullName: Window.Window(Rect, ustring, Int32)
  303. - uid: System.Int32
  304. parent: System
  305. isExternal: true
  306. name: Int32
  307. nameWithType: Int32
  308. fullName: System.Int32
  309. - uid: Terminal.Gui.Window.Add(Terminal.Gui.View)
  310. parent: Terminal.Gui.Window
  311. isExternal: false
  312. name: Add(View)
  313. nameWithType: Window.Add(View)
  314. fullName: Window.Add(View)
  315. - uid: Terminal.Gui.View
  316. parent: Terminal.Gui
  317. isExternal: false
  318. name: View
  319. nameWithType: View
  320. fullName: Terminal.Gui.View
  321. - uid: Terminal.Gui.Window.GetEnumerator
  322. parent: Terminal.Gui.Window
  323. isExternal: false
  324. name: GetEnumerator()
  325. nameWithType: Window.GetEnumerator()
  326. fullName: Window.GetEnumerator()
  327. - uid: System.Collections.IEnumerator
  328. parent: System.Collections
  329. isExternal: true
  330. name: IEnumerator
  331. nameWithType: IEnumerator
  332. fullName: System.Collections.IEnumerator
  333. - uid: Terminal.Gui.Window.Redraw(Terminal.Gui.Rect)
  334. parent: Terminal.Gui.Window
  335. isExternal: false
  336. name: Redraw(Rect)
  337. nameWithType: Window.Redraw(Rect)
  338. fullName: Window.Redraw(Rect)
  339. - uid: Terminal.Gui.Window.Remove(Terminal.Gui.View)
  340. parent: Terminal.Gui.Window
  341. isExternal: false
  342. name: Remove(View)
  343. nameWithType: Window.Remove(View)
  344. fullName: Window.Remove(View)
  345. - uid: Terminal.Gui.Window.Title
  346. parent: Terminal.Gui.Window
  347. isExternal: false
  348. name: Title
  349. nameWithType: Window.Title
  350. fullName: Window.Title
  351. - uid: Terminal.Gui.Window.#ctor*
  352. parent: Terminal.Gui.Window
  353. isExternal: false
  354. name: Window
  355. nameWithType: Window.Window
  356. fullName: Window.Window
  357. - uid: Terminal.Gui.Window.Add*
  358. parent: Terminal.Gui.Window
  359. isExternal: false
  360. name: Add
  361. nameWithType: Window.Add
  362. fullName: Window.Add
  363. - uid: Terminal.Gui.Window.GetEnumerator*
  364. parent: Terminal.Gui.Window
  365. isExternal: false
  366. name: GetEnumerator
  367. nameWithType: Window.GetEnumerator
  368. fullName: Window.GetEnumerator
  369. - uid: Terminal.Gui.Window.Redraw*
  370. parent: Terminal.Gui.Window
  371. isExternal: false
  372. name: Redraw
  373. nameWithType: Window.Redraw
  374. fullName: Window.Redraw
  375. - uid: Terminal.Gui.Window.Remove*
  376. parent: Terminal.Gui.Window
  377. isExternal: false
  378. name: Remove
  379. nameWithType: Window.Remove
  380. fullName: Window.Remove
  381. - uid: Terminal.Gui.Window.Title*
  382. parent: Terminal.Gui.Window
  383. isExternal: false
  384. name: Title
  385. nameWithType: Window.Title
  386. fullName: Window.Title
  387. - uid: Terminal.Gui.Toplevel.CanFocus
  388. parent: Terminal.Gui.Toplevel
  389. isExternal: false
  390. name: CanFocus
  391. nameWithType: Toplevel.CanFocus
  392. fullName: Toplevel.CanFocus
  393. - uid: Terminal.Gui.View.HasFocus
  394. parent: Terminal.Gui.View
  395. isExternal: false
  396. name: HasFocus
  397. nameWithType: View.HasFocus
  398. fullName: View.HasFocus
  399. - uid: Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
  400. parent: Terminal.Gui.Responder
  401. isExternal: false
  402. name: MouseEvent(MouseEvent)
  403. nameWithType: Responder.MouseEvent(MouseEvent)
  404. fullName: Responder.MouseEvent(MouseEvent)
  405. - uid: Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
  406. parent: Terminal.Gui.View
  407. isExternal: false
  408. name: ProcessColdKey(KeyEvent)
  409. nameWithType: View.ProcessColdKey(KeyEvent)
  410. fullName: View.ProcessColdKey(KeyEvent)
  411. - uid: Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
  412. parent: Terminal.Gui.View
  413. isExternal: false
  414. name: ProcessHotKey(KeyEvent)
  415. nameWithType: View.ProcessHotKey(KeyEvent)
  416. fullName: View.ProcessHotKey(KeyEvent)
  417. - uid: Terminal.Gui.Toplevel.ProcessKey(Terminal.Gui.KeyEvent)
  418. parent: Terminal.Gui.Toplevel
  419. isExternal: false
  420. name: ProcessKey(KeyEvent)
  421. nameWithType: Toplevel.ProcessKey(KeyEvent)
  422. fullName: Toplevel.ProcessKey(KeyEvent)
  423. - uid: Terminal.Gui.View.Add(Terminal.Gui.View[])
  424. parent: Terminal.Gui.View
  425. isExternal: false
  426. name: Add(View[])
  427. nameWithType: View.Add(View[])
  428. fullName: View.Add(View[])
  429. - uid: Terminal.Gui.View.AddCh(System.Int32,System.Int32,System.Int32)
  430. parent: Terminal.Gui.View
  431. isExternal: false
  432. name: AddCh(Int32, Int32, Int32)
  433. nameWithType: View.AddCh(Int32, Int32, Int32)
  434. fullName: View.AddCh(Int32, Int32, Int32)
  435. - uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
  436. parent: Terminal.Gui.View
  437. isExternal: false
  438. name: AddRune(Int32, Int32, Rune)
  439. nameWithType: View.AddRune(Int32, Int32, Rune)
  440. fullName: View.AddRune(Int32, Int32, Rune)
  441. - uid: Terminal.Gui.View.Bounds
  442. parent: Terminal.Gui.View
  443. isExternal: false
  444. name: Bounds
  445. nameWithType: View.Bounds
  446. fullName: View.Bounds
  447. - uid: Terminal.Gui.View.ChildNeedsDisplay
  448. parent: Terminal.Gui.View
  449. isExternal: false
  450. name: ChildNeedsDisplay()
  451. nameWithType: View.ChildNeedsDisplay()
  452. fullName: View.ChildNeedsDisplay()
  453. - uid: Terminal.Gui.View.Clear
  454. parent: Terminal.Gui.View
  455. isExternal: false
  456. name: Clear()
  457. nameWithType: View.Clear()
  458. fullName: View.Clear()
  459. - uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
  460. parent: Terminal.Gui.View
  461. isExternal: false
  462. name: Clear(Rect)
  463. nameWithType: View.Clear(Rect)
  464. fullName: View.Clear(Rect)
  465. - uid: Terminal.Gui.View.ClearNeedsDisplay
  466. parent: Terminal.Gui.View
  467. isExternal: false
  468. name: ClearNeedsDisplay()
  469. nameWithType: View.ClearNeedsDisplay()
  470. fullName: View.ClearNeedsDisplay()
  471. - uid: Terminal.Gui.View.ClipToBounds
  472. parent: Terminal.Gui.View
  473. isExternal: false
  474. name: ClipToBounds()
  475. nameWithType: View.ClipToBounds()
  476. fullName: View.ClipToBounds()
  477. - uid: Terminal.Gui.View.ColorScheme
  478. parent: Terminal.Gui.View
  479. isExternal: false
  480. name: ColorScheme
  481. nameWithType: View.ColorScheme
  482. fullName: View.ColorScheme
  483. - uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Boolean)
  484. parent: Terminal.Gui.View
  485. isExternal: false
  486. name: DrawFrame(Rect, Boolean)
  487. nameWithType: View.DrawFrame(Rect, Boolean)
  488. fullName: View.DrawFrame(Rect, Boolean)
  489. - uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
  490. parent: Terminal.Gui.View
  491. isExternal: false
  492. name: DrawFrame(Rect, Int32, Boolean)
  493. nameWithType: View.DrawFrame(Rect, Int32, Boolean)
  494. fullName: View.DrawFrame(Rect, Int32, Boolean)
  495. - uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
  496. parent: Terminal.Gui.View
  497. isExternal: false
  498. name: DrawHotString(ustring, Boolean, ColorScheme)
  499. nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
  500. fullName: View.DrawHotString(ustring, Boolean, ColorScheme)
  501. - uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
  502. parent: Terminal.Gui.View
  503. isExternal: false
  504. name: DrawHotString(ustring, Attribute, Attribute)
  505. nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
  506. fullName: View.DrawHotString(ustring, Attribute, Attribute)
  507. - uid: Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
  508. parent: Terminal.Gui.View
  509. isExternal: false
  510. name: DrawHotString(String, Boolean, ColorScheme)
  511. nameWithType: View.DrawHotString(String, Boolean, ColorScheme)
  512. fullName: View.DrawHotString(String, Boolean, ColorScheme)
  513. - uid: Terminal.Gui.View.DrawHotString(System.String,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
  514. parent: Terminal.Gui.View
  515. isExternal: false
  516. name: DrawHotString(String, Attribute, Attribute)
  517. nameWithType: View.DrawHotString(String, Attribute, Attribute)
  518. fullName: View.DrawHotString(String, Attribute, Attribute)
  519. - uid: Terminal.Gui.View.Driver
  520. parent: Terminal.Gui.View
  521. isExternal: false
  522. name: Driver
  523. nameWithType: View.Driver
  524. fullName: View.Driver
  525. - uid: Terminal.Gui.View.EnsureFocus
  526. parent: Terminal.Gui.View
  527. isExternal: false
  528. name: EnsureFocus()
  529. nameWithType: View.EnsureFocus()
  530. fullName: View.EnsureFocus()
  531. - uid: Terminal.Gui.View.Focused
  532. parent: Terminal.Gui.View
  533. isExternal: false
  534. name: Focused
  535. nameWithType: View.Focused
  536. fullName: View.Focused
  537. - uid: Terminal.Gui.View.FocusFirst
  538. parent: Terminal.Gui.View
  539. isExternal: false
  540. name: FocusFirst()
  541. nameWithType: View.FocusFirst()
  542. fullName: View.FocusFirst()
  543. - uid: Terminal.Gui.View.FocusLast
  544. parent: Terminal.Gui.View
  545. isExternal: false
  546. name: FocusLast()
  547. nameWithType: View.FocusLast()
  548. fullName: View.FocusLast()
  549. - uid: Terminal.Gui.View.FocusNext
  550. parent: Terminal.Gui.View
  551. isExternal: false
  552. name: FocusNext()
  553. nameWithType: View.FocusNext()
  554. fullName: View.FocusNext()
  555. - uid: Terminal.Gui.View.FocusPrev
  556. parent: Terminal.Gui.View
  557. isExternal: false
  558. name: FocusPrev()
  559. nameWithType: View.FocusPrev()
  560. fullName: View.FocusPrev()
  561. - uid: Terminal.Gui.View.Frame
  562. parent: Terminal.Gui.View
  563. isExternal: false
  564. name: Frame
  565. nameWithType: View.Frame
  566. fullName: View.Frame
  567. - uid: Terminal.Gui.View.Id
  568. parent: Terminal.Gui.View
  569. isExternal: false
  570. name: Id
  571. nameWithType: View.Id
  572. fullName: View.Id
  573. - uid: Terminal.Gui.View.LayoutSubviews
  574. parent: Terminal.Gui.View
  575. isExternal: false
  576. name: LayoutSubviews()
  577. nameWithType: View.LayoutSubviews()
  578. fullName: View.LayoutSubviews()
  579. - uid: Terminal.Gui.View.MostFocused
  580. parent: Terminal.Gui.View
  581. isExternal: false
  582. name: MostFocused
  583. nameWithType: View.MostFocused
  584. fullName: View.MostFocused
  585. - uid: Terminal.Gui.View.Move(System.Int32,System.Int32)
  586. parent: Terminal.Gui.View
  587. isExternal: false
  588. name: Move(Int32, Int32)
  589. nameWithType: View.Move(Int32, Int32)
  590. fullName: View.Move(Int32, Int32)
  591. - uid: Terminal.Gui.View.PositionCursor
  592. parent: Terminal.Gui.View
  593. isExternal: false
  594. name: PositionCursor()
  595. nameWithType: View.PositionCursor()
  596. fullName: View.PositionCursor()
  597. - uid: Terminal.Gui.View.RemoveAll
  598. parent: Terminal.Gui.View
  599. isExternal: false
  600. name: RemoveAll()
  601. nameWithType: View.RemoveAll()
  602. fullName: View.RemoveAll()
  603. - uid: Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
  604. parent: Terminal.Gui.View
  605. isExternal: false
  606. name: ScreenToView(Int32, Int32)
  607. nameWithType: View.ScreenToView(Int32, Int32)
  608. fullName: View.ScreenToView(Int32, Int32)
  609. - uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
  610. parent: Terminal.Gui.View
  611. isExternal: false
  612. name: SetClip(Rect)
  613. nameWithType: View.SetClip(Rect)
  614. fullName: View.SetClip(Rect)
  615. - uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
  616. parent: Terminal.Gui.View
  617. isExternal: false
  618. name: SetFocus(View)
  619. nameWithType: View.SetFocus(View)
  620. fullName: View.SetFocus(View)
  621. - uid: Terminal.Gui.View.SetNeedsDisplay
  622. parent: Terminal.Gui.View
  623. isExternal: false
  624. name: SetNeedsDisplay()
  625. nameWithType: View.SetNeedsDisplay()
  626. fullName: View.SetNeedsDisplay()
  627. - uid: Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
  628. parent: Terminal.Gui.View
  629. isExternal: false
  630. name: SetNeedsDisplay(Rect)
  631. nameWithType: View.SetNeedsDisplay(Rect)
  632. fullName: View.SetNeedsDisplay(Rect)
  633. - uid: Terminal.Gui.View.Subviews
  634. parent: Terminal.Gui.View
  635. isExternal: false
  636. name: Subviews
  637. nameWithType: View.Subviews
  638. fullName: View.Subviews
  639. - uid: Terminal.Gui.View.SuperView
  640. parent: Terminal.Gui.View
  641. isExternal: false
  642. name: SuperView
  643. nameWithType: View.SuperView
  644. fullName: View.SuperView
  645. - uid: Terminal.Gui.View.ToString
  646. parent: Terminal.Gui.View
  647. isExternal: false
  648. name: ToString()
  649. nameWithType: View.ToString()
  650. fullName: View.ToString()
  651. - uid: Terminal.Gui.View.WantMousePositionReports
  652. parent: Terminal.Gui.View
  653. isExternal: false
  654. name: WantMousePositionReports
  655. nameWithType: View.WantMousePositionReports
  656. fullName: View.WantMousePositionReports
  657. - uid: Terminal.Gui.Toplevel.Create
  658. parent: Terminal.Gui.Toplevel
  659. isExternal: false
  660. name: Create()
  661. nameWithType: Toplevel.Create()
  662. fullName: Toplevel.Create()
  663. - uid: Terminal.Gui.Toplevel.Running
  664. parent: Terminal.Gui.Toplevel
  665. isExternal: false
  666. name: Running
  667. nameWithType: Toplevel.Running
  668. fullName: Toplevel.Running
  669. - uid: System.Collections.IEnumerable
  670. parent: System.Collections
  671. isExternal: true
  672. name: IEnumerable
  673. nameWithType: IEnumerable
  674. fullName: System.Collections.IEnumerable