FBP

 view release on metacpan or  search on metacpan

lib/FBP/MenuBar.pm  view on Meta::CPAN

package FBP::MenuBar;

use Mouse;

our $VERSION = '0.41';

extends 'FBP::Window';
with    'FBP::Children';

has label => (
	is       => 'ro',
	isa      => 'Str',
	required => 1,
	default  => '',
);

has style => (
	is       => 'ro',
	isa      => 'Str',
);

no Mouse;
__PACKAGE__->meta->make_immutable;

1;



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