Example #1
0
// Exit exits the application. It can be called from a MenuItem handler.
func Exit() {
	C.exit_loop()
}
Example #2
0
func Exit() {
	C.exit_loop()
	cleanup()
}