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
20 unsigned = $atom->to_xatom
21 unsigned = $atom->to_xatom_for_display ($display)
22 • $display (Gtk2::Gdk::Display)
23
24 Since: gtk+ 2.2
25
27 Gtk2
28
30 Copyright (C) 2003-2011 by the gtk2-perl team.
31
32 This software is licensed under the LGPL. See Gtk2 for a full notice.
33
34
35
36perl v5.34.0 2022-01-21 Gtk2::Gdk::Atom(3)