-
-
20 Nov 2021 15:13:20 UTC
- Distribution: Tickit-Widgets
- Module version: 0.34
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (12)
- Testers (80 / 1 / 38)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Perl: v5.20.0
- Activity
24 month- Tools
- Download (89.07KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Tickit::Widget::Fill
- fill an area with repeated textDESCRIPTION
This class provides a widget which displays a given piece of text repeatedly over its entire area. By default the text is a single space, meaning the area will be entirely drawn with spaces.
STYLE
The default style pen is used as the widget pen.
The following style keys are used:
- text => STRING
-
The text to display in a repeating pattern on the window.
- skew => INT
-
If defined, successive lines will be advanced by this number of columns (which may be negative) to create a skewed repeating pattern.
AUTHOR
Paul Evans <leonerd@leonerd.org.uk>
Module Install Instructions
To install Tickit::Widgets, copy and paste the appropriate command in to your terminal.
cpanm Tickit::Widgets
perl -MCPAN -e shell install Tickit::Widgets
For more information on module installation, please visit the detailed CPAN module installation guide.