Terminal.Gui.RadioGroup.yml 26 KB

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