Skip navigation.
 
mlRe: window title (newbie question)
FROM : Nick Zitzmann
DATE : Tue Aug 01 04:10:37 2006

On Jul 31, 2006, at 7:59 PM, Travis Siegel wrote:

> At which point in the window creation do we assign the title,


You don't; you set the title after the window has been created.

> and where is the set window title command?


<http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/Classes/NSWindow_Class/Reference/Reference.html#//
apple_ref/occ/instm/NSWindow/setTitle:
>

Nick Zitzmann
<http://www.chronosnet.com/>

Related mailsAuthorDate
mlwindow title (newbie question) Travis Siegel Aug 1, 03:59
mlRe: window title (newbie question) Nick Zitzmann Aug 1, 04:10
mlRe: window title (newbie question) PGM Aug 1, 04:39