energy/cef/internal/window/window.go

18 lines
352 B
Go
Raw Normal View History

//----------------------------------------
//
// Copyright © yanghy. All Rights Reserved.
//
// Licensed under Apache License Version 2.0, January 2004
//
// https://www.apache.org/licenses/LICENSE-2.0
//
//----------------------------------------
2023-05-31 17:41:14 +08:00
package window
2023-05-31 17:41:14 +08:00
// IWindow internal
type IWindow interface {
IsLCL() bool
IsViewsFramework() bool
}