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

NAME

Tk::IFrame - An Indexed Frame

SYNOPSIS

    use Tk::IFrame;

DESCRIPTION

Tk::IFrame defines a widget which enables multiple frames (cards) to be defined, and then stacked on top of each other. Each card has an associated tag, selecting this tag will cause the associated card to be brought to the top of the stack.

STANDARD OPTIONS

-borderwidth -relief -selectbackground -background

WIDGET-SPECIFIC OPTIONS

none

AUTHOR

Graham Barr <gbarr@ti.com>

ACKNOWLEDGEMENTS

None - (yet :-)

COPYRIGHT

Copyright (c) 1997 Graham Barr. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.