Ticket #11 (new enhancement)

Opened 6 years ago

Last modified 10 months ago

Widget packing based on text content

Reported by: ian Owned by: ian
Priority: major Milestone: Urwid 1.1.0
Component: widgets Version:
Keywords: Cc:

Description

Composite widgets such as Columns and Overlay should be able to allocate space based on the required space of the widgets they contain.

This will require a new pack() function as part of the widget interface definition to determine how much space a widget requires.

Change History

Changed 5 years ago by ian

  • milestone changed from Urwid 0.9.10 to Urwid 0.9.9

Changed 23 months ago by ian

  • milestone changed from Urwid 1.0.0 to Urwid 1.1.0

Changed 10 months ago by ian

This is implemented in Text and fixed widgets, but not in other widgets yet

Note: See TracTickets for help on using tickets.