Description Usage Arguments Details Value Author(s)
Finds or creates an atom corresponding to a given string.
1 | gdkAtomInternStaticString(atom.name)
|
|
a static string |
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
[GdkAtom
] the atom corresponding to atom.name
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.