Gdk.Atom.Intern Method
Finds or creates an Gdk.Atom corresponding to a given string.

Syntax

public static Atom Intern (string atom_name, bool only_if_exists)

Parameters

atom_name
an object of type string
only_if_exists
an object of type bool

Returns

an object of type Gdk.Atom

Remarks

If only_if_exists is true, do not create a new atom, but just return the atom if it already exists.

Requirements

Namespace: Gdk
Assembly: gdk-sharp (in gdk-sharp.dll)