[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bugs #10595] NSButtonCell -image returns nil
From: |
Benhur Stein |
Subject: |
[bugs #10595] NSButtonCell -image returns nil |
Date: |
Wed, 06 Oct 2004 09:09:33 -0400 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20041004 Firefox/0.10.1 |
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/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bugs #10595] NSButtonCell -image returns nil,
Benhur Stein <=