Terminal.Gui.FileDialog.yml 24 KB

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