man Gtk2::Table () - Gtk2::Table

NAME

Gtk2::Table

HIERARCHY

  Glib::Object
  +----Glib::Object::_Unregistered::GInitiallyUnowned
       +----Gtk2::Object
            +----Gtk2::Widget
                 +----Gtk2::Container
                      +----Gtk2::Table

INTERFACES

  Gtk2::Atk::ImplementorIface

METHODS

$table->set_col_spacings ($spacing)

$table->set_homogeneous ($homogeneous)

$table->set_row_spacings ($spacing)

PROPERTIES

'column-spacing' (Glib::UInt : readable / writable / private)
The amount of space between two consecutive columns
'homogeneous' (boolean : readable / writable / private)
If TRUE this means 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

* 'expand' / 'GTK_EXPAND'
* 'shrink' / 'GTK_SHRINK'
* 'fill' / 'GTK_FILL'

SEE ALSO

Gtk2, Glib::Object, Glib::Object::_Unregistered::GInitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container

COPYRIGHT

Copyright (C) 2003-2005 by the gtk2-perl team.

This software is licensed under the LGPL. See Gtk2 for a full notice.