1Gtk2::Gdk::Atom(3) User Contributed Perl Documentation Gtk2::Gdk::Atom(3)
2
3
4
6 Gtk2::Gdk::Atom
7
9 atom = Gtk2::Gdk::Atom->new ($atom_name, $only_if_exists=FALSE)
10 · $atom_name (string)
11
12 · $only_if_exists (boolean)
13
14 atom = Gtk2::Gdk::Atom->intern ($atom_name, $only_if_exists=FALSE)
15 · $atom_name (string)
16
17 · $only_if_exists (boolean)
18
19 string = $atom->name
21 Gtk2
22
24 Copyright (C) 2003-2008 by the gtk2-perl team.
25
26 This software is licensed under the LGPL. See Gtk2 for a full notice.
27
28
29
30perl v5.12.0 2010-05-02 Gtk2::Gdk::Atom(3)