Terminal.Gui.TextView.yml 23 KB

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