Added IHostApplicationWindow.GetCurrentEditor() function
This commit is contained in:
parent
5c9cd4b80f
commit
414dd79f69
@ -15,6 +15,11 @@ namespace UniversalEditor.Engines.GTK
|
||||
InitializeMenuBar();
|
||||
}
|
||||
|
||||
public IEditorImplementation GetCurrentEditor()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
protected override bool OnFocused (DirectionType direction)
|
||||
{
|
||||
Engine.CurrentEngine.LastWindow = this;
|
||||
|
||||
@ -29,6 +29,8 @@ namespace UniversalEditor.UserInterface
|
||||
|
||||
void CloseFile();
|
||||
void CloseWindow();
|
||||
|
||||
IEditorImplementation GetCurrentEditor();
|
||||
|
||||
bool FullScreen { get; set; }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user