Example #1
0
func NewSystemTray() SystemTray {
	var instance SystemTray
	instance.ptr = C.NewSystemTray()
	return instance
}
Example #2
0
func NewSystemTray() SystemTray {
	var inst SystemTray
	inst.ptr = C.NewSystemTray()
	return inst
}