1Gtk2::Gdk::Event::ClienUts(e3r)Contributed Perl DocumentGattki2o:n:Gdk::Event::Client(3)
2
3
4
6 Gtk2::Gdk::Event::Client
7
9 Gtk2::Gdk::Event
10 +----Gtk2::Gdk::Event::Client
11
13 old_string = $eventclient->data (string)
14
15 old_list = $eventclient->data (list of ten shorts)
16
17 old_list = $eventclient->data (list of five longs)
18
19 * ... (list)
20
21 Depending on the value of data_format, data takes one of three dif‐
22 ferent kinds of values:
23
24 +-------------------+-----------------------+
25 ⎪ data_format ⎪ data ⎪
26 +-------------------+-----------------------+
27 ⎪ Gtk2::Gdk::CHARS ⎪ a string of length 20 ⎪
28 ⎪ Gtk2::Gdk::SHORTS ⎪ a list of ten shorts ⎪
29 ⎪ Gtk2::Gdk::LONGS ⎪ a list of five longs ⎪
30 +-------------------+-----------------------+
31
32 unsigned = $eventclient->data_format ($newvalue=0)
33
34 * $newvalue (unsigned)
35
36 This should be set to either $Gtk2::Gdk::CHARS, $Gtk2::Gdk::SHORTS,
37 or $Gtk2::Gdk::LONGS. See data for a full explanation.
38
39 atom = $eventclient->message_type ($newvalue=0)
40
41 * $newvalue (Gtk2::Gdk::Atom)
42
44 Gtk2
45
47 Copyright (C) 2003-2007 by the gtk2-perl team.
48
49 This software is licensed under the LGPL. See Gtk2 for a full notice.
50
51
52
53perl v5.8.8 2007-03-18 Gtk2::Gdk::Event::Client(3)