1Gtk2::Requisition(3) User Contributed Perl Documentation Gtk2::Requisition(3)
2
3
4
6 Gtk2::Requisition
7
9 Glib::Boxed
10 +----Gtk2::Requisition
11
13 requisition = Gtk2::Requisition->new ($width=0, $height=0)
14 · $width (integer)
15
16 · $height (integer)
17
18 integer = $requisition->height ($newval=undef)
19 · $newval (scalar)
20
21 integer = $requisition->width ($newval=undef)
22 · $newval (scalar)
23
25 Gtk2, Glib::Boxed
26
28 Copyright (C) 2003-2008 by the gtk2-perl team.
29
30 This software is licensed under the LGPL. See Gtk2 for a full notice.
31
32
33
34perl v5.12.0 2010-05-02 Gtk2::Requisition(3)