Terminal.Gui.FrameView.yml 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598
  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.RemoveAll
  12. - Terminal.Gui.FrameView.Title
  13. langs:
  14. - csharp
  15. name: FrameView
  16. nameWithType: FrameView
  17. fullName: Terminal.Gui.FrameView
  18. type: Class
  19. assemblies:
  20. - Terminal.Gui
  21. namespace: Terminal.Gui
  22. summary: The FrameView is a container frame that draws a frame around the contents
  23. syntax:
  24. content: 'public class FrameView : Terminal.Gui.View'
  25. inheritance:
  26. - System.Object
  27. - Terminal.Gui.Responder
  28. - Terminal.Gui.View
  29. implements: []
  30. inheritedMembers:
  31. - Terminal.Gui.Responder.CanFocus
  32. - Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
  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.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.RemoveAll
  189. id: RemoveAll
  190. parent: Terminal.Gui.FrameView
  191. langs:
  192. - csharp
  193. name: RemoveAll()
  194. nameWithType: FrameView.RemoveAll()
  195. fullName: FrameView.RemoveAll()
  196. type: Method
  197. assemblies:
  198. - Terminal.Gui
  199. namespace: Terminal.Gui
  200. summary: Removes all widgets from this container.
  201. syntax:
  202. content: public override void RemoveAll ();
  203. parameters: []
  204. overload: Terminal.Gui.FrameView.RemoveAll*
  205. exceptions: []
  206. - uid: Terminal.Gui.FrameView.Title
  207. id: Title
  208. parent: Terminal.Gui.FrameView
  209. langs:
  210. - csharp
  211. name: Title
  212. nameWithType: FrameView.Title
  213. fullName: FrameView.Title
  214. type: Property
  215. assemblies:
  216. - Terminal.Gui
  217. namespace: Terminal.Gui
  218. summary: The title to be displayed for this window.
  219. syntax:
  220. content: public NStack.ustring Title { get; set; }
  221. return:
  222. type: NStack.ustring
  223. description: The title.
  224. overload: Terminal.Gui.FrameView.Title*
  225. exceptions: []
  226. references:
  227. - uid: Terminal.Gui.View
  228. parent: Terminal.Gui
  229. isExternal: false
  230. name: View
  231. nameWithType: View
  232. fullName: Terminal.Gui.View
  233. - uid: Terminal.Gui.FrameView.#ctor(NStack.ustring)
  234. parent: Terminal.Gui.FrameView
  235. isExternal: false
  236. name: FrameView(ustring)
  237. nameWithType: FrameView.FrameView(ustring)
  238. fullName: FrameView.FrameView(ustring)
  239. - uid: NStack.ustring
  240. parent: NStack
  241. isExternal: true
  242. name: ustring
  243. nameWithType: ustring
  244. fullName: NStack.ustring
  245. - uid: Terminal.Gui.FrameView.#ctor(Terminal.Gui.Rect,NStack.ustring)
  246. parent: Terminal.Gui.FrameView
  247. isExternal: false
  248. name: FrameView(Rect, ustring)
  249. nameWithType: FrameView.FrameView(Rect, ustring)
  250. fullName: FrameView.FrameView(Rect, ustring)
  251. - uid: Terminal.Gui.Rect
  252. parent: Terminal.Gui
  253. isExternal: false
  254. name: Rect
  255. nameWithType: Rect
  256. fullName: Terminal.Gui.Rect
  257. - uid: Terminal.Gui.FrameView.Add(Terminal.Gui.View)
  258. parent: Terminal.Gui.FrameView
  259. isExternal: false
  260. name: Add(View)
  261. nameWithType: FrameView.Add(View)
  262. fullName: FrameView.Add(View)
  263. - uid: Terminal.Gui.FrameView.Redraw(Terminal.Gui.Rect)
  264. parent: Terminal.Gui.FrameView
  265. isExternal: false
  266. name: Redraw(Rect)
  267. nameWithType: FrameView.Redraw(Rect)
  268. fullName: FrameView.Redraw(Rect)
  269. - uid: Terminal.Gui.FrameView.Remove(Terminal.Gui.View)
  270. parent: Terminal.Gui.FrameView
  271. isExternal: false
  272. name: Remove(View)
  273. nameWithType: FrameView.Remove(View)
  274. fullName: FrameView.Remove(View)
  275. - uid: Terminal.Gui.FrameView.RemoveAll
  276. parent: Terminal.Gui.FrameView
  277. isExternal: false
  278. name: RemoveAll()
  279. nameWithType: FrameView.RemoveAll()
  280. fullName: FrameView.RemoveAll()
  281. - uid: Terminal.Gui.FrameView.Title
  282. parent: Terminal.Gui.FrameView
  283. isExternal: false
  284. name: Title
  285. nameWithType: FrameView.Title
  286. fullName: FrameView.Title
  287. - uid: Terminal.Gui.FrameView.#ctor*
  288. parent: Terminal.Gui.FrameView
  289. isExternal: false
  290. name: FrameView
  291. nameWithType: FrameView.FrameView
  292. fullName: FrameView.FrameView
  293. - uid: Terminal.Gui.FrameView.Add*
  294. parent: Terminal.Gui.FrameView
  295. isExternal: false
  296. name: Add
  297. nameWithType: FrameView.Add
  298. fullName: FrameView.Add
  299. - uid: Terminal.Gui.FrameView.Redraw*
  300. parent: Terminal.Gui.FrameView
  301. isExternal: false
  302. name: Redraw
  303. nameWithType: FrameView.Redraw
  304. fullName: FrameView.Redraw
  305. - uid: Terminal.Gui.FrameView.Remove*
  306. parent: Terminal.Gui.FrameView
  307. isExternal: false
  308. name: Remove
  309. nameWithType: FrameView.Remove
  310. fullName: FrameView.Remove
  311. - uid: Terminal.Gui.FrameView.RemoveAll*
  312. parent: Terminal.Gui.FrameView
  313. isExternal: false
  314. name: RemoveAll
  315. nameWithType: FrameView.RemoveAll
  316. fullName: FrameView.RemoveAll
  317. - uid: Terminal.Gui.FrameView.Title*
  318. parent: Terminal.Gui.FrameView
  319. isExternal: false
  320. name: Title
  321. nameWithType: FrameView.Title
  322. fullName: FrameView.Title
  323. - uid: Terminal.Gui.Responder.CanFocus
  324. parent: Terminal.Gui.Responder
  325. isExternal: false
  326. name: CanFocus
  327. nameWithType: Responder.CanFocus
  328. fullName: Responder.CanFocus
  329. - uid: Terminal.Gui.View.HasFocus
  330. parent: Terminal.Gui.View
  331. isExternal: false
  332. name: HasFocus
  333. nameWithType: View.HasFocus
  334. fullName: View.HasFocus
  335. - uid: Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
  336. parent: Terminal.Gui.Responder
  337. isExternal: false
  338. name: MouseEvent(MouseEvent)
  339. nameWithType: Responder.MouseEvent(MouseEvent)
  340. fullName: Responder.MouseEvent(MouseEvent)
  341. - uid: Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
  342. parent: Terminal.Gui.View
  343. isExternal: false
  344. name: ProcessColdKey(KeyEvent)
  345. nameWithType: View.ProcessColdKey(KeyEvent)
  346. fullName: View.ProcessColdKey(KeyEvent)
  347. - uid: Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
  348. parent: Terminal.Gui.View
  349. isExternal: false
  350. name: ProcessHotKey(KeyEvent)
  351. nameWithType: View.ProcessHotKey(KeyEvent)
  352. fullName: View.ProcessHotKey(KeyEvent)
  353. - uid: Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
  354. parent: Terminal.Gui.View
  355. isExternal: false
  356. name: ProcessKey(KeyEvent)
  357. nameWithType: View.ProcessKey(KeyEvent)
  358. fullName: View.ProcessKey(KeyEvent)
  359. - uid: Terminal.Gui.View.Add(Terminal.Gui.View[])
  360. parent: Terminal.Gui.View
  361. isExternal: false
  362. name: Add(View[])
  363. nameWithType: View.Add(View[])
  364. fullName: View.Add(View[])
  365. - uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
  366. parent: Terminal.Gui.View
  367. isExternal: false
  368. name: AddRune(Int32, Int32, Rune)
  369. nameWithType: View.AddRune(Int32, Int32, Rune)
  370. fullName: View.AddRune(Int32, Int32, Rune)
  371. - uid: Terminal.Gui.View.Bounds
  372. parent: Terminal.Gui.View
  373. isExternal: false
  374. name: Bounds
  375. nameWithType: View.Bounds
  376. fullName: View.Bounds
  377. - uid: Terminal.Gui.View.ChildNeedsDisplay
  378. parent: Terminal.Gui.View
  379. isExternal: false
  380. name: ChildNeedsDisplay()
  381. nameWithType: View.ChildNeedsDisplay()
  382. fullName: View.ChildNeedsDisplay()
  383. - uid: Terminal.Gui.View.Clear
  384. parent: Terminal.Gui.View
  385. isExternal: false
  386. name: Clear()
  387. nameWithType: View.Clear()
  388. fullName: View.Clear()
  389. - uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
  390. parent: Terminal.Gui.View
  391. isExternal: false
  392. name: Clear(Rect)
  393. nameWithType: View.Clear(Rect)
  394. fullName: View.Clear(Rect)
  395. - uid: Terminal.Gui.View.ClearNeedsDisplay
  396. parent: Terminal.Gui.View
  397. isExternal: false
  398. name: ClearNeedsDisplay()
  399. nameWithType: View.ClearNeedsDisplay()
  400. fullName: View.ClearNeedsDisplay()
  401. - uid: Terminal.Gui.View.ClipToBounds
  402. parent: Terminal.Gui.View
  403. isExternal: false
  404. name: ClipToBounds()
  405. nameWithType: View.ClipToBounds()
  406. fullName: View.ClipToBounds()
  407. - uid: Terminal.Gui.View.ColorScheme
  408. parent: Terminal.Gui.View
  409. isExternal: false
  410. name: ColorScheme
  411. nameWithType: View.ColorScheme
  412. fullName: View.ColorScheme
  413. - uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
  414. parent: Terminal.Gui.View
  415. isExternal: false
  416. name: DrawFrame(Rect, Int32, Boolean)
  417. nameWithType: View.DrawFrame(Rect, Int32, Boolean)
  418. fullName: View.DrawFrame(Rect, Int32, Boolean)
  419. - uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
  420. parent: Terminal.Gui.View
  421. isExternal: false
  422. name: DrawHotString(ustring, Boolean, ColorScheme)
  423. nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
  424. fullName: View.DrawHotString(ustring, Boolean, ColorScheme)
  425. - uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
  426. parent: Terminal.Gui.View
  427. isExternal: false
  428. name: DrawHotString(ustring, Attribute, Attribute)
  429. nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
  430. fullName: View.DrawHotString(ustring, Attribute, Attribute)
  431. - uid: Terminal.Gui.View.Driver
  432. parent: Terminal.Gui.View
  433. isExternal: false
  434. name: Driver
  435. nameWithType: View.Driver
  436. fullName: View.Driver
  437. - uid: Terminal.Gui.View.EnsureFocus
  438. parent: Terminal.Gui.View
  439. isExternal: false
  440. name: EnsureFocus()
  441. nameWithType: View.EnsureFocus()
  442. fullName: View.EnsureFocus()
  443. - uid: Terminal.Gui.View.Focused
  444. parent: Terminal.Gui.View
  445. isExternal: false
  446. name: Focused
  447. nameWithType: View.Focused
  448. fullName: View.Focused
  449. - uid: Terminal.Gui.View.FocusFirst
  450. parent: Terminal.Gui.View
  451. isExternal: false
  452. name: FocusFirst()
  453. nameWithType: View.FocusFirst()
  454. fullName: View.FocusFirst()
  455. - uid: Terminal.Gui.View.FocusLast
  456. parent: Terminal.Gui.View
  457. isExternal: false
  458. name: FocusLast()
  459. nameWithType: View.FocusLast()
  460. fullName: View.FocusLast()
  461. - uid: Terminal.Gui.View.FocusNext
  462. parent: Terminal.Gui.View
  463. isExternal: false
  464. name: FocusNext()
  465. nameWithType: View.FocusNext()
  466. fullName: View.FocusNext()
  467. - uid: Terminal.Gui.View.FocusPrev
  468. parent: Terminal.Gui.View
  469. isExternal: false
  470. name: FocusPrev()
  471. nameWithType: View.FocusPrev()
  472. fullName: View.FocusPrev()
  473. - uid: Terminal.Gui.View.Frame
  474. parent: Terminal.Gui.View
  475. isExternal: false
  476. name: Frame
  477. nameWithType: View.Frame
  478. fullName: View.Frame
  479. - uid: Terminal.Gui.View.GetEnumerator
  480. parent: Terminal.Gui.View
  481. isExternal: false
  482. name: GetEnumerator()
  483. nameWithType: View.GetEnumerator()
  484. fullName: View.GetEnumerator()
  485. - uid: Terminal.Gui.View.Height
  486. parent: Terminal.Gui.View
  487. isExternal: false
  488. name: Height
  489. nameWithType: View.Height
  490. fullName: View.Height
  491. - uid: Terminal.Gui.View.Id
  492. parent: Terminal.Gui.View
  493. isExternal: false
  494. name: Id
  495. nameWithType: View.Id
  496. fullName: View.Id
  497. - uid: Terminal.Gui.View.LayoutStyle
  498. parent: Terminal.Gui.View
  499. isExternal: false
  500. name: LayoutStyle
  501. nameWithType: View.LayoutStyle
  502. fullName: View.LayoutStyle
  503. - uid: Terminal.Gui.View.LayoutSubviews
  504. parent: Terminal.Gui.View
  505. isExternal: false
  506. name: LayoutSubviews()
  507. nameWithType: View.LayoutSubviews()
  508. fullName: View.LayoutSubviews()
  509. - uid: Terminal.Gui.View.MostFocused
  510. parent: Terminal.Gui.View
  511. isExternal: false
  512. name: MostFocused
  513. nameWithType: View.MostFocused
  514. fullName: View.MostFocused
  515. - uid: Terminal.Gui.View.Move(System.Int32,System.Int32)
  516. parent: Terminal.Gui.View
  517. isExternal: false
  518. name: Move(Int32, Int32)
  519. nameWithType: View.Move(Int32, Int32)
  520. fullName: View.Move(Int32, Int32)
  521. - uid: Terminal.Gui.View.PositionCursor
  522. parent: Terminal.Gui.View
  523. isExternal: false
  524. name: PositionCursor()
  525. nameWithType: View.PositionCursor()
  526. fullName: View.PositionCursor()
  527. - uid: Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
  528. parent: Terminal.Gui.View
  529. isExternal: false
  530. name: ScreenToView(Int32, Int32)
  531. nameWithType: View.ScreenToView(Int32, Int32)
  532. fullName: View.ScreenToView(Int32, Int32)
  533. - uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
  534. parent: Terminal.Gui.View
  535. isExternal: false
  536. name: SetClip(Rect)
  537. nameWithType: View.SetClip(Rect)
  538. fullName: View.SetClip(Rect)
  539. - uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
  540. parent: Terminal.Gui.View
  541. isExternal: false
  542. name: SetFocus(View)
  543. nameWithType: View.SetFocus(View)
  544. fullName: View.SetFocus(View)
  545. - uid: Terminal.Gui.View.SetNeedsDisplay
  546. parent: Terminal.Gui.View
  547. isExternal: false
  548. name: SetNeedsDisplay()
  549. nameWithType: View.SetNeedsDisplay()
  550. fullName: View.SetNeedsDisplay()
  551. - uid: Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
  552. parent: Terminal.Gui.View
  553. isExternal: false
  554. name: SetNeedsDisplay(Rect)
  555. nameWithType: View.SetNeedsDisplay(Rect)
  556. fullName: View.SetNeedsDisplay(Rect)
  557. - uid: Terminal.Gui.View.Subviews
  558. parent: Terminal.Gui.View
  559. isExternal: false
  560. name: Subviews
  561. nameWithType: View.Subviews
  562. fullName: View.Subviews
  563. - uid: Terminal.Gui.View.SuperView
  564. parent: Terminal.Gui.View
  565. isExternal: false
  566. name: SuperView
  567. nameWithType: View.SuperView
  568. fullName: View.SuperView
  569. - uid: Terminal.Gui.View.ToString
  570. parent: Terminal.Gui.View
  571. isExternal: false
  572. name: ToString()
  573. nameWithType: View.ToString()
  574. fullName: View.ToString()
  575. - uid: Terminal.Gui.View.WantMousePositionReports
  576. parent: Terminal.Gui.View
  577. isExternal: false
  578. name: WantMousePositionReports
  579. nameWithType: View.WantMousePositionReports
  580. fullName: View.WantMousePositionReports
  581. - uid: Terminal.Gui.View.Width
  582. parent: Terminal.Gui.View
  583. isExternal: false
  584. name: Width
  585. nameWithType: View.Width
  586. fullName: View.Width
  587. - uid: Terminal.Gui.View.X
  588. parent: Terminal.Gui.View
  589. isExternal: false
  590. name: X
  591. nameWithType: View.X
  592. fullName: View.X
  593. - uid: Terminal.Gui.View.Y
  594. parent: Terminal.Gui.View
  595. isExternal: false
  596. name: Y
  597. nameWithType: View.Y
  598. fullName: View.Y