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

NAME

Tk::FcyEntry - Entry that reflects its state in the background color

SYNOPSIS

  use Tk;
  use Tk::FcyEntry;     # replaces the standard Entry widget
  ...
  $fcye = $w->Entry( ... everything as usual ... );
  ...

DESCRIPTION

This module is deprecated. Use Tk::Entry instead, it does the same thing.

FcyEntry is like a normal Entry widget except:

  • default background color is 'white'

  • if the state of the widget is disabled the background color is set to be the same as the normal background and the foreground used is the same as the disabledForeground of a button. (xxx: still not true, values hardcoded)

BUGS

background configuration honoured after next state change.

SEE ALSO

Tk Tk::Entry

AUTHOR

Written by Achim Bohnet <ach@mpe.mpg.de>. Maintained by Alexander Becker, <asb@cpan.org>.

COPYRIGHT AND LICENSE

Copyright (C) 2016 by Alexander Becker, Copyright (c) 1997-1998 Achim Bohnet.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.16.3 or, at your option, any later version of Perl 5 you may have available.