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


Tk-ACH documentation  | view source Contained in the Tk-ACH distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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




DESCRIPTION

Top

FcyEntry is like a normal Entry (Tk::Entry) widget except:

BUGS

Top

background configuration honoured after next state change.

SEE ALSO

Top

Tk (Tk) Tk::Entry (Tk::Entry)

KEYWORDS

Top

entry, widget, editcolor

AUTHOR

Top

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.