1Gtk2::Requisition(3)  User Contributed Perl Documentation Gtk2::Requisition(3)
2
3
4

NAME

6       Gtk2::Requisition - wrapper for GtkRequisition
7

HIERARCHY

9         Glib::Boxed
10         +----Gtk2::Requisition
11

METHODS

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

SEE ALSO

25       Gtk2, Glib::Boxed
26
28       Copyright (C) 2003-2011 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.32.0                      2020-07-28              Gtk2::Requisition(3)
Impressum