Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gdkAtomInternStaticString

gdkAtomInternStaticString


Description

Finds or creates an atom corresponding to a given string.

Usage

gdkAtomInternStaticString(atom.name)

Arguments

atom.name

a static string

Details

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

Value

[GdkAtom] the atom corresponding to atom.name

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.