From: John H. <jd...@gm...> - 2010-01-29 15:28:34
|
On Thu, Jan 28, 2010 at 10:14 PM, Fernando Perez <fpe...@gm...> wrote: > On Thu, Jan 28, 2010 at 8:01 PM, Christopher Barker > <Chr...@no...> wrote: >> Might I suggest that that be made: >> >> leg.draggable(True) >> leg.draggable(False) >> > > Agreed. My favorite api for toggles is: > > _state = True OK, this is committed. Thanks for the suggestion. JDH |