Class GTK2.Gdk_Atom
- Description
An X-atom. You most likely want to use GDK2.Atom.atom_name instead of GDK2._Atom(name).
- Method create
GTK2.Gdk_Atom GTK2.Gdk_Atom(
string
atom_name
,int
|void
only_if_exists
)- Description
Create a new low-level atom. You should normally not call this function directly. Use GDK2.Atom[name] instead of GDK2._Atom(name,0).