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

NAME

6       Glib::Param::Int - Paramspecs for integer types
7

HIERARCHY

9         Glib::ParamSpec
10         +----Glib::Param::Int
11
12         Glib::ParamSpec
13         +----Glib::Param::Char
14
15         Glib::ParamSpec
16         +----Glib::Param::Long
17

DESCRIPTION

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

METHODS

26   integer = $pspec->get_maximum
27   integer = $pspec->get_minimum

SEE ALSO

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.32.0                      2020-07-28               Glib::Param::Int(3)
Impressum