From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

App::Chart::Gtk2::Ex::WidgetPointerGrab -- active pointer grab for widget

SYNOPSIS

# 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