Added ability to toggle FullScreen mode for all IHostApplicationWindow windows

This commit is contained in:
Michael Becker 2014-06-30 07:12:46 -04:00
parent 938e7d1b42
commit 9f8291a9f8

View File

@ -30,6 +30,8 @@ namespace UniversalEditor.UserInterface
void CloseFile();
void CloseWindow();
bool FullScreen { get; set; }
/// <summary>
/// Displays the "Options" dialog (on Windows, under the "Tools" menu; on Linux, under the "Edit"
/// menu, labeled as "Preferences").