-
-
20 Nov 2021 15:13:20 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues (12)
- Testers (79 / 1 / 34)
- 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
Changes for version 0.34 - 2021-11-20
- CHANGES
- Updates for Object::Pad 0.57
- Use :isa and :does instead of legacy `extends` and `implements`
- Use slot initialisation blocks instead of ADJUST
- Default values for non-scalar slots
- Updates for Object::Pad 0.57
Modules
abstract base class for widgets that contain other widgetsabstract base class for widgets that contain a single other widgetdeclare customisable style information on widgetsabstract base class for on-screen widgetsdraw a fixed-size border around a widgetapply spacing and positioning to a widgeta widget displaying a clickable buttona widget allowing a toggle true/false optiona widget for entering textfill an area with repeated textdraw a frame around another widgetlay out a set of child widgets in a griddistribute child widgets in a horizontal rowan adjustable horizontal split between two widgetsabstract base class for HBox and VBoxa placeholder grid displaya widget allowing a selection from multiple optionsa widget displaying a small text animationa widget displaying static textdistribute child widgets in a vertical columnan adjustable vertical split between two widgetsimplement widgets with adjustable alignmentrole for widgets that contain a single other widgetload several Tickit::Widget classes at onceProvides
in lib/Tickit/Style/Parser.pmin lib/Tickit/Widget/LinearSplit.pmin lib/Tickit/WidgetRole.pmExamples
- examples/HelloWorldWidget-1.pm
- examples/HelloWorldWidget-2.pm
- examples/demo-border.pl
- examples/demo-button.pl
- examples/demo-checkbutton.pl
- examples/demo-entry.pl
- examples/demo-frame.pl
- examples/demo-gridbox.pl
- examples/demo-hbox.pl
- examples/demo-hsplit.pl
- examples/demo-radiobutton.pl
- examples/demo-spinner.pl
- examples/demo-vbox.pl
- examples/demo-vsplit.pl
- examples/focus.pl
- examples/hello-world.pl
- examples/testonewidget.pl
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.