The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Renard::Incunabula::Frontend::Gtk3::Component::Role::UIFileFromPackageName - Role to obtain name of Glade UI file from the name of the package

VERSION

version 0.003

DESCRIPTION

See the description of the attribute ui_file for more information.

ATTRIBUTES

ui_file

A Str that contains the path to a Glade UI file that resides in the same directory as the .pm file for the package that this role is used with.

For example, given a package Foo::Bar from the file lib/Foo/Bar.pm, the contents of ui_file will be lib/Foo/Bar.glade.

See the ui_file attribute in Renard::Incunabula::Frontend::Gtk3::Component::Role::FromBuilder.

AUTHOR

Project Renard

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Project Renard.

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