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

NAME

Gapp::SpinButton - RadioButton Widget

OBJECT HIERARCHY

Gapp::Object
+-- Gapp::Widget
....+-- Gapp::Entry
........+-- Gapp::SpinButton

PROVIDED ATTRIBUTES

range
is rw
isa ArrayRef
default [0,999]

The minimum and maximum possible values.

step
is rw
isa Num
default 1

The amount the value will change when the user presses the up or down arrows.

page
is rw
isa Maybe[Num]

The amount the value will change when the user presses the page-up or page-down keys.

AUTHORS

Jeffrey Ray Hallock <jeffrey.hallock at gmail dot com>

COPYRIGHT & LICENSE

    Copyright (c) 2011-2012 Jeffrey Ray Hallock.

    This program is free software; you can redistribute it and/or
    modify it under the same terms as Perl itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 152:

You forgot a '=back' before '=head1'

You forgot a '=back' before '=head1'