=================== BUG #4635: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4635&group_id=99
Submitted by: dlatt Project: GNUstep Submitted on: Tue 08/05/03 at 18:28 Category: Gui/AppKit Severity: 5 - Major Bug Group: Bug Resolution: None Assigned to: None Status: Open Summary: NSButtonCell: value is title instead of state Original Submission: The docs mention that for some subclasses of NSCell, such as NSButtonCell, the object's value is its state. This is needed for EOControlAssociation to be able to set the state of a switch button (checked or unchecked) according to some database value (it sets the button's value via setObjectValue:). Right now, changing the value results in setting the switch button's label (or title). Something like this is already mentioned in the source of NSButtonCell.m: // FIXME: The spec says that the stringValue and setStringValue methods should // also be redefined. But this does not fit to the way we uses this for the title. No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4635&group_id=99 _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
