gdkAtomIntern             package:RGtk2             R Documentation

_g_d_k_A_t_o_m_I_n_t_e_r_n

_D_e_s_c_r_i_p_t_i_o_n:

     Finds or creates an atom corresponding to a given string.

_U_s_a_g_e:

     gdkAtomIntern(atom.name, only.if.exists = FALSE)

_A_r_g_u_m_e_n_t_s:

'atom.name': [character] a string.

'only.if.exists': [logical] if 'TRUE', GDK is allowed to not create a
          new atom, but just return 'GDK_NONE' if the requested atom
          doesn't already exists. Currently, the flag is ignored, since
          checking the  existance of an atom is as expensive as
          creating it.

_V_a_l_u_e:

     ['GdkAtom'] the atom corresponding to 'atom.name'.

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

