March 31, 2011
6:57 p.m.
On Wed, Mar 30, 2011 at 9:23 PM, laurent laffont <laurent.laffont@gmail.com>wrote:
Today: EditableDropListMorph
I'm a DropListMorph which content can be modified. Try: (EditableDropListMorph on: [#(one two three)] list: #value selected: nil changeSelected: nil) openInWindow extent: 400@20. Laurent
Comment Of The Day Contest - One Day One Comment Rules: #1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s). #2: If you cannot comment it, deprecate it. Results: http://code.google.com/p/pharo/wiki/CommentOfTheDayContest
Laurent