1Gtk2::Ex::FormFactory::UGstekrWiCdognettr(i3b)uted PerlGDtokc2u:m:eEnxt:a:tFioornmFactory::GtkWidget(3)
2
3
4

NAME

6       Gtk2::Ex::FormFactory::GtkWidget - Wrap arbitrary Gtk widgets
7

SYNOPSIS

9         Gtk2::Ex::FormFactory::GtkWidget->new (
10           custom_gtk_widget => Gtk::Widget,
11           ...
12           Gtk2::Ex::FormFactory::Widget attributes
13         );
14

DESCRIPTION

16       With this module you can add arbitrary Gtk widgets to a FormFactory.
17       They're simply displayed, but their state isn't managed by
18       Gtk2::Ex::FormFactory, because no details are known about the widget.
19
20       If you need the full functionality for a custom Gtk widget you need to
21       implement your own Gtk2::Ex::FormFactory::Widget for it. Refer to the
22       documentation of Gtk2::Ex::FormFactory::Widget for details about
23       implementing your own FormFactory widgets.
24

OBJECT HIERARCHY

26         Gtk2::Ex::FormFactory::Intro
27
28         Gtk2::Ex::FormFactory::Widget
29         +--- Gtk2::Ex::FormFactory::GtkWidget
30
31         Gtk2::Ex::FormFactory::Layout
32         Gtk2::Ex::FormFactory::Rules
33         Gtk2::Ex::FormFactory::Context
34         Gtk2::Ex::FormFactory::Proxy
35

ATTRIBUTES

37       Attributes are handled through the common get_ATTR(), set_ATTR() style
38       accessors, but they are mostly passed once to the object constructor
39       and must not be altered after the associated FormFactory was built.
40
41       custom_gtk_widget = Gtk::Widget [mandatory]
42           This is a Gtk::Widget to be displays inside a FormFactory.
43
44       For more attributes refer to Gtk2::Ex::FormFactory::Widget.
45

AUTHORS

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

POD ERRORS

68       Hey! The above document had some coding errors, which are explained
69       below:
70
71       Around line 91:
72           Non-ASCII character seen before =encoding in 'Jörn'. Assuming UTF-8
73
74
75
76perl v5.34.0                      2021-07-22Gtk2::Ex::FormFactory::GtkWidget(3)
Impressum