Jan. 28, 2016
8:55 p.m.
Le 25/1/16 09:32, David Allouche a écrit : >> On 20 Jan 2016, at 16:08, Damien Cassou <damien.cassou@inria.fr> wrote: >> >> Before starting to implement anything, I need to know if it makes sense. >> If you want to help me, please send me all the use cases you have by >> giving me: >> >> - the library name (and URL if not in Catalog), or "pharo" if it's in >> Pharo >> - the class where this happens >> - the range of selectors that make sense > - Morphic > - Morph > - addAlarm:*at: > - addAlarm:*after: > - startStepping* > - subMorphNamed:* > > - Morphic > - MenuMorph > - add:*selector:* > - addToggle:* > - addUpdating:* > > Some of those might not be simplified by default arguments, and some of those may require run-time default values. At least, they make interesting edge cases. Tx for the examples. we should also use a fluid api and not these lengthly argument tedious list >