UIPainterView.st
changeset 45 506f6af801e8
parent 43 3dd91a85c243
child 48 2fb81a3e0246
equal deleted inserted replaced
44:cb65ce16c150 45:506f6af801e8
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
    12 
    13 ViewPainterView subclass:#UIPainterView
    13 UIObjectView subclass:#UIPainterView
    14 	instanceVariableNames:'fontPanel code viewProperties superclassName className methodName
    14 	instanceVariableNames:'fontPanel code viewProperties superclassName className methodName
    15 		categoryName'
    15 		categoryName'
    16 	classVariableNames:'HandCursor'
    16 	classVariableNames:'HandCursor'
    17 	poolDictionaries:''
    17 	poolDictionaries:''
    18 	category:'Interface-UIPainter'
    18 	category:'Interface-UIPainter'