Next:
2.4 Ordering Front a
Up:
2 Adding a Window
Previous:
2.2 Creating a Window
2.3 Setting the title of a window
To set the title of the window
myWindow
, you simply do something like:
[myWindow setTitle: @"This is a test window"];
2008-01-16