1Glib::Param::UInt(3)  User Contributed Perl Documentation Glib::Param::UInt(3)
2
3
4

NAME

6       Glib::Param::UInt
7

HIERARCHY

9         Glib::ParamSpec
10         +----Glib::Param::UInt
11

DESCRIPTION

13       This page documents the extra accessors available for all of the
14       unsigned integer type paramspecs: UChar, UInt, and ULong.  Perl really
15       only supports full-size integers, so all of these methods return UVs;
16       the distinction of integer size is important to the underlying C
17       library and also determines the data value range.
18

HIERARCHY

20         Glib::ParamSpec
21         +----Glib::Param::UChar
22
23         Glib::ParamSpec
24         +----Glib::Param::UInt
25
26         Glib::ParamSpec
27         +----Glib::Param::ULong
28

METHODS

30   unsigned = $pspec->get_default_value
31   unsigned = $pspec->get_maximum
32   unsigned = $pspec->get_minimum

SEE ALSO

34       Glib, Glib::ParamSpec, Glib::ParamSpec
35
37       Copyright (C) 2003-2009 by the gtk2-perl team.
38
39       This software is licensed under the LGPL.  See Glib for a full notice.
40
41
42
43perl v5.12.1                      2010-07-07              Glib::Param::UInt(3)
Impressum