Terminal.Gui.Toplevel.yml 18 KB

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