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

NAME

Renard::Curie::Component::JacquardCanvas::Role::MouseSelection - Role for selecting text

VERSION

version 0.005

METHODS

mark_selection_start

Mark start of selection.

mark_selection_end

Mark end of selection.

clear_selection

Clear selection data.

CALLBACKS

cb_on_text_selected

Callback for text-selected signal.

Currently sets the primary clipboard to the text of the selection.

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.