energy/cef/cef-base-component.go

22 lines
351 B
Go
Raw Normal View History

2022-10-04 13:21:05 +08:00
//----------------------------------------
//
// Copyright © yanghy. All Rights Reserved.
//
// Licensed under Apache License 2.0
//
//----------------------------------------
package cef
import (
"github.com/energye/golcl/lcl"
"unsafe"
)
type BaseComponent struct {
lcl.TComponent
procName string
instance uintptr
ptr unsafe.Pointer
}