I am studying the example script for graphs. How come the Pile widget wasn't
used for this function?
273
274 l = [ urwid.Text("Mode",align="center"),
275 ] + self.mode_buttons + [
276 urwid.Divider(),
277 urwid.Text("Animation",align="center"),
278 animate_controls,
279 self.animate_progress_wrap,
280 urwid.Divider(),
281 urwid.LineBox( unicode_checkbox ),
282 urwid.Divider(),
283 self.button("Quit", self.exit_program ),
284 ]
285 w = urwid.ListBox(urwid.SimpleListWalker(l))
286 return w
287
I ask this because it looks like to me it's a collection of widgets stacked
up on top of each other_______________________________________________
Urwid mailing list
[email protected]
http://lists.excess.org/mailman/listinfo/urwid