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

  1. =head1 NAME
  2.  
  3. Gnome2::Canvas::Pixbuf - Pixbufs as CanvasItems
  4.  
  5. =head1 HIERARCHY
  6.  
  7.   Glib::Object
  8.   +----Gtk2::Object
  9.        +----Gnome2::Canvas::Item
  10.             +----Gnome2::Canvas::Pixbuf
  11.  
  12. =for object Gnome2::Canvas::Pixbuf - Pixbufs as CanvasItems
  13.  
  14. =cut
  15.  
  16.  
  17.  
  18.  
  19. =head1 PROPERTIES
  20.  
  21. =over
  22.  
  23. =item 'anchor' (Gtk2::AnchorType : readable / writable)
  24.  
  25. =item 'height' (double : readable / writable)
  26.  
  27. =item 'height-in-pixels' (boolean : readable / writable)
  28.  
  29. =item 'height-set' (boolean : readable / writable)
  30.  
  31. =item 'pixbuf' (Gtk2::Gdk::Pixbuf : readable / writable)
  32.  
  33. =item 'width' (double : readable / writable)
  34.  
  35. =item 'width-in-pixels' (boolean : readable / writable)
  36.  
  37. =item 'width-set' (boolean : readable / writable)
  38.  
  39. =item 'x' (double : readable / writable)
  40.  
  41. =item 'x-in-pixels' (boolean : readable / writable)
  42.  
  43. =item 'y' (double : readable / writable)
  44.  
  45. =item 'y-in-pixels' (boolean : readable / writable)
  46.  
  47. =back
  48.  
  49.  
  50. =head1 ENUMS AND FLAGS
  51.  
  52. =head2 enum Gtk2::AnchorType
  53.  
  54. =over
  55.  
  56. =item * 'center' / 'GTK_ANCHOR_CENTER'
  57.  
  58. =item * 'north' / 'GTK_ANCHOR_NORTH'
  59.  
  60. =item * 'north-west' / 'GTK_ANCHOR_NORTH_WEST'
  61.  
  62. =item * 'north-east' / 'GTK_ANCHOR_NORTH_EAST'
  63.  
  64. =item * 'south' / 'GTK_ANCHOR_SOUTH'
  65.  
  66. =item * 'south-west' / 'GTK_ANCHOR_SOUTH_WEST'
  67.  
  68. =item * 'south-east' / 'GTK_ANCHOR_SOUTH_EAST'
  69.  
  70. =item * 'west' / 'GTK_ANCHOR_WEST'
  71.  
  72. =item * 'east' / 'GTK_ANCHOR_EAST'
  73.  
  74. =item * 'n' / 'GTK_ANCHOR_N'
  75.  
  76. =item * 'nw' / 'GTK_ANCHOR_NW'
  77.  
  78. =item * 'ne' / 'GTK_ANCHOR_NE'
  79.  
  80. =item * 's' / 'GTK_ANCHOR_S'
  81.  
  82. =item * 'sw' / 'GTK_ANCHOR_SW'
  83.  
  84. =item * 'se' / 'GTK_ANCHOR_SE'
  85.  
  86. =item * 'w' / 'GTK_ANCHOR_W'
  87.  
  88. =item * 'e' / 'GTK_ANCHOR_E'
  89.  
  90. =back
  91.  
  92.  
  93.  
  94. =head1 SEE ALSO
  95.  
  96. L<Gnome2::Canvas>, L<Glib::Object>, L<Gtk2::Object>, L<Gnome2::Canvas::Item>
  97.  
  98. =head1 COPYRIGHT
  99.  
  100. Copyright (C) 2003-2004 by the Gtk2-Perl Team.
  101.  
  102. This software is licensed under the LGPL; see L<Gnome2::Canvas> for a full notice.
  103.  
  104. =cut
  105.  
  106.