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
15 * $width (integer)
16 * $height (integer)
17
18 integer = $requisition->height ($newval=undef)
19
20 * $newval (scalar)
21
22 integer = $requisition->width ($newval=undef)
23
24 * $newval (scalar)
25
27 Gtk2, Glib::Boxed
28
30 Copyright (C) 2003-2007 by the gtk2-perl team.
31
32 This software is licensed under the LGPL. See Gtk2 for a full notice.
33
34
35
36perl v5.8.8 2007-03-18 Gtk2::Requisition(3)