Ross McFarland > Gtk2-1.041 > xs/GtkAccelGroup.xs

Download:
Gtk2-Perl/Gtk2-1.041.tar.gz

Annotate this POD

CPAN RT

New  3
Open  4
View Bugs
Report a bug
Source   Latest Release: Gtk2-1.203

SYNOPSIS ^

  my $win = Gtk2::Window->new;
  my $accel = Gtk2::AccelGroup->new;
  $accel->connect (42, ['control-mask'], ['visible'], 
                   sub { # do something });
  $win->add_accel_group ($accel);