Changing window size (was Re: How to coece a HWND*?)

Michael Rueger michael at impara.de
Thu Jul 12 19:40:01 UTC 2007


Bert Freudenberg wrote:
> If resizing the Squeak window is actually what you want - why don't you 
> implement primitive 92 which is meant for that purpose? It is only 
> actually implemented on the Mac AFAIK but that would be actually useful 
> to have on all platforms. See DisplayScreen 
> class>>depth:width:height:fullscreen:

and while you're at it move
DisplayScreen>>supportsDisplayDepth: pixelDepth

highjack of primitive 91
InputSensor>>primCursorLocPut: aPoint

into a different place so Squeak again as the ability to set the cursor 
position in a platform independent way.

;-)

Michael



More information about the Squeak-dev mailing list