UIPainterView.st
changeset 2627 07d40cde2ac9
parent 2583 5f737789adee
child 2714 abaae556bec8
equal deleted inserted replaced
2626:3977750d7b4d 2627:07d40cde2ac9
   556 
   556 
   557     ^ self
   557     ^ self
   558         pasteSpecifications:aSpecificationOrList
   558         pasteSpecifications:aSpecificationOrList
   559         keepLayout:keepLayout
   559         keepLayout:keepLayout
   560         keepPosition:true
   560         keepPosition:true
   561         at:nil
   561         at:#keep "/ nil
   562 
   562 
   563     "Modified: 11.8.1997 / 01:00:35 / cg"
   563     "Modified: 11.8.1997 / 01:00:35 / cg"
   564 !
   564 !
   565 
   565 
   566 pasteSpecifications:aSpecificationOrList keepLayout:keepLayout at:aPointOrNil
   566 pasteSpecifications:aSpecificationOrList keepLayout:keepLayout at:aPointOrNil
  3066 
  3066 
  3067 !UIPainterView class methodsFor:'documentation'!
  3067 !UIPainterView class methodsFor:'documentation'!
  3068 
  3068 
  3069 version
  3069 version
  3070     ^ '$Header$'
  3070     ^ '$Header$'
       
  3071 !
       
  3072 
       
  3073 version_CVS
       
  3074     ^ '$Header$'
  3071 ! !
  3075 ! !
  3072 
  3076 
  3073 UIPainterView initialize!
  3077 UIPainterView initialize!