// Native() returns the underlying GdkAtom. func (v Atom) Native() C.GdkAtom { return C.toGdkAtom(unsafe.Pointer(v)) }
// native returns the underlying GdkAtom. func (v Atom) native() C.GdkAtom { return C.toGdkAtom(unsafe.Pointer(uintptr(v))) }