Changes for version 0.28
- Added $window->close method
- Make FLOAT_ALL_THE_WINDOWS behaviour default
- BUGFIXES:
- Ensure HBox can handle out-of-space
- Correctly convert mouse wheel direction in args hash
Modules
Terminal Interface Construction KIT
abstract base class for widgets that contain other widgets
a widget which occupies only one line
store a collection of rendering attributes
a lightweight data structure representing a rectangle
store a set of rectangular regions
abstract base class for widgets that contain a single other widget
store string position counters
terminal formatting abstraction
unit testing for Tickit-based code
utility functions for Tickit
abstract base class for on-screen widgets
apply spacing and positioning to a widget
distribute child widgets in a horizontal row
abstract base class for HBox and VBox
a widget displaying static text
distribute child widgets in a vertical column
implement widgets with adjustable alignment
implement widgets with a surrounding border
implement widgets with setable pens
a window for drawing operations
Provides
in lib/Tickit/Test/MockTerm.pm
in lib/Tickit/WidgetRole.pm
Examples
- examples/ClickAndDragWidget.pm
- examples/ClickerWidget.pm
- examples/ColourWidget.pm
- examples/HelloWorldWidget-1.pm
- examples/HelloWorldWidget-2.pm
- examples/ShowKeyWidget.pm
- examples/demo-allkeys.pl
- examples/demo-expose.pl
- examples/demo-float.pl
- examples/demo-input.pl
- examples/demo-pen.pl
- examples/demo-xterm256.pl
- examples/hello-world.pl
- examples/testonewidget.pl