Terminal.Gui.Window.html 63 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305
  1. <!DOCTYPE html>
  2. <!--[if IE]><![endif]-->
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>Class Window
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class Window
  11. ">
  12. <meta name="generator" content="docfx 2.59.4.0">
  13. <link rel="shortcut icon" href="../../favicon.ico">
  14. <link rel="stylesheet" href="../../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../../styles/docfx.css">
  16. <link rel="stylesheet" href="../../styles/main.css">
  17. <link href="https://fonts.googleapis.com/css?family=Source Sans Pro" rel="stylesheet">
  18. <link href="https://fonts.googleapis.com/css?family=Source Code Pro" rel="stylesheet">
  19. <meta property="docfx:navrel" content="../../toc.html">
  20. <meta property="docfx:tocrel" content="toc.html">
  21. <meta property="docfx:rel" content="../../">
  22. </head> <body data-spy="scroll" data-target="#affix" data-offset="120">
  23. <div id="wrapper">
  24. <header>
  25. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  26. <div class="container">
  27. <div class="navbar-header">
  28. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  29. <span class="sr-only">Toggle navigation</span>
  30. <span class="icon-bar"></span>
  31. <span class="icon-bar"></span>
  32. <span class="icon-bar"></span>
  33. </button>
  34. <a class="navbar-brand" href="../../index.html">
  35. <img id="logo" class="svg" src="../../images/logo48.png" alt="">
  36. </a>
  37. </div>
  38. <div class="collapse navbar-collapse" id="navbar">
  39. <form class="navbar-form navbar-right" role="search" id="search">
  40. <div class="form-group">
  41. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  42. </div>
  43. </form>
  44. </div>
  45. </div>
  46. </nav>
  47. <div class="subnav navbar navbar-default">
  48. <div class="container hide-when-search" id="breadcrumb">
  49. <ul class="breadcrumb">
  50. <li></li>
  51. </ul>
  52. </div>
  53. </div>
  54. </header>
  55. <div class="container body-content">
  56. <div id="search-results">
  57. <div class="search-list">Search Results for <span></span></div>
  58. <div class="sr-items">
  59. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  60. </div>
  61. <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
  62. </div>
  63. </div>
  64. <div role="main" class="container body-content hide-when-search">
  65. <div class="sidenav hide-when-search">
  66. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  67. <div class="sidetoggle collapse" id="sidetoggle">
  68. <div id="sidetoc"></div>
  69. </div>
  70. </div>
  71. <div class="article row grid-right">
  72. <div class="col-md-10">
  73. <article class="content wrap" id="_content" data-uid="Terminal.Gui.Window">
  74. <h1 id="Terminal_Gui_Window" data-uid="Terminal.Gui.Window" class="text-break">Class Window
  75. </h1>
  76. <div class="markdown level0 summary">
  77. A <a class="xref" href="Terminal.Gui.Toplevel.html">Toplevel</a> <a class="xref" href="Terminal.Gui.View.html">View</a> that draws a border around its <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Frame">Frame</a> with a <a class="xref" href="Terminal.Gui.Window.html#Terminal_Gui_Window_Title">Title</a> at the top.
  78. </div>
  79. <div class="markdown level0 conceptual"></div>
  80. <div class="inheritance">
  81. <h5>Inheritance</h5>
  82. <div class="level0"><span class="xref">System.Object</span></div>
  83. <div class="level1"><a class="xref" href="Terminal.Gui.Responder.html">Responder</a></div>
  84. <div class="level2"><a class="xref" href="Terminal.Gui.View.html">View</a></div>
  85. <div class="level3"><a class="xref" href="Terminal.Gui.Toplevel.html">Toplevel</a></div>
  86. <div class="level4"><span class="xref">Window</span></div>
  87. <div class="level5"><a class="xref" href="Terminal.Gui.Dialog.html">Dialog</a></div>
  88. </div>
  89. <div class="implements">
  90. <h5>Implements</h5>
  91. <div><span class="xref">System.IDisposable</span></div>
  92. <div><span class="xref">System.ComponentModel.ISupportInitializeNotification</span></div>
  93. <div><span class="xref">System.ComponentModel.ISupportInitialize</span></div>
  94. </div>
  95. <h5 id="Terminal_Gui_Window_remarks"><strong>Remarks</strong></h5>
  96. <div class="markdown level0 remarks">
  97. The &apos;client area&apos; of a <a class="xref" href="Terminal.Gui.Window.html">Window</a> is a rectangle deflated by one or more rows/columns from <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Bounds">Bounds</a>. A this time there is no
  98. API to determine this rectangle.
  99. </div>
  100. <div class="inheritedMembers">
  101. <h5>Inherited Members</h5>
  102. <div>
  103. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_Running">Toplevel.Running</a>
  104. </div>
  105. <div>
  106. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_Loaded">Toplevel.Loaded</a>
  107. </div>
  108. <div>
  109. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_Ready">Toplevel.Ready</a>
  110. </div>
  111. <div>
  112. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_Unloaded">Toplevel.Unloaded</a>
  113. </div>
  114. <div>
  115. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_Activate">Toplevel.Activate</a>
  116. </div>
  117. <div>
  118. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_Deactivate">Toplevel.Deactivate</a>
  119. </div>
  120. <div>
  121. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_ChildClosed">Toplevel.ChildClosed</a>
  122. </div>
  123. <div>
  124. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_AllChildClosed">Toplevel.AllChildClosed</a>
  125. </div>
  126. <div>
  127. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_Closing">Toplevel.Closing</a>
  128. </div>
  129. <div>
  130. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_Closed">Toplevel.Closed</a>
  131. </div>
  132. <div>
  133. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_ChildLoaded">Toplevel.ChildLoaded</a>
  134. </div>
  135. <div>
  136. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_ChildUnloaded">Toplevel.ChildUnloaded</a>
  137. </div>
  138. <div>
  139. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_Resized">Toplevel.Resized</a>
  140. </div>
  141. <div>
  142. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_OnLoaded">Toplevel.OnLoaded()</a>
  143. </div>
  144. <div>
  145. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_AlternateForwardKeyChanged">Toplevel.AlternateForwardKeyChanged</a>
  146. </div>
  147. <div>
  148. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_OnAlternateForwardKeyChanged_Terminal_Gui_Key_">Toplevel.OnAlternateForwardKeyChanged(Key)</a>
  149. </div>
  150. <div>
  151. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_AlternateBackwardKeyChanged">Toplevel.AlternateBackwardKeyChanged</a>
  152. </div>
  153. <div>
  154. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_OnAlternateBackwardKeyChanged_Terminal_Gui_Key_">Toplevel.OnAlternateBackwardKeyChanged(Key)</a>
  155. </div>
  156. <div>
  157. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_QuitKeyChanged">Toplevel.QuitKeyChanged</a>
  158. </div>
  159. <div>
  160. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_OnQuitKeyChanged_Terminal_Gui_Key_">Toplevel.OnQuitKeyChanged(Key)</a>
  161. </div>
  162. <div>
  163. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_Create">Toplevel.Create()</a>
  164. </div>
  165. <div>
  166. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_CanFocus">Toplevel.CanFocus</a>
  167. </div>
  168. <div>
  169. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_Modal">Toplevel.Modal</a>
  170. </div>
  171. <div>
  172. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_MenuBar">Toplevel.MenuBar</a>
  173. </div>
  174. <div>
  175. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_StatusBar">Toplevel.StatusBar</a>
  176. </div>
  177. <div>
  178. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_IsMdiContainer">Toplevel.IsMdiContainer</a>
  179. </div>
  180. <div>
  181. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_IsMdiChild">Toplevel.IsMdiChild</a>
  182. </div>
  183. <div>
  184. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_OnKeyDown_Terminal_Gui_KeyEvent_">Toplevel.OnKeyDown(KeyEvent)</a>
  185. </div>
  186. <div>
  187. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_OnKeyUp_Terminal_Gui_KeyEvent_">Toplevel.OnKeyUp(KeyEvent)</a>
  188. </div>
  189. <div>
  190. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_ProcessKey_Terminal_Gui_KeyEvent_">Toplevel.ProcessKey(KeyEvent)</a>
  191. </div>
  192. <div>
  193. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_ProcessColdKey_Terminal_Gui_KeyEvent_">Toplevel.ProcessColdKey(KeyEvent)</a>
  194. </div>
  195. <div>
  196. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_PositionToplevel_Terminal_Gui_Toplevel_">Toplevel.PositionToplevel(Toplevel)</a>
  197. </div>
  198. <div>
  199. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_MouseEvent_Terminal_Gui_MouseEvent_">Toplevel.MouseEvent(MouseEvent)</a>
  200. </div>
  201. <div>
  202. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_WillPresent">Toplevel.WillPresent()</a>
  203. </div>
  204. <div>
  205. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_MoveNext">Toplevel.MoveNext()</a>
  206. </div>
  207. <div>
  208. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_MovePrevious">Toplevel.MovePrevious()</a>
  209. </div>
  210. <div>
  211. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_RequestStop">Toplevel.RequestStop()</a>
  212. </div>
  213. <div>
  214. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_RequestStop_Terminal_Gui_Toplevel_">Toplevel.RequestStop(Toplevel)</a>
  215. </div>
  216. <div>
  217. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_PositionCursor">Toplevel.PositionCursor()</a>
  218. </div>
  219. <div>
  220. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_GetTopMdiChild_System_Type_System_String___">Toplevel.GetTopMdiChild(Type, String[])</a>
  221. </div>
  222. <div>
  223. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_ShowChild_Terminal_Gui_Toplevel_">Toplevel.ShowChild(Toplevel)</a>
  224. </div>
  225. <div>
  226. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Added">View.Added</a>
  227. </div>
  228. <div>
  229. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Removed">View.Removed</a>
  230. </div>
  231. <div>
  232. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Enter">View.Enter</a>
  233. </div>
  234. <div>
  235. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Leave">View.Leave</a>
  236. </div>
  237. <div>
  238. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_MouseEnter">View.MouseEnter</a>
  239. </div>
  240. <div>
  241. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_MouseLeave">View.MouseLeave</a>
  242. </div>
  243. <div>
  244. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_MouseClick">View.MouseClick</a>
  245. </div>
  246. <div>
  247. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_CanFocusChanged">View.CanFocusChanged</a>
  248. </div>
  249. <div>
  250. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_EnabledChanged">View.EnabledChanged</a>
  251. </div>
  252. <div>
  253. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_VisibleChanged">View.VisibleChanged</a>
  254. </div>
  255. <div>
  256. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_HotKeyChanged">View.HotKeyChanged</a>
  257. </div>
  258. <div>
  259. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_HotKey">View.HotKey</a>
  260. </div>
  261. <div>
  262. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_HotKeySpecifier">View.HotKeySpecifier</a>
  263. </div>
  264. <div>
  265. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Shortcut">View.Shortcut</a>
  266. </div>
  267. <div>
  268. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ShortcutTag">View.ShortcutTag</a>
  269. </div>
  270. <div>
  271. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ShortcutAction">View.ShortcutAction</a>
  272. </div>
  273. <div>
  274. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Data">View.Data</a>
  275. </div>
  276. <div>
  277. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Driver">View.Driver</a>
  278. </div>
  279. <div>
  280. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Subviews">View.Subviews</a>
  281. </div>
  282. <div>
  283. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_TabIndexes">View.TabIndexes</a>
  284. </div>
  285. <div>
  286. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_TabIndex">View.TabIndex</a>
  287. </div>
  288. <div>
  289. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_TabStop">View.TabStop</a>
  290. </div>
  291. <div>
  292. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Id">View.Id</a>
  293. </div>
  294. <div>
  295. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_IsCurrentTop">View.IsCurrentTop</a>
  296. </div>
  297. <div>
  298. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_WantMousePositionReports">View.WantMousePositionReports</a>
  299. </div>
  300. <div>
  301. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_WantContinuousButtonPressed">View.WantContinuousButtonPressed</a>
  302. </div>
  303. <div>
  304. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Frame">View.Frame</a>
  305. </div>
  306. <div>
  307. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_LayoutStyle">View.LayoutStyle</a>
  308. </div>
  309. <div>
  310. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Bounds">View.Bounds</a>
  311. </div>
  312. <div>
  313. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_X">View.X</a>
  314. </div>
  315. <div>
  316. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Y">View.Y</a>
  317. </div>
  318. <div>
  319. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Width">View.Width</a>
  320. </div>
  321. <div>
  322. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Height">View.Height</a>
  323. </div>
  324. <div>
  325. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ForceValidatePosDim">View.ForceValidatePosDim</a>
  326. </div>
  327. <div>
  328. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_GetMinWidthHeight_Terminal_Gui_Size__">View.GetMinWidthHeight(Size)</a>
  329. </div>
  330. <div>
  331. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_SetMinWidthHeight">View.SetMinWidthHeight()</a>
  332. </div>
  333. <div>
  334. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_TextFormatter">View.TextFormatter</a>
  335. </div>
  336. <div>
  337. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_SuperView">View.SuperView</a>
  338. </div>
  339. <div>
  340. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_UpdateTextFormatterText">View.UpdateTextFormatterText()</a>
  341. </div>
  342. <div>
  343. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ProcessResizeView">View.ProcessResizeView()</a>
  344. </div>
  345. <div>
  346. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_SetNeedsDisplay">View.SetNeedsDisplay()</a>
  347. </div>
  348. <div>
  349. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ClearLayoutNeeded">View.ClearLayoutNeeded()</a>
  350. </div>
  351. <div>
  352. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_SetNeedsDisplay_Terminal_Gui_Rect_">View.SetNeedsDisplay(Rect)</a>
  353. </div>
  354. <div>
  355. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_SetChildNeedsDisplay">View.SetChildNeedsDisplay()</a>
  356. </div>
  357. <div>
  358. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Add_Terminal_Gui_View___">View.Add(View[])</a>
  359. </div>
  360. <div>
  361. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_BringSubviewToFront_Terminal_Gui_View_">View.BringSubviewToFront(View)</a>
  362. </div>
  363. <div>
  364. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_SendSubviewToBack_Terminal_Gui_View_">View.SendSubviewToBack(View)</a>
  365. </div>
  366. <div>
  367. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_SendSubviewBackwards_Terminal_Gui_View_">View.SendSubviewBackwards(View)</a>
  368. </div>
  369. <div>
  370. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_BringSubviewForward_Terminal_Gui_View_">View.BringSubviewForward(View)</a>
  371. </div>
  372. <div>
  373. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Clear">View.Clear()</a>
  374. </div>
  375. <div>
  376. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Clear_Terminal_Gui_Rect_">View.Clear(Rect)</a>
  377. </div>
  378. <div>
  379. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ScreenToView_System_Int32_System_Int32_">View.ScreenToView(Int32, Int32)</a>
  380. </div>
  381. <div>
  382. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ClipToBounds">View.ClipToBounds()</a>
  383. </div>
  384. <div>
  385. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_SetClip_Terminal_Gui_Rect_">View.SetClip(Rect)</a>
  386. </div>
  387. <div>
  388. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_DrawFrame_Terminal_Gui_Rect_System_Int32_System_Boolean_">View.DrawFrame(Rect, Int32, Boolean)</a>
  389. </div>
  390. <div>
  391. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_DrawHotString_NStack_ustring_Terminal_Gui_Attribute_Terminal_Gui_Attribute_">View.DrawHotString(ustring, Attribute, Attribute)</a>
  392. </div>
  393. <div>
  394. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_DrawHotString_NStack_ustring_System_Boolean_Terminal_Gui_ColorScheme_">View.DrawHotString(ustring, Boolean, ColorScheme)</a>
  395. </div>
  396. <div>
  397. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Move_System_Int32_System_Int32_System_Boolean_">View.Move(Int32, Int32, Boolean)</a>
  398. </div>
  399. <div>
  400. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_HasFocus">View.HasFocus</a>
  401. </div>
  402. <div>
  403. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_OnAdded_Terminal_Gui_View_">View.OnAdded(View)</a>
  404. </div>
  405. <div>
  406. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_OnRemoved_Terminal_Gui_View_">View.OnRemoved(View)</a>
  407. </div>
  408. <div>
  409. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_OnEnter_Terminal_Gui_View_">View.OnEnter(View)</a>
  410. </div>
  411. <div>
  412. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_OnLeave_Terminal_Gui_View_">View.OnLeave(View)</a>
  413. </div>
  414. <div>
  415. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Focused">View.Focused</a>
  416. </div>
  417. <div>
  418. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_MostFocused">View.MostFocused</a>
  419. </div>
  420. <div>
  421. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ColorScheme">View.ColorScheme</a>
  422. </div>
  423. <div>
  424. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_AddRune_System_Int32_System_Int32_System_Rune_">View.AddRune(Int32, Int32, Rune)</a>
  425. </div>
  426. <div>
  427. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ClearNeedsDisplay">View.ClearNeedsDisplay()</a>
  428. </div>
  429. <div>
  430. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_DrawContent">View.DrawContent</a>
  431. </div>
  432. <div>
  433. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_OnDrawContent_Terminal_Gui_Rect_">View.OnDrawContent(Rect)</a>
  434. </div>
  435. <div>
  436. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_DrawContentComplete">View.DrawContentComplete</a>
  437. </div>
  438. <div>
  439. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_OnDrawContentComplete_Terminal_Gui_Rect_">View.OnDrawContentComplete(Rect)</a>
  440. </div>
  441. <div>
  442. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_SetFocus">View.SetFocus()</a>
  443. </div>
  444. <div>
  445. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_KeyPress">View.KeyPress</a>
  446. </div>
  447. <div>
  448. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_InvokeKeybindings_Terminal_Gui_KeyEvent_">View.InvokeKeybindings(KeyEvent)</a>
  449. </div>
  450. <div>
  451. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_AddKeyBinding_Terminal_Gui_Key_Terminal_Gui_Command___">View.AddKeyBinding(Key, Command[])</a>
  452. </div>
  453. <div>
  454. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ReplaceKeyBinding_Terminal_Gui_Key_Terminal_Gui_Key_">View.ReplaceKeyBinding(Key, Key)</a>
  455. </div>
  456. <div>
  457. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ContainsKeyBinding_Terminal_Gui_Key_">View.ContainsKeyBinding(Key)</a>
  458. </div>
  459. <div>
  460. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ClearKeybindings">View.ClearKeybindings()</a>
  461. </div>
  462. <div>
  463. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ClearKeybinding_Terminal_Gui_Key_">View.ClearKeybinding(Key)</a>
  464. </div>
  465. <div>
  466. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ClearKeybinding_Terminal_Gui_Command___">View.ClearKeybinding(Command[])</a>
  467. </div>
  468. <div>
  469. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_AddCommand_Terminal_Gui_Command_System_Func_System_Nullable_System_Boolean___">View.AddCommand(Command, Func&lt;Nullable&lt;Boolean&gt;&gt;)</a>
  470. </div>
  471. <div>
  472. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_GetSupportedCommands">View.GetSupportedCommands()</a>
  473. </div>
  474. <div>
  475. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_GetKeyFromCommand_Terminal_Gui_Command___">View.GetKeyFromCommand(Command[])</a>
  476. </div>
  477. <div>
  478. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ProcessHotKey_Terminal_Gui_KeyEvent_">View.ProcessHotKey(KeyEvent)</a>
  479. </div>
  480. <div>
  481. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_KeyDown">View.KeyDown</a>
  482. </div>
  483. <div>
  484. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_KeyUp">View.KeyUp</a>
  485. </div>
  486. <div>
  487. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_EnsureFocus">View.EnsureFocus()</a>
  488. </div>
  489. <div>
  490. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_FocusFirst">View.FocusFirst()</a>
  491. </div>
  492. <div>
  493. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_FocusLast">View.FocusLast()</a>
  494. </div>
  495. <div>
  496. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_FocusPrev">View.FocusPrev()</a>
  497. </div>
  498. <div>
  499. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_FocusNext">View.FocusNext()</a>
  500. </div>
  501. <div>
  502. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_LayoutStarted">View.LayoutStarted</a>
  503. </div>
  504. <div>
  505. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_LayoutComplete">View.LayoutComplete</a>
  506. </div>
  507. <div>
  508. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Initialized">View.Initialized</a>
  509. </div>
  510. <div>
  511. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_LayoutSubviews">View.LayoutSubviews()</a>
  512. </div>
  513. <div>
  514. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_AutoSize">View.AutoSize</a>
  515. </div>
  516. <div>
  517. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_PreserveTrailingSpaces">View.PreserveTrailingSpaces</a>
  518. </div>
  519. <div>
  520. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_VerticalTextAlignment">View.VerticalTextAlignment</a>
  521. </div>
  522. <div>
  523. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_TextDirection">View.TextDirection</a>
  524. </div>
  525. <div>
  526. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_IsInitialized">View.IsInitialized</a>
  527. </div>
  528. <div>
  529. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_IsAdded">View.IsAdded</a>
  530. </div>
  531. <div>
  532. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Enabled">View.Enabled</a>
  533. </div>
  534. <div>
  535. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Visible">View.Visible</a>
  536. </div>
  537. <div>
  538. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ToString">View.ToString()</a>
  539. </div>
  540. <div>
  541. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_GetAutoSize">View.GetAutoSize()</a>
  542. </div>
  543. <div>
  544. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_GetHotKeySpecifierLength_System_Boolean_">View.GetHotKeySpecifierLength(Boolean)</a>
  545. </div>
  546. <div>
  547. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_GetTextFormatterBoundsSize">View.GetTextFormatterBoundsSize()</a>
  548. </div>
  549. <div>
  550. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_GetBoundsTextFormatterSize">View.GetBoundsTextFormatterSize()</a>
  551. </div>
  552. <div>
  553. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_OnMouseEnter_Terminal_Gui_MouseEvent_">View.OnMouseEnter(MouseEvent)</a>
  554. </div>
  555. <div>
  556. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_OnMouseLeave_Terminal_Gui_MouseEvent_">View.OnMouseLeave(MouseEvent)</a>
  557. </div>
  558. <div>
  559. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_OnMouseEvent_Terminal_Gui_MouseEvent_">View.OnMouseEvent(MouseEvent)</a>
  560. </div>
  561. <div>
  562. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_OnMouseClick_Terminal_Gui_View_MouseEventArgs_">View.OnMouseClick(View.MouseEventArgs)</a>
  563. </div>
  564. <div>
  565. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_OnEnabledChanged">View.OnEnabledChanged()</a>
  566. </div>
  567. <div>
  568. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_OnVisibleChanged">View.OnVisibleChanged()</a>
  569. </div>
  570. <div>
  571. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Dispose_System_Boolean_">View.Dispose(Boolean)</a>
  572. </div>
  573. <div>
  574. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_BeginInit">View.BeginInit()</a>
  575. </div>
  576. <div>
  577. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_EndInit">View.EndInit()</a>
  578. </div>
  579. <div>
  580. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_SetWidth_System_Int32_System_Int32__">View.SetWidth(Int32, Int32)</a>
  581. </div>
  582. <div>
  583. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_SetHeight_System_Int32_System_Int32__">View.SetHeight(Int32, Int32)</a>
  584. </div>
  585. <div>
  586. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_GetCurrentWidth_System_Int32__">View.GetCurrentWidth(Int32)</a>
  587. </div>
  588. <div>
  589. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_GetCurrentHeight_System_Int32__">View.GetCurrentHeight(Int32)</a>
  590. </div>
  591. <div>
  592. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_GetNormalColor">View.GetNormalColor()</a>
  593. </div>
  594. <div>
  595. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_GetTopSuperView">View.GetTopSuperView()</a>
  596. </div>
  597. <div>
  598. <a class="xref" href="Terminal.Gui.Responder.html#Terminal_Gui_Responder_Dispose">Responder.Dispose()</a>
  599. </div>
  600. <div>
  601. <span class="xref">System.Object.Equals(System.Object)</span>
  602. </div>
  603. <div>
  604. <span class="xref">System.Object.Equals(System.Object, System.Object)</span>
  605. </div>
  606. <div>
  607. <span class="xref">System.Object.GetHashCode()</span>
  608. </div>
  609. <div>
  610. <span class="xref">System.Object.GetType()</span>
  611. </div>
  612. <div>
  613. <span class="xref">System.Object.MemberwiseClone()</span>
  614. </div>
  615. <div>
  616. <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
  617. </div>
  618. </div>
  619. <h6><strong>Namespace</strong>: <a class="xref" href="Terminal.Gui.html">Terminal.Gui</a></h6>
  620. <h6><strong>Assembly</strong>: Terminal.Gui.dll</h6>
  621. <h5 id="Terminal_Gui_Window_syntax">Syntax</h5>
  622. <div class="codewrapper">
  623. <pre><code class="lang-csharp hljs">public class Window : Toplevel, IDisposable, ISupportInitializeNotification, ISupportInitialize</code></pre>
  624. </div>
  625. <h3 id="constructors">Constructors
  626. </h3>
  627. <span class="small pull-right mobile-hide">
  628. <span class="divider">|</span>
  629. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Window__ctor.md&amp;value=---%0Auid%3A%20Terminal.Gui.Window.%23ctor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  630. </span>
  631. <span class="small pull-right mobile-hide">
  632. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Window.cs/#L138">View Source</a>
  633. </span>
  634. <a id="Terminal_Gui_Window__ctor_" data-uid="Terminal.Gui.Window.#ctor*"></a>
  635. <h4 id="Terminal_Gui_Window__ctor" data-uid="Terminal.Gui.Window.#ctor">Window()</h4>
  636. <div class="markdown level1 summary">
  637. Initializes a new instance of the <a class="xref" href="Terminal.Gui.Window.html">Window</a> class using <a class="xref" href="Terminal.Gui.LayoutStyle.html#Terminal_Gui_LayoutStyle_Computed">Computed</a> positioning.
  638. </div>
  639. <div class="markdown level1 conceptual"></div>
  640. <h5 class="decalaration">Declaration</h5>
  641. <div class="codewrapper">
  642. <pre><code class="lang-csharp hljs">public Window()</code></pre>
  643. </div>
  644. <span class="small pull-right mobile-hide">
  645. <span class="divider">|</span>
  646. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Window__ctor_NStack_ustring_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Window.%23ctor(NStack.ustring)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  647. </span>
  648. <span class="small pull-right mobile-hide">
  649. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Window.cs/#L131">View Source</a>
  650. </span>
  651. <a id="Terminal_Gui_Window__ctor_" data-uid="Terminal.Gui.Window.#ctor*"></a>
  652. <h4 id="Terminal_Gui_Window__ctor_NStack_ustring_" data-uid="Terminal.Gui.Window.#ctor(NStack.ustring)">Window(ustring)</h4>
  653. <div class="markdown level1 summary">
  654. Initializes a new instance of the <a class="xref" href="Terminal.Gui.Window.html">Window</a> class with an optional title using <a class="xref" href="Terminal.Gui.LayoutStyle.html#Terminal_Gui_LayoutStyle_Computed">Computed</a> positioning.
  655. </div>
  656. <div class="markdown level1 conceptual"></div>
  657. <h5 class="decalaration">Declaration</h5>
  658. <div class="codewrapper">
  659. <pre><code class="lang-csharp hljs">public Window(ustring title = null)</code></pre>
  660. </div>
  661. <h5 class="parameters">Parameters</h5>
  662. <table class="table table-bordered table-striped table-condensed">
  663. <thead>
  664. <tr>
  665. <th>Type</th>
  666. <th>Name</th>
  667. <th>Description</th>
  668. </tr>
  669. </thead>
  670. <tbody>
  671. <tr>
  672. <td><span class="xref">NStack.ustring</span></td>
  673. <td><span class="parametername">title</span></td>
  674. <td>Title.</td>
  675. </tr>
  676. </tbody>
  677. </table>
  678. <span class="small pull-right mobile-hide">
  679. <span class="divider">|</span>
  680. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Window__ctor_NStack_ustring_System_Int32_Terminal_Gui_Border_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Window.%23ctor(NStack.ustring%2CSystem.Int32%2CTerminal.Gui.Border)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  681. </span>
  682. <span class="small pull-right mobile-hide">
  683. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Window.cs/#L168">View Source</a>
  684. </span>
  685. <a id="Terminal_Gui_Window__ctor_" data-uid="Terminal.Gui.Window.#ctor*"></a>
  686. <h4 id="Terminal_Gui_Window__ctor_NStack_ustring_System_Int32_Terminal_Gui_Border_" data-uid="Terminal.Gui.Window.#ctor(NStack.ustring,System.Int32,Terminal.Gui.Border)">Window(ustring, Int32, Border)</h4>
  687. <div class="markdown level1 summary">
  688. Initializes a new instance of the <a class="xref" href="Terminal.Gui.Window.html">Window</a> using <a class="xref" href="Terminal.Gui.LayoutStyle.html#Terminal_Gui_LayoutStyle_Computed">Computed</a> positioning,
  689. and an optional title.
  690. </div>
  691. <div class="markdown level1 conceptual"></div>
  692. <h5 class="decalaration">Declaration</h5>
  693. <div class="codewrapper">
  694. <pre><code class="lang-csharp hljs">public Window(ustring title = null, int padding = 0, Border border = null)</code></pre>
  695. </div>
  696. <h5 class="parameters">Parameters</h5>
  697. <table class="table table-bordered table-striped table-condensed">
  698. <thead>
  699. <tr>
  700. <th>Type</th>
  701. <th>Name</th>
  702. <th>Description</th>
  703. </tr>
  704. </thead>
  705. <tbody>
  706. <tr>
  707. <td><span class="xref">NStack.ustring</span></td>
  708. <td><span class="parametername">title</span></td>
  709. <td>Title.</td>
  710. </tr>
  711. <tr>
  712. <td><span class="xref">System.Int32</span></td>
  713. <td><span class="parametername">padding</span></td>
  714. <td>Number of characters to use for padding of the drawn frame.</td>
  715. </tr>
  716. <tr>
  717. <td><a class="xref" href="Terminal.Gui.Border.html">Border</a></td>
  718. <td><span class="parametername">border</span></td>
  719. <td>The <a class="xref" href="Terminal.Gui.Window.html#Terminal_Gui_Window_Border">Border</a>.</td>
  720. </tr>
  721. </tbody>
  722. </table>
  723. <span class="small pull-right mobile-hide">
  724. <span class="divider">|</span>
  725. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Window__ctor_Terminal_Gui_Rect_NStack_ustring_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Window.%23ctor(Terminal.Gui.Rect%2CNStack.ustring)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  726. </span>
  727. <span class="small pull-right mobile-hide">
  728. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Window.cs/#L119">View Source</a>
  729. </span>
  730. <a id="Terminal_Gui_Window__ctor_" data-uid="Terminal.Gui.Window.#ctor*"></a>
  731. <h4 id="Terminal_Gui_Window__ctor_Terminal_Gui_Rect_NStack_ustring_" data-uid="Terminal.Gui.Window.#ctor(Terminal.Gui.Rect,NStack.ustring)">Window(Rect, ustring)</h4>
  732. <div class="markdown level1 summary">
  733. Initializes a new instance of the <a class="xref" href="Terminal.Gui.Window.html">Window</a> class with an optional title using <a class="xref" href="Terminal.Gui.LayoutStyle.html#Terminal_Gui_LayoutStyle_Absolute">Absolute</a> positioning.
  734. </div>
  735. <div class="markdown level1 conceptual"></div>
  736. <h5 class="decalaration">Declaration</h5>
  737. <div class="codewrapper">
  738. <pre><code class="lang-csharp hljs">public Window(Rect frame, ustring title = null)</code></pre>
  739. </div>
  740. <h5 class="parameters">Parameters</h5>
  741. <table class="table table-bordered table-striped table-condensed">
  742. <thead>
  743. <tr>
  744. <th>Type</th>
  745. <th>Name</th>
  746. <th>Description</th>
  747. </tr>
  748. </thead>
  749. <tbody>
  750. <tr>
  751. <td><a class="xref" href="Terminal.Gui.Rect.html">Rect</a></td>
  752. <td><span class="parametername">frame</span></td>
  753. <td>Superview-relative rectangle specifying the location and size</td>
  754. </tr>
  755. <tr>
  756. <td><span class="xref">NStack.ustring</span></td>
  757. <td><span class="parametername">title</span></td>
  758. <td>Title</td>
  759. </tr>
  760. </tbody>
  761. </table>
  762. <span class="small pull-right mobile-hide">
  763. <span class="divider">|</span>
  764. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Window__ctor_Terminal_Gui_Rect_NStack_ustring_System_Int32_Terminal_Gui_Border_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Window.%23ctor(Terminal.Gui.Rect%2CNStack.ustring%2CSystem.Int32%2CTerminal.Gui.Border)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  765. </span>
  766. <span class="small pull-right mobile-hide">
  767. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Window.cs/#L152">View Source</a>
  768. </span>
  769. <a id="Terminal_Gui_Window__ctor_" data-uid="Terminal.Gui.Window.#ctor*"></a>
  770. <h4 id="Terminal_Gui_Window__ctor_Terminal_Gui_Rect_NStack_ustring_System_Int32_Terminal_Gui_Border_" data-uid="Terminal.Gui.Window.#ctor(Terminal.Gui.Rect,NStack.ustring,System.Int32,Terminal.Gui.Border)">Window(Rect, ustring, Int32, Border)</h4>
  771. <div class="markdown level1 summary">
  772. Initializes a new instance of the <a class="xref" href="Terminal.Gui.Window.html">Window</a> using <a class="xref" href="Terminal.Gui.LayoutStyle.html#Terminal_Gui_LayoutStyle_Absolute">Absolute</a> positioning with the specified frame for its location, with the specified frame padding,
  773. and an optional title.
  774. </div>
  775. <div class="markdown level1 conceptual"></div>
  776. <h5 class="decalaration">Declaration</h5>
  777. <div class="codewrapper">
  778. <pre><code class="lang-csharp hljs">public Window(Rect frame, ustring title = null, int padding = 0, Border border = null)</code></pre>
  779. </div>
  780. <h5 class="parameters">Parameters</h5>
  781. <table class="table table-bordered table-striped table-condensed">
  782. <thead>
  783. <tr>
  784. <th>Type</th>
  785. <th>Name</th>
  786. <th>Description</th>
  787. </tr>
  788. </thead>
  789. <tbody>
  790. <tr>
  791. <td><a class="xref" href="Terminal.Gui.Rect.html">Rect</a></td>
  792. <td><span class="parametername">frame</span></td>
  793. <td>Superview-relative rectangle specifying the location and size</td>
  794. </tr>
  795. <tr>
  796. <td><span class="xref">NStack.ustring</span></td>
  797. <td><span class="parametername">title</span></td>
  798. <td>Title</td>
  799. </tr>
  800. <tr>
  801. <td><span class="xref">System.Int32</span></td>
  802. <td><span class="parametername">padding</span></td>
  803. <td>Number of characters to use for padding of the drawn frame.</td>
  804. </tr>
  805. <tr>
  806. <td><a class="xref" href="Terminal.Gui.Border.html">Border</a></td>
  807. <td><span class="parametername">border</span></td>
  808. <td>The <a class="xref" href="Terminal.Gui.Window.html#Terminal_Gui_Window_Border">Border</a>.</td>
  809. </tr>
  810. </tbody>
  811. </table>
  812. <h3 id="properties">Properties
  813. </h3>
  814. <span class="small pull-right mobile-hide">
  815. <span class="divider">|</span>
  816. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Window_Border.md&amp;value=---%0Auid%3A%20Terminal.Gui.Window.Border%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  817. </span>
  818. <span class="small pull-right mobile-hide">
  819. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Window.cs/#L45">View Source</a>
  820. </span>
  821. <a id="Terminal_Gui_Window_Border_" data-uid="Terminal.Gui.Window.Border*"></a>
  822. <h4 id="Terminal_Gui_Window_Border" data-uid="Terminal.Gui.Window.Border">Border</h4>
  823. <div class="markdown level1 summary"></div>
  824. <div class="markdown level1 conceptual"></div>
  825. <h5 class="decalaration">Declaration</h5>
  826. <div class="codewrapper">
  827. <pre><code class="lang-csharp hljs">public override Border Border { get; set; }</code></pre>
  828. </div>
  829. <h5 class="propertyValue">Property Value</h5>
  830. <table class="table table-bordered table-striped table-condensed">
  831. <thead>
  832. <tr>
  833. <th>Type</th>
  834. <th>Description</th>
  835. </tr>
  836. </thead>
  837. <tbody>
  838. <tr>
  839. <td><a class="xref" href="Terminal.Gui.Border.html">Border</a></td>
  840. <td></td>
  841. </tr>
  842. </tbody>
  843. </table>
  844. <h5 class="overrides">Overrides</h5>
  845. <div><a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Border">View.Border</a></div>
  846. <span class="small pull-right mobile-hide">
  847. <span class="divider">|</span>
  848. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Window_Text.md&amp;value=---%0Auid%3A%20Terminal.Gui.Window.Text%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  849. </span>
  850. <span class="small pull-right mobile-hide">
  851. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Window.cs/#L326">View Source</a>
  852. </span>
  853. <a id="Terminal_Gui_Window_Text_" data-uid="Terminal.Gui.Window.Text*"></a>
  854. <h4 id="Terminal_Gui_Window_Text" data-uid="Terminal.Gui.Window.Text">Text</h4>
  855. <div class="markdown level1 summary">
  856. The text displayed by the <a class="xref" href="Terminal.Gui.Label.html">Label</a>.
  857. </div>
  858. <div class="markdown level1 conceptual"></div>
  859. <h5 class="decalaration">Declaration</h5>
  860. <div class="codewrapper">
  861. <pre><code class="lang-csharp hljs">public override ustring Text { get; set; }</code></pre>
  862. </div>
  863. <h5 class="propertyValue">Property Value</h5>
  864. <table class="table table-bordered table-striped table-condensed">
  865. <thead>
  866. <tr>
  867. <th>Type</th>
  868. <th>Description</th>
  869. </tr>
  870. </thead>
  871. <tbody>
  872. <tr>
  873. <td><span class="xref">NStack.ustring</span></td>
  874. <td></td>
  875. </tr>
  876. </tbody>
  877. </table>
  878. <h5 class="overrides">Overrides</h5>
  879. <div><a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Text">View.Text</a></div>
  880. <span class="small pull-right mobile-hide">
  881. <span class="divider">|</span>
  882. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Window_TextAlignment.md&amp;value=---%0Auid%3A%20Terminal.Gui.Window.TextAlignment%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  883. </span>
  884. <span class="small pull-right mobile-hide">
  885. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Window.cs/#L340">View Source</a>
  886. </span>
  887. <a id="Terminal_Gui_Window_TextAlignment_" data-uid="Terminal.Gui.Window.TextAlignment*"></a>
  888. <h4 id="Terminal_Gui_Window_TextAlignment" data-uid="Terminal.Gui.Window.TextAlignment">TextAlignment</h4>
  889. <div class="markdown level1 summary">
  890. Controls the text-alignment property of the label, changing it will redisplay the <a class="xref" href="Terminal.Gui.Label.html">Label</a>.
  891. </div>
  892. <div class="markdown level1 conceptual"></div>
  893. <h5 class="decalaration">Declaration</h5>
  894. <div class="codewrapper">
  895. <pre><code class="lang-csharp hljs">public override TextAlignment TextAlignment { get; set; }</code></pre>
  896. </div>
  897. <h5 class="propertyValue">Property Value</h5>
  898. <table class="table table-bordered table-striped table-condensed">
  899. <thead>
  900. <tr>
  901. <th>Type</th>
  902. <th>Description</th>
  903. </tr>
  904. </thead>
  905. <tbody>
  906. <tr>
  907. <td><a class="xref" href="Terminal.Gui.TextAlignment.html">TextAlignment</a></td>
  908. <td>The text alignment.</td>
  909. </tr>
  910. </tbody>
  911. </table>
  912. <h5 class="overrides">Overrides</h5>
  913. <div><a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_TextAlignment">View.TextAlignment</a></div>
  914. <span class="small pull-right mobile-hide">
  915. <span class="divider">|</span>
  916. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Window_Title.md&amp;value=---%0Auid%3A%20Terminal.Gui.Window.Title%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  917. </span>
  918. <span class="small pull-right mobile-hide">
  919. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Window.cs/#L32">View Source</a>
  920. </span>
  921. <a id="Terminal_Gui_Window_Title_" data-uid="Terminal.Gui.Window.Title*"></a>
  922. <h4 id="Terminal_Gui_Window_Title" data-uid="Terminal.Gui.Window.Title">Title</h4>
  923. <div class="markdown level1 summary">
  924. The title to be displayed for this window.
  925. </div>
  926. <div class="markdown level1 conceptual"></div>
  927. <h5 class="decalaration">Declaration</h5>
  928. <div class="codewrapper">
  929. <pre><code class="lang-csharp hljs">public ustring Title { get; set; }</code></pre>
  930. </div>
  931. <h5 class="propertyValue">Property Value</h5>
  932. <table class="table table-bordered table-striped table-condensed">
  933. <thead>
  934. <tr>
  935. <th>Type</th>
  936. <th>Description</th>
  937. </tr>
  938. </thead>
  939. <tbody>
  940. <tr>
  941. <td><span class="xref">NStack.ustring</span></td>
  942. <td>The title</td>
  943. </tr>
  944. </tbody>
  945. </table>
  946. <h3 id="methods">Methods
  947. </h3>
  948. <span class="small pull-right mobile-hide">
  949. <span class="divider">|</span>
  950. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Window_Add_Terminal_Gui_View_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Window.Add(Terminal.Gui.View)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  951. </span>
  952. <span class="small pull-right mobile-hide">
  953. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Window.cs/#L240">View Source</a>
  954. </span>
  955. <a id="Terminal_Gui_Window_Add_" data-uid="Terminal.Gui.Window.Add*"></a>
  956. <h4 id="Terminal_Gui_Window_Add_Terminal_Gui_View_" data-uid="Terminal.Gui.Window.Add(Terminal.Gui.View)">Add(View)</h4>
  957. <div class="markdown level1 summary"></div>
  958. <div class="markdown level1 conceptual"></div>
  959. <h5 class="decalaration">Declaration</h5>
  960. <div class="codewrapper">
  961. <pre><code class="lang-csharp hljs">public override void Add(View view)</code></pre>
  962. </div>
  963. <h5 class="parameters">Parameters</h5>
  964. <table class="table table-bordered table-striped table-condensed">
  965. <thead>
  966. <tr>
  967. <th>Type</th>
  968. <th>Name</th>
  969. <th>Description</th>
  970. </tr>
  971. </thead>
  972. <tbody>
  973. <tr>
  974. <td><a class="xref" href="Terminal.Gui.View.html">View</a></td>
  975. <td><span class="parametername">view</span></td>
  976. <td></td>
  977. </tr>
  978. </tbody>
  979. </table>
  980. <h5 class="overrides">Overrides</h5>
  981. <div><a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_Add_Terminal_Gui_View_">Toplevel.Add(View)</a></div>
  982. <span class="small pull-right mobile-hide">
  983. <span class="divider">|</span>
  984. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Window_OnCanFocusChanged.md&amp;value=---%0Auid%3A%20Terminal.Gui.Window.OnCanFocusChanged%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  985. </span>
  986. <span class="small pull-right mobile-hide">
  987. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Window.cs/#L315">View Source</a>
  988. </span>
  989. <a id="Terminal_Gui_Window_OnCanFocusChanged_" data-uid="Terminal.Gui.Window.OnCanFocusChanged*"></a>
  990. <h4 id="Terminal_Gui_Window_OnCanFocusChanged" data-uid="Terminal.Gui.Window.OnCanFocusChanged">OnCanFocusChanged()</h4>
  991. <div class="markdown level1 summary"></div>
  992. <div class="markdown level1 conceptual"></div>
  993. <h5 class="decalaration">Declaration</h5>
  994. <div class="codewrapper">
  995. <pre><code class="lang-csharp hljs">public override void OnCanFocusChanged()</code></pre>
  996. </div>
  997. <h5 class="overrides">Overrides</h5>
  998. <div><a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_OnCanFocusChanged">View.OnCanFocusChanged()</a></div>
  999. <span class="small pull-right mobile-hide">
  1000. <span class="divider">|</span>
  1001. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Window_OnTitleChanged_NStack_ustring_NStack_ustring_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Window.OnTitleChanged(NStack.ustring%2CNStack.ustring)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1002. </span>
  1003. <span class="small pull-right mobile-hide">
  1004. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Window.cs/#L401">View Source</a>
  1005. </span>
  1006. <a id="Terminal_Gui_Window_OnTitleChanged_" data-uid="Terminal.Gui.Window.OnTitleChanged*"></a>
  1007. <h4 id="Terminal_Gui_Window_OnTitleChanged_NStack_ustring_NStack_ustring_" data-uid="Terminal.Gui.Window.OnTitleChanged(NStack.ustring,NStack.ustring)">OnTitleChanged(ustring, ustring)</h4>
  1008. <div class="markdown level1 summary">
  1009. Called when the <a class="xref" href="Terminal.Gui.Window.html#Terminal_Gui_Window_Title">Title</a> has been changed. Invokes the <a class="xref" href="Terminal.Gui.Window.html#Terminal_Gui_Window_TitleChanged">TitleChanged</a> event.
  1010. </div>
  1011. <div class="markdown level1 conceptual"></div>
  1012. <h5 class="decalaration">Declaration</h5>
  1013. <div class="codewrapper">
  1014. <pre><code class="lang-csharp hljs">public virtual void OnTitleChanged(ustring oldTitle, ustring newTitle)</code></pre>
  1015. </div>
  1016. <h5 class="parameters">Parameters</h5>
  1017. <table class="table table-bordered table-striped table-condensed">
  1018. <thead>
  1019. <tr>
  1020. <th>Type</th>
  1021. <th>Name</th>
  1022. <th>Description</th>
  1023. </tr>
  1024. </thead>
  1025. <tbody>
  1026. <tr>
  1027. <td><span class="xref">NStack.ustring</span></td>
  1028. <td><span class="parametername">oldTitle</span></td>
  1029. <td>The <a class="xref" href="Terminal.Gui.Window.html#Terminal_Gui_Window_Title">Title</a> that is/has been replaced.</td>
  1030. </tr>
  1031. <tr>
  1032. <td><span class="xref">NStack.ustring</span></td>
  1033. <td><span class="parametername">newTitle</span></td>
  1034. <td>The new <a class="xref" href="Terminal.Gui.Window.html#Terminal_Gui_Window_Title">Title</a> to be replaced.</td>
  1035. </tr>
  1036. </tbody>
  1037. </table>
  1038. <span class="small pull-right mobile-hide">
  1039. <span class="divider">|</span>
  1040. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Window_OnTitleChanging_NStack_ustring_NStack_ustring_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Window.OnTitleChanging(NStack.ustring%2CNStack.ustring)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1041. </span>
  1042. <span class="small pull-right mobile-hide">
  1043. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Window.cs/#L383">View Source</a>
  1044. </span>
  1045. <a id="Terminal_Gui_Window_OnTitleChanging_" data-uid="Terminal.Gui.Window.OnTitleChanging*"></a>
  1046. <h4 id="Terminal_Gui_Window_OnTitleChanging_NStack_ustring_NStack_ustring_" data-uid="Terminal.Gui.Window.OnTitleChanging(NStack.ustring,NStack.ustring)">OnTitleChanging(ustring, ustring)</h4>
  1047. <div class="markdown level1 summary">
  1048. Called before the <a class="xref" href="Terminal.Gui.Window.html#Terminal_Gui_Window_Title">Title</a> changes. Invokes the <a class="xref" href="Terminal.Gui.Window.html#Terminal_Gui_Window_TitleChanging">TitleChanging</a> event, which can be cancelled.
  1049. </div>
  1050. <div class="markdown level1 conceptual"></div>
  1051. <h5 class="decalaration">Declaration</h5>
  1052. <div class="codewrapper">
  1053. <pre><code class="lang-csharp hljs">public virtual bool OnTitleChanging(ustring oldTitle, ustring newTitle)</code></pre>
  1054. </div>
  1055. <h5 class="parameters">Parameters</h5>
  1056. <table class="table table-bordered table-striped table-condensed">
  1057. <thead>
  1058. <tr>
  1059. <th>Type</th>
  1060. <th>Name</th>
  1061. <th>Description</th>
  1062. </tr>
  1063. </thead>
  1064. <tbody>
  1065. <tr>
  1066. <td><span class="xref">NStack.ustring</span></td>
  1067. <td><span class="parametername">oldTitle</span></td>
  1068. <td>The <a class="xref" href="Terminal.Gui.Window.html#Terminal_Gui_Window_Title">Title</a> that is/has been replaced.</td>
  1069. </tr>
  1070. <tr>
  1071. <td><span class="xref">NStack.ustring</span></td>
  1072. <td><span class="parametername">newTitle</span></td>
  1073. <td>The new <a class="xref" href="Terminal.Gui.Window.html#Terminal_Gui_Window_Title">Title</a> to be replaced.</td>
  1074. </tr>
  1075. </tbody>
  1076. </table>
  1077. <h5 class="returns">Returns</h5>
  1078. <table class="table table-bordered table-striped table-condensed">
  1079. <thead>
  1080. <tr>
  1081. <th>Type</th>
  1082. <th>Description</th>
  1083. </tr>
  1084. </thead>
  1085. <tbody>
  1086. <tr>
  1087. <td><span class="xref">System.Boolean</span></td>
  1088. <td>`true` if an event handler cancelled the Title change.</td>
  1089. </tr>
  1090. </tbody>
  1091. </table>
  1092. <span class="small pull-right mobile-hide">
  1093. <span class="divider">|</span>
  1094. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Window_Redraw_Terminal_Gui_Rect_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Window.Redraw(Terminal.Gui.Rect)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1095. </span>
  1096. <span class="small pull-right mobile-hide">
  1097. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Window.cs/#L276">View Source</a>
  1098. </span>
  1099. <a id="Terminal_Gui_Window_Redraw_" data-uid="Terminal.Gui.Window.Redraw*"></a>
  1100. <h4 id="Terminal_Gui_Window_Redraw_Terminal_Gui_Rect_" data-uid="Terminal.Gui.Window.Redraw(Terminal.Gui.Rect)">Redraw(Rect)</h4>
  1101. <div class="markdown level1 summary"></div>
  1102. <div class="markdown level1 conceptual"></div>
  1103. <h5 class="decalaration">Declaration</h5>
  1104. <div class="codewrapper">
  1105. <pre><code class="lang-csharp hljs">public override void Redraw(Rect bounds)</code></pre>
  1106. </div>
  1107. <h5 class="parameters">Parameters</h5>
  1108. <table class="table table-bordered table-striped table-condensed">
  1109. <thead>
  1110. <tr>
  1111. <th>Type</th>
  1112. <th>Name</th>
  1113. <th>Description</th>
  1114. </tr>
  1115. </thead>
  1116. <tbody>
  1117. <tr>
  1118. <td><a class="xref" href="Terminal.Gui.Rect.html">Rect</a></td>
  1119. <td><span class="parametername">bounds</span></td>
  1120. <td></td>
  1121. </tr>
  1122. </tbody>
  1123. </table>
  1124. <h5 class="overrides">Overrides</h5>
  1125. <div><a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_Redraw_Terminal_Gui_Rect_">Toplevel.Redraw(Rect)</a></div>
  1126. <span class="small pull-right mobile-hide">
  1127. <span class="divider">|</span>
  1128. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Window_Remove_Terminal_Gui_View_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Window.Remove(Terminal.Gui.View)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1129. </span>
  1130. <span class="small pull-right mobile-hide">
  1131. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Window.cs/#L251">View Source</a>
  1132. </span>
  1133. <a id="Terminal_Gui_Window_Remove_" data-uid="Terminal.Gui.Window.Remove*"></a>
  1134. <h4 id="Terminal_Gui_Window_Remove_Terminal_Gui_View_" data-uid="Terminal.Gui.Window.Remove(Terminal.Gui.View)">Remove(View)</h4>
  1135. <div class="markdown level1 summary"></div>
  1136. <div class="markdown level1 conceptual"></div>
  1137. <h5 class="decalaration">Declaration</h5>
  1138. <div class="codewrapper">
  1139. <pre><code class="lang-csharp hljs">public override void Remove(View view)</code></pre>
  1140. </div>
  1141. <h5 class="parameters">Parameters</h5>
  1142. <table class="table table-bordered table-striped table-condensed">
  1143. <thead>
  1144. <tr>
  1145. <th>Type</th>
  1146. <th>Name</th>
  1147. <th>Description</th>
  1148. </tr>
  1149. </thead>
  1150. <tbody>
  1151. <tr>
  1152. <td><a class="xref" href="Terminal.Gui.View.html">View</a></td>
  1153. <td><span class="parametername">view</span></td>
  1154. <td></td>
  1155. </tr>
  1156. </tbody>
  1157. </table>
  1158. <h5 class="overrides">Overrides</h5>
  1159. <div><a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_Remove_Terminal_Gui_View_">Toplevel.Remove(View)</a></div>
  1160. <span class="small pull-right mobile-hide">
  1161. <span class="divider">|</span>
  1162. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Window_RemoveAll.md&amp;value=---%0Auid%3A%20Terminal.Gui.Window.RemoveAll%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1163. </span>
  1164. <span class="small pull-right mobile-hide">
  1165. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Window.cs/#L270">View Source</a>
  1166. </span>
  1167. <a id="Terminal_Gui_Window_RemoveAll_" data-uid="Terminal.Gui.Window.RemoveAll*"></a>
  1168. <h4 id="Terminal_Gui_Window_RemoveAll" data-uid="Terminal.Gui.Window.RemoveAll">RemoveAll()</h4>
  1169. <div class="markdown level1 summary"></div>
  1170. <div class="markdown level1 conceptual"></div>
  1171. <h5 class="decalaration">Declaration</h5>
  1172. <div class="codewrapper">
  1173. <pre><code class="lang-csharp hljs">public override void RemoveAll()</code></pre>
  1174. </div>
  1175. <h5 class="overrides">Overrides</h5>
  1176. <div><a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_RemoveAll">Toplevel.RemoveAll()</a></div>
  1177. <h3 id="events">Events
  1178. </h3>
  1179. <span class="small pull-right mobile-hide">
  1180. <span class="divider">|</span>
  1181. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Window_TitleChanged.md&amp;value=---%0Auid%3A%20Terminal.Gui.Window.TitleChanged%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1182. </span>
  1183. <span class="small pull-right mobile-hide">
  1184. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Window.cs/#L410">View Source</a>
  1185. </span>
  1186. <h4 id="Terminal_Gui_Window_TitleChanged" data-uid="Terminal.Gui.Window.TitleChanged">TitleChanged</h4>
  1187. <div class="markdown level1 summary">
  1188. Event fired after the <a class="xref" href="Terminal.Gui.Window.html#Terminal_Gui_Window_Title">Title</a> has been changed.
  1189. </div>
  1190. <div class="markdown level1 conceptual"></div>
  1191. <h5 class="decalaration">Declaration</h5>
  1192. <div class="codewrapper">
  1193. <pre><code class="lang-csharp hljs">public event Action&lt;Window.TitleEventArgs&gt; TitleChanged</code></pre>
  1194. </div>
  1195. <h5 class="eventType">Event Type</h5>
  1196. <table class="table table-bordered table-striped table-condensed">
  1197. <thead>
  1198. <tr>
  1199. <th>Type</th>
  1200. <th>Description</th>
  1201. </tr>
  1202. </thead>
  1203. <tbody>
  1204. <tr>
  1205. <td><span class="xref">System.Action</span>&lt;<a class="xref" href="Terminal.Gui.Window.TitleEventArgs.html">Window.TitleEventArgs</a>&gt;</td>
  1206. <td></td>
  1207. </tr>
  1208. </tbody>
  1209. </table>
  1210. <span class="small pull-right mobile-hide">
  1211. <span class="divider">|</span>
  1212. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Window_TitleChanging.md&amp;value=---%0Auid%3A%20Terminal.Gui.Window.TitleChanging%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1213. </span>
  1214. <span class="small pull-right mobile-hide">
  1215. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Window.cs/#L394">View Source</a>
  1216. </span>
  1217. <h4 id="Terminal_Gui_Window_TitleChanging" data-uid="Terminal.Gui.Window.TitleChanging">TitleChanging</h4>
  1218. <div class="markdown level1 summary">
  1219. Event fired when the <a class="xref" href="Terminal.Gui.Window.html#Terminal_Gui_Window_Title">Title</a> is changing. Set <a class="xref" href="Terminal.Gui.Window.TitleEventArgs.html#Terminal_Gui_Window_TitleEventArgs_Cancel">Cancel</a> to
  1220. `true` to cancel the Title change.
  1221. </div>
  1222. <div class="markdown level1 conceptual"></div>
  1223. <h5 class="decalaration">Declaration</h5>
  1224. <div class="codewrapper">
  1225. <pre><code class="lang-csharp hljs">public event Action&lt;Window.TitleEventArgs&gt; TitleChanging</code></pre>
  1226. </div>
  1227. <h5 class="eventType">Event Type</h5>
  1228. <table class="table table-bordered table-striped table-condensed">
  1229. <thead>
  1230. <tr>
  1231. <th>Type</th>
  1232. <th>Description</th>
  1233. </tr>
  1234. </thead>
  1235. <tbody>
  1236. <tr>
  1237. <td><span class="xref">System.Action</span>&lt;<a class="xref" href="Terminal.Gui.Window.TitleEventArgs.html">Window.TitleEventArgs</a>&gt;</td>
  1238. <td></td>
  1239. </tr>
  1240. </tbody>
  1241. </table>
  1242. <h3 id="implements">Implements</h3>
  1243. <div>
  1244. <span class="xref">System.IDisposable</span>
  1245. </div>
  1246. <div>
  1247. <span class="xref">System.ComponentModel.ISupportInitializeNotification</span>
  1248. </div>
  1249. <div>
  1250. <span class="xref">System.ComponentModel.ISupportInitialize</span>
  1251. </div>
  1252. </article>
  1253. </div>
  1254. <div class="hidden-sm col-md-2" role="complementary">
  1255. <div class="sideaffix">
  1256. <div class="contribution">
  1257. <ul class="nav">
  1258. <li>
  1259. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Window.md&amp;value=---%0Auid%3A%20Terminal.Gui.Window%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
  1260. </li>
  1261. <li>
  1262. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Window.cs/#L24" class="contribution-link">View Source</a>
  1263. </li>
  1264. </ul>
  1265. </div>
  1266. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  1267. <h5>In This Article</h5>
  1268. <div></div>
  1269. </nav>
  1270. </div>
  1271. </div>
  1272. </div>
  1273. </div>
  1274. <footer>
  1275. <div class="grad-bottom"></div>
  1276. <div class="footer">
  1277. <div class="container">
  1278. <span class="pull-right">
  1279. <a href="#top">Back to top</a>
  1280. </span>
  1281. <span>Generated by <strong>DocFX</strong></span>
  1282. </div>
  1283. </div>
  1284. </footer>
  1285. </div>
  1286. <script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
  1287. <script type="text/javascript" src="../../styles/docfx.js"></script>
  1288. <script type="text/javascript" src="../../styles/main.js"></script>
  1289. </body>
  1290. </html>