Gtk2::Gdk::Event::Client(3) User Contributed Perl Documentation Gtk2::Gdk::Event::Client(3)

Gtk2::Gdk::Event::Client

Gtk2::Gdk::Event
+----Gtk2::Gdk::Event::Client

old_list = $eventclient->data (list of ten shorts)

old_list = $eventclient->data (list of five longs)

... (list)

Depending on the value of data_format, data takes one of three different kinds of values:

+-------------------+-----------------------+
|    data_format    |         data          |
+-------------------+-----------------------+
| Gtk2::Gdk::CHARS  | a string of length 20 |
| Gtk2::Gdk::SHORTS | a list of ten shorts  |
| Gtk2::Gdk::LONGS  | a list of five longs  |
+-------------------+-----------------------+

$newvalue (unsigned)

This should be set to either $Gtk2::Gdk::CHARS, $Gtk2::Gdk::SHORTS, or $Gtk2::Gdk::LONGS. See data for a full explanation.

$newvalue (Gtk2::Gdk::Atom)

Gtk2

Copyright (C) 2003-2011 by the gtk2-perl team.

This software is licensed under the LGPL. See Gtk2 for a full notice.

2023-07-25 perl v5.38.0