NAME

Padre::Action - Padre Action Object

SYNOPSIS

my $action = Padre::Action->new( 
  name       => 'file.save', 
  label      => 'Save', 
  icon       => '...', 
  shortcut   => 'CTRL-S', 
  menu_event => sub { },
);

DESCRIPTION

This is the base class for the Padre Action API.

To be documented...

-- Ahmad M. Zawawi

METHODS

new

A default contructor for action objects.

COPYRIGHT & LICENSE

Copyright 2008-2009 The Padre development team as listed in Padre.pm.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.