Modules
A curses based user user interface framework
Create and manipulate button widgets
Create and manipulate checkbox widgets
Common methods for Curse::UI
Create and manipulate container widgets
Create and manipulate label widgets
Create and manipulate listbox widgets
Create and manipulate menubar widgets
Create and manipulate menulistbox widgets
Create and manipulate popupbox widgets
Create and manipulate progressbar widgets
Create and manipulate radiobuttonbox widgets
Create and manipulate searchentry widgets
Add 'less'-like search abilities to a widget
Create and manipulate texteditor widgets
Create and manipulate textentry widgets
Create and manipulate textviewer widgets
The base class for all widgets
Create and manipulate Window widgets
Provides
in lib/Curses/UI/Dialog/Basic.pm
in lib/Curses/UI/Dialog/Error.pm
in lib/Curses/UI/Dialog/FileBrowser.pm
in lib/Curses/UI/Dialog/Progress.pm
in lib/Curses/UI/Dialog/Status.pm
Examples
- examples/basic_test
- examples/demo-Curses::UI
- examples/demo-Curses::UI::Buttons
- examples/demo-Curses::UI::CheckBox
- examples/demo-Curses::UI::Dialog::Basic
- examples/demo-Curses::UI::Dialog::Progress
- examples/demo-Curses::UI::Label
- examples/demo-Curses::UI::ListBox
- examples/demo-Curses::UI::MenuBar
- examples/demo-Curses::UI::PopupBox
- examples/demo-Curses::UI::ProgressBar
- examples/demo-Curses::UI::TextEditor
- examples/editor
- examples/hello_world
- examples/pop3_reader
- examples/widgets