GraphicsMedium.st
branchjv
changeset 7543 16c25df685f0
parent 7542 9e125aa140f9
child 7575 151c445c946c
equal deleted inserted replaced
7542:9e125aa140f9 7543:16c25df685f0
    12 "{ Package: 'stx:libview' }"
    12 "{ Package: 'stx:libview' }"
    13 
    13 
    14 "{ NameSpace: Smalltalk }"
    14 "{ NameSpace: Smalltalk }"
    15 
    15 
    16 Object subclass:#GraphicsMedium
    16 Object subclass:#GraphicsMedium
    17 	instanceVariableNames:'device gc width height realized'
    17 	instanceVariableNames:'gc device width height realized'
    18 	classVariableNames:''
    18 	classVariableNames:''
    19 	poolDictionaries:''
    19 	poolDictionaries:''
    20 	category:'Graphics-Support'
    20 	category:'Graphics-Support'
    21 !
    21 !
    22 
    22