Next: Gnome2::Canvas::Line | Previous: Gnome2::Canvas::index | [Gtk2-Perl - Table of Contents] | [Gtk2-Perl - Index] |
Gnome2::Canvas::Item
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gnome2::Canvas::Item
Factory constructor for Gnome2::Canvas::Item subclasses.
Replaces $item's transformation matrix.
Combines $affine with $item's current transformation.
Fetch the Gnome2::Canvas to which $item is attached.
Fetch the affine transform that converts from item-relative coordinates to canvas pixel coordinates.
Note: This method was completely broken for all $Gnome2::Canvas::VERSION < 1.002.
Fetch the affine transform that converts from item's coordinate system to world coordinates.
Note: This method was completely broken for all $Gnome2::Canvas::VERSION < 1.002.
Fetch $item's parent group item.
Reset the bounding box of $item to an empty rectangle.
Set $item's bounding box to a new rectangle, and request a full repaint.
'exposure-mask' / 'GDK_EXPOSURE_MASK'
'pointer-motion-mask' / 'GDK_POINTER_MOTION_MASK'
'pointer-motion-hint-mask' / 'GDK_POINTER_MOTION_HINT_MASK'
'button-motion-mask' / 'GDK_BUTTON_MOTION_MASK'
'button1-motion-mask' / 'GDK_BUTTON1_MOTION_MASK'
'button2-motion-mask' / 'GDK_BUTTON2_MOTION_MASK'
'button3-motion-mask' / 'GDK_BUTTON3_MOTION_MASK'
'button-press-mask' / 'GDK_BUTTON_PRESS_MASK'
'button-release-mask' / 'GDK_BUTTON_RELEASE_MASK'
'key-press-mask' / 'GDK_KEY_PRESS_MASK'
'key-release-mask' / 'GDK_KEY_RELEASE_MASK'
'enter-notify-mask' / 'GDK_ENTER_NOTIFY_MASK'
'leave-notify-mask' / 'GDK_LEAVE_NOTIFY_MASK'
'focus-change-mask' / 'GDK_FOCUS_CHANGE_MASK'
'structure-mask' / 'GDK_STRUCTURE_MASK'
'property-change-mask' / 'GDK_PROPERTY_CHANGE_MASK'
'visibility-notify-mask' / 'GDK_VISIBILITY_NOTIFY_MASK'
'proximity-in-mask' / 'GDK_PROXIMITY_IN_MASK'
'proximity-out-mask' / 'GDK_PROXIMITY_OUT_MASK'
'substructure-mask' / 'GDK_SUBSTRUCTURE_MASK'
'scroll-mask' / 'GDK_SCROLL_MASK'
'all-events-mask' / 'GDK_ALL_EVENTS_MASK'
'success' / 'GDK_GRAB_SUCCESS'
'already-grabbed' / 'GDK_GRAB_ALREADY_GRABBED'
'invalid-time' / 'GDK_GRAB_INVALID_TIME'
'not-viewable' / 'GDK_GRAB_NOT_VIEWABLE'
'frozen' / 'GDK_GRAB_FROZEN'
Copyright (C) 2003-2004 by the Gtk2-Perl Team.
This software is licensed under the LGPL; see Gnome2::Canvas for a full notice.