Terminal.Gui.CheckBox.yml 22 KB

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