Terminal.Gui.Window.yml 23 KB

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