Re: [COTDC] 39 - EditableDropListMorph

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

Re: [COTDC] 39 - EditableDropListMorph

laurent laffont

On Wed, Mar 30, 2011 at 9:23 PM, laurent laffont <[hidden email]> 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.
Laurent