Terminal.Gui.RadioGroup.yml 25 KB

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