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

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

FcyEntry is like a normal Entry widget except:

background configuration honoured after next state change.


entry, widget, editcolor

Achim Bohnet <ach@mpe.mpg.de>
Copyright (c) 1997-1998 Achim Bohnet. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.