gdkAtomInternStaticString       package:RGtk2       R Documentation

_g_d_k_A_t_o_m_I_n_t_e_r_n_S_t_a_t_i_c_S_t_r_i_n_g

_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:

     gdkAtomInternStaticString(atom.name)

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

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

_D_e_t_a_i_l_s:

     Note that this function is identical to 'gdkAtomIntern' except
     that if a new 'GdkAtom' is created the string itself is used
     rather  than a copy. This saves memory, but can only be used if
     the string  will _always_ exist. It can be used with statically
     allocated strings in the main program, but not with statically 
     allocated memory in dynamically loaded modules, if you expect to
     ever unload the module again (e.g. do not use this function in
     GTK+ theme engines).  

     Since  2.10

_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

