Terminal.Gui.ProgressBar.yml 17 KB

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