1Gtk2::Ex::FormFactory::UFsoerrm(C3o)ntributed Perl DocumGetnkt2a:t:iEoxn::FormFactory::Form(3)
2
3
4

NAME

6       Gtk2::Ex::FormFactory::Form - A Form in a FormFactory framework
7

SYNOPSIS

9         Gtk2::Ex::FormFactory::Form->new (
10           label_top_align         => Align all labels at the top of their row,
11           ...
12           Gtk2::Ex::FormFactory::Container attributes
13           Gtk2::Ex::FormFactory::Widget attributes
14         );
15

DESCRIPTION

17       This class implements a Form in a Gtk2::Ex::FormFactory framework.  A
18       Form is rendered as a two column table with labels in the first and the
19       corresponding widgets in the second column. No application object
20       attributes are associated with a Form.
21

OBJECT HIERARCHY

23         Gtk2::Ex::FormFactory::Intro
24
25         Gtk2::Ex::FormFactory::Widget
26         +--- Gtk2::Ex::FormFactory::Container
27              +--- Gtk2::Ex::FormFactory::Form
28
29         Gtk2::Ex::FormFactory::Layout
30         Gtk2::Ex::FormFactory::Rules
31         Gtk2::Ex::FormFactory::Context
32         Gtk2::Ex::FormFactory::Proxy
33

ATTRIBUTES

35       Attributes are handled through the common get_ATTR(), set_ATTR() style
36       accessors, but they are mostly passed once to the object constructor
37       and must not be altered after the associated FormFactory was built.
38
39       label_top_align = BOOLEAN [optional]
40           If you set this option all form element lables are aligned to the
41           top of their row. By default labels are centered vertically.
42

AUTHORS

44        Jörn Reder <joern at zyn dot de>
45
47       Copyright 2004-2006 by Jörn Reder.
48
49       This library is free software; you can redistribute it and/or modify it
50       under the terms of the GNU Library General Public License as published
51       by the Free Software Foundation; either version 2.1 of the License, or
52       (at your option) any later version.
53
54       This library is distributed in the hope that it will be useful, but
55       WITHOUT ANY WARRANTY; without even the implied warranty of
56       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
57       Library General Public License for more details.
58
59       You should have received a copy of the GNU Library General Public
60       License along with this library; if not, write to the Free Software
61       Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307
62       USA.
63

POD ERRORS

65       Hey! The above document had some coding errors, which are explained
66       below:
67
68       Around line 81:
69           Non-ASCII character seen before =encoding in 'Jörn'. Assuming UTF-8
70
71
72
73perl v5.32.0                      2020-07-28    Gtk2::Ex::FormFactory::Form(3)
Impressum