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 This page documents the extra accessors available for all of the inte‐
10 ger type paramspecs: Char, Int, and Long. Perl really only supports
11 full-size integers, so all of these methods return IVs; the distinction
12 of integer size is important to the underlying C library and also
13 determines the data value range.
14
16 integer = $pspec->get_default_value
17
18 integer = $pspec->get_maximum
19
20 integer = $pspec->get_minimum
21
23 Glib, Glib::ParamSpec
24
26 Copyright (C) 2003-2007 by the gtk2-perl team.
27
28 This software is licensed under the LGPL. See Glib for a full notice.
29
30
31
32perl v5.8.8 2007-02-26 Glib::Param::Int(3)