The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.

FUNCTIONS

App::Chart::Gtk2::Ex::WidgetPointerGrab->new_pointer_grab (...)

SEE ALSO

Gtk2::Gdk::Window