Terminal.Gui.OpenDialog.yml 22 KB

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