1Gtk2::Gdk::Event::ClienUts(e3r)Contributed Perl DocumentGattki2o:n:Gdk::Event::Client(3)
2
3
4

NAME

6       Gtk2::Gdk::Event::Client
7

HIERARCHY

9         Gtk2::Gdk::Event
10         +----Gtk2::Gdk::Event::Client
11

METHODS

13   old_string = $eventclient->data (string)
14   old_list = $eventclient->data (list of ten shorts)
15   old_list = $eventclient->data (list of five longs)
16       ·   ... (list)
17
18       Depending on the value of data_format, data takes one of three
19       different kinds of values:
20
21         +-------------------+-----------------------+
22         |    data_format    |         data          |
23         +-------------------+-----------------------+
24         | Gtk2::Gdk::CHARS  | a string of length 20 |
25         | Gtk2::Gdk::SHORTS | a list of ten shorts  |
26         | Gtk2::Gdk::LONGS  | a list of five longs  |
27         +-------------------+-----------------------+
28
29   unsigned = $eventclient->data_format ($newvalue=0)
30       ·   $newvalue (unsigned)
31
32       This should be set to either $Gtk2::Gdk::CHARS, $Gtk2::Gdk::SHORTS, or
33       $Gtk2::Gdk::LONGS.  See data for a full explanation.
34
35   atom = $eventclient->message_type ($newvalue=0)
36       ·   $newvalue (Gtk2::Gdk::Atom)
37

SEE ALSO

39       Gtk2
40
42       Copyright (C) 2003-2011 by the gtk2-perl team.
43
44       This software is licensed under the LGPL.  See Gtk2 for a full notice.
45
46
47
48perl v5.28.1                      2019-02-02       Gtk2::Gdk::Event::Client(3)
Impressum