Dominic LoBue wrote:
> Is the Columns widget the only way to squish several text widgets into
> a single row? The Column widget formats text the way I want it
> (basically), but focus now constrained to just one small part of the
> row rather than the whole row.

If all you want to do is highlight the whole row, put your AttrWrap 
around the Columns widget instead of the Text widgets.

Also, the development version now has a replacement for AttrWrap called 
AttrMap.  With AttrMap you can specify a dictionary of {old_attribute: 
new_attribute, ...} values so you can cause a number of different 
attributes to change when in focus, like in the case where some of the 
values you are highlighting already have attributes specified.

Ian


_______________________________________________
Urwid mailing list
[email protected]
http://lists.excess.org/mailman/listinfo/urwid

Reply via email to