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.

Fields
GdkAtom _cInstancePtr
bool owned
Methods
void * _cPtr() nothrow
string name() nothrowDetermines 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) static nothrowFinds or creates an atom corresponding to a given string.
gdk.atom.Atom internStaticString(string atomName) static nothrowFinds or creates an atom corresponding to a given string.
Constructors
this(void * ptr, Flag!"Take" take)