Next:
Glib::Param::Int64
Previous:
Glib::Param::Flags
 [Gtk2-Perl - Table of Contents][Gtk2-Perl - Index]

Glib::Param::Int



NAME

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

DESCRIPTION

This page documents the extra accessors available for all of the integer type paramspecs: Char, Int, and Long. Perl really only supports full-size integers, so all of these methods return IVs; the distinction of integer size is important to the underlying C library and also determines the data value range.

METHODS

integer = $pspec->get_default_value

integer = $pspec->get_maximum

integer = $pspec->get_minimum

SEE ALSO

Glib, Glib::ParamSpec

COPYRIGHT

Copyright (C) 2003-2007 by the gtk2-perl team.

This software is licensed under the LGPL. See Glib for a full notice.


[Top]