Re: NSTextField setting text programatically?
Re: NSTextField setting text programatically?
- Subject: Re: NSTextField setting text programatically?
- From: email@hidden
- Date: Wed, 15 May 2002 13:45:46 -0700
Laurence Kirchmeier wrote:
|I have been unable to discover a method to directly change the contents
|of the string that is displayed in the NSTextField. Is there a way to
|do this?
You *did* check the superclass documentation (NSControl, NSView, NSResponder, NSObject), didn't you? If you had, you'd have discovered setDoubleValue:, setFloatValue:, setIntValue:, setObjectValue: and setStringValue: in the NSControl documentation.
Glen Fisher
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.