Atom

An opaque type representing a string as an index into a table of strings on the X server.

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

_cPtr
void* _cPtr()
name
string name()

Determines the string corresponding to an atom.

Static functions

intern
gdk.atom.Atom intern(string atomName, bool onlyIfExists)

Finds or creates an atom corresponding to a given string.

internStaticString
gdk.atom.Atom internStaticString(string atomName)

Finds or creates an atom corresponding to a given string.