[squeak-dev] The Trunk: Graphics-bf.190.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Jan 6 13:44:58 UTC 2012


Bert Freudenberg uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-bf.190.mcz

==================== Summary ====================

Name: Graphics-bf.190
Author: bf
Time: 6 January 2012, 2:44:13.105 pm
UUID: de28d7c2-50ca-4e69-afdf-a82985a18864
Ancestors: Graphics-bf.189

- add missing Win32WindowProxy

=============== Diff against Graphics-bf.189 ===============

Item was added:
+ HostWindowProxy subclass: #Win32WindowProxy
+ 	instanceVariableNames: ''
+ 	classVariableNames: ''
+ 	poolDictionaries: ''
+ 	category: 'Graphics-External-Ffenestri'!

Item was added:
+ ----- Method: Win32WindowProxy class>>isActiveHostWindowProxyClass (in category 'as yet unclassified') -----
+ isActiveHostWindowProxyClass
+ "Am I active?"
+ 	^SmalltalkImage current platformName  = 'Win32'!

Item was added:
+ ----- Method: Win32WindowProxy>>defaultWindowType (in category 'window decorations') -----
+ defaultWindowType!




More information about the Squeak-dev mailing list