| Tk-FlatCheckbox documentation | view source | Contained in the Tk-FlatCheckbox distribution. |
Tk::FlatCheckbox - an alternative checkbutton implementation for perl/Tk
use Tk::FlatCheckbox;
$mw->FlatCheckbox->pack;
Tk::FlatCheckbox is an alternative checkbutton implementation. Unlike Tk::Checkbutton, it uses a small square in the corner of the widget to indicate the on/off state. This can be used for instance for checkbuttons with images in a flat reliefed layout.
Tk::FlatCheckbox supports some of Tk::Checkbutton options. These are:
Please refer to the Tk::Checkbutton documentation for these options.
Additionaly, these options are supported:
Indicate whether a border should be raised if moving the mouse over the widget.
Tk::CheckButton, Tk::FlatRadiobutton
Slaven Rezi107 <srezic@cpan.org>
Copyright (c) 1998,2001,2002,2007 Slaven Rezi107. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Tk-FlatCheckbox documentation | view source | Contained in the Tk-FlatCheckbox distribution. |