The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Curses::UI"

Curses::UI - A curses based OO user interface framework River stage two • 20 direct dependents • 20 total dependents

Curses::UI is an object-oriented user interface framework for Perl. It contains basic widgets (like buttons and text areas), more "advanced" widgets (like UI tabs and a fully-functional basic text editor), and some higher-level classes like pre-fab e...

MDXI/Curses-UI-0.9609 - 02 Sep 2011 18:10:20 UTC

Curses::UI::Widget - The base class for all widgets River stage two • 20 direct dependents • 20 total dependents

MDXI/Curses-UI-0.9609 - 02 Sep 2011 18:10:20 UTC

Curses::UI::Menubar - Create and manipulate menubar widgets River stage two • 20 direct dependents • 20 total dependents

This class can be used to add a menubar to Curses::UI. This menubar can contain a complete submenu hierarchy. It looks (remotely :-) like this: ------------------------------------- menu1 | menu2 | menu3 | .... ------------------------------------- +...

MDXI/Curses-UI-0.9609 - 02 Sep 2011 18:10:20 UTC

Curses::UI::POE - A subclass makes Curses::UI POE Friendly. River stage one • 1 direct dependent • 1 total dependent

TAG/Curses-UI-POE-0.04 - 15 Dec 2011 10:28:54 UTC

Curses::UI::Char - Create and manipulate character widgets. River stage one • 1 direct dependent • 1 total dependent

Curses::UI::Number is a widget that shows a number in graphic form....

SKIM/Curses-UI-Char-0.02 - 06 Dec 2023 17:04:44 UTC

Curses::UI::Time - Create and manipulate time widgets. River stage one • 1 direct dependent • 1 total dependent

Curses::UI::Time is a widget that shows a time in graphic form....

SKIM/Curses-UI-Time-0.06 - 23 Oct 2022 08:45:45 UTC

Curses::UI::Grid - Create and manipulate data in grid model River stage one • 1 direct dependent • 1 total dependent

Curses::UI::Grid is a widget that can be used to browsing or manipulate data in grid model See exampes/grid-demo.pl in the distribution for a short demo....

ADRIANWIT/Curses-UI-Grid-0.15 - 09 Jun 2008 21:02:25 UTC

Task::Curses::UI - Install the Curses::UI modules. River stage zero No dependents

SKIM/Task-Curses-UI-0.06 - 06 Dec 2023 11:28:14 UTC

Curses::UI::Popupmenu - Create and manipulate popupbox widgets River stage two • 20 direct dependents • 20 total dependents

Curses::UI::Popupmenu is a widget that can be used to create something very similar to a basic Curses::UI::Listbox. The difference is that the widget will show only the currently selected value (or "-------" if no value is yet selected). The list of ...

MDXI/Curses-UI-0.9609 - 02 Sep 2011 18:10:20 UTC

Curses::UI::Label - Create and manipulate label widgets River stage two • 20 direct dependents • 20 total dependents

Curses::UI::Label is a widget that shows a textstring. This textstring can be drawn using these special features: bold, dimmed, reverse, underlined, and blinking. See exampes/demo-Curses::UI::Label in the distribution for a short demo....

MDXI/Curses-UI-0.9609 - 02 Sep 2011 18:10:20 UTC

Curses::UI::Color - Color support module River stage two • 20 direct dependents • 20 total dependents

This module provides all functions related to color support in Curses::UI. The color support was implemented without disturbing old applications, they will look as they used to do. Only if you enable color support explicitly and it is available on yo...

MDXI/Curses-UI-0.9609 - 02 Sep 2011 18:10:20 UTC

Curses::UI::Searchable - Add 'less'-like search abilities to a widget River stage two • 20 direct dependents • 20 total dependents

Using Curses::UI::Searchable, you can add 'less'-like search capabilities to your widget. To make your widget searchable using this class, your widget should meet the following requirements: * make it a descendant of Curses::UI::Searchable All method...

MDXI/Curses-UI-0.9609 - 02 Sep 2011 18:10:20 UTC

Curses::UI::Number - Create and manipulate number widgets. River stage one • 2 direct dependents • 2 total dependents

Curses::UI::Number is a widget that shows a number in graphic form....

SKIM/Curses-UI-Number-0.07 - 23 Oct 2022 08:41:32 UTC

Curses::UI::Window - Create and manipulate Window widgets River stage two • 20 direct dependents • 20 total dependents

Curses::UI::Window is a window widget. It can be added to a Curses::UI instance. After that the window can be filled with other widgets to create an application window. For information on how to fill the window with widgets, see Curses::UI::Container...

MDXI/Curses-UI-0.9609 - 02 Sep 2011 18:10:20 UTC

Curses::UI::Common - Common methods for Curses::UI River stage two • 20 direct dependents • 20 total dependents

Curses::UI::Common is a collection of methods that is shared between Curses::UI classes....

MDXI/Curses-UI-0.9609 - 02 Sep 2011 18:10:20 UTC

Curses::UI::Volume - Create and manipulate volume widgets. River stage one • 1 direct dependent • 1 total dependent

Curses::UI::Volume is a widget that shows a volume number in graphic form. Precision is 8 stays in one character....

SKIM/Curses-UI-Volume-0.04 - 22 Nov 2023 22:34:19 UTC

Curses::UI::Listbox - Create and manipulate listbox widgets River stage two • 20 direct dependents • 20 total dependents

Curses::UI::Listbox is a widget that can be used to create a couple of different kinds of listboxes. These are: * default listbox A list of values through which can be browsed. One of these values can be selected. The selected value will be highlight...

MDXI/Curses-UI-0.9609 - 02 Sep 2011 18:10:20 UTC

UI::Various::Curses::Box - concrete implementation of UI::Various::Box River stage zero No dependents

The documentation of this module is only intended for developers of the package itself....

DORNER/UI-Various-1.00 - 20 Jan 2024 10:14:34 UTC

Curses::UI::Checkbox - Create and manipulate checkbox widgets River stage two • 20 direct dependents • 20 total dependents

Curses::UI::Checkbox provides a checkbox widget. A checkbox is a control for a boolean value (an on/off toggle). It consists of a box which will either be empty (indicating off or false) or contain an "X" (indicating on or true). Following this is a ...

MDXI/Curses-UI-0.9609 - 02 Sep 2011 18:10:20 UTC

Curses::UI::Notebook - Create and manipulate notebook widgets. River stage two • 20 direct dependents • 20 total dependents

This package implements a *notebook widget* similar to that found in Motif. A *notebook* holds several windows, or *pages*, only one of which is visible at any given time; tabs at the top of the widget list the pages that are available. In this way, ...

MDXI/Curses-UI-0.9609 - 02 Sep 2011 18:10:20 UTC
71 results (0.031 seconds)