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

Search results for "module:Curses::Widgets"

Curses::Widgets - Base widget class for use with the Curses::Application framework River stage zero No dependents

This module serves two purposes: to provide a framework for creating custom widget classes, and importing a few useful functions for global use. Widget specific methods are documented in each Widget's pod, of which the following widgets are currently...

CORLISS/CursesWidgets-1.997 - 14 Nov 2002 20:51:21 UTC

Curses::Widgets::Menu - Menu Widgets River stage zero No dependents

Curses::Widgets::Menu provides simplified OO access to menus. Each item in a menu can be tied to a subroutine reference which is called when selected....

CORLISS/CursesWidgets-1.997 - 14 Nov 2002 20:51:21 UTC

Curses::Widgets::Label - Label Widgets River stage zero No dependents

Curses::Widgets::Label provides simplified OO access to Curses-based single or multi-line labels....

CORLISS/CursesWidgets-1.997 - 14 Nov 2002 20:51:21 UTC

Curses::Widgets::ListBox - List Box Widgets River stage zero No dependents

Curses::Widgets::ListBox provides simplified OO access to Curses-based single/multi-select list boxes. Each object maintains its own state information....

CORLISS/CursesWidgets-1.997 - 14 Nov 2002 20:51:21 UTC

Curses::Widgets::ComboBox - Combo-Box Widgets River stage zero No dependents

Curses::Widgets::ComboBox provides simplified OO access to Curses-based combo-boxes. This widget essentially acts as text field widget, but upon a KEY_DOWN or "\n", a drop-down list is displayed, and the item selected is put in the text field as the ...

CORLISS/CursesWidgets-1.997 - 14 Nov 2002 20:51:21 UTC

Curses::Widgets::TextMemo - Text Memo Widgets River stage zero No dependents

Curses::Widgets::TextMemo provides simplified OO access to Curses-based single line text fields. Each object maintains its own state information....

CORLISS/CursesWidgets-1.997 - 14 Nov 2002 20:51:21 UTC

Curses::Widgets::Calendar - Calendar Widgets River stage zero No dependents

Curses::Widgets::Calendar provides simplified OO access to Curses-based calendars. Each object maintains it's own state information....

CORLISS/CursesWidgets-1.997 - 14 Nov 2002 20:51:21 UTC

Curses::Widgets::TextField - Text Field Widgets River stage zero No dependents

Curses::Widgets::TextField provides simplified OO access to Curses-based single line text fields. Each object maintains its own state information....

CORLISS/CursesWidgets-1.997 - 14 Nov 2002 20:51:21 UTC

Curses::Widgets::ButtonSet - Button Set Widgets River stage zero No dependents

Curses::Widgets::ButtonSet provides simplified OO access to Curses-based button sets. Each object maintains it's own state information....

CORLISS/CursesWidgets-1.997 - 14 Nov 2002 20:51:21 UTC

Curses::Widgets::ProgressBar - Progress Bar Widgets River stage zero No dependents

Curses::Widgets::ProgressBar provides simplified OO access to Curses-based progress bar. Each object maintains it's own state information. Note that this widget is designed for rendering, not interactive input. The application should update the the v...

CORLISS/CursesWidgets-1.997 - 14 Nov 2002 20:51:21 UTC

Curses::Widgets::ListBox::MultiColumn - Multi-Column List Box Widgets River stage zero No dependents

Curses::Widgets::ListBox::MultiColumn is an extension of the standard Curses::Widgets::ListBox that allows a list of columns, with each column a specified width....

CORLISS/CursesWidgets-1.997 - 14 Nov 2002 20:51:21 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::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 - 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::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::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::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::Forms - Curses Forms Framework River stage zero No dependents

Curses::Forms provide a simple framework for OO forms. The Forms module itself provides a basic class from which extended forms can be derived, or, it can be used as-is to control forms populated with widgets. More specialised forms are also availabl...

CORLISS/CursesForms-1.997 - 14 Nov 2002 20:51:06 UTC
43 results (0.034 seconds)