Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppBrowserInit ¶
func AppBrowserInit()
func AppRenderInit ¶
func AppRenderInit() *cef.TCEFApplication
Types ¶
type ObjDemo ¶
type ObjDemo struct { NameField string ObjDemoStringField string ObjDemoBoolField bool ObjDemoIntField int32 ObjDemoFloat64Field float64 SubObjDemoField *SubObjDemo }
var ObjDemoVar *ObjDemo
func (*ObjDemo) CallbackCount ¶
func (m *ObjDemo) CallbackCount()
type SubObjDemo ¶
func (*SubObjDemo) SubObjFn1 ¶
func (m *SubObjDemo) SubObjFn1(aaa int32)
Click to show internal directories.
Click to hide internal directories.