So a button would be:class BUTTONW(WIDGET): . . . def onclick(self, target): . .<do stuff> . target.update()
Isn't that exactly what pyjamas ( http://pyjs.org ) offers ? Should we really reinvent the wheel here?
So a button would be:class BUTTONW(WIDGET): . . . def onclick(self, target): . .<do stuff> . target.update()
Isn't that exactly what pyjamas ( http://pyjs.org ) offers ? Should we really reinvent the wheel here?