Example #1
0
File: gdk.go Project: jrick/gotk3
// Native() returns the underlying GdkAtom.
func (v Atom) Native() C.GdkAtom {
	return C.toGdkAtom(unsafe.Pointer(v))
}
Example #2
0
// native returns the underlying GdkAtom.
func (v Atom) native() C.GdkAtom {
	return C.toGdkAtom(unsafe.Pointer(uintptr(v)))
}