This mail is an automated notification from the bugs tracker of the project: GNUstep.
/**************************************************************************/ [bugs #10595] Full Item Snapshot: URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10595> Project: GNUstep Submitted by: Benhur Stein On: Wed 10/06/2004 at 13:02 Category: Gui/AppKit Severity: 3 - Ordinary Item Group: Bug Resolution: None Privacy: Public Assigned to: None Status: Open Summary: NSButtonCell -image returns nil Original Submission: Take a buttonCell that is showing an image (created in Gorm, for example), call setImage: on it with a different image. The new image is accepted and displayed by the cell. Call -image, it returns nil. Problem is that NSButtonCell does not let its type be changed (setImage: calls setType:, but NSButtonCell's setType: overrides NSCell's to do nothing), and NSCell only returns the image if the cell is of type NSImageCellType. For detailed info, follow this link: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10595> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-gnustep
