CheckToggle.st
changeset 1001 eb7a8b2f4347
parent 967 6739eb5496da
child 1023 74e837fb617e
equal deleted inserted replaced
1000:cf4ad1135e06 1001:eb7a8b2f4347
   322             ]
   322             ]
   323         ].
   323         ].
   324         DefaultCheckForm := Form width:16 height:16 fromArray:bits on:Display                                           
   324         DefaultCheckForm := Form width:16 height:16 fromArray:bits on:Display                                           
   325     ]
   325     ]
   326 
   326 
       
   327     "
       
   328      self updateStyleCache
       
   329     "
   327     "Modified: 1.1.1970 / 14:06:21 / cg"
   330     "Modified: 1.1.1970 / 14:06:21 / cg"
   328 ! !
   331 ! !
   329 
   332 
   330 !CheckToggle methodsFor:'initialization'!
   333 !CheckToggle methodsFor:'initialization'!
   331 
   334 
   376 ! !
   379 ! !
   377 
   380 
   378 !CheckToggle class methodsFor:'documentation'!
   381 !CheckToggle class methodsFor:'documentation'!
   379 
   382 
   380 version
   383 version
   381     ^ '$Header: /cvs/stx/stx/libwidg/CheckToggle.st,v 1.29 1997-01-22 17:18:30 cg Exp $'
   384     ^ '$Header: /cvs/stx/stx/libwidg/CheckToggle.st,v 1.30 1997-02-12 01:08:25 ca Exp $'
   382 ! !
   385 ! !