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

NAME

Renard::Curie::Component::MainWindow::Role::MenuBar - Role for menu bar

VERSION

version 0.005

ATTRIBUTES

A Renard::Curie::Component::MenuBar for the application's menu-bar.

CALLBACKS

on_open_file_dialog_cb

  callback on_open_file_dialog_cb( $event, $self )

Callback that opens a Renard::Curie::Component::FileChooser component.

on_document_properties_dialog_cb

  callback on_document_properties_dialog_cb( $event, $self )

Callback that opens a Renard::Curie::Component::DocumentPropertiesWindow component for the current document.

AUTHOR

Project Renard

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 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.