
Nov. 27, 2014
1:16 p.m.
On Thu, Nov 27, 2014 at 8:00 AM, Chris Angelico <rosuav@gmail.com> wrote:
You could abuse try/finally for this purpose.
try: whatever you need to do finally: my_widget.setFocus()
There's no abuse there. "finally" is there precisely for that sort of intention. I think that what the OP wants is to "announce" the final action at the -- Juancarlo *Añez*