Terminal.Gui.FrameView.yml 17 KB

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