Curses::UI::Widget 0.95 review

Download
by rbytes.net on

Curses::UI::Widget is a base class for all widgets. CLASS HIERARCHY Curses::UI::Widget - base class SYNOPSIS This class

License: Perl Artistic License
File size: 138K
Developer: Maurice Makaay
0 stars award from rbytes.net

Curses::UI::Widget is a base class for all widgets.

CLASS HIERARCHY

Curses::UI::Widget - base class

SYNOPSIS

This class is not used directly by somebody who is building an application using Curses::UI. It's a base class that is expanded by the Curses::UI widgets. See WIDGET STRUCTURE below for a basic widget framework.

use Curses::UI::Widget;
my $widget = new Curses::UI::Widget(
-width => 15,
-height => 5,
-border => 1,
);

Requirements:
Perl

Curses::UI::Widget 0.95 search tags