Terminal.Gui.FrameView.yml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537
  1. ### YamlMime:ManagedReference
  2. items:
  3. - uid: Terminal.Gui.FrameView
  4. id: FrameView
  5. children:
  6. - Terminal.Gui.FrameView.#ctor(Terminal.Gui.Rect,NStack.ustring)
  7. - Terminal.Gui.FrameView.Add(Terminal.Gui.View)
  8. - Terminal.Gui.FrameView.Redraw(Terminal.Gui.Rect)
  9. - Terminal.Gui.FrameView.Remove(Terminal.Gui.View)
  10. - Terminal.Gui.FrameView.Title
  11. langs:
  12. - csharp
  13. name: FrameView
  14. nameWithType: FrameView
  15. fullName: Terminal.Gui.FrameView
  16. type: Class
  17. assemblies:
  18. - Terminal.Gui
  19. namespace: Terminal.Gui
  20. summary: The FrameView is a container frame that draws a frame around the contents
  21. syntax:
  22. content: 'public class FrameView : Terminal.Gui.View'
  23. inheritance:
  24. - System.Object
  25. - Terminal.Gui.Responder
  26. - Terminal.Gui.View
  27. implements: []
  28. inheritedMembers:
  29. - Terminal.Gui.Responder.CanFocus
  30. - Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
  31. - Terminal.Gui.View.Add(Terminal.Gui.View[])
  32. - Terminal.Gui.View.AddCh(System.Int32,System.Int32,System.Int32)
  33. - Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
  34. - Terminal.Gui.View.Bounds
  35. - Terminal.Gui.View.ChildNeedsDisplay
  36. - Terminal.Gui.View.Clear
  37. - Terminal.Gui.View.Clear(Terminal.Gui.Rect)
  38. - Terminal.Gui.View.ClearNeedsDisplay
  39. - Terminal.Gui.View.ClipToBounds
  40. - Terminal.Gui.View.ColorScheme
  41. - Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Boolean)
  42. - Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
  43. - Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
  44. - Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
  45. - Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
  46. - Terminal.Gui.View.DrawHotString(System.String,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
  47. - Terminal.Gui.View.Driver
  48. - Terminal.Gui.View.EnsureFocus
  49. - Terminal.Gui.View.Focused
  50. - Terminal.Gui.View.FocusFirst
  51. - Terminal.Gui.View.FocusLast
  52. - Terminal.Gui.View.FocusNext
  53. - Terminal.Gui.View.FocusPrev
  54. - Terminal.Gui.View.Frame
  55. - Terminal.Gui.View.GetEnumerator
  56. - Terminal.Gui.View.HasFocus
  57. - Terminal.Gui.View.Id
  58. - Terminal.Gui.View.LayoutSubviews
  59. - Terminal.Gui.View.MostFocused
  60. - Terminal.Gui.View.Move(System.Int32,System.Int32)
  61. - Terminal.Gui.View.PositionCursor
  62. - Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
  63. - Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
  64. - Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
  65. - Terminal.Gui.View.RemoveAll
  66. - Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
  67. - Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
  68. - Terminal.Gui.View.SetFocus(Terminal.Gui.View)
  69. - Terminal.Gui.View.SetNeedsDisplay
  70. - Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
  71. - Terminal.Gui.View.Subviews
  72. - Terminal.Gui.View.SuperView
  73. - Terminal.Gui.View.ToString
  74. - Terminal.Gui.View.WantMousePositionReports
  75. - uid: Terminal.Gui.FrameView.#ctor(Terminal.Gui.Rect,NStack.ustring)
  76. id: '#ctor(Terminal.Gui.Rect,NStack.ustring)'
  77. parent: Terminal.Gui.FrameView
  78. langs:
  79. - csharp
  80. name: FrameView(Rect, ustring)
  81. nameWithType: FrameView.FrameView(Rect, ustring)
  82. fullName: FrameView.FrameView(Rect, ustring)
  83. type: Constructor
  84. assemblies:
  85. - Terminal.Gui
  86. namespace: Terminal.Gui
  87. summary: >-
  88. Initializes a new instance of the <xref href="Terminal.Gui.Gui.FrameView"></xref> class with
  89. a title.
  90. syntax:
  91. content: public FrameView (Terminal.Gui.Rect frame, NStack.ustring title);
  92. parameters:
  93. - id: frame
  94. type: Terminal.Gui.Rect
  95. description: Frame.
  96. - id: title
  97. type: NStack.ustring
  98. description: Title.
  99. overload: Terminal.Gui.FrameView.#ctor*
  100. exceptions: []
  101. - uid: Terminal.Gui.FrameView.Add(Terminal.Gui.View)
  102. id: Add(Terminal.Gui.View)
  103. parent: Terminal.Gui.FrameView
  104. langs:
  105. - csharp
  106. name: Add(View)
  107. nameWithType: FrameView.Add(View)
  108. fullName: FrameView.Add(View)
  109. type: Method
  110. assemblies:
  111. - Terminal.Gui
  112. namespace: Terminal.Gui
  113. summary: Add the specified view to the ContentView.
  114. syntax:
  115. content: public override void Add (Terminal.Gui.View view);
  116. parameters:
  117. - id: view
  118. type: Terminal.Gui.View
  119. description: View to add to the window.
  120. overload: Terminal.Gui.FrameView.Add*
  121. exceptions: []
  122. - uid: Terminal.Gui.FrameView.Redraw(Terminal.Gui.Rect)
  123. id: Redraw(Terminal.Gui.Rect)
  124. parent: Terminal.Gui.FrameView
  125. langs:
  126. - csharp
  127. name: Redraw(Rect)
  128. nameWithType: FrameView.Redraw(Rect)
  129. fullName: FrameView.Redraw(Rect)
  130. type: Method
  131. assemblies:
  132. - Terminal.Gui
  133. namespace: Terminal.Gui
  134. syntax:
  135. content: public override void Redraw (Terminal.Gui.Rect bounds);
  136. parameters:
  137. - id: bounds
  138. type: Terminal.Gui.Rect
  139. description: To be added.
  140. overload: Terminal.Gui.FrameView.Redraw*
  141. exceptions: []
  142. - uid: Terminal.Gui.FrameView.Remove(Terminal.Gui.View)
  143. id: Remove(Terminal.Gui.View)
  144. parent: Terminal.Gui.FrameView
  145. langs:
  146. - csharp
  147. name: Remove(View)
  148. nameWithType: FrameView.Remove(View)
  149. fullName: FrameView.Remove(View)
  150. type: Method
  151. assemblies:
  152. - Terminal.Gui
  153. namespace: Terminal.Gui
  154. summary: Removes a widget from this container.
  155. syntax:
  156. content: public override void Remove (Terminal.Gui.View view);
  157. parameters:
  158. - id: view
  159. type: Terminal.Gui.View
  160. description: To be added.
  161. overload: Terminal.Gui.FrameView.Remove*
  162. exceptions: []
  163. - uid: Terminal.Gui.FrameView.Title
  164. id: Title
  165. parent: Terminal.Gui.FrameView
  166. langs:
  167. - csharp
  168. name: Title
  169. nameWithType: FrameView.Title
  170. fullName: FrameView.Title
  171. type: Property
  172. assemblies:
  173. - Terminal.Gui
  174. namespace: Terminal.Gui
  175. summary: The title to be displayed for this window.
  176. syntax:
  177. content: public NStack.ustring Title { get; set; }
  178. return:
  179. type: NStack.ustring
  180. description: The title.
  181. overload: Terminal.Gui.FrameView.Title*
  182. exceptions: []
  183. references:
  184. - uid: Terminal.Gui.View
  185. parent: Terminal.Gui
  186. isExternal: false
  187. name: View
  188. nameWithType: View
  189. fullName: Terminal.Gui.View
  190. - uid: Terminal.Gui.FrameView.#ctor(Terminal.Gui.Rect,NStack.ustring)
  191. parent: Terminal.Gui.FrameView
  192. isExternal: false
  193. name: FrameView(Rect, ustring)
  194. nameWithType: FrameView.FrameView(Rect, ustring)
  195. fullName: FrameView.FrameView(Rect, ustring)
  196. - uid: Terminal.Gui.Rect
  197. parent: Terminal.Gui
  198. isExternal: false
  199. name: Rect
  200. nameWithType: Rect
  201. fullName: Terminal.Gui.Rect
  202. - uid: NStack.ustring
  203. parent: NStack
  204. isExternal: true
  205. name: ustring
  206. nameWithType: ustring
  207. fullName: NStack.ustring
  208. - uid: Terminal.Gui.FrameView.Add(Terminal.Gui.View)
  209. parent: Terminal.Gui.FrameView
  210. isExternal: false
  211. name: Add(View)
  212. nameWithType: FrameView.Add(View)
  213. fullName: FrameView.Add(View)
  214. - uid: Terminal.Gui.FrameView.Redraw(Terminal.Gui.Rect)
  215. parent: Terminal.Gui.FrameView
  216. isExternal: false
  217. name: Redraw(Rect)
  218. nameWithType: FrameView.Redraw(Rect)
  219. fullName: FrameView.Redraw(Rect)
  220. - uid: Terminal.Gui.FrameView.Remove(Terminal.Gui.View)
  221. parent: Terminal.Gui.FrameView
  222. isExternal: false
  223. name: Remove(View)
  224. nameWithType: FrameView.Remove(View)
  225. fullName: FrameView.Remove(View)
  226. - uid: Terminal.Gui.FrameView.Title
  227. parent: Terminal.Gui.FrameView
  228. isExternal: false
  229. name: Title
  230. nameWithType: FrameView.Title
  231. fullName: FrameView.Title
  232. - uid: Terminal.Gui.FrameView.#ctor*
  233. parent: Terminal.Gui.FrameView
  234. isExternal: false
  235. name: FrameView
  236. nameWithType: FrameView.FrameView
  237. fullName: FrameView.FrameView
  238. - uid: Terminal.Gui.FrameView.Add*
  239. parent: Terminal.Gui.FrameView
  240. isExternal: false
  241. name: Add
  242. nameWithType: FrameView.Add
  243. fullName: FrameView.Add
  244. - uid: Terminal.Gui.FrameView.Redraw*
  245. parent: Terminal.Gui.FrameView
  246. isExternal: false
  247. name: Redraw
  248. nameWithType: FrameView.Redraw
  249. fullName: FrameView.Redraw
  250. - uid: Terminal.Gui.FrameView.Remove*
  251. parent: Terminal.Gui.FrameView
  252. isExternal: false
  253. name: Remove
  254. nameWithType: FrameView.Remove
  255. fullName: FrameView.Remove
  256. - uid: Terminal.Gui.FrameView.Title*
  257. parent: Terminal.Gui.FrameView
  258. isExternal: false
  259. name: Title
  260. nameWithType: FrameView.Title
  261. fullName: FrameView.Title
  262. - uid: Terminal.Gui.Responder.CanFocus
  263. parent: Terminal.Gui.Responder
  264. isExternal: false
  265. name: CanFocus
  266. nameWithType: Responder.CanFocus
  267. fullName: Responder.CanFocus
  268. - uid: Terminal.Gui.View.HasFocus
  269. parent: Terminal.Gui.View
  270. isExternal: false
  271. name: HasFocus
  272. nameWithType: View.HasFocus
  273. fullName: View.HasFocus
  274. - uid: Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
  275. parent: Terminal.Gui.Responder
  276. isExternal: false
  277. name: MouseEvent(MouseEvent)
  278. nameWithType: Responder.MouseEvent(MouseEvent)
  279. fullName: Responder.MouseEvent(MouseEvent)
  280. - uid: Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
  281. parent: Terminal.Gui.View
  282. isExternal: false
  283. name: ProcessColdKey(KeyEvent)
  284. nameWithType: View.ProcessColdKey(KeyEvent)
  285. fullName: View.ProcessColdKey(KeyEvent)
  286. - uid: Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
  287. parent: Terminal.Gui.View
  288. isExternal: false
  289. name: ProcessHotKey(KeyEvent)
  290. nameWithType: View.ProcessHotKey(KeyEvent)
  291. fullName: View.ProcessHotKey(KeyEvent)
  292. - uid: Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
  293. parent: Terminal.Gui.View
  294. isExternal: false
  295. name: ProcessKey(KeyEvent)
  296. nameWithType: View.ProcessKey(KeyEvent)
  297. fullName: View.ProcessKey(KeyEvent)
  298. - uid: Terminal.Gui.View.Add(Terminal.Gui.View[])
  299. parent: Terminal.Gui.View
  300. isExternal: false
  301. name: Add(View[])
  302. nameWithType: View.Add(View[])
  303. fullName: View.Add(View[])
  304. - uid: Terminal.Gui.View.AddCh(System.Int32,System.Int32,System.Int32)
  305. parent: Terminal.Gui.View
  306. isExternal: false
  307. name: AddCh(Int32, Int32, Int32)
  308. nameWithType: View.AddCh(Int32, Int32, Int32)
  309. fullName: View.AddCh(Int32, Int32, Int32)
  310. - uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
  311. parent: Terminal.Gui.View
  312. isExternal: false
  313. name: AddRune(Int32, Int32, Rune)
  314. nameWithType: View.AddRune(Int32, Int32, Rune)
  315. fullName: View.AddRune(Int32, Int32, Rune)
  316. - uid: Terminal.Gui.View.Bounds
  317. parent: Terminal.Gui.View
  318. isExternal: false
  319. name: Bounds
  320. nameWithType: View.Bounds
  321. fullName: View.Bounds
  322. - uid: Terminal.Gui.View.ChildNeedsDisplay
  323. parent: Terminal.Gui.View
  324. isExternal: false
  325. name: ChildNeedsDisplay()
  326. nameWithType: View.ChildNeedsDisplay()
  327. fullName: View.ChildNeedsDisplay()
  328. - uid: Terminal.Gui.View.Clear
  329. parent: Terminal.Gui.View
  330. isExternal: false
  331. name: Clear()
  332. nameWithType: View.Clear()
  333. fullName: View.Clear()
  334. - uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
  335. parent: Terminal.Gui.View
  336. isExternal: false
  337. name: Clear(Rect)
  338. nameWithType: View.Clear(Rect)
  339. fullName: View.Clear(Rect)
  340. - uid: Terminal.Gui.View.ClearNeedsDisplay
  341. parent: Terminal.Gui.View
  342. isExternal: false
  343. name: ClearNeedsDisplay()
  344. nameWithType: View.ClearNeedsDisplay()
  345. fullName: View.ClearNeedsDisplay()
  346. - uid: Terminal.Gui.View.ClipToBounds
  347. parent: Terminal.Gui.View
  348. isExternal: false
  349. name: ClipToBounds()
  350. nameWithType: View.ClipToBounds()
  351. fullName: View.ClipToBounds()
  352. - uid: Terminal.Gui.View.ColorScheme
  353. parent: Terminal.Gui.View
  354. isExternal: false
  355. name: ColorScheme
  356. nameWithType: View.ColorScheme
  357. fullName: View.ColorScheme
  358. - uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Boolean)
  359. parent: Terminal.Gui.View
  360. isExternal: false
  361. name: DrawFrame(Rect, Boolean)
  362. nameWithType: View.DrawFrame(Rect, Boolean)
  363. fullName: View.DrawFrame(Rect, Boolean)
  364. - uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
  365. parent: Terminal.Gui.View
  366. isExternal: false
  367. name: DrawFrame(Rect, Int32, Boolean)
  368. nameWithType: View.DrawFrame(Rect, Int32, Boolean)
  369. fullName: View.DrawFrame(Rect, Int32, Boolean)
  370. - uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
  371. parent: Terminal.Gui.View
  372. isExternal: false
  373. name: DrawHotString(ustring, Boolean, ColorScheme)
  374. nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
  375. fullName: View.DrawHotString(ustring, Boolean, ColorScheme)
  376. - uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
  377. parent: Terminal.Gui.View
  378. isExternal: false
  379. name: DrawHotString(ustring, Attribute, Attribute)
  380. nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
  381. fullName: View.DrawHotString(ustring, Attribute, Attribute)
  382. - uid: Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
  383. parent: Terminal.Gui.View
  384. isExternal: false
  385. name: DrawHotString(String, Boolean, ColorScheme)
  386. nameWithType: View.DrawHotString(String, Boolean, ColorScheme)
  387. fullName: View.DrawHotString(String, Boolean, ColorScheme)
  388. - uid: Terminal.Gui.View.DrawHotString(System.String,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
  389. parent: Terminal.Gui.View
  390. isExternal: false
  391. name: DrawHotString(String, Attribute, Attribute)
  392. nameWithType: View.DrawHotString(String, Attribute, Attribute)
  393. fullName: View.DrawHotString(String, Attribute, Attribute)
  394. - uid: Terminal.Gui.View.Driver
  395. parent: Terminal.Gui.View
  396. isExternal: false
  397. name: Driver
  398. nameWithType: View.Driver
  399. fullName: View.Driver
  400. - uid: Terminal.Gui.View.EnsureFocus
  401. parent: Terminal.Gui.View
  402. isExternal: false
  403. name: EnsureFocus()
  404. nameWithType: View.EnsureFocus()
  405. fullName: View.EnsureFocus()
  406. - uid: Terminal.Gui.View.Focused
  407. parent: Terminal.Gui.View
  408. isExternal: false
  409. name: Focused
  410. nameWithType: View.Focused
  411. fullName: View.Focused
  412. - uid: Terminal.Gui.View.FocusFirst
  413. parent: Terminal.Gui.View
  414. isExternal: false
  415. name: FocusFirst()
  416. nameWithType: View.FocusFirst()
  417. fullName: View.FocusFirst()
  418. - uid: Terminal.Gui.View.FocusLast
  419. parent: Terminal.Gui.View
  420. isExternal: false
  421. name: FocusLast()
  422. nameWithType: View.FocusLast()
  423. fullName: View.FocusLast()
  424. - uid: Terminal.Gui.View.FocusNext
  425. parent: Terminal.Gui.View
  426. isExternal: false
  427. name: FocusNext()
  428. nameWithType: View.FocusNext()
  429. fullName: View.FocusNext()
  430. - uid: Terminal.Gui.View.FocusPrev
  431. parent: Terminal.Gui.View
  432. isExternal: false
  433. name: FocusPrev()
  434. nameWithType: View.FocusPrev()
  435. fullName: View.FocusPrev()
  436. - uid: Terminal.Gui.View.Frame
  437. parent: Terminal.Gui.View
  438. isExternal: false
  439. name: Frame
  440. nameWithType: View.Frame
  441. fullName: View.Frame
  442. - uid: Terminal.Gui.View.GetEnumerator
  443. parent: Terminal.Gui.View
  444. isExternal: false
  445. name: GetEnumerator()
  446. nameWithType: View.GetEnumerator()
  447. fullName: View.GetEnumerator()
  448. - uid: Terminal.Gui.View.Id
  449. parent: Terminal.Gui.View
  450. isExternal: false
  451. name: Id
  452. nameWithType: View.Id
  453. fullName: View.Id
  454. - uid: Terminal.Gui.View.LayoutSubviews
  455. parent: Terminal.Gui.View
  456. isExternal: false
  457. name: LayoutSubviews()
  458. nameWithType: View.LayoutSubviews()
  459. fullName: View.LayoutSubviews()
  460. - uid: Terminal.Gui.View.MostFocused
  461. parent: Terminal.Gui.View
  462. isExternal: false
  463. name: MostFocused
  464. nameWithType: View.MostFocused
  465. fullName: View.MostFocused
  466. - uid: Terminal.Gui.View.Move(System.Int32,System.Int32)
  467. parent: Terminal.Gui.View
  468. isExternal: false
  469. name: Move(Int32, Int32)
  470. nameWithType: View.Move(Int32, Int32)
  471. fullName: View.Move(Int32, Int32)
  472. - uid: Terminal.Gui.View.PositionCursor
  473. parent: Terminal.Gui.View
  474. isExternal: false
  475. name: PositionCursor()
  476. nameWithType: View.PositionCursor()
  477. fullName: View.PositionCursor()
  478. - uid: Terminal.Gui.View.RemoveAll
  479. parent: Terminal.Gui.View
  480. isExternal: false
  481. name: RemoveAll()
  482. nameWithType: View.RemoveAll()
  483. fullName: View.RemoveAll()
  484. - uid: Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
  485. parent: Terminal.Gui.View
  486. isExternal: false
  487. name: ScreenToView(Int32, Int32)
  488. nameWithType: View.ScreenToView(Int32, Int32)
  489. fullName: View.ScreenToView(Int32, Int32)
  490. - uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
  491. parent: Terminal.Gui.View
  492. isExternal: false
  493. name: SetClip(Rect)
  494. nameWithType: View.SetClip(Rect)
  495. fullName: View.SetClip(Rect)
  496. - uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
  497. parent: Terminal.Gui.View
  498. isExternal: false
  499. name: SetFocus(View)
  500. nameWithType: View.SetFocus(View)
  501. fullName: View.SetFocus(View)
  502. - uid: Terminal.Gui.View.SetNeedsDisplay
  503. parent: Terminal.Gui.View
  504. isExternal: false
  505. name: SetNeedsDisplay()
  506. nameWithType: View.SetNeedsDisplay()
  507. fullName: View.SetNeedsDisplay()
  508. - uid: Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
  509. parent: Terminal.Gui.View
  510. isExternal: false
  511. name: SetNeedsDisplay(Rect)
  512. nameWithType: View.SetNeedsDisplay(Rect)
  513. fullName: View.SetNeedsDisplay(Rect)
  514. - uid: Terminal.Gui.View.Subviews
  515. parent: Terminal.Gui.View
  516. isExternal: false
  517. name: Subviews
  518. nameWithType: View.Subviews
  519. fullName: View.Subviews
  520. - uid: Terminal.Gui.View.SuperView
  521. parent: Terminal.Gui.View
  522. isExternal: false
  523. name: SuperView
  524. nameWithType: View.SuperView
  525. fullName: View.SuperView
  526. - uid: Terminal.Gui.View.ToString
  527. parent: Terminal.Gui.View
  528. isExternal: false
  529. name: ToString()
  530. nameWithType: View.ToString()
  531. fullName: View.ToString()
  532. - uid: Terminal.Gui.View.WantMousePositionReports
  533. parent: Terminal.Gui.View
  534. isExternal: false
  535. name: WantMousePositionReports
  536. nameWithType: View.WantMousePositionReports
  537. fullName: View.WantMousePositionReports