Search results for "module:Curses::UI"
Curses::UI - A curses based OO user interface framework
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
MDXI/Curses-UI-0.9609
-
02 Sep 2011 18:10:20 UTC
Curses::UI::POE - A subclass makes Curses::UI POE Friendly.
TAG/Curses-UI-POE-0.04
-
15 Dec 2011 10:28:54 UTC
Curses::UI::Menubar - Create and manipulate menubar widgets
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
Task::Curses::UI - Install the Curses::UI modules.
SKIM/Task-Curses-UI-0.04
-
05 Apr 2020 13:17:59 UTC
Curses::UI::Grid - Create and manipulate data in grid model
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
Curses::UI::Time - Create and manipulate time widgets.
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
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
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::Popupmenu - Create and manipulate popupbox widgets
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::Number - Create and manipulate number widgets.
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
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
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.
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.03 - 10 Dec 2022 18:21:52 UTC
Curses::UI::Searchable - Add 'less'-like search abilities to a widget
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::Listbox - Create and manipulate listbox widgets
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
Curses::UI::Checkbox - Create and manipulate checkbox widgets
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.
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
Curses::UI::AnyEvent - Sub-class of Curses::UI for AnyEvent
Very simple integration with Curses::UI and AnyEvent. Just create a "Curses::UI::AnyEvent" object instead of a "Curses::UI" one and use it as normal. You'll probably want to install some AnyEvent watchers before you call "mainloop()". Alternatively, ...
FRACTAL/Curses-UI-AnyEvent-0.101 - 03 May 2016 13:16:01 UTC
Curses::UI::Calendar - Create and manipulate calendar widgets
Curses::UI::Calendar is a widget that can be used to create a calendar in which the user can select a date. The calendar widget looks like this: +----------------------+ | mmm dd yyyy | +----------------------+ | su mo tu we th fr sa | | | | 01 02 03...
MDXI/Curses-UI-0.9609 - 02 Sep 2011 18:10:20 UTC