NAME
Gapp::TableCell - TableCell Widget
OBJECT HIERARCHY
DESCRIPTION
Table cells are used to layout widgets in a table. Generally you won't need to worry about the details of table cells.
If you want to change how widgets are added to a table (which you probably don't), then you this documentation will be useful. To change how widgets are added to a table, you need to create a layout. You do this using Gapp::Layout.
PROVIDED ATTRIBUTES
PROVIDED METHODS
- table_attach
-
Returns the values to pass to
Gtk2::Table::attach
. This is used - hexpand, vexpand
- xalign, yalign
AUTHORS
Jeffrey Ray Hallock <jeffrey.hallock at gmail dot com>
COPYRIGHT & LICENSE
Copyright (c) 2011-2012 Jeffrey Ray Hallock.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.