Andrew Wagner wrote: > I have attached what I have so far. What is the right way to pass > keypresses between two arbitrary widgets in my program? The "size" > parameter seems to throw a wrench in the works.
That might be easier to do from the container NV_Pile. NV_Pile knows (or can calculate) the size of the ListBox, so its keypress method can pass the keys you want to the ListBox instead of the widget in focus. Ian _______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
