Gtk2::Ex::FormFactory::Table 0.65 review
DownloadSYNOPSIS Gtk2::Ex::FormFactory::Table->new ( layout => "+-------%------+>>>>>>>>>>>>>>>+ | Name |
|
|
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 keywords