Terminal.Gui.Label.yml 22 KB

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