Terminal.Gui.CheckBox.yml 25 KB

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