Terminal.Gui.Window.yml 23 KB

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