1Glib::Param::Int(3) User Contributed Perl Documentation Glib::Param::Int(3)
2
3
4
6 Glib::Param::Int - Paramspecs for integer types
7
9 Glib::ParamSpec
10 +----Glib::Param::Int
11
13 This page documents the extra accessors available for all of the
14 integer type paramspecs: Char, Int, and Long. Perl really only
15 supports full-size integers, so all of these methods return IVs; the
16 distinction of integer size is important to the underlying C library
17 and also determines the data value range.
18
20 Glib::ParamSpec
21 +----Glib::Param::Char
22
23 Glib::ParamSpec
24 +----Glib::Param::Int
25
26 Glib::ParamSpec
27 +----Glib::Param::Long
28
30 integer = $pspec->get_default_value
31 integer = $pspec->get_maximum
32 integer = $pspec->get_minimum
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::Int(3)