'From etoys4.0 of 9 October 2008 [latest update: #2212] on 29 April 2009 at 9:50:44 pm'! "Change Set: setTitle-bf Date: 29 April 2009 Author: Bert Freudenberg Add a method to set the main window's title using the HostWindowPlugin"! !DisplayScreen class methodsFor: 'host window access'! hostWindowIndex ^ 1! ! !DisplayScreen class methodsFor: 'host window access'! hostWindowTitle: aString self primitiveWindowTitle: self hostWindowIndex string: aString squeakToUtf8! ! !DisplayScreen class methodsFor: 'host window access' stamp: 'bf 4/29/2009 21:50'! primitiveWindowTitle: id string: titleString "ignore failure"! !