Changes for version 0.17
- $win->hide, $win->show and the concept of hidden windows
- $win->make_float and the concept of floating windows
- A better clipping model to handle the above
- $pen->hasattr
- Tickit::Test::drain_termlog()
- Set the CANON_DELBS termkey flag in case of misconfigured terminals
- Make $tickit->stop a user-visible method
- BUGFIXES:
- Ensure Tickit::Widget::Entry keybindings consume key press events
- Ensure Tickit::Widget::Static->set_text actually calls ->redraw
- Pass UTF8 => 1 to unit tests that test Unicode functionality
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
abstract base class for widgets that contain a single other widget
terminal formatting abstraction
unit testing for Tickit-based code
utility functions for Tickit
abstract base class for on-screen widgets
contain a single child widget
a widget for entering text
draw a frame around another 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
a window for drawing operations
Provides
in lib/Tickit/Term/xterm.pm
in lib/Tickit/Test/MockTerm.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-entry.pl
- examples/demo-float.pl
- examples/demo-frame.pl
- examples/demo-input.pl
- examples/demo-pen.pl
- examples/demo-xterm256.pl
- examples/hello-world.pl
- examples/testonewidget.pl