home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / lib / perl5 / Gnome2 / Canvas / RE.pod < prev    next >
Encoding:
Text File  |  2005-12-16  |  806 b   |  47 lines

  1. =head1 NAME
  2.  
  3. Gnome2::Canvas::RE - base class for rectangles and ellipses
  4.  
  5. =head1 HIERARCHY
  6.  
  7.   Glib::Object
  8.   +----Gtk2::Object
  9.        +----Gnome2::Canvas::Item
  10.             +----Gnome2::Canvas::Shape
  11.                  +----Gnome2::Canvas::RE
  12.  
  13. =for object Gnome2::Canvas::RE - base class for rectangles and ellipses
  14.  
  15. =cut
  16.  
  17.  
  18.  
  19.  
  20. =head1 PROPERTIES
  21.  
  22. =over
  23.  
  24. =item 'x1' (double : readable / writable)
  25.  
  26. =item 'x2' (double : readable / writable)
  27.  
  28. =item 'y1' (double : readable / writable)
  29.  
  30. =item 'y2' (double : readable / writable)
  31.  
  32. =back
  33.  
  34.  
  35. =head1 SEE ALSO
  36.  
  37. L<Gnome2::Canvas>, L<Glib::Object>, L<Gtk2::Object>, L<Gnome2::Canvas::Item>, L<Gnome2::Canvas::Shape>
  38.  
  39. =head1 COPYRIGHT
  40.  
  41. Copyright (C) 2003-2004 by the Gtk2-Perl Team.
  42.  
  43. This software is licensed under the LGPL; see L<Gnome2::Canvas> for a full notice.
  44.  
  45. =cut
  46.  
  47.