Re: One more Gnome2::Canvas question -- item->grab() $event_mask



Mike Mayer said:
I'm trying to figure out the proper use of the event_mask field of
item->grab(). I've seen the C values like GDK_POINTER_MOTION_MASK, but I
can't seem to find perl-GTK+ mask values that work. Are they documented
somewhere?

provided that you're using a verison of gtk2-perl that does podifyenums you
can do perldoc Gtk2::enums and look for, flags Gtk2::Gdk::EventMask.

if not then look at the GdkEventMask type in the C api documentation at
http://www.gtk.org/api/

-rm



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