Gtk2::Ex::FormFactory::ToggleButton 0.65 review

Download
by rbytes.net on

Gtk2::Ex::FormFactory::ToggleButton is a ToggleButton in a FormFactory framework. SYNOPSIS Gtk2::Ex::FormFactory::ToggleButto

License: Perl Artistic License
File size: 99K
Developer: Jorn Reder
0 stars award from rbytes.net

Gtk2::Ex::FormFactory::ToggleButton is a ToggleButton in a FormFactory framework.

SYNOPSIS

Gtk2::Ex::FormFactory::ToggleButton->new (
true_label => Label of the activated button,
false_label => Label of the deactivated button,
stock => Name of stock image for this button,
clicked_hook => Coderef to called on clicking,
...
Gtk2::Ex::FormFactory::Widget attributes
);

This class implements a ToggleButton in a Gtk2::Ex::FormFactory framework. The state of the ToggleButton is controlled by the associated application object attribute, which should has a boolean value.

OBJECT HIERARCHY

Gtk2::Ex::FormFactory::Intro

Gtk2::Ex::FormFactory::Widget
+--- Gtk2::Ex::FormFactory::ToggleButton

Gtk2::Ex::FormFactory::Layout
Gtk2::Ex::FormFactory::Rules
Gtk2::Ex::FormFactory::Context
Gtk2::Ex::FormFactory::Proxy

Requirements:
Perl

Gtk2::Ex::FormFactory::ToggleButton 0.65 keywords