From 9f8291a9f8f32f1b1b9bca0548b377003c499c8a Mon Sep 17 00:00:00 2001 From: alcexhim Date: Mon, 30 Jun 2014 07:12:46 -0400 Subject: [PATCH] Added ability to toggle FullScreen mode for all IHostApplicationWindow windows --- .../UniversalEditor.UserInterface/IHostApplicationWindow.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CSharp/Libraries/UniversalEditor.UserInterface/IHostApplicationWindow.cs b/CSharp/Libraries/UniversalEditor.UserInterface/IHostApplicationWindow.cs index ad6d82d6..5725052a 100644 --- a/CSharp/Libraries/UniversalEditor.UserInterface/IHostApplicationWindow.cs +++ b/CSharp/Libraries/UniversalEditor.UserInterface/IHostApplicationWindow.cs @@ -30,6 +30,8 @@ namespace UniversalEditor.UserInterface void CloseFile(); void CloseWindow(); + bool FullScreen { get; set; } + /// /// Displays the "Options" dialog (on Windows, under the "Tools" menu; on Linux, under the "Edit" /// menu, labeled as "Preferences").