NAME
Efl::Elm:Button
SYNOPSIS
use Efl::Elm;
[...]
my $button = Efl::Elm::Button->add($parent);
$button->autorepeat_initial_timeout_set(1);
[...]
DESCRIPTION
This module is a perl binding to the Elementary Button widget.
For more informations see https://www.enlightenment.org/develop/legacy/api/c/start#group__Elm__Button.html
For instructions, how to use Efl::Elm::Button, please study this API reference for now. A perl-specific documentation will perhaps come in later versions. But applying the C documentation should be no problem. Efl::Elm::Button gives you a nice object-oriented interface that is kept close to the C API. Please note, that the perl method names remove the "elm_button_" at the beginning of the c functions.
EXPORT
None by default.
SEE ALSO
https://www.enlightenment.org/develop/legacy/api/c/start#group__Elm__Button.html
AUTHOR
Maximilian Lika
COPYRIGHT AND LICENSE
Copyright (C) 2021 by Maximilian Lika
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.28.1 or, at your option, any later version of Perl 5 you may have available.