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

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