Terminal.Gui.FileDialog.yml 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778
  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 NStack.ustring[] AllowedFileTypes { get; set; }
  137. return:
  138. type: NStack.ustring[]
  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: NStack.ustring[]
  328. parent: NStack
  329. isExternal: true
  330. name: ustring[]
  331. nameWithType: ustring[]
  332. fullName: NStack.ustring[]
  333. spec.csharp:
  334. - uid: NStack.ustring
  335. name: ustring
  336. nameWithType: ustring
  337. fullName: NStack.ustring
  338. - name: '[]'
  339. nameWithType: '[]'
  340. fullName: '[]'
  341. - uid: Terminal.Gui.FileDialog.AllowsOtherFileTypes
  342. parent: Terminal.Gui.FileDialog
  343. isExternal: false
  344. name: AllowsOtherFileTypes
  345. nameWithType: FileDialog.AllowsOtherFileTypes
  346. fullName: FileDialog.AllowsOtherFileTypes
  347. - uid: System.Boolean
  348. parent: System
  349. isExternal: true
  350. name: Boolean
  351. nameWithType: Boolean
  352. fullName: System.Boolean
  353. - uid: Terminal.Gui.FileDialog.CanCreateDirectories
  354. parent: Terminal.Gui.FileDialog
  355. isExternal: false
  356. name: CanCreateDirectories
  357. nameWithType: FileDialog.CanCreateDirectories
  358. fullName: FileDialog.CanCreateDirectories
  359. - uid: Terminal.Gui.FileDialog.DirectoryPath
  360. parent: Terminal.Gui.FileDialog
  361. isExternal: false
  362. name: DirectoryPath
  363. nameWithType: FileDialog.DirectoryPath
  364. fullName: FileDialog.DirectoryPath
  365. - uid: Terminal.Gui.FileDialog.FilePath
  366. parent: Terminal.Gui.FileDialog
  367. isExternal: false
  368. name: FilePath
  369. nameWithType: FileDialog.FilePath
  370. fullName: FileDialog.FilePath
  371. - uid: Terminal.Gui.FileDialog.IsExtensionHidden
  372. parent: Terminal.Gui.FileDialog
  373. isExternal: false
  374. name: IsExtensionHidden
  375. nameWithType: FileDialog.IsExtensionHidden
  376. fullName: FileDialog.IsExtensionHidden
  377. - uid: Terminal.Gui.FileDialog.Message
  378. parent: Terminal.Gui.FileDialog
  379. isExternal: false
  380. name: Message
  381. nameWithType: FileDialog.Message
  382. fullName: FileDialog.Message
  383. - uid: Terminal.Gui.FileDialog.NameFieldLabel
  384. parent: Terminal.Gui.FileDialog
  385. isExternal: false
  386. name: NameFieldLabel
  387. nameWithType: FileDialog.NameFieldLabel
  388. fullName: FileDialog.NameFieldLabel
  389. - uid: Terminal.Gui.FileDialog.Prompt
  390. parent: Terminal.Gui.FileDialog
  391. isExternal: false
  392. name: Prompt
  393. nameWithType: FileDialog.Prompt
  394. fullName: FileDialog.Prompt
  395. - uid: Terminal.Gui.FileDialog.#ctor*
  396. parent: Terminal.Gui.FileDialog
  397. isExternal: false
  398. name: FileDialog
  399. nameWithType: FileDialog.FileDialog
  400. fullName: FileDialog.FileDialog
  401. - uid: Terminal.Gui.FileDialog.AllowedFileTypes*
  402. parent: Terminal.Gui.FileDialog
  403. isExternal: false
  404. name: AllowedFileTypes
  405. nameWithType: FileDialog.AllowedFileTypes
  406. fullName: FileDialog.AllowedFileTypes
  407. - uid: Terminal.Gui.FileDialog.AllowsOtherFileTypes*
  408. parent: Terminal.Gui.FileDialog
  409. isExternal: false
  410. name: AllowsOtherFileTypes
  411. nameWithType: FileDialog.AllowsOtherFileTypes
  412. fullName: FileDialog.AllowsOtherFileTypes
  413. - uid: Terminal.Gui.FileDialog.CanCreateDirectories*
  414. parent: Terminal.Gui.FileDialog
  415. isExternal: false
  416. name: CanCreateDirectories
  417. nameWithType: FileDialog.CanCreateDirectories
  418. fullName: FileDialog.CanCreateDirectories
  419. - uid: Terminal.Gui.FileDialog.DirectoryPath*
  420. parent: Terminal.Gui.FileDialog
  421. isExternal: false
  422. name: DirectoryPath
  423. nameWithType: FileDialog.DirectoryPath
  424. fullName: FileDialog.DirectoryPath
  425. - uid: Terminal.Gui.FileDialog.FilePath*
  426. parent: Terminal.Gui.FileDialog
  427. isExternal: false
  428. name: FilePath
  429. nameWithType: FileDialog.FilePath
  430. fullName: FileDialog.FilePath
  431. - uid: Terminal.Gui.FileDialog.IsExtensionHidden*
  432. parent: Terminal.Gui.FileDialog
  433. isExternal: false
  434. name: IsExtensionHidden
  435. nameWithType: FileDialog.IsExtensionHidden
  436. fullName: FileDialog.IsExtensionHidden
  437. - uid: Terminal.Gui.FileDialog.Message*
  438. parent: Terminal.Gui.FileDialog
  439. isExternal: false
  440. name: Message
  441. nameWithType: FileDialog.Message
  442. fullName: FileDialog.Message
  443. - uid: Terminal.Gui.FileDialog.NameFieldLabel*
  444. parent: Terminal.Gui.FileDialog
  445. isExternal: false
  446. name: NameFieldLabel
  447. nameWithType: FileDialog.NameFieldLabel
  448. fullName: FileDialog.NameFieldLabel
  449. - uid: Terminal.Gui.FileDialog.Prompt*
  450. parent: Terminal.Gui.FileDialog
  451. isExternal: false
  452. name: Prompt
  453. nameWithType: FileDialog.Prompt
  454. fullName: FileDialog.Prompt
  455. - uid: Terminal.Gui.Toplevel.CanFocus
  456. parent: Terminal.Gui.Toplevel
  457. isExternal: false
  458. name: CanFocus
  459. nameWithType: Toplevel.CanFocus
  460. fullName: Toplevel.CanFocus
  461. - uid: Terminal.Gui.View.HasFocus
  462. parent: Terminal.Gui.View
  463. isExternal: false
  464. name: HasFocus
  465. nameWithType: View.HasFocus
  466. fullName: View.HasFocus
  467. - uid: Terminal.Gui.Window.MouseEvent(Terminal.Gui.MouseEvent)
  468. parent: Terminal.Gui.Window
  469. isExternal: false
  470. name: MouseEvent(MouseEvent)
  471. nameWithType: Window.MouseEvent(MouseEvent)
  472. fullName: Window.MouseEvent(MouseEvent)
  473. - uid: Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
  474. parent: Terminal.Gui.View
  475. isExternal: false
  476. name: ProcessColdKey(KeyEvent)
  477. nameWithType: View.ProcessColdKey(KeyEvent)
  478. fullName: View.ProcessColdKey(KeyEvent)
  479. - uid: Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
  480. parent: Terminal.Gui.View
  481. isExternal: false
  482. name: ProcessHotKey(KeyEvent)
  483. nameWithType: View.ProcessHotKey(KeyEvent)
  484. fullName: View.ProcessHotKey(KeyEvent)
  485. - uid: Terminal.Gui.Dialog.ProcessKey(Terminal.Gui.KeyEvent)
  486. parent: Terminal.Gui.Dialog
  487. isExternal: false
  488. name: ProcessKey(KeyEvent)
  489. nameWithType: Dialog.ProcessKey(KeyEvent)
  490. fullName: Dialog.ProcessKey(KeyEvent)
  491. - uid: Terminal.Gui.Window.Add(Terminal.Gui.View)
  492. parent: Terminal.Gui.Window
  493. isExternal: false
  494. name: Add(View)
  495. nameWithType: Window.Add(View)
  496. fullName: Window.Add(View)
  497. - uid: Terminal.Gui.View.Add(Terminal.Gui.View[])
  498. parent: Terminal.Gui.View
  499. isExternal: false
  500. name: Add(View[])
  501. nameWithType: View.Add(View[])
  502. fullName: View.Add(View[])
  503. - uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
  504. parent: Terminal.Gui.View
  505. isExternal: false
  506. name: AddRune(Int32, Int32, Rune)
  507. nameWithType: View.AddRune(Int32, Int32, Rune)
  508. fullName: View.AddRune(Int32, Int32, Rune)
  509. - uid: Terminal.Gui.View.Bounds
  510. parent: Terminal.Gui.View
  511. isExternal: false
  512. name: Bounds
  513. nameWithType: View.Bounds
  514. fullName: View.Bounds
  515. - uid: Terminal.Gui.View.ChildNeedsDisplay
  516. parent: Terminal.Gui.View
  517. isExternal: false
  518. name: ChildNeedsDisplay()
  519. nameWithType: View.ChildNeedsDisplay()
  520. fullName: View.ChildNeedsDisplay()
  521. - uid: Terminal.Gui.View.Clear
  522. parent: Terminal.Gui.View
  523. isExternal: false
  524. name: Clear()
  525. nameWithType: View.Clear()
  526. fullName: View.Clear()
  527. - uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
  528. parent: Terminal.Gui.View
  529. isExternal: false
  530. name: Clear(Rect)
  531. nameWithType: View.Clear(Rect)
  532. fullName: View.Clear(Rect)
  533. - uid: Terminal.Gui.View.ClearNeedsDisplay
  534. parent: Terminal.Gui.View
  535. isExternal: false
  536. name: ClearNeedsDisplay()
  537. nameWithType: View.ClearNeedsDisplay()
  538. fullName: View.ClearNeedsDisplay()
  539. - uid: Terminal.Gui.View.ClipToBounds
  540. parent: Terminal.Gui.View
  541. isExternal: false
  542. name: ClipToBounds()
  543. nameWithType: View.ClipToBounds()
  544. fullName: View.ClipToBounds()
  545. - uid: Terminal.Gui.View.ColorScheme
  546. parent: Terminal.Gui.View
  547. isExternal: false
  548. name: ColorScheme
  549. nameWithType: View.ColorScheme
  550. fullName: View.ColorScheme
  551. - uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
  552. parent: Terminal.Gui.View
  553. isExternal: false
  554. name: DrawFrame(Rect, Int32, Boolean)
  555. nameWithType: View.DrawFrame(Rect, Int32, Boolean)
  556. fullName: View.DrawFrame(Rect, Int32, Boolean)
  557. - uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
  558. parent: Terminal.Gui.View
  559. isExternal: false
  560. name: DrawHotString(ustring, Boolean, ColorScheme)
  561. nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
  562. fullName: View.DrawHotString(ustring, Boolean, ColorScheme)
  563. - uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
  564. parent: Terminal.Gui.View
  565. isExternal: false
  566. name: DrawHotString(ustring, Attribute, Attribute)
  567. nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
  568. fullName: View.DrawHotString(ustring, Attribute, Attribute)
  569. - uid: Terminal.Gui.View.Driver
  570. parent: Terminal.Gui.View
  571. isExternal: false
  572. name: Driver
  573. nameWithType: View.Driver
  574. fullName: View.Driver
  575. - uid: Terminal.Gui.View.EnsureFocus
  576. parent: Terminal.Gui.View
  577. isExternal: false
  578. name: EnsureFocus()
  579. nameWithType: View.EnsureFocus()
  580. fullName: View.EnsureFocus()
  581. - uid: Terminal.Gui.View.Focused
  582. parent: Terminal.Gui.View
  583. isExternal: false
  584. name: Focused
  585. nameWithType: View.Focused
  586. fullName: View.Focused
  587. - uid: Terminal.Gui.View.FocusFirst
  588. parent: Terminal.Gui.View
  589. isExternal: false
  590. name: FocusFirst()
  591. nameWithType: View.FocusFirst()
  592. fullName: View.FocusFirst()
  593. - uid: Terminal.Gui.View.FocusLast
  594. parent: Terminal.Gui.View
  595. isExternal: false
  596. name: FocusLast()
  597. nameWithType: View.FocusLast()
  598. fullName: View.FocusLast()
  599. - uid: Terminal.Gui.View.FocusNext
  600. parent: Terminal.Gui.View
  601. isExternal: false
  602. name: FocusNext()
  603. nameWithType: View.FocusNext()
  604. fullName: View.FocusNext()
  605. - uid: Terminal.Gui.View.FocusPrev
  606. parent: Terminal.Gui.View
  607. isExternal: false
  608. name: FocusPrev()
  609. nameWithType: View.FocusPrev()
  610. fullName: View.FocusPrev()
  611. - uid: Terminal.Gui.View.Frame
  612. parent: Terminal.Gui.View
  613. isExternal: false
  614. name: Frame
  615. nameWithType: View.Frame
  616. fullName: View.Frame
  617. - uid: Terminal.Gui.Window.GetEnumerator
  618. parent: Terminal.Gui.Window
  619. isExternal: false
  620. name: GetEnumerator()
  621. nameWithType: Window.GetEnumerator()
  622. fullName: Window.GetEnumerator()
  623. - uid: Terminal.Gui.View.Height
  624. parent: Terminal.Gui.View
  625. isExternal: false
  626. name: Height
  627. nameWithType: View.Height
  628. fullName: View.Height
  629. - uid: Terminal.Gui.View.Id
  630. parent: Terminal.Gui.View
  631. isExternal: false
  632. name: Id
  633. nameWithType: View.Id
  634. fullName: View.Id
  635. - uid: Terminal.Gui.View.LayoutStyle
  636. parent: Terminal.Gui.View
  637. isExternal: false
  638. name: LayoutStyle
  639. nameWithType: View.LayoutStyle
  640. fullName: View.LayoutStyle
  641. - uid: Terminal.Gui.Dialog.LayoutSubviews
  642. parent: Terminal.Gui.Dialog
  643. isExternal: false
  644. name: LayoutSubviews()
  645. nameWithType: Dialog.LayoutSubviews()
  646. fullName: Dialog.LayoutSubviews()
  647. - uid: Terminal.Gui.View.MostFocused
  648. parent: Terminal.Gui.View
  649. isExternal: false
  650. name: MostFocused
  651. nameWithType: View.MostFocused
  652. fullName: View.MostFocused
  653. - uid: Terminal.Gui.View.Move(System.Int32,System.Int32)
  654. parent: Terminal.Gui.View
  655. isExternal: false
  656. name: Move(Int32, Int32)
  657. nameWithType: View.Move(Int32, Int32)
  658. fullName: View.Move(Int32, Int32)
  659. - uid: Terminal.Gui.View.PositionCursor
  660. parent: Terminal.Gui.View
  661. isExternal: false
  662. name: PositionCursor()
  663. nameWithType: View.PositionCursor()
  664. fullName: View.PositionCursor()
  665. - uid: Terminal.Gui.Window.Redraw(Terminal.Gui.Rect)
  666. parent: Terminal.Gui.Window
  667. isExternal: false
  668. name: Redraw(Rect)
  669. nameWithType: Window.Redraw(Rect)
  670. fullName: Window.Redraw(Rect)
  671. - uid: Terminal.Gui.Window.Remove(Terminal.Gui.View)
  672. parent: Terminal.Gui.Window
  673. isExternal: false
  674. name: Remove(View)
  675. nameWithType: Window.Remove(View)
  676. fullName: Window.Remove(View)
  677. - uid: Terminal.Gui.View.RemoveAll
  678. parent: Terminal.Gui.View
  679. isExternal: false
  680. name: RemoveAll()
  681. nameWithType: View.RemoveAll()
  682. fullName: View.RemoveAll()
  683. - uid: Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
  684. parent: Terminal.Gui.View
  685. isExternal: false
  686. name: ScreenToView(Int32, Int32)
  687. nameWithType: View.ScreenToView(Int32, Int32)
  688. fullName: View.ScreenToView(Int32, Int32)
  689. - uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
  690. parent: Terminal.Gui.View
  691. isExternal: false
  692. name: SetClip(Rect)
  693. nameWithType: View.SetClip(Rect)
  694. fullName: View.SetClip(Rect)
  695. - uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
  696. parent: Terminal.Gui.View
  697. isExternal: false
  698. name: SetFocus(View)
  699. nameWithType: View.SetFocus(View)
  700. fullName: View.SetFocus(View)
  701. - uid: Terminal.Gui.View.SetNeedsDisplay
  702. parent: Terminal.Gui.View
  703. isExternal: false
  704. name: SetNeedsDisplay()
  705. nameWithType: View.SetNeedsDisplay()
  706. fullName: View.SetNeedsDisplay()
  707. - uid: Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
  708. parent: Terminal.Gui.View
  709. isExternal: false
  710. name: SetNeedsDisplay(Rect)
  711. nameWithType: View.SetNeedsDisplay(Rect)
  712. fullName: View.SetNeedsDisplay(Rect)
  713. - uid: Terminal.Gui.View.Subviews
  714. parent: Terminal.Gui.View
  715. isExternal: false
  716. name: Subviews
  717. nameWithType: View.Subviews
  718. fullName: View.Subviews
  719. - uid: Terminal.Gui.View.SuperView
  720. parent: Terminal.Gui.View
  721. isExternal: false
  722. name: SuperView
  723. nameWithType: View.SuperView
  724. fullName: View.SuperView
  725. - uid: Terminal.Gui.View.ToString
  726. parent: Terminal.Gui.View
  727. isExternal: false
  728. name: ToString()
  729. nameWithType: View.ToString()
  730. fullName: View.ToString()
  731. - uid: Terminal.Gui.View.WantMousePositionReports
  732. parent: Terminal.Gui.View
  733. isExternal: false
  734. name: WantMousePositionReports
  735. nameWithType: View.WantMousePositionReports
  736. fullName: View.WantMousePositionReports
  737. - uid: Terminal.Gui.View.Width
  738. parent: Terminal.Gui.View
  739. isExternal: false
  740. name: Width
  741. nameWithType: View.Width
  742. fullName: View.Width
  743. - uid: Terminal.Gui.View.X
  744. parent: Terminal.Gui.View
  745. isExternal: false
  746. name: X
  747. nameWithType: View.X
  748. fullName: View.X
  749. - uid: Terminal.Gui.View.Y
  750. parent: Terminal.Gui.View
  751. isExternal: false
  752. name: Y
  753. nameWithType: View.Y
  754. fullName: View.Y
  755. - uid: Terminal.Gui.Toplevel.Create
  756. parent: Terminal.Gui.Toplevel
  757. isExternal: false
  758. name: Create()
  759. nameWithType: Toplevel.Create()
  760. fullName: Toplevel.Create()
  761. - uid: Terminal.Gui.Toplevel.Running
  762. parent: Terminal.Gui.Toplevel
  763. isExternal: false
  764. name: Running
  765. nameWithType: Toplevel.Running
  766. fullName: Toplevel.Running
  767. - uid: Terminal.Gui.Window.Title
  768. parent: Terminal.Gui.Window
  769. isExternal: false
  770. name: Title
  771. nameWithType: Window.Title
  772. fullName: Window.Title
  773. - uid: Terminal.Gui.Dialog.AddButton(Terminal.Gui.Button)
  774. parent: Terminal.Gui.Dialog
  775. isExternal: false
  776. name: AddButton(Button)
  777. nameWithType: Dialog.AddButton(Button)
  778. fullName: Dialog.AddButton(Button)