1Gtk2::Ex::FormFactory::UTseexrtVCioenwt(r3i)buted Perl DGotcku2m:e:nEtxa:t:iFoonrmFactory::TextView(3)
2
3
4

NAME

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

SYNOPSIS

9         Gtk2::Ex::FormFactory::TextView->new (
10           parse_tags      => Boolean to indicate tag markup in value,
11           ...
12           Gtk2::Ex::FormFactory::Widget attributes
13         );
14

DESCRIPTION

16       This class implements a TextView in a Gtk2::Ex::FormFactory framework.
17       The content of the TextView is the value of the associated application
18       object attribute.
19
20       By default the TextView gets automatic horizontal and vertical
21       scrollbars and word wrapping enabled, unless you specify your own
22       values for these settings.
23

OBJECT HIERARCHY

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

ATTRIBUTES

36       Attributes are handled through the common get_ATTR(), set_ATTR() style
37       accessors, but they are mostly passed once to the object constructor
38       and must not be altered after the associated FormFactory was built.
39
40       parse_tags = Boolean [optional]
41           Set this to a true value to indicate the value of this widget
42           contains tag markup. The syntax of tag markup is as follows:
43
44             <tag name="TAGNAME">Some text</tag>
45             <tag name='TAGNAME'>Some text</tag>
46
47           Text with this markup will get the correspondent GtkTextView tag
48           applied. Please refer to the Gtk2 documentation of GtkTextTagTable
49           to learn more about tags. Use a customize_hook of your
50           Gtk2::Ex::FormFactory::TextView objekt to attach a custom tag table
51           to this widget.
52

AUTHORS

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

POD ERRORS

75       Hey! The above document had some coding errors, which are explained
76       below:
77
78       Around line 192:
79           Non-ASCII character seen before =encoding in 'Jörn'. Assuming UTF-8
80
81
82
83perl v5.28.1                      2011-08-11Gtk2::Ex::FormFactory::TextView(3)
Impressum