X11.InternAtom (gb.desktop.x11)
Static Function InternAtom ( Atom As String [ , Create As Boolean ] ) As Integer
Return the identifier of an X11 atom from its name.
If the atom does not exist, then either:
-
It is automatically created if Create is TRUE.
-
None is returned if Create is FALSE.