The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Gapp::TableCell - TableCell Widget

OBJECT HIERARCHY

Gapp::TableCell

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

left, right, top , bottom
isa: Int
hexpand, vexpand
isa: ArrayRef
xalign, yalign
isa: Num

PROVIDED METHODS

table_attach

Returns the values to pass to Gtk2::Table::attach. This is used

hexpand, vexpand
isa: Bool
xalign, yalign
isa: Num

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.