Re: NSWindowController
Re: NSWindowController
- Subject: Re: NSWindowController
- From: Stéphane Sudre <email@hidden>
- Date: Sat, 13 Dec 2003 22:47:54 +0100
Hum, let's try:
[[myWindowController window] setTitle:@"fred likes banana or something
like that"];
On samedi, dicembre 13, 2003, at 10:27 PM, Jason Reece wrote:
Hi all,
Can I please have some help. I'm trying to set the title of a window
programmatically. The window is a subclass of NSWindowController, and
is built using IB. I've tried using the methods in the documents to no
avail. I.e
- (NSString *)windowTitleForDocumentDisplayName:(NSString
*)displayName;
All I want to do is to set the windows title to "fred" or "banana" or
something like that. Surely it cant be that hard, can it?
_______________________________________________
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.