Tk::NoteBook

Display several windows in limited space with notebook metaphor.
Download

Tk::NoteBook Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Rajappa Iyer and Nick Ing-Simmons
  • Publisher web site:
  • http://search.cpan.org/~srezic/

Tk::NoteBook Tags


Tk::NoteBook Description

Display several windows in limited space with notebook metaphor. Tk::NoteBook is a Perl module to display several windows in limited space with notebook metaphor.SYNOPSIS use Tk::NoteBook; ... $w = $frame->NoteBook(); $page1 = $w->add("page1", options); $page2 = $w->add("page2", options); ... $page2 = $w->add("page2", options);The NoteBook widget provides a notebook metaphor to display several windows in limited space. The notebook is divided into a stack of pages of which only one is displayed at any time. The other pages can be selected by means of choosing the visual "tabs" at the top of the widget. Additionally, the < Tab > key may be used to traverse the pages. If -underline is used, Alt- bindings will also work. Requirements: · Perl


Tk::NoteBook Related Software