1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: libtk-fontdialog-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
xauth <!nocheck>,
xvfb <!nocheck>
Build-Depends-Indep: perl,
perl-tk
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtk-fontdialog-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtk-fontdialog-perl.git
Homepage: https://metacpan.org/release/Tk-FontDialog
Rules-Requires-Root: no
Package: libtk-fontdialog-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
perl-tk
Description: font dialog widget for perl/Tk
Tk::FontDialog Perl module implements a font dialog widget.
.
The dialog is displayed by calling the Show method. The returned value is
either the selected font (if the dialog was closed with the Ok button) or
undef (otherwise). The exact type of the return value is a Tk::Font
object which can be used as values in Tk -font options.
|