Gtk2::Ex::FormFactory::Table 0.65 review

Download
by rbytes.net on

SYNOPSIS Gtk2::Ex::FormFactory::Table->new ( layout => "+-------%------+>>>>>>>>>>>>>>>+ | Name |

License: Perl Artistic License
File size: 99K
Developer: Jorn Reder
0 stars award from rbytes.net

SYNOPSIS

Gtk2::Ex::FormFactory::Table->new (
layout => "+-------%------+>>>>>>>>>>>>>>>+
| Name | |
+--------------~ Image |
| Keywords | |
+-------+------+[--------------+
^ ' More | Something |
^ | +-----+--------]+
_ Notes | | | Foo |
+-------+------+-----+---------+
^ Bar | Baz |
+--------------+---------------+",
content => [
Gtk2::Ex::FormFactory::Entry->new ( ... ),
Gtk2::Ex::FormFactory::Image->new ( ... ),
Gtk2::Ex::FormFactory::Entry->new ( ... ),
...
],
...
Gtk2::Ex::FormFactory::Container attributes
Gtk2::Ex::FormFactory::Widget attributes
);

This module implements a simple way of defining complex table layouts inside a Gtk2::Ex::FormFactory environment.

Requirements:
Perl

Gtk2::Ex::FormFactory::Table 0.65 search tags