The Trunk: MorphicExtras-kfr.168.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: MorphicExtras-kfr.168.mcz

commits-2
Karl Ramberg uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-kfr.168.mcz

==================== Summary ====================

Name: MorphicExtras-kfr.168
Author: kfr
Time: 21 November 2015, 10:36:27.418 pm
UUID: 99d2fb92-d0ff-4175-9ca5-73d90053a5a1
Ancestors: MorphicExtras-kfr.167

Moved from MorphicExtras-Obsolete to Morphic-Extras-Widgets

=============== Diff against MorphicExtras-kfr.167 ===============

Item was changed:
  BorderedMorph subclass: #ProgressBarMorph
  instanceVariableNames: 'value progressColor lastValue'
  classVariableNames: ''
  poolDictionaries: ''
+ category: 'MorphicExtras-Widgets'!
- category: 'MorphicExtras-Obsolete'!

Item was changed:
  RectangleMorph subclass: #ProgressMorph
  instanceVariableNames: 'labelMorph subLabelMorph progress'
  classVariableNames: ''
  poolDictionaries: ''
+ category: 'MorphicExtras-Widgets'!
- category: 'MorphicExtras-Obsolete'!