HostGraphicsDevice.st
changeset 3883 4e01a59afccb
parent 3880 c4c8268a2d9f
child 3927 794c7dd6113b
equal deleted inserted replaced
3882:6b3ca3db5d31 3883:4e01a59afccb
   160         ^ (w - 16) @ (h - 20)
   160         ^ (w - 16) @ (h - 20)
   161     ].
   161     ].
   162     ^ (w // 3 * 2) @ (h // 3 * 2)
   162     ^ (w // 3 * 2) @ (h // 3 * 2)
   163 ! !
   163 ! !
   164 
   164 
   165 !HostGraphicsDevice methodsFor:'initialize / release'!
   165 !HostGraphicsDevice methodsFor:'initialization & release'!
   166 
   166 
   167 initializeDeviceResourceTables
   167 initializeDeviceResourceTables
   168     deviceViews := Registry new.
   168     deviceViews := Registry new.
   169     deviceForms := Registry new.
   169     deviceForms := Registry new.
   170     deviceColors := Registry new.
   170     deviceColors := Registry new.
   282 ! !
   282 ! !
   283 
   283 
   284 !HostGraphicsDevice class methodsFor:'documentation'!
   284 !HostGraphicsDevice class methodsFor:'documentation'!
   285 
   285 
   286 version
   286 version
   287     ^ '$Header: /cvs/stx/stx/libview/HostGraphicsDevice.st,v 1.20 2003-05-07 14:30:46 cg Exp $'
   287     ^ '$Header: /cvs/stx/stx/libview/HostGraphicsDevice.st,v 1.21 2003-05-07 14:56:36 cg Exp $'
   288 ! !
   288 ! !