energy/cef/cef-browser-view-delegate.go

19 lines
390 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
//
//----------------------------------------
2022-12-14 19:18:11 +08:00
package cef
import "unsafe"
2023-02-20 00:20:01 +08:00
// ICefBrowserViewDelegate TODO 还未实现
2022-12-14 19:18:11 +08:00
type ICefBrowserViewDelegate struct {
instance unsafe.Pointer
}