home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / lib / perl5 / Glib / Param / Int.pod < prev    next >
Encoding:
Text File  |  2006-06-19  |  859 b   |  53 lines

  1. =head1 NAME
  2.  
  3. Glib::Param::Int - Paramspecs for integer types
  4.  
  5. =for object Glib::Param::Int - Paramspecs for integer types
  6.  
  7. =head1 DESCRIPTION
  8.  
  9. This page documents the extra accessors available for all of the integer type
  10. paramspecs: Char, Int, and Long.  Perl really only supports full-size integers,
  11. so all of these methods return IVs; the distinction of integer size is
  12. important to the underlying C library and also determines the data value range.
  13.  
  14. =cut
  15.  
  16.  
  17.  
  18.  
  19. =head1 METHODS
  20.  
  21. =head2 integer = $pspec-E<gt>B<get_default_value> 
  22.  
  23. =over
  24.  
  25. =back
  26.  
  27. =head2 integer = $pspec-E<gt>B<get_maximum> 
  28.  
  29. =over
  30.  
  31. =back
  32.  
  33. =head2 integer = $pspec-E<gt>B<get_minimum> 
  34.  
  35. =over
  36.  
  37. =back
  38.  
  39.  
  40. =head1 SEE ALSO
  41.  
  42. L<Glib>, L<Glib::ParamSpec>
  43.  
  44. =head1 COPYRIGHT
  45.  
  46. Copyright (C) 2003-2005 by the gtk2-perl team.
  47.  
  48. This software is licensed under the LGPL.  See L<Glib> for a full notice.
  49.  
  50.  
  51. =cut
  52.  
  53.