Yasir Assam wrote: > >> You might try calling set_focus on the GridFlow widget to select the >> cancel button. I believe if the widget in focus is not selectable then >> the GridFlow assumes none of the widgets it contains are. >> > Where do I call set_focus()? >
The GridFlow object is called gf in your example. try: gf.set_focus(1) _______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
