Terminal.Gui.Label.yml 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681
  1. ### YamlMime:ManagedReference
  2. items:
  3. - uid: Terminal.Gui.Label
  4. id: Label
  5. children:
  6. - Terminal.Gui.Label.#ctor(NStack.ustring)
  7. - Terminal.Gui.Label.#ctor(Terminal.Gui.Rect,NStack.ustring)
  8. - Terminal.Gui.Label.#ctor(System.Int32,System.Int32,NStack.ustring)
  9. - Terminal.Gui.Label.MeasureLines(NStack.ustring,System.Int32)
  10. - Terminal.Gui.Label.Redraw(Terminal.Gui.Rect)
  11. - Terminal.Gui.Label.Text
  12. - Terminal.Gui.Label.TextAlignment
  13. - Terminal.Gui.Label.TextColor
  14. langs:
  15. - csharp
  16. name: Label
  17. nameWithType: Label
  18. fullName: Terminal.Gui.Label
  19. type: Class
  20. assemblies:
  21. - Terminal.Gui
  22. namespace: Terminal.Gui
  23. summary: Label view, displays a string at a given position, can include multiple lines.
  24. syntax:
  25. content: 'public class Label : Terminal.Gui.View'
  26. inheritance:
  27. - System.Object
  28. - Terminal.Gui.Responder
  29. - Terminal.Gui.View
  30. implements: []
  31. inheritedMembers:
  32. - Terminal.Gui.Responder.CanFocus
  33. - Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
  34. - Terminal.Gui.View.Add(Terminal.Gui.View)
  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.GetEnumerator
  56. - Terminal.Gui.View.HasFocus
  57. - Terminal.Gui.View.Height
  58. - Terminal.Gui.View.Id
  59. - Terminal.Gui.View.LayoutStyle
  60. - Terminal.Gui.View.LayoutSubviews
  61. - Terminal.Gui.View.MostFocused
  62. - Terminal.Gui.View.Move(System.Int32,System.Int32)
  63. - Terminal.Gui.View.PositionCursor
  64. - Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
  65. - Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
  66. - Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
  67. - Terminal.Gui.View.Remove(Terminal.Gui.View)
  68. - Terminal.Gui.View.RemoveAll
  69. - Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
  70. - Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
  71. - Terminal.Gui.View.SetFocus(Terminal.Gui.View)
  72. - Terminal.Gui.View.SetNeedsDisplay
  73. - Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
  74. - Terminal.Gui.View.Subviews
  75. - Terminal.Gui.View.SuperView
  76. - Terminal.Gui.View.ToString
  77. - Terminal.Gui.View.WantMousePositionReports
  78. - Terminal.Gui.View.Width
  79. - Terminal.Gui.View.X
  80. - Terminal.Gui.View.Y
  81. - uid: Terminal.Gui.Label.#ctor(NStack.ustring)
  82. id: '#ctor(NStack.ustring)'
  83. parent: Terminal.Gui.Label
  84. langs:
  85. - csharp
  86. name: Label(ustring)
  87. nameWithType: Label.Label(ustring)
  88. fullName: Label.Label(ustring)
  89. type: Constructor
  90. assemblies:
  91. - Terminal.Gui
  92. namespace: Terminal.Gui
  93. summary: 'Public constructor: creates a label and configures the default Width and Height based on the text, the result is suitable for Computed layout.'
  94. syntax:
  95. content: public Label (NStack.ustring text);
  96. parameters:
  97. - id: text
  98. type: NStack.ustring
  99. description: Text.
  100. overload: Terminal.Gui.Label.#ctor*
  101. exceptions: []
  102. - uid: Terminal.Gui.Label.#ctor(Terminal.Gui.Rect,NStack.ustring)
  103. id: '#ctor(Terminal.Gui.Rect,NStack.ustring)'
  104. parent: Terminal.Gui.Label
  105. langs:
  106. - csharp
  107. name: Label(Rect, ustring)
  108. nameWithType: Label.Label(Rect, ustring)
  109. fullName: Label.Label(Rect, ustring)
  110. type: Constructor
  111. assemblies:
  112. - Terminal.Gui
  113. namespace: Terminal.Gui
  114. summary: >-
  115. Public constructor: creates a label at the given
  116. coordinate with the given string and uses the specified
  117. frame for the string.
  118. syntax:
  119. content: public Label (Terminal.Gui.Rect rect, NStack.ustring text);
  120. parameters:
  121. - id: rect
  122. type: Terminal.Gui.Rect
  123. description: To be added.
  124. - id: text
  125. type: NStack.ustring
  126. description: To be added.
  127. overload: Terminal.Gui.Label.#ctor*
  128. exceptions: []
  129. - uid: Terminal.Gui.Label.#ctor(System.Int32,System.Int32,NStack.ustring)
  130. id: '#ctor(System.Int32,System.Int32,NStack.ustring)'
  131. parent: Terminal.Gui.Label
  132. langs:
  133. - csharp
  134. name: Label(Int32, Int32, ustring)
  135. nameWithType: Label.Label(Int32, Int32, ustring)
  136. fullName: Label.Label(Int32, Int32, ustring)
  137. type: Constructor
  138. assemblies:
  139. - Terminal.Gui
  140. namespace: Terminal.Gui
  141. summary: >-
  142. Public constructor: creates a label at the given
  143. coordinate with the given string, computes the bounding box
  144. based on the size of the string, assumes that the string contains
  145. newlines for multiple lines, no special breaking rules are used.
  146. syntax:
  147. content: public Label (int x, int y, NStack.ustring text);
  148. parameters:
  149. - id: x
  150. type: System.Int32
  151. description: To be added.
  152. - id: y
  153. type: System.Int32
  154. description: To be added.
  155. - id: text
  156. type: NStack.ustring
  157. description: To be added.
  158. overload: Terminal.Gui.Label.#ctor*
  159. exceptions: []
  160. - uid: Terminal.Gui.Label.MeasureLines(NStack.ustring,System.Int32)
  161. id: MeasureLines(NStack.ustring,System.Int32)
  162. parent: Terminal.Gui.Label
  163. langs:
  164. - csharp
  165. name: MeasureLines(ustring, Int32)
  166. nameWithType: Label.MeasureLines(ustring, Int32)
  167. fullName: Label.MeasureLines(ustring, Int32)
  168. type: Method
  169. assemblies:
  170. - Terminal.Gui
  171. namespace: Terminal.Gui
  172. summary: Computes the number of lines needed to render the specified text by the Label control
  173. syntax:
  174. content: public static int MeasureLines (NStack.ustring text, int width);
  175. parameters:
  176. - id: text
  177. type: NStack.ustring
  178. description: Text, may contain newlines.
  179. - id: width
  180. type: System.Int32
  181. description: The width for the text.
  182. return:
  183. type: System.Int32
  184. description: Number of lines.
  185. overload: Terminal.Gui.Label.MeasureLines*
  186. exceptions: []
  187. - uid: Terminal.Gui.Label.Redraw(Terminal.Gui.Rect)
  188. id: Redraw(Terminal.Gui.Rect)
  189. parent: Terminal.Gui.Label
  190. langs:
  191. - csharp
  192. name: Redraw(Rect)
  193. nameWithType: Label.Redraw(Rect)
  194. fullName: Label.Redraw(Rect)
  195. type: Method
  196. assemblies:
  197. - Terminal.Gui
  198. namespace: Terminal.Gui
  199. syntax:
  200. content: public override void Redraw (Terminal.Gui.Rect region);
  201. parameters:
  202. - id: region
  203. type: Terminal.Gui.Rect
  204. description: To be added.
  205. overload: Terminal.Gui.Label.Redraw*
  206. exceptions: []
  207. - uid: Terminal.Gui.Label.Text
  208. id: Text
  209. parent: Terminal.Gui.Label
  210. langs:
  211. - csharp
  212. name: Text
  213. nameWithType: Label.Text
  214. fullName: Label.Text
  215. type: Property
  216. assemblies:
  217. - Terminal.Gui
  218. namespace: Terminal.Gui
  219. summary: The text displayed by this widget.
  220. syntax:
  221. content: public virtual NStack.ustring Text { get; set; }
  222. return:
  223. type: NStack.ustring
  224. description: To be added.
  225. overload: Terminal.Gui.Label.Text*
  226. exceptions: []
  227. - uid: Terminal.Gui.Label.TextAlignment
  228. id: TextAlignment
  229. parent: Terminal.Gui.Label
  230. langs:
  231. - csharp
  232. name: TextAlignment
  233. nameWithType: Label.TextAlignment
  234. fullName: Label.TextAlignment
  235. type: Property
  236. assemblies:
  237. - Terminal.Gui
  238. namespace: Terminal.Gui
  239. summary: Controls the text-alignemtn property of the label, changing it will redisplay the label.
  240. syntax:
  241. content: public Terminal.Gui.TextAlignment TextAlignment { get; set; }
  242. return:
  243. type: Terminal.Gui.TextAlignment
  244. description: The text alignment.
  245. overload: Terminal.Gui.Label.TextAlignment*
  246. exceptions: []
  247. - uid: Terminal.Gui.Label.TextColor
  248. id: TextColor
  249. parent: Terminal.Gui.Label
  250. langs:
  251. - csharp
  252. name: TextColor
  253. nameWithType: Label.TextColor
  254. fullName: Label.TextColor
  255. type: Property
  256. assemblies:
  257. - Terminal.Gui
  258. namespace: Terminal.Gui
  259. summary: The color used for the label
  260. syntax:
  261. content: public Terminal.Gui.Attribute TextColor { get; set; }
  262. return:
  263. type: Terminal.Gui.Attribute
  264. description: To be added.
  265. overload: Terminal.Gui.Label.TextColor*
  266. exceptions: []
  267. references:
  268. - uid: Terminal.Gui.View
  269. parent: Terminal.Gui
  270. isExternal: false
  271. name: View
  272. nameWithType: View
  273. fullName: Terminal.Gui.View
  274. - uid: Terminal.Gui.Label.#ctor(NStack.ustring)
  275. parent: Terminal.Gui.Label
  276. isExternal: false
  277. name: Label(ustring)
  278. nameWithType: Label.Label(ustring)
  279. fullName: Label.Label(ustring)
  280. - uid: NStack.ustring
  281. parent: NStack
  282. isExternal: true
  283. name: ustring
  284. nameWithType: ustring
  285. fullName: NStack.ustring
  286. - uid: Terminal.Gui.Label.#ctor(Terminal.Gui.Rect,NStack.ustring)
  287. parent: Terminal.Gui.Label
  288. isExternal: false
  289. name: Label(Rect, ustring)
  290. nameWithType: Label.Label(Rect, ustring)
  291. fullName: Label.Label(Rect, ustring)
  292. - uid: Terminal.Gui.Rect
  293. parent: Terminal.Gui
  294. isExternal: false
  295. name: Rect
  296. nameWithType: Rect
  297. fullName: Terminal.Gui.Rect
  298. - uid: Terminal.Gui.Label.#ctor(System.Int32,System.Int32,NStack.ustring)
  299. parent: Terminal.Gui.Label
  300. isExternal: false
  301. name: Label(Int32, Int32, ustring)
  302. nameWithType: Label.Label(Int32, Int32, ustring)
  303. fullName: Label.Label(Int32, Int32, ustring)
  304. - uid: System.Int32
  305. parent: System
  306. isExternal: true
  307. name: Int32
  308. nameWithType: Int32
  309. fullName: System.Int32
  310. - uid: Terminal.Gui.Label.MeasureLines(NStack.ustring,System.Int32)
  311. parent: Terminal.Gui.Label
  312. isExternal: false
  313. name: MeasureLines(ustring, Int32)
  314. nameWithType: Label.MeasureLines(ustring, Int32)
  315. fullName: Label.MeasureLines(ustring, Int32)
  316. - uid: Terminal.Gui.Label.Redraw(Terminal.Gui.Rect)
  317. parent: Terminal.Gui.Label
  318. isExternal: false
  319. name: Redraw(Rect)
  320. nameWithType: Label.Redraw(Rect)
  321. fullName: Label.Redraw(Rect)
  322. - uid: Terminal.Gui.Label.Text
  323. parent: Terminal.Gui.Label
  324. isExternal: false
  325. name: Text
  326. nameWithType: Label.Text
  327. fullName: Label.Text
  328. - uid: Terminal.Gui.Label.TextAlignment
  329. parent: Terminal.Gui.Label
  330. isExternal: false
  331. name: TextAlignment
  332. nameWithType: Label.TextAlignment
  333. fullName: Label.TextAlignment
  334. - uid: Terminal.Gui.TextAlignment
  335. parent: Terminal.Gui
  336. isExternal: false
  337. name: TextAlignment
  338. nameWithType: TextAlignment
  339. fullName: Terminal.Gui.TextAlignment
  340. - uid: Terminal.Gui.Label.TextColor
  341. parent: Terminal.Gui.Label
  342. isExternal: false
  343. name: TextColor
  344. nameWithType: Label.TextColor
  345. fullName: Label.TextColor
  346. - uid: Terminal.Gui.Attribute
  347. parent: Terminal.Gui
  348. isExternal: false
  349. name: Attribute
  350. nameWithType: Attribute
  351. fullName: Terminal.Gui.Attribute
  352. - uid: Terminal.Gui.Label.#ctor*
  353. parent: Terminal.Gui.Label
  354. isExternal: false
  355. name: Label
  356. nameWithType: Label.Label
  357. fullName: Label.Label
  358. - uid: Terminal.Gui.Label.MeasureLines*
  359. parent: Terminal.Gui.Label
  360. isExternal: false
  361. name: MeasureLines
  362. nameWithType: Label.MeasureLines
  363. fullName: Label.MeasureLines
  364. - uid: Terminal.Gui.Label.Redraw*
  365. parent: Terminal.Gui.Label
  366. isExternal: false
  367. name: Redraw
  368. nameWithType: Label.Redraw
  369. fullName: Label.Redraw
  370. - uid: Terminal.Gui.Label.Text*
  371. parent: Terminal.Gui.Label
  372. isExternal: false
  373. name: Text
  374. nameWithType: Label.Text
  375. fullName: Label.Text
  376. - uid: Terminal.Gui.Label.TextAlignment*
  377. parent: Terminal.Gui.Label
  378. isExternal: false
  379. name: TextAlignment
  380. nameWithType: Label.TextAlignment
  381. fullName: Label.TextAlignment
  382. - uid: Terminal.Gui.Label.TextColor*
  383. parent: Terminal.Gui.Label
  384. isExternal: false
  385. name: TextColor
  386. nameWithType: Label.TextColor
  387. fullName: Label.TextColor
  388. - uid: Terminal.Gui.Responder.CanFocus
  389. parent: Terminal.Gui.Responder
  390. isExternal: false
  391. name: CanFocus
  392. nameWithType: Responder.CanFocus
  393. fullName: Responder.CanFocus
  394. - uid: Terminal.Gui.View.HasFocus
  395. parent: Terminal.Gui.View
  396. isExternal: false
  397. name: HasFocus
  398. nameWithType: View.HasFocus
  399. fullName: View.HasFocus
  400. - uid: Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
  401. parent: Terminal.Gui.Responder
  402. isExternal: false
  403. name: MouseEvent(MouseEvent)
  404. nameWithType: Responder.MouseEvent(MouseEvent)
  405. fullName: Responder.MouseEvent(MouseEvent)
  406. - uid: Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
  407. parent: Terminal.Gui.View
  408. isExternal: false
  409. name: ProcessColdKey(KeyEvent)
  410. nameWithType: View.ProcessColdKey(KeyEvent)
  411. fullName: View.ProcessColdKey(KeyEvent)
  412. - uid: Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
  413. parent: Terminal.Gui.View
  414. isExternal: false
  415. name: ProcessHotKey(KeyEvent)
  416. nameWithType: View.ProcessHotKey(KeyEvent)
  417. fullName: View.ProcessHotKey(KeyEvent)
  418. - uid: Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
  419. parent: Terminal.Gui.View
  420. isExternal: false
  421. name: ProcessKey(KeyEvent)
  422. nameWithType: View.ProcessKey(KeyEvent)
  423. fullName: View.ProcessKey(KeyEvent)
  424. - uid: Terminal.Gui.View.Add(Terminal.Gui.View)
  425. parent: Terminal.Gui.View
  426. isExternal: false
  427. name: Add(View)
  428. nameWithType: View.Add(View)
  429. fullName: View.Add(View)
  430. - uid: Terminal.Gui.View.Add(Terminal.Gui.View[])
  431. parent: Terminal.Gui.View
  432. isExternal: false
  433. name: Add(View[])
  434. nameWithType: View.Add(View[])
  435. fullName: View.Add(View[])
  436. - uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
  437. parent: Terminal.Gui.View
  438. isExternal: false
  439. name: AddRune(Int32, Int32, Rune)
  440. nameWithType: View.AddRune(Int32, Int32, Rune)
  441. fullName: View.AddRune(Int32, Int32, Rune)
  442. - uid: Terminal.Gui.View.Bounds
  443. parent: Terminal.Gui.View
  444. isExternal: false
  445. name: Bounds
  446. nameWithType: View.Bounds
  447. fullName: View.Bounds
  448. - uid: Terminal.Gui.View.ChildNeedsDisplay
  449. parent: Terminal.Gui.View
  450. isExternal: false
  451. name: ChildNeedsDisplay()
  452. nameWithType: View.ChildNeedsDisplay()
  453. fullName: View.ChildNeedsDisplay()
  454. - uid: Terminal.Gui.View.Clear
  455. parent: Terminal.Gui.View
  456. isExternal: false
  457. name: Clear()
  458. nameWithType: View.Clear()
  459. fullName: View.Clear()
  460. - uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
  461. parent: Terminal.Gui.View
  462. isExternal: false
  463. name: Clear(Rect)
  464. nameWithType: View.Clear(Rect)
  465. fullName: View.Clear(Rect)
  466. - uid: Terminal.Gui.View.ClearNeedsDisplay
  467. parent: Terminal.Gui.View
  468. isExternal: false
  469. name: ClearNeedsDisplay()
  470. nameWithType: View.ClearNeedsDisplay()
  471. fullName: View.ClearNeedsDisplay()
  472. - uid: Terminal.Gui.View.ClipToBounds
  473. parent: Terminal.Gui.View
  474. isExternal: false
  475. name: ClipToBounds()
  476. nameWithType: View.ClipToBounds()
  477. fullName: View.ClipToBounds()
  478. - uid: Terminal.Gui.View.ColorScheme
  479. parent: Terminal.Gui.View
  480. isExternal: false
  481. name: ColorScheme
  482. nameWithType: View.ColorScheme
  483. fullName: View.ColorScheme
  484. - uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
  485. parent: Terminal.Gui.View
  486. isExternal: false
  487. name: DrawFrame(Rect, Int32, Boolean)
  488. nameWithType: View.DrawFrame(Rect, Int32, Boolean)
  489. fullName: View.DrawFrame(Rect, Int32, Boolean)
  490. - uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
  491. parent: Terminal.Gui.View
  492. isExternal: false
  493. name: DrawHotString(ustring, Boolean, ColorScheme)
  494. nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
  495. fullName: View.DrawHotString(ustring, Boolean, ColorScheme)
  496. - uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
  497. parent: Terminal.Gui.View
  498. isExternal: false
  499. name: DrawHotString(ustring, Attribute, Attribute)
  500. nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
  501. fullName: View.DrawHotString(ustring, Attribute, Attribute)
  502. - uid: Terminal.Gui.View.Driver
  503. parent: Terminal.Gui.View
  504. isExternal: false
  505. name: Driver
  506. nameWithType: View.Driver
  507. fullName: View.Driver
  508. - uid: Terminal.Gui.View.EnsureFocus
  509. parent: Terminal.Gui.View
  510. isExternal: false
  511. name: EnsureFocus()
  512. nameWithType: View.EnsureFocus()
  513. fullName: View.EnsureFocus()
  514. - uid: Terminal.Gui.View.Focused
  515. parent: Terminal.Gui.View
  516. isExternal: false
  517. name: Focused
  518. nameWithType: View.Focused
  519. fullName: View.Focused
  520. - uid: Terminal.Gui.View.FocusFirst
  521. parent: Terminal.Gui.View
  522. isExternal: false
  523. name: FocusFirst()
  524. nameWithType: View.FocusFirst()
  525. fullName: View.FocusFirst()
  526. - uid: Terminal.Gui.View.FocusLast
  527. parent: Terminal.Gui.View
  528. isExternal: false
  529. name: FocusLast()
  530. nameWithType: View.FocusLast()
  531. fullName: View.FocusLast()
  532. - uid: Terminal.Gui.View.FocusNext
  533. parent: Terminal.Gui.View
  534. isExternal: false
  535. name: FocusNext()
  536. nameWithType: View.FocusNext()
  537. fullName: View.FocusNext()
  538. - uid: Terminal.Gui.View.FocusPrev
  539. parent: Terminal.Gui.View
  540. isExternal: false
  541. name: FocusPrev()
  542. nameWithType: View.FocusPrev()
  543. fullName: View.FocusPrev()
  544. - uid: Terminal.Gui.View.Frame
  545. parent: Terminal.Gui.View
  546. isExternal: false
  547. name: Frame
  548. nameWithType: View.Frame
  549. fullName: View.Frame
  550. - uid: Terminal.Gui.View.GetEnumerator
  551. parent: Terminal.Gui.View
  552. isExternal: false
  553. name: GetEnumerator()
  554. nameWithType: View.GetEnumerator()
  555. fullName: View.GetEnumerator()
  556. - uid: Terminal.Gui.View.Height
  557. parent: Terminal.Gui.View
  558. isExternal: false
  559. name: Height
  560. nameWithType: View.Height
  561. fullName: View.Height
  562. - uid: Terminal.Gui.View.Id
  563. parent: Terminal.Gui.View
  564. isExternal: false
  565. name: Id
  566. nameWithType: View.Id
  567. fullName: View.Id
  568. - uid: Terminal.Gui.View.LayoutStyle
  569. parent: Terminal.Gui.View
  570. isExternal: false
  571. name: LayoutStyle
  572. nameWithType: View.LayoutStyle
  573. fullName: View.LayoutStyle
  574. - uid: Terminal.Gui.View.LayoutSubviews
  575. parent: Terminal.Gui.View
  576. isExternal: false
  577. name: LayoutSubviews()
  578. nameWithType: View.LayoutSubviews()
  579. fullName: View.LayoutSubviews()
  580. - uid: Terminal.Gui.View.MostFocused
  581. parent: Terminal.Gui.View
  582. isExternal: false
  583. name: MostFocused
  584. nameWithType: View.MostFocused
  585. fullName: View.MostFocused
  586. - uid: Terminal.Gui.View.Move(System.Int32,System.Int32)
  587. parent: Terminal.Gui.View
  588. isExternal: false
  589. name: Move(Int32, Int32)
  590. nameWithType: View.Move(Int32, Int32)
  591. fullName: View.Move(Int32, Int32)
  592. - uid: Terminal.Gui.View.PositionCursor
  593. parent: Terminal.Gui.View
  594. isExternal: false
  595. name: PositionCursor()
  596. nameWithType: View.PositionCursor()
  597. fullName: View.PositionCursor()
  598. - uid: Terminal.Gui.View.Remove(Terminal.Gui.View)
  599. parent: Terminal.Gui.View
  600. isExternal: false
  601. name: Remove(View)
  602. nameWithType: View.Remove(View)
  603. fullName: View.Remove(View)
  604. - uid: Terminal.Gui.View.RemoveAll
  605. parent: Terminal.Gui.View
  606. isExternal: false
  607. name: RemoveAll()
  608. nameWithType: View.RemoveAll()
  609. fullName: View.RemoveAll()
  610. - uid: Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
  611. parent: Terminal.Gui.View
  612. isExternal: false
  613. name: ScreenToView(Int32, Int32)
  614. nameWithType: View.ScreenToView(Int32, Int32)
  615. fullName: View.ScreenToView(Int32, Int32)
  616. - uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
  617. parent: Terminal.Gui.View
  618. isExternal: false
  619. name: SetClip(Rect)
  620. nameWithType: View.SetClip(Rect)
  621. fullName: View.SetClip(Rect)
  622. - uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
  623. parent: Terminal.Gui.View
  624. isExternal: false
  625. name: SetFocus(View)
  626. nameWithType: View.SetFocus(View)
  627. fullName: View.SetFocus(View)
  628. - uid: Terminal.Gui.View.SetNeedsDisplay
  629. parent: Terminal.Gui.View
  630. isExternal: false
  631. name: SetNeedsDisplay()
  632. nameWithType: View.SetNeedsDisplay()
  633. fullName: View.SetNeedsDisplay()
  634. - uid: Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
  635. parent: Terminal.Gui.View
  636. isExternal: false
  637. name: SetNeedsDisplay(Rect)
  638. nameWithType: View.SetNeedsDisplay(Rect)
  639. fullName: View.SetNeedsDisplay(Rect)
  640. - uid: Terminal.Gui.View.Subviews
  641. parent: Terminal.Gui.View
  642. isExternal: false
  643. name: Subviews
  644. nameWithType: View.Subviews
  645. fullName: View.Subviews
  646. - uid: Terminal.Gui.View.SuperView
  647. parent: Terminal.Gui.View
  648. isExternal: false
  649. name: SuperView
  650. nameWithType: View.SuperView
  651. fullName: View.SuperView
  652. - uid: Terminal.Gui.View.ToString
  653. parent: Terminal.Gui.View
  654. isExternal: false
  655. name: ToString()
  656. nameWithType: View.ToString()
  657. fullName: View.ToString()
  658. - uid: Terminal.Gui.View.WantMousePositionReports
  659. parent: Terminal.Gui.View
  660. isExternal: false
  661. name: WantMousePositionReports
  662. nameWithType: View.WantMousePositionReports
  663. fullName: View.WantMousePositionReports
  664. - uid: Terminal.Gui.View.Width
  665. parent: Terminal.Gui.View
  666. isExternal: false
  667. name: Width
  668. nameWithType: View.Width
  669. fullName: View.Width
  670. - uid: Terminal.Gui.View.X
  671. parent: Terminal.Gui.View
  672. isExternal: false
  673. name: X
  674. nameWithType: View.X
  675. fullName: View.X
  676. - uid: Terminal.Gui.View.Y
  677. parent: Terminal.Gui.View
  678. isExternal: false
  679. name: Y
  680. nameWithType: View.Y
  681. fullName: View.Y