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

NAME

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

SYNOPSIS

9         Gtk2::Ex::FormFactory::Notebook->new (
10           ...
11           Gtk2::Ex::FormFactory::Container attributes
12           Gtk2::Ex::FormFactory::Widget attributes
13         );
14

DESCRIPTION

16       This class implements a Notebook in a Gtk2::Ex::FormFactory framework.
17       The number of the actually selected notebook page is controlled by the
18       value of the associated application object attribute.
19

OBJECT HIERARCHY

21         Gtk2::Ex::FormFactory::Intro
22
23         Gtk2::Ex::FormFactory::Widget
24         +--- Gtk2::Ex::FormFactory::Container
25              +--- Gtk2::Ex::FormFactory::Notebook
26
27         Gtk2::Ex::FormFactory::Layout
28         Gtk2::Ex::FormFactory::Rules
29         Gtk2::Ex::FormFactory::Context
30         Gtk2::Ex::FormFactory::Proxy
31

ATTRIBUTES

33       This module has no additional attributes over those derived from
34       Gtk2::Ex::FormFactory::Container, but some special notes apply:
35
36       content = ARRAYREF of Gtk2::Ex::FormFactory::Widget's [optional]
37           Only widgets which have a title attribute may be added to a
38           NoteBook. Since Gtk2::Ex::FormFactory::Container defines the title
39           attribute all containers can be turned into a notebook page.
40
41           The widget title will automatically render to the title of the page
42           resp as the text appearing on the page's tab.
43
44           You can add an icon to the Notebook tab by prefixing the widget
45           title with a stock item name in square brackets, e.g. this way:
46
47             title => "[gtk-cdrom] CDROM Contents",
48
49       For more attributes refer to Gtk2::Ex::FormFactory::Container.
50

AUTHORS

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

POD ERRORS

73       Hey! The above document had some coding errors, which are explained
74       below:
75
76       Around line 110:
77           Non-ASCII character seen before =encoding in 'Jörn'. Assuming UTF-8
78
79
80
81perl v5.30.0                      2019-07-26Gtk2::Ex::FormFactory::Notebook(3)
Impressum