Terminal.Gui.FileDialog.yml 25 KB

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