Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
Gtk2::Table HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Table INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
widget = Gtk2::Table->new ($rows, $columns, $homogeneous=FALSE) o $rows (integer) o $columns (integer) o $homogeneous (boolean) $table->attach ($child, $left_attach, $right_attach, $top_attach, $bottom_attach, $xoptions, $yoptions, $xpadding, $ypadding) o $child (Gtk2::Widget) o $left_attach (integer) o $right_attach (integer) o $top_attach (integer) o $bottom_attach (integer) o $xoptions (Gtk2::AttachOptions) o $yoptions (Gtk2::AttachOptions) o $xpadding (integer) o $ypadding (integer) $table->attach_defaults ($widget, $left_attach, $right_attach, $top_attach, $bottom_attach) o $widget (Gtk2::Widget) o $left_attach (integer) o $right_attach (integer) o $top_attach (integer) o $bottom_attach (integer) integer = $table->get_col_spacing ($column) o $column (integer) $table->set_col_spacing ($column, $spacing) o $column (integer) o $spacing (integer) $table->set_col_spacings ($spacing) o $spacing (integer) integer = $table->get_default_col_spacing integer = $table->get_default_row_spacing boolean = $table->get_homogeneous $table->set_homogeneous ($homogeneous) o $homogeneous (boolean) $table->resize ($rows, $columns) o $rows (integer) o $columns (integer) integer = $table->get_row_spacing ($row) o $row (integer) $table->set_row_spacing ($row, $spacing) o $row (integer) o $spacing (integer) $table->set_row_spacings ($spacing) o $spacing (integer) PROPERTIES
'column-spacing' (Glib::UInt : readable / writable / private) The amount of space between two consecutive columns 'homogeneous' (boolean : readable / writable / private) If TRUE, the table cells are all the same width/height 'n-columns' (Glib::UInt : readable / writable / private) The number of columns in the table 'n-rows' (Glib::UInt : readable / writable / private) The number of rows in the table 'row-spacing' (Glib::UInt : readable / writable / private) The amount of space between two consecutive rows ENUMS AND FLAGS
flags Gtk2::AttachOptions o 'expand' / 'GTK_EXPAND' o 'shrink' / 'GTK_SHRINK' o 'fill' / 'GTK_FILL' 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::Table(3)

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