Terminal.Gui.Label.yml 24 KB

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