| Tk-ACH documentation | view source | Contained in the Tk-ACH distribution. |
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 (Tk::Entry) widget except:
background configuration honoured after next state change.
Tk (Tk) Tk::Entry (Tk::Entry)
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.
| Tk-ACH documentation | view source | Contained in the Tk-ACH distribution. |