Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk2::adjustment(3) [suse man page]

Gtk2::Adjustment(3)					User Contributed Perl Documentation				       Gtk2::Adjustment(3)

NAME
Gtk2::Adjustment HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Adjustment METHODS
object = Gtk2::Adjustment->new ($value, $lower, $upper, $step_increment, $page_increment, $page_size) o $value (double) o $lower (double) o $upper (double) o $step_increment (double) o $page_increment (double) o $page_size (double) $adjustment->changed $adjustment->clamp_page ($lower, $upper) o $lower (double) o $upper (double) double = $adjustment->value double = $adjustment->value ($newval) double = $adjustment->lower double = $adjustment->lower ($newval) double = $adjustment->upper double = $adjustment->upper ($newval) double = $adjustment->step_increment double = $adjustment->step_increment ($newval) double = $adjustment->page_increment double = $adjustment->page_increment ($newval) double = $adjustment->page_size double = $adjustment->page_size ($newval) o $newval (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. $adjustment->value_changed double = $adjustment->get_value $adjustment->set_value ($value) o $value (double) PROPERTIES
'lower' (double : readable / writable / private) The minimum value of the adjustment 'page-increment' (double : readable / writable / private) The page increment of the adjustment 'page-size' (double : readable / writable / private) The page size of the adjustment 'step-increment' (double : readable / writable / private) The step increment of the adjustment 'upper' (double : readable / writable / private) The maximum value of the adjustment 'value' (double : readable / writable / private) The value of the adjustment SIGNALS
changed (Gtk2::Adjustment) value-changed (Gtk2::Adjustment) SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::Adjustment(3)

Check Out this Related Man Page

Gtk2::ScaleButton(3)					User Contributed Perl Documentation				      Gtk2::ScaleButton(3)

NAME
Gtk2::ScaleButton HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::Button +----Gtk2::ScaleButton INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Glib::Object::_Unregistered::GtkActivatable Gtk2::Orientable METHODS
widget = Gtk2::ScaleButton->new ($size, $min, $max, $step, ...) o $size (Gtk2::IconSize) o $min (double) o $max (double) o $step (double) o ... (list) adjustment = $button->get_adjustment $button->set_adjustment ($adjustment) o $adjustment (Gtk2::Adjustment) $button->set_icons (...) o ... (list) widget = $button->get_minus_button Since: gtk+ 2.14 orientation = $button->get_orientation Since: gtk+ 2.14 $button->set_orientation ($orientation) o $orientation (Gtk2::Orientation) Since: gtk+ 2.14 widget = $button->get_plus_button Since: gtk+ 2.14 widget = $button->get_popup Since: gtk+ 2.14 double = $button->get_value $button->set_value ($value) o $value (double) PROPERTIES
'adjustment' (Gtk2::Adjustment : readable / writable / private) The GtkAdjustment that contains the current value of this scale button object 'icons' (Glib::Strv : readable / writable / private) List of icon names 'size' (Gtk2::IconSize : readable / writable / private) The icon size 'value' (double : readable / writable / private) The value of the scale SIGNALS
value-changed (Gtk2::ScaleButton, double) popup (Gtk2::ScaleButton) popdown (Gtk2::ScaleButton) ENUMS AND FLAGS
enum Gtk2::IconSize o 'invalid' / 'GTK_ICON_SIZE_INVALID' o 'menu' / 'GTK_ICON_SIZE_MENU' o 'small-toolbar' / 'GTK_ICON_SIZE_SMALL_TOOLBAR' o 'large-toolbar' / 'GTK_ICON_SIZE_LARGE_TOOLBAR' o 'button' / 'GTK_ICON_SIZE_BUTTON' o 'dnd' / 'GTK_ICON_SIZE_DND' o 'dialog' / 'GTK_ICON_SIZE_DIALOG' enum Gtk2::Orientation o 'horizontal' / 'GTK_ORIENTATION_HORIZONTAL' o 'vertical' / 'GTK_ORIENTATION_VERTICAL' SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::Button COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::ScaleButton(3)
Man Page