Tk::LabPopEntry

A LabEntry widget with an automatic, configurable right-click menu built in, plus input masks.
Download

Tk::LabPopEntry Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Daniel J. Berger
  • Publisher web site:
  • http://search.cpan.org/~djberg/Tk-PopEntry-0.06/PopEntry.pm

Tk::LabPopEntry Tags


Tk::LabPopEntry Description

A LabEntry widget with an automatic, configurable right-click menu built in, plus input masks. LabPopEntry is a LabEntry widget with an automatic, configurable right-click menu built in, plus input masks.SYNOPSIS use LabPopEntry; $dw = $parent->LabPopEntry( -pattern => 'alpha', 'alphanum', 'capsonly', 'signed_int', 'unsigned_int', 'float', 'nondigit', or any supplied regexp. -nomenu => 0 or 1, -case => 'upper', 'lower', 'capitalize', -maxwidth => int, -minvalue => int, -maxvalue => int, -nospace => 0 or 1, -menuitems => , ); $dw->pack;LabPopEntry is a LabEntry widget with a right-click menu automatically attached. In addition, certain field masks can easily be applied to the entry widget in order to force the end-user into entering only the values you want him or her to enter.By default, there are five items attached to the right-click menu: Cut, Copy, Paste, Delete and Sel. All. The default bindings for the items are Control-x, Control-c, Control-v, Control-d, and Control-a, respectively.The difference between 'Cut' and 'Delete' is that the former automatically copies the contents that were cut to the clipboard, while the latter does not. Requirements: · Perl


Tk::LabPopEntry Related Software