Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
Gtk2::Scale HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Range +----Gtk2::Scale INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::Orientable METHODS
integer = $scale->get_digits $scale->set_digits ($digits) o $digits (integer) boolean = $scale->get_draw_value $scale->set_draw_value ($draw_value) o $draw_value (boolean) layout = $scale->get_layout Since: gtk+ 2.4 (x, y) = $scale->get_layout_offsets Since: gtk+ 2.4 positiontype = $scale->get_value_pos $scale->set_value_pos ($pos) o $pos (Gtk2::PositionType) PROPERTIES
'digits' (integer : readable / writable / private) The number of decimal places that are displayed in the value 'draw-value' (boolean : readable / writable / private) Whether the current value is displayed as a string next to the slider 'value-pos' (Gtk2::PositionType : readable / writable / private) The position in which the current value is displayed SIGNALS
string = format-value (Gtk2::Scale, double) ENUMS AND FLAGS
enum Gtk2::PositionType o 'left' / 'GTK_POS_LEFT' o 'right' / 'GTK_POS_RIGHT' o 'top' / 'GTK_POS_TOP' o 'bottom' / 'GTK_POS_BOTTOM' SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Range 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::Scale(3)

Check Out this Related Man Page

Gtk2::ToggleToolButton(3pm)				User Contributed Perl Documentation			       Gtk2::ToggleToolButton(3pm)

NAME
Gtk2::ToggleToolButton - wrapper for GtkToggleToolButton HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::ToolItem +----Gtk2::ToolButton +----Gtk2::ToggleToolButton INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::Activatable METHODS
toolitem = Gtk2::ToggleToolButton->new toolitem = Gtk2::ToggleToolButton->new_from_stock ($stock_id) o $stock_id (string) boolean = $button->get_active $button->set_active ($is_active) o $is_active (boolean) PROPERTIES
'active' (boolean : default false : readable / writable / private) If the toggle button should be pressed in or not SIGNALS
toggled (Gtk2::ToggleToolButton) SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::ToolItem, Gtk2::ToolButton COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.14.2 2012-05-27 Gtk2::ToggleToolButton(3pm)
Man Page

We Also Found This Discussion For You

1. Shell Programming and Scripting

bc "scale" question.

Can someone explain to me please why the scale=3 fails to give me an answer to 3 decimal places in the first example of calling bc below but succeeds in the second? I know I can use a printf modifier to get the answer to 3 decimal places but I'd like to understand what's going on with bc. ... (8 Replies)
Discussion started by: gencon
8 Replies