NAME
App::Chart::Gtk2::Ex::WidgetPointerGrab -- active pointer grab for widget
SYNOPSIS
use App::Chart::Gtk2::Ex::WidgetPointerGrab;
# grab as a perl object
my $grab = App::Chart::Gtk2::Ex::WidgetPointerGrab->new_pointer_grab
# (many args ...);
DESCRIPTION
App::Chart::Gtk2::Ex::WidgetPointerGrab
is an object-oriented wrapper around the Gdk pointer grab mechanism. It automatically removes a grab when the WidgetPointerGrab object is destroyed.