Re: gtk_key_snooper_install/remove



On Tue, 2003-11-18 at 04:40, Domsodi Gergely wrote:
Hi!

Shall we expect that the above functions will work in the near future?

those functions are bound, and i got them to work just fine in head of
CVS so that means as soon as a release is done or as soon as you work
from cvs. 

beyond that if you're going to report something as not working then you
need to provide more information than just asking if they're going to be
working soon. at least the error message you're getting and probably a
code snippet that's causing it.

the following works with cvs head:

use Gtk2 '-init';
use Data::Dumper;
Gtk2->key_snooper_install (sub { print Dumper(@_); });
my $win = Gtk2::Window->new;
$win->add (Gtk2::Label->new ('hello'));
$win->show_all;
Gtk2->main;

-rm




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]