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

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