gdk.atom
Module for [Atom] class
class Atom
Types 1
classAtom
An opaque type representing a string as an index into a table of strings on the X server.
Methods
void * _cPtr()string name()Determines the string corresponding to an atom. Returns: a newly-allocated string containing the string corresponding to atom. When you are done with the return value, you should free it using [gli...gdk.atom.Atom intern(string atomName, bool onlyIfExists)Finds or creates an atom corresponding to a given string.gdk.atom.Atom internStaticString(string atomName)Finds or creates an atom corresponding to a given string.