Terminal.Gui.ScrollView.yml 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914
  1. ### YamlMime:ManagedReference
  2. items:
  3. - uid: Terminal.Gui.ScrollView
  4. id: ScrollView
  5. children:
  6. - Terminal.Gui.ScrollView.#ctor(Terminal.Gui.Rect)
  7. - Terminal.Gui.ScrollView.Add(Terminal.Gui.View)
  8. - Terminal.Gui.ScrollView.ContentOffset
  9. - Terminal.Gui.ScrollView.ContentSize
  10. - Terminal.Gui.ScrollView.PositionCursor
  11. - Terminal.Gui.ScrollView.ProcessKey(Terminal.Gui.KeyEvent)
  12. - Terminal.Gui.ScrollView.Redraw(Terminal.Gui.Rect)
  13. - Terminal.Gui.ScrollView.RemoveAll
  14. - Terminal.Gui.ScrollView.ScrollDown(System.Int32)
  15. - Terminal.Gui.ScrollView.Scrolled
  16. - Terminal.Gui.ScrollView.ScrollLeft(System.Int32)
  17. - Terminal.Gui.ScrollView.ScrollRight(System.Int32)
  18. - Terminal.Gui.ScrollView.ScrollUp(System.Int32)
  19. - Terminal.Gui.ScrollView.ShowHorizontalScrollIndicator
  20. - Terminal.Gui.ScrollView.ShowVerticalScrollIndicator
  21. langs:
  22. - csharp
  23. name: ScrollView
  24. nameWithType: ScrollView
  25. fullName: Terminal.Gui.ScrollView
  26. type: Class
  27. assemblies:
  28. - Terminal.Gui
  29. namespace: Terminal.Gui
  30. summary: Scrollviews are views that present a window into a virtual space where children views are added. Similar to the iOS UIScrollView.
  31. remarks: "<p>\n The subviews that are added to this scrollview are offset by the\n ContentOffset property. The view itself is a window into the \n space represented by the ContentSize.\n </p>\n <p></p>"
  32. syntax:
  33. content: 'public class ScrollView : Terminal.Gui.View'
  34. inheritance:
  35. - System.Object
  36. - Terminal.Gui.Responder
  37. - Terminal.Gui.View
  38. implements: []
  39. inheritedMembers:
  40. - Terminal.Gui.Responder.CanFocus
  41. - Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
  42. - Terminal.Gui.View.Add(Terminal.Gui.View[])
  43. - Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
  44. - Terminal.Gui.View.Bounds
  45. - Terminal.Gui.View.ChildNeedsDisplay
  46. - Terminal.Gui.View.Clear
  47. - Terminal.Gui.View.Clear(Terminal.Gui.Rect)
  48. - Terminal.Gui.View.ClearNeedsDisplay
  49. - Terminal.Gui.View.ClipToBounds
  50. - Terminal.Gui.View.ColorScheme
  51. - Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
  52. - Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
  53. - Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
  54. - Terminal.Gui.View.Driver
  55. - Terminal.Gui.View.EnsureFocus
  56. - Terminal.Gui.View.Focused
  57. - Terminal.Gui.View.FocusFirst
  58. - Terminal.Gui.View.FocusLast
  59. - Terminal.Gui.View.FocusNext
  60. - Terminal.Gui.View.FocusPrev
  61. - Terminal.Gui.View.Frame
  62. - Terminal.Gui.View.GetEnumerator
  63. - Terminal.Gui.View.HasFocus
  64. - Terminal.Gui.View.Height
  65. - Terminal.Gui.View.Id
  66. - Terminal.Gui.View.LayoutStyle
  67. - Terminal.Gui.View.LayoutSubviews
  68. - Terminal.Gui.View.MostFocused
  69. - Terminal.Gui.View.Move(System.Int32,System.Int32)
  70. - Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
  71. - Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
  72. - Terminal.Gui.View.Remove(Terminal.Gui.View)
  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. - Terminal.Gui.View.Width
  83. - Terminal.Gui.View.X
  84. - Terminal.Gui.View.Y
  85. - uid: Terminal.Gui.ScrollView.#ctor(Terminal.Gui.Rect)
  86. id: '#ctor(Terminal.Gui.Rect)'
  87. parent: Terminal.Gui.ScrollView
  88. langs:
  89. - csharp
  90. name: ScrollView(Rect)
  91. nameWithType: ScrollView.ScrollView(Rect)
  92. fullName: ScrollView.ScrollView(Rect)
  93. type: Constructor
  94. assemblies:
  95. - Terminal.Gui
  96. namespace: Terminal.Gui
  97. syntax:
  98. content: public ScrollView (Terminal.Gui.Rect frame);
  99. parameters:
  100. - id: frame
  101. type: Terminal.Gui.Rect
  102. description: To be added.
  103. overload: Terminal.Gui.ScrollView.#ctor*
  104. exceptions: []
  105. - uid: Terminal.Gui.ScrollView.Add(Terminal.Gui.View)
  106. id: Add(Terminal.Gui.View)
  107. parent: Terminal.Gui.ScrollView
  108. langs:
  109. - csharp
  110. name: Add(View)
  111. nameWithType: ScrollView.Add(View)
  112. fullName: ScrollView.Add(View)
  113. type: Method
  114. assemblies:
  115. - Terminal.Gui
  116. namespace: Terminal.Gui
  117. summary: Adds the view to the scrollview.
  118. syntax:
  119. content: public override void Add (Terminal.Gui.View view);
  120. parameters:
  121. - id: view
  122. type: Terminal.Gui.View
  123. description: The view to add to the scrollview.
  124. overload: Terminal.Gui.ScrollView.Add*
  125. exceptions: []
  126. - uid: Terminal.Gui.ScrollView.ContentOffset
  127. id: ContentOffset
  128. parent: Terminal.Gui.ScrollView
  129. langs:
  130. - csharp
  131. name: ContentOffset
  132. nameWithType: ScrollView.ContentOffset
  133. fullName: ScrollView.ContentOffset
  134. type: Property
  135. assemblies:
  136. - Terminal.Gui
  137. namespace: Terminal.Gui
  138. summary: Represents the top left corner coordinate that is displayed by the scrollview
  139. syntax:
  140. content: public Terminal.Gui.Point ContentOffset { get; set; }
  141. return:
  142. type: Terminal.Gui.Point
  143. description: The content offset.
  144. overload: Terminal.Gui.ScrollView.ContentOffset*
  145. exceptions: []
  146. - uid: Terminal.Gui.ScrollView.ContentSize
  147. id: ContentSize
  148. parent: Terminal.Gui.ScrollView
  149. langs:
  150. - csharp
  151. name: ContentSize
  152. nameWithType: ScrollView.ContentSize
  153. fullName: ScrollView.ContentSize
  154. type: Property
  155. assemblies:
  156. - Terminal.Gui
  157. namespace: Terminal.Gui
  158. summary: Represents the contents of the data shown inside the scrolview
  159. syntax:
  160. content: public Terminal.Gui.Size ContentSize { get; set; }
  161. return:
  162. type: Terminal.Gui.Size
  163. description: The size of the content.
  164. overload: Terminal.Gui.ScrollView.ContentSize*
  165. exceptions: []
  166. - uid: Terminal.Gui.ScrollView.PositionCursor
  167. id: PositionCursor
  168. parent: Terminal.Gui.ScrollView
  169. langs:
  170. - csharp
  171. name: PositionCursor()
  172. nameWithType: ScrollView.PositionCursor()
  173. fullName: ScrollView.PositionCursor()
  174. type: Method
  175. assemblies:
  176. - Terminal.Gui
  177. namespace: Terminal.Gui
  178. syntax:
  179. content: public override void PositionCursor ();
  180. parameters: []
  181. overload: Terminal.Gui.ScrollView.PositionCursor*
  182. exceptions: []
  183. - uid: Terminal.Gui.ScrollView.ProcessKey(Terminal.Gui.KeyEvent)
  184. id: ProcessKey(Terminal.Gui.KeyEvent)
  185. parent: Terminal.Gui.ScrollView
  186. langs:
  187. - csharp
  188. name: ProcessKey(KeyEvent)
  189. nameWithType: ScrollView.ProcessKey(KeyEvent)
  190. fullName: ScrollView.ProcessKey(KeyEvent)
  191. type: Method
  192. assemblies:
  193. - Terminal.Gui
  194. namespace: Terminal.Gui
  195. syntax:
  196. content: public override bool ProcessKey (Terminal.Gui.KeyEvent kb);
  197. parameters:
  198. - id: kb
  199. type: Terminal.Gui.KeyEvent
  200. description: To be added.
  201. return:
  202. type: System.Boolean
  203. description: To be added.
  204. overload: Terminal.Gui.ScrollView.ProcessKey*
  205. exceptions: []
  206. - uid: Terminal.Gui.ScrollView.Redraw(Terminal.Gui.Rect)
  207. id: Redraw(Terminal.Gui.Rect)
  208. parent: Terminal.Gui.ScrollView
  209. langs:
  210. - csharp
  211. name: Redraw(Rect)
  212. nameWithType: ScrollView.Redraw(Rect)
  213. fullName: ScrollView.Redraw(Rect)
  214. type: Method
  215. assemblies:
  216. - Terminal.Gui
  217. namespace: Terminal.Gui
  218. syntax:
  219. content: public override void Redraw (Terminal.Gui.Rect region);
  220. parameters:
  221. - id: region
  222. type: Terminal.Gui.Rect
  223. description: To be added.
  224. overload: Terminal.Gui.ScrollView.Redraw*
  225. exceptions: []
  226. - uid: Terminal.Gui.ScrollView.RemoveAll
  227. id: RemoveAll
  228. parent: Terminal.Gui.ScrollView
  229. langs:
  230. - csharp
  231. name: RemoveAll()
  232. nameWithType: ScrollView.RemoveAll()
  233. fullName: ScrollView.RemoveAll()
  234. type: Method
  235. assemblies:
  236. - Terminal.Gui
  237. namespace: Terminal.Gui
  238. summary: Removes all widgets from this container.
  239. syntax:
  240. content: public override void RemoveAll ();
  241. parameters: []
  242. overload: Terminal.Gui.ScrollView.RemoveAll*
  243. exceptions: []
  244. - uid: Terminal.Gui.ScrollView.ScrollDown(System.Int32)
  245. id: ScrollDown(System.Int32)
  246. parent: Terminal.Gui.ScrollView
  247. langs:
  248. - csharp
  249. name: ScrollDown(Int32)
  250. nameWithType: ScrollView.ScrollDown(Int32)
  251. fullName: ScrollView.ScrollDown(Int32)
  252. type: Method
  253. assemblies:
  254. - Terminal.Gui
  255. namespace: Terminal.Gui
  256. summary: Scrolls the view down.
  257. syntax:
  258. content: public bool ScrollDown (int lines);
  259. parameters:
  260. - id: lines
  261. type: System.Int32
  262. description: Number of lines to scroll.
  263. return:
  264. type: System.Boolean
  265. description: <code>true</code>, if left was scrolled, <code>false</code> otherwise.
  266. overload: Terminal.Gui.ScrollView.ScrollDown*
  267. exceptions: []
  268. - uid: Terminal.Gui.ScrollView.Scrolled
  269. id: Scrolled
  270. parent: Terminal.Gui.ScrollView
  271. langs:
  272. - csharp
  273. name: Scrolled
  274. nameWithType: ScrollView.Scrolled
  275. fullName: ScrollView.Scrolled
  276. type: Event
  277. assemblies:
  278. - Terminal.Gui
  279. namespace: Terminal.Gui
  280. summary: This event is raised when the contents have scrolled
  281. syntax:
  282. content: public event Action<Terminal.Gui.ScrollView> Scrolled;
  283. return:
  284. type: System.Action{Terminal.Gui.ScrollView}
  285. description: To be added.
  286. exceptions: []
  287. - uid: Terminal.Gui.ScrollView.ScrollLeft(System.Int32)
  288. id: ScrollLeft(System.Int32)
  289. parent: Terminal.Gui.ScrollView
  290. langs:
  291. - csharp
  292. name: ScrollLeft(Int32)
  293. nameWithType: ScrollView.ScrollLeft(Int32)
  294. fullName: ScrollView.ScrollLeft(Int32)
  295. type: Method
  296. assemblies:
  297. - Terminal.Gui
  298. namespace: Terminal.Gui
  299. summary: Scrolls the view to the left
  300. syntax:
  301. content: public bool ScrollLeft (int cols);
  302. parameters:
  303. - id: cols
  304. type: System.Int32
  305. description: Number of columns to scroll by.
  306. return:
  307. type: System.Boolean
  308. description: <code>true</code>, if left was scrolled, <code>false</code> otherwise.
  309. overload: Terminal.Gui.ScrollView.ScrollLeft*
  310. exceptions: []
  311. - uid: Terminal.Gui.ScrollView.ScrollRight(System.Int32)
  312. id: ScrollRight(System.Int32)
  313. parent: Terminal.Gui.ScrollView
  314. langs:
  315. - csharp
  316. name: ScrollRight(Int32)
  317. nameWithType: ScrollView.ScrollRight(Int32)
  318. fullName: ScrollView.ScrollRight(Int32)
  319. type: Method
  320. assemblies:
  321. - Terminal.Gui
  322. namespace: Terminal.Gui
  323. summary: Scrolls the view to the right.
  324. syntax:
  325. content: public bool ScrollRight (int cols);
  326. parameters:
  327. - id: cols
  328. type: System.Int32
  329. description: Number of columns to scroll by.
  330. return:
  331. type: System.Boolean
  332. description: <code>true</code>, if right was scrolled, <code>false</code> otherwise.
  333. overload: Terminal.Gui.ScrollView.ScrollRight*
  334. exceptions: []
  335. - uid: Terminal.Gui.ScrollView.ScrollUp(System.Int32)
  336. id: ScrollUp(System.Int32)
  337. parent: Terminal.Gui.ScrollView
  338. langs:
  339. - csharp
  340. name: ScrollUp(Int32)
  341. nameWithType: ScrollView.ScrollUp(Int32)
  342. fullName: ScrollView.ScrollUp(Int32)
  343. type: Method
  344. assemblies:
  345. - Terminal.Gui
  346. namespace: Terminal.Gui
  347. summary: Scrolls the view up.
  348. syntax:
  349. content: public bool ScrollUp (int lines);
  350. parameters:
  351. - id: lines
  352. type: System.Int32
  353. description: Number of lines to scroll.
  354. return:
  355. type: System.Boolean
  356. description: <code>true</code>, if left was scrolled, <code>false</code> otherwise.
  357. overload: Terminal.Gui.ScrollView.ScrollUp*
  358. exceptions: []
  359. - uid: Terminal.Gui.ScrollView.ShowHorizontalScrollIndicator
  360. id: ShowHorizontalScrollIndicator
  361. parent: Terminal.Gui.ScrollView
  362. langs:
  363. - csharp
  364. name: ShowHorizontalScrollIndicator
  365. nameWithType: ScrollView.ShowHorizontalScrollIndicator
  366. fullName: ScrollView.ShowHorizontalScrollIndicator
  367. type: Property
  368. assemblies:
  369. - Terminal.Gui
  370. namespace: Terminal.Gui
  371. summary: Gets or sets the visibility for the horizontal scroll indicator.
  372. syntax:
  373. content: public bool ShowHorizontalScrollIndicator { get; set; }
  374. return:
  375. type: System.Boolean
  376. description: <code>true</code> if show vertical scroll indicator; otherwise, <code>false</code>.
  377. overload: Terminal.Gui.ScrollView.ShowHorizontalScrollIndicator*
  378. exceptions: []
  379. - uid: Terminal.Gui.ScrollView.ShowVerticalScrollIndicator
  380. id: ShowVerticalScrollIndicator
  381. parent: Terminal.Gui.ScrollView
  382. langs:
  383. - csharp
  384. name: ShowVerticalScrollIndicator
  385. nameWithType: ScrollView.ShowVerticalScrollIndicator
  386. fullName: ScrollView.ShowVerticalScrollIndicator
  387. type: Property
  388. assemblies:
  389. - Terminal.Gui
  390. namespace: Terminal.Gui
  391. summary: /// Gets or sets the visibility for the vertical scroll indicator.
  392. syntax:
  393. content: public bool ShowVerticalScrollIndicator { get; set; }
  394. return:
  395. type: System.Boolean
  396. description: <code>true</code> if show vertical scroll indicator; otherwise, <code>false</code>.
  397. overload: Terminal.Gui.ScrollView.ShowVerticalScrollIndicator*
  398. exceptions: []
  399. references:
  400. - uid: Terminal.Gui.View
  401. parent: Terminal.Gui
  402. isExternal: false
  403. name: View
  404. nameWithType: View
  405. fullName: Terminal.Gui.View
  406. - uid: Terminal.Gui.ScrollView.#ctor(Terminal.Gui.Rect)
  407. parent: Terminal.Gui.ScrollView
  408. isExternal: false
  409. name: ScrollView(Rect)
  410. nameWithType: ScrollView.ScrollView(Rect)
  411. fullName: ScrollView.ScrollView(Rect)
  412. - uid: Terminal.Gui.Rect
  413. parent: Terminal.Gui
  414. isExternal: false
  415. name: Rect
  416. nameWithType: Rect
  417. fullName: Terminal.Gui.Rect
  418. - uid: Terminal.Gui.ScrollView.Add(Terminal.Gui.View)
  419. parent: Terminal.Gui.ScrollView
  420. isExternal: false
  421. name: Add(View)
  422. nameWithType: ScrollView.Add(View)
  423. fullName: ScrollView.Add(View)
  424. - uid: Terminal.Gui.ScrollView.ContentOffset
  425. parent: Terminal.Gui.ScrollView
  426. isExternal: false
  427. name: ContentOffset
  428. nameWithType: ScrollView.ContentOffset
  429. fullName: ScrollView.ContentOffset
  430. - uid: Terminal.Gui.Point
  431. parent: Terminal.Gui
  432. isExternal: false
  433. name: Point
  434. nameWithType: Point
  435. fullName: Terminal.Gui.Point
  436. - uid: Terminal.Gui.ScrollView.ContentSize
  437. parent: Terminal.Gui.ScrollView
  438. isExternal: false
  439. name: ContentSize
  440. nameWithType: ScrollView.ContentSize
  441. fullName: ScrollView.ContentSize
  442. - uid: Terminal.Gui.Size
  443. parent: Terminal.Gui
  444. isExternal: false
  445. name: Size
  446. nameWithType: Size
  447. fullName: Terminal.Gui.Size
  448. - uid: Terminal.Gui.ScrollView.PositionCursor
  449. parent: Terminal.Gui.ScrollView
  450. isExternal: false
  451. name: PositionCursor()
  452. nameWithType: ScrollView.PositionCursor()
  453. fullName: ScrollView.PositionCursor()
  454. - uid: Terminal.Gui.ScrollView.ProcessKey(Terminal.Gui.KeyEvent)
  455. parent: Terminal.Gui.ScrollView
  456. isExternal: false
  457. name: ProcessKey(KeyEvent)
  458. nameWithType: ScrollView.ProcessKey(KeyEvent)
  459. fullName: ScrollView.ProcessKey(KeyEvent)
  460. - uid: System.Boolean
  461. parent: System
  462. isExternal: true
  463. name: Boolean
  464. nameWithType: Boolean
  465. fullName: System.Boolean
  466. - uid: Terminal.Gui.KeyEvent
  467. parent: Terminal.Gui
  468. isExternal: false
  469. name: KeyEvent
  470. nameWithType: KeyEvent
  471. fullName: Terminal.Gui.KeyEvent
  472. - uid: Terminal.Gui.ScrollView.Redraw(Terminal.Gui.Rect)
  473. parent: Terminal.Gui.ScrollView
  474. isExternal: false
  475. name: Redraw(Rect)
  476. nameWithType: ScrollView.Redraw(Rect)
  477. fullName: ScrollView.Redraw(Rect)
  478. - uid: Terminal.Gui.ScrollView.RemoveAll
  479. parent: Terminal.Gui.ScrollView
  480. isExternal: false
  481. name: RemoveAll()
  482. nameWithType: ScrollView.RemoveAll()
  483. fullName: ScrollView.RemoveAll()
  484. - uid: Terminal.Gui.ScrollView.ScrollDown(System.Int32)
  485. parent: Terminal.Gui.ScrollView
  486. isExternal: false
  487. name: ScrollDown(Int32)
  488. nameWithType: ScrollView.ScrollDown(Int32)
  489. fullName: ScrollView.ScrollDown(Int32)
  490. - uid: System.Int32
  491. parent: System
  492. isExternal: true
  493. name: Int32
  494. nameWithType: Int32
  495. fullName: System.Int32
  496. - uid: Terminal.Gui.ScrollView.Scrolled
  497. parent: Terminal.Gui.ScrollView
  498. isExternal: false
  499. name: Scrolled
  500. nameWithType: ScrollView.Scrolled
  501. fullName: ScrollView.Scrolled
  502. - uid: System.Action`1
  503. name: Action
  504. nameWithType: Action
  505. fullName: System.Action
  506. - uid: Terminal.Gui.ScrollView
  507. name: ScrollView
  508. nameWithType: ScrollView
  509. fullName: Terminal.Gui.ScrollView
  510. - uid: System.Action{Terminal.Gui.ScrollView}
  511. parent: System
  512. isExternal: true
  513. name: Action<ScrollView>
  514. nameWithType: Action<ScrollView>
  515. fullName: System.Action<Terminal.Gui.ScrollView>
  516. spec.csharp:
  517. - uid: System.Action`1
  518. name: Action
  519. nameWithType: Action
  520. fullName: System.Action
  521. - name: <
  522. nameWithType: <
  523. fullName: <
  524. - uid: Terminal.Gui.ScrollView
  525. name: ScrollView
  526. nameWithType: ScrollView
  527. fullName: Terminal.Gui.ScrollView
  528. - name: '>'
  529. nameWithType: '>'
  530. fullName: '>'
  531. - uid: Terminal.Gui.ScrollView.ScrollLeft(System.Int32)
  532. parent: Terminal.Gui.ScrollView
  533. isExternal: false
  534. name: ScrollLeft(Int32)
  535. nameWithType: ScrollView.ScrollLeft(Int32)
  536. fullName: ScrollView.ScrollLeft(Int32)
  537. - uid: Terminal.Gui.ScrollView.ScrollRight(System.Int32)
  538. parent: Terminal.Gui.ScrollView
  539. isExternal: false
  540. name: ScrollRight(Int32)
  541. nameWithType: ScrollView.ScrollRight(Int32)
  542. fullName: ScrollView.ScrollRight(Int32)
  543. - uid: Terminal.Gui.ScrollView.ScrollUp(System.Int32)
  544. parent: Terminal.Gui.ScrollView
  545. isExternal: false
  546. name: ScrollUp(Int32)
  547. nameWithType: ScrollView.ScrollUp(Int32)
  548. fullName: ScrollView.ScrollUp(Int32)
  549. - uid: Terminal.Gui.ScrollView.ShowHorizontalScrollIndicator
  550. parent: Terminal.Gui.ScrollView
  551. isExternal: false
  552. name: ShowHorizontalScrollIndicator
  553. nameWithType: ScrollView.ShowHorizontalScrollIndicator
  554. fullName: ScrollView.ShowHorizontalScrollIndicator
  555. - uid: Terminal.Gui.ScrollView.ShowVerticalScrollIndicator
  556. parent: Terminal.Gui.ScrollView
  557. isExternal: false
  558. name: ShowVerticalScrollIndicator
  559. nameWithType: ScrollView.ShowVerticalScrollIndicator
  560. fullName: ScrollView.ShowVerticalScrollIndicator
  561. - uid: Terminal.Gui.ScrollView.#ctor*
  562. parent: Terminal.Gui.ScrollView
  563. isExternal: false
  564. name: ScrollView
  565. nameWithType: ScrollView.ScrollView
  566. fullName: ScrollView.ScrollView
  567. - uid: Terminal.Gui.ScrollView.Add*
  568. parent: Terminal.Gui.ScrollView
  569. isExternal: false
  570. name: Add
  571. nameWithType: ScrollView.Add
  572. fullName: ScrollView.Add
  573. - uid: Terminal.Gui.ScrollView.ContentOffset*
  574. parent: Terminal.Gui.ScrollView
  575. isExternal: false
  576. name: ContentOffset
  577. nameWithType: ScrollView.ContentOffset
  578. fullName: ScrollView.ContentOffset
  579. - uid: Terminal.Gui.ScrollView.ContentSize*
  580. parent: Terminal.Gui.ScrollView
  581. isExternal: false
  582. name: ContentSize
  583. nameWithType: ScrollView.ContentSize
  584. fullName: ScrollView.ContentSize
  585. - uid: Terminal.Gui.ScrollView.PositionCursor*
  586. parent: Terminal.Gui.ScrollView
  587. isExternal: false
  588. name: PositionCursor
  589. nameWithType: ScrollView.PositionCursor
  590. fullName: ScrollView.PositionCursor
  591. - uid: Terminal.Gui.ScrollView.ProcessKey*
  592. parent: Terminal.Gui.ScrollView
  593. isExternal: false
  594. name: ProcessKey
  595. nameWithType: ScrollView.ProcessKey
  596. fullName: ScrollView.ProcessKey
  597. - uid: Terminal.Gui.ScrollView.Redraw*
  598. parent: Terminal.Gui.ScrollView
  599. isExternal: false
  600. name: Redraw
  601. nameWithType: ScrollView.Redraw
  602. fullName: ScrollView.Redraw
  603. - uid: Terminal.Gui.ScrollView.RemoveAll*
  604. parent: Terminal.Gui.ScrollView
  605. isExternal: false
  606. name: RemoveAll
  607. nameWithType: ScrollView.RemoveAll
  608. fullName: ScrollView.RemoveAll
  609. - uid: Terminal.Gui.ScrollView.ScrollDown*
  610. parent: Terminal.Gui.ScrollView
  611. isExternal: false
  612. name: ScrollDown
  613. nameWithType: ScrollView.ScrollDown
  614. fullName: ScrollView.ScrollDown
  615. - uid: Terminal.Gui.ScrollView.ScrollLeft*
  616. parent: Terminal.Gui.ScrollView
  617. isExternal: false
  618. name: ScrollLeft
  619. nameWithType: ScrollView.ScrollLeft
  620. fullName: ScrollView.ScrollLeft
  621. - uid: Terminal.Gui.ScrollView.ScrollRight*
  622. parent: Terminal.Gui.ScrollView
  623. isExternal: false
  624. name: ScrollRight
  625. nameWithType: ScrollView.ScrollRight
  626. fullName: ScrollView.ScrollRight
  627. - uid: Terminal.Gui.ScrollView.ScrollUp*
  628. parent: Terminal.Gui.ScrollView
  629. isExternal: false
  630. name: ScrollUp
  631. nameWithType: ScrollView.ScrollUp
  632. fullName: ScrollView.ScrollUp
  633. - uid: Terminal.Gui.ScrollView.ShowHorizontalScrollIndicator*
  634. parent: Terminal.Gui.ScrollView
  635. isExternal: false
  636. name: ShowHorizontalScrollIndicator
  637. nameWithType: ScrollView.ShowHorizontalScrollIndicator
  638. fullName: ScrollView.ShowHorizontalScrollIndicator
  639. - uid: Terminal.Gui.ScrollView.ShowVerticalScrollIndicator*
  640. parent: Terminal.Gui.ScrollView
  641. isExternal: false
  642. name: ShowVerticalScrollIndicator
  643. nameWithType: ScrollView.ShowVerticalScrollIndicator
  644. fullName: ScrollView.ShowVerticalScrollIndicator
  645. - uid: Terminal.Gui.Responder.CanFocus
  646. parent: Terminal.Gui.Responder
  647. isExternal: false
  648. name: CanFocus
  649. nameWithType: Responder.CanFocus
  650. fullName: Responder.CanFocus
  651. - uid: Terminal.Gui.View.HasFocus
  652. parent: Terminal.Gui.View
  653. isExternal: false
  654. name: HasFocus
  655. nameWithType: View.HasFocus
  656. fullName: View.HasFocus
  657. - uid: Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
  658. parent: Terminal.Gui.Responder
  659. isExternal: false
  660. name: MouseEvent(MouseEvent)
  661. nameWithType: Responder.MouseEvent(MouseEvent)
  662. fullName: Responder.MouseEvent(MouseEvent)
  663. - uid: Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
  664. parent: Terminal.Gui.View
  665. isExternal: false
  666. name: ProcessColdKey(KeyEvent)
  667. nameWithType: View.ProcessColdKey(KeyEvent)
  668. fullName: View.ProcessColdKey(KeyEvent)
  669. - uid: Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
  670. parent: Terminal.Gui.View
  671. isExternal: false
  672. name: ProcessHotKey(KeyEvent)
  673. nameWithType: View.ProcessHotKey(KeyEvent)
  674. fullName: View.ProcessHotKey(KeyEvent)
  675. - uid: Terminal.Gui.View.Add(Terminal.Gui.View[])
  676. parent: Terminal.Gui.View
  677. isExternal: false
  678. name: Add(View[])
  679. nameWithType: View.Add(View[])
  680. fullName: View.Add(View[])
  681. - uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
  682. parent: Terminal.Gui.View
  683. isExternal: false
  684. name: AddRune(Int32, Int32, Rune)
  685. nameWithType: View.AddRune(Int32, Int32, Rune)
  686. fullName: View.AddRune(Int32, Int32, Rune)
  687. - uid: Terminal.Gui.View.Bounds
  688. parent: Terminal.Gui.View
  689. isExternal: false
  690. name: Bounds
  691. nameWithType: View.Bounds
  692. fullName: View.Bounds
  693. - uid: Terminal.Gui.View.ChildNeedsDisplay
  694. parent: Terminal.Gui.View
  695. isExternal: false
  696. name: ChildNeedsDisplay()
  697. nameWithType: View.ChildNeedsDisplay()
  698. fullName: View.ChildNeedsDisplay()
  699. - uid: Terminal.Gui.View.Clear
  700. parent: Terminal.Gui.View
  701. isExternal: false
  702. name: Clear()
  703. nameWithType: View.Clear()
  704. fullName: View.Clear()
  705. - uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
  706. parent: Terminal.Gui.View
  707. isExternal: false
  708. name: Clear(Rect)
  709. nameWithType: View.Clear(Rect)
  710. fullName: View.Clear(Rect)
  711. - uid: Terminal.Gui.View.ClearNeedsDisplay
  712. parent: Terminal.Gui.View
  713. isExternal: false
  714. name: ClearNeedsDisplay()
  715. nameWithType: View.ClearNeedsDisplay()
  716. fullName: View.ClearNeedsDisplay()
  717. - uid: Terminal.Gui.View.ClipToBounds
  718. parent: Terminal.Gui.View
  719. isExternal: false
  720. name: ClipToBounds()
  721. nameWithType: View.ClipToBounds()
  722. fullName: View.ClipToBounds()
  723. - uid: Terminal.Gui.View.ColorScheme
  724. parent: Terminal.Gui.View
  725. isExternal: false
  726. name: ColorScheme
  727. nameWithType: View.ColorScheme
  728. fullName: View.ColorScheme
  729. - uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
  730. parent: Terminal.Gui.View
  731. isExternal: false
  732. name: DrawFrame(Rect, Int32, Boolean)
  733. nameWithType: View.DrawFrame(Rect, Int32, Boolean)
  734. fullName: View.DrawFrame(Rect, Int32, Boolean)
  735. - uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
  736. parent: Terminal.Gui.View
  737. isExternal: false
  738. name: DrawHotString(ustring, Boolean, ColorScheme)
  739. nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
  740. fullName: View.DrawHotString(ustring, Boolean, ColorScheme)
  741. - uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
  742. parent: Terminal.Gui.View
  743. isExternal: false
  744. name: DrawHotString(ustring, Attribute, Attribute)
  745. nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
  746. fullName: View.DrawHotString(ustring, Attribute, Attribute)
  747. - uid: Terminal.Gui.View.Driver
  748. parent: Terminal.Gui.View
  749. isExternal: false
  750. name: Driver
  751. nameWithType: View.Driver
  752. fullName: View.Driver
  753. - uid: Terminal.Gui.View.EnsureFocus
  754. parent: Terminal.Gui.View
  755. isExternal: false
  756. name: EnsureFocus()
  757. nameWithType: View.EnsureFocus()
  758. fullName: View.EnsureFocus()
  759. - uid: Terminal.Gui.View.Focused
  760. parent: Terminal.Gui.View
  761. isExternal: false
  762. name: Focused
  763. nameWithType: View.Focused
  764. fullName: View.Focused
  765. - uid: Terminal.Gui.View.FocusFirst
  766. parent: Terminal.Gui.View
  767. isExternal: false
  768. name: FocusFirst()
  769. nameWithType: View.FocusFirst()
  770. fullName: View.FocusFirst()
  771. - uid: Terminal.Gui.View.FocusLast
  772. parent: Terminal.Gui.View
  773. isExternal: false
  774. name: FocusLast()
  775. nameWithType: View.FocusLast()
  776. fullName: View.FocusLast()
  777. - uid: Terminal.Gui.View.FocusNext
  778. parent: Terminal.Gui.View
  779. isExternal: false
  780. name: FocusNext()
  781. nameWithType: View.FocusNext()
  782. fullName: View.FocusNext()
  783. - uid: Terminal.Gui.View.FocusPrev
  784. parent: Terminal.Gui.View
  785. isExternal: false
  786. name: FocusPrev()
  787. nameWithType: View.FocusPrev()
  788. fullName: View.FocusPrev()
  789. - uid: Terminal.Gui.View.Frame
  790. parent: Terminal.Gui.View
  791. isExternal: false
  792. name: Frame
  793. nameWithType: View.Frame
  794. fullName: View.Frame
  795. - uid: Terminal.Gui.View.GetEnumerator
  796. parent: Terminal.Gui.View
  797. isExternal: false
  798. name: GetEnumerator()
  799. nameWithType: View.GetEnumerator()
  800. fullName: View.GetEnumerator()
  801. - uid: Terminal.Gui.View.Height
  802. parent: Terminal.Gui.View
  803. isExternal: false
  804. name: Height
  805. nameWithType: View.Height
  806. fullName: View.Height
  807. - uid: Terminal.Gui.View.Id
  808. parent: Terminal.Gui.View
  809. isExternal: false
  810. name: Id
  811. nameWithType: View.Id
  812. fullName: View.Id
  813. - uid: Terminal.Gui.View.LayoutStyle
  814. parent: Terminal.Gui.View
  815. isExternal: false
  816. name: LayoutStyle
  817. nameWithType: View.LayoutStyle
  818. fullName: View.LayoutStyle
  819. - uid: Terminal.Gui.View.LayoutSubviews
  820. parent: Terminal.Gui.View
  821. isExternal: false
  822. name: LayoutSubviews()
  823. nameWithType: View.LayoutSubviews()
  824. fullName: View.LayoutSubviews()
  825. - uid: Terminal.Gui.View.MostFocused
  826. parent: Terminal.Gui.View
  827. isExternal: false
  828. name: MostFocused
  829. nameWithType: View.MostFocused
  830. fullName: View.MostFocused
  831. - uid: Terminal.Gui.View.Move(System.Int32,System.Int32)
  832. parent: Terminal.Gui.View
  833. isExternal: false
  834. name: Move(Int32, Int32)
  835. nameWithType: View.Move(Int32, Int32)
  836. fullName: View.Move(Int32, Int32)
  837. - uid: Terminal.Gui.View.Remove(Terminal.Gui.View)
  838. parent: Terminal.Gui.View
  839. isExternal: false
  840. name: Remove(View)
  841. nameWithType: View.Remove(View)
  842. fullName: View.Remove(View)
  843. - uid: Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
  844. parent: Terminal.Gui.View
  845. isExternal: false
  846. name: ScreenToView(Int32, Int32)
  847. nameWithType: View.ScreenToView(Int32, Int32)
  848. fullName: View.ScreenToView(Int32, Int32)
  849. - uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
  850. parent: Terminal.Gui.View
  851. isExternal: false
  852. name: SetClip(Rect)
  853. nameWithType: View.SetClip(Rect)
  854. fullName: View.SetClip(Rect)
  855. - uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
  856. parent: Terminal.Gui.View
  857. isExternal: false
  858. name: SetFocus(View)
  859. nameWithType: View.SetFocus(View)
  860. fullName: View.SetFocus(View)
  861. - uid: Terminal.Gui.View.SetNeedsDisplay
  862. parent: Terminal.Gui.View
  863. isExternal: false
  864. name: SetNeedsDisplay()
  865. nameWithType: View.SetNeedsDisplay()
  866. fullName: View.SetNeedsDisplay()
  867. - uid: Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
  868. parent: Terminal.Gui.View
  869. isExternal: false
  870. name: SetNeedsDisplay(Rect)
  871. nameWithType: View.SetNeedsDisplay(Rect)
  872. fullName: View.SetNeedsDisplay(Rect)
  873. - uid: Terminal.Gui.View.Subviews
  874. parent: Terminal.Gui.View
  875. isExternal: false
  876. name: Subviews
  877. nameWithType: View.Subviews
  878. fullName: View.Subviews
  879. - uid: Terminal.Gui.View.SuperView
  880. parent: Terminal.Gui.View
  881. isExternal: false
  882. name: SuperView
  883. nameWithType: View.SuperView
  884. fullName: View.SuperView
  885. - uid: Terminal.Gui.View.ToString
  886. parent: Terminal.Gui.View
  887. isExternal: false
  888. name: ToString()
  889. nameWithType: View.ToString()
  890. fullName: View.ToString()
  891. - uid: Terminal.Gui.View.WantMousePositionReports
  892. parent: Terminal.Gui.View
  893. isExternal: false
  894. name: WantMousePositionReports
  895. nameWithType: View.WantMousePositionReports
  896. fullName: View.WantMousePositionReports
  897. - uid: Terminal.Gui.View.Width
  898. parent: Terminal.Gui.View
  899. isExternal: false
  900. name: Width
  901. nameWithType: View.Width
  902. fullName: View.Width
  903. - uid: Terminal.Gui.View.X
  904. parent: Terminal.Gui.View
  905. isExternal: false
  906. name: X
  907. nameWithType: View.X
  908. fullName: View.X
  909. - uid: Terminal.Gui.View.Y
  910. parent: Terminal.Gui.View
  911. isExternal: false
  912. name: Y
  913. nameWithType: View.Y
  914. fullName: View.Y