Gapp

 view release on metacpan or  search on metacpan

lib/Gapp/MenuShell.pm  view on Meta::CPAN

package Gapp::MenuShell;
{
  $Gapp::MenuShell::VERSION = '0.60';
}

use Moose;
use MooseX::SemiAffordanceAccessor;
extends 'Gapp::Container';

has '+gclass' => (
    default => 'Gtk2::MenuShell',
);

1;


__END__

=pod

=head1 NAME

Gapp::MenuShell - MenuShell Widget

=head1 OBJECT HIERARCHY

=over 4

=item L<Gapp::Object>

=item +-- L<Gapp::Widget>

=item ....+-- L<Gapp::Container>

=item ........+-- L<Gapp::MenuShell>

=back

=head1 AUTHORS

Jeffrey Ray Hallock E<lt>jeffrey.hallock at gmail dot comE<gt>

=head1 COPYRIGHT & LICENSE

    Copyright (c) 2011-2012 Jeffrey Ray Hallock.

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

=cut



( run in 0.782 second using v1.01-cache-2.11-cpan-39bf76dae61 )