Terminal.Gui.Dialog.yml 18 KB

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