Tk::FlatCheckbox - an alternative checkbutton implementation for perl/Tk


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

Index


NAME

Top

Tk::FlatCheckbox - an alternative checkbutton implementation for perl/Tk

SYNOPSIS

Top

    use Tk::FlatCheckbox;
    $mw->FlatCheckbox->pack;

DESCRIPTION

Top

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.

WIDGET-SPECIFIC OPTIONS

Top

Tk::FlatCheckbox supports some of Tk::Checkbutton options. These are:

-borderwidth
-image
-variable
-command
-state
-text
-font
-onvalue
-offvalue

Please refer to the Tk::Checkbutton documentation for these options.

Additionaly, these options are supported:

-raiseonenter => BOOL

Indicate whether a border should be raised if moving the mouse over the widget.

SEE ALSO

Top

Tk::CheckButton, Tk::FlatRadiobutton

AUTHOR

Top

Slaven Rezi107 <srezic@cpan.org>

COPYRIGHT

Top


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