The Trunk: Graphics-bf.190.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Graphics-bf.190.mcz

commits-2
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!