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