Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk2::alignment(3pm) [debian man page]

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

NAME
Gtk2::Alignment - wrapper for GtkAlignment HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::Alignment INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
widget = Gtk2::Alignment->new ($xalign, $yalign, $xscale, $yscale) o $xalign (double) o $yalign (double) o $xscale (double) o $yscale (double) $alignment->set ($xalign, $yalign, $xscale, $yscale) o $xalign (double) o $yalign (double) o $xscale (double) o $yscale (double) (padding_top, padding_bottom, padding_left, padding_right) = $alignment->get_padding Since: gtk+ 2.4 $alignment->set_padding ($padding_top, $padding_bottom, $padding_left, $padding_right) o $padding_top (integer) o $padding_bottom (integer) o $padding_left (integer) o $padding_right (integer) Since: gtk+ 2.4 PROPERTIES
'bottom-padding' (Glib::UInt : default 0 : readable / writable / private) The padding to insert at the bottom of the widget. 'left-padding' (Glib::UInt : default 0 : readable / writable / private) The padding to insert at the left of the widget. 'right-padding' (Glib::UInt : default 0 : readable / writable / private) The padding to insert at the right of the widget. 'top-padding' (Glib::UInt : default 0 : readable / writable / private) The padding to insert at the top of the widget. 'xalign' (float : default 0.5 : readable / writable / private) Horizontal position of child in available space. 0.0 is left aligned, 1.0 is right aligned 'xscale' (float : default 1 : readable / writable / private) If available horizontal space is bigger than needed for the child, how much of it to use for the child. 0.0 means none, 1.0 means all 'yalign' (float : default 0.5 : readable / writable / private) Vertical position of child in available space. 0.0 is top aligned, 1.0 is bottom aligned 'yscale' (float : default 1 : readable / writable / private) If available vertical space is bigger than needed for the child, how much of it to use for the child. 0.0 means none, 1.0 means all SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin 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::Alignment(3pm)

Check Out this Related Man Page

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

NAME
Gtk2::Layout HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Layout INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
widget = Gtk2::Layout->new ($hadjustment=undef, $vadjustment=undef) o $hadjustment (Gtk2::Adjustment or undef) o $vadjustment (Gtk2::Adjustment or undef) window or undef = $layout->get_bin_window $layout->freeze adjustment = $layout->get_hadjustment $layout->set_hadjustment ($adjustment) o $adjustment (Gtk2::Adjustment) $layout->move ($child_widget, $x, $y) o $child_widget (Gtk2::Widget) o $x (integer) o $y (integer) $layout->put ($child_widget, $x, $y) o $child_widget (Gtk2::Widget) o $x (integer) o $y (integer) (width, height) = $layout->get_size $layout->set_size ($width, $height) o $width (integer) o $height (integer) $layout->thaw adjustment = $layout->get_vadjustment $layout->set_vadjustment ($adjustment) o $adjustment (Gtk2::Adjustment) PROPERTIES
'hadjustment' (Gtk2::Adjustment : readable / writable / private) The GtkAdjustment for the horizontal position 'height' (Glib::UInt : readable / writable / private) The height of the layout 'vadjustment' (Gtk2::Adjustment : readable / writable / private) The GtkAdjustment for the vertical position 'width' (Glib::UInt : readable / writable / private) The width of the layout SIGNALS
set-scroll-adjustments (Gtk2::Layout, Gtk2::Adjustment, Gtk2::Adjustment) SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container 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::Layout(3)
Man Page