Terminal.Gui.Toplevel.yml 19 KB

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