Next: Gtk2::Alignment | Previous: Gtk2::ActionGroup | [Gtk2-Perl - Table of Contents] | [Gtk2-Perl - Index] |
Gtk2::Adjustment
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Adjustment
$value (double)
$lower (double)
$upper (double)
$step_increment (double)
$page_increment (double)
$page_size (double)
Get or set the six fields of a Gtk2::Adjustment.
The setter functions store $newval and return the old value. Note that they don't emit any signals; it's up to you to emit "notify" (because the fields are also properties) and "changed" or "value-changed", when you're ready.
Copyright (C) 2003-2008 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full notice.