The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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